Table of Contents

Interface ILocalizableMessageStringSet

Namespace
Cryville.EEW
Assembly
Cryville.EEW.dll
Represents access to a string set in a localizable resource.
public interface ILocalizableMessageStringSet
Extension Methods

Methods

GetString(string)

Gets a string in the string set.
ILocalizable<string?> GetString(string name)

Parameters

name string
The name of the string.

Returns

ILocalizable<string>
The string of the specified name in the string set, or null if not found.

GetStringSet(string)

Gets a string set in the string set.
ILocalizableMessageStringSet GetStringSet(string name)

Parameters

name string
The name of the string set.

Returns

ILocalizableMessageStringSet
The string set of the specified name in the string set, or null if not found.