Table of Contents

Class LocalizableCollection<T>

Namespace
Cryville.EEW
Assembly
Cryville.EEW.dll
Collection of ILocalizable<T>.
public class LocalizableCollection<T> : Collection<ILocalizable<T>>, IList<ILocalizable<T>>, ICollection<ILocalizable<T>>, IReadOnlyList<ILocalizable<T>>, IReadOnlyCollection<ILocalizable<T>>, IEnumerable<ILocalizable<T>>, IList, ICollection, IEnumerable, ILocalizable<T>

Type Parameters

T
The type of the values of the localizables.
Inheritance
LocalizableCollection<T>
Implements
Inherited Members
Extension Methods

Methods

GetLocalizedValue(ref CultureInfo?)

Gets the value of a culture.
public T GetLocalizedValue(ref CultureInfo? culture)

Parameters

culture CultureInfo
The preferred culture of the value. When the method returns, set to the actual culture of the value.

Returns

T
The localized value.