Table of Contents

Struct LocalizableResource

Namespace
Cryville.EEW
Assembly
Cryville.EEW.dll
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

type string
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

ILocalizableMessageStringSet

Methods

Dispose()

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public void Dispose()