Struct LocalizableResource
Represents access to a localizable resource set.
public readonly struct LocalizableResource : IDisposable
- Implements
- Inherited Members
Constructors
LocalizableResource(string)
Creates a new instance of the LocalizedResource struct.
public LocalizableResource(string type)
Parameters
typestring- The name of the localized resource.
Exceptions
- InvalidOperationException
- The resources have not been initialized yet.
Properties
RootMessageStringSet
The root message string set of the resource.
public ILocalizableMessageStringSet RootMessageStringSet { get; }
Property Value
Methods
Dispose()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public void Dispose()