Table of Contents

Interface IMessageStringSet

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

Methods

GetString(string)

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

Parameters

name string
The name of the string.

Returns

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.
IMessageStringSet? GetStringSet(string name)

Parameters

name string
The name of the string set.

Returns

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