FreeRealmsLocaleTools FreeRealmsLocaleTools
FreeRealmsLocaleTools FreeRealmsLocaleTools
DocFX + Singulink = ♥

Search Results for

    Method Update

    Update(string, IEnumerable<LocaleEntry>)

    Creates a copy of this metadata and updates its properties with the specified .dat file and locale entries.

    Declaration
    public LocaleMetadata Update(string localeDatFile, IEnumerable<LocaleEntry> entries)
    Parameters
    Type Name Description
    string localeDatFile

    The path to the locale .dat file.

    IEnumerable<LocaleEntry> entries

    A collection of locale entries.

    Returns
    Type Description
    LocaleMetadata

    A copy of this metadata instance with the updated properties.

    Exceptions
    Type Condition
    ArgumentNullException