Class LanguageString
Implements
Inherited Members
Namespace: ItemChanger
Assembly: ItemChanger.dll
Syntax
public class LanguageString : IString
Constructors
View SourceLanguageString(string, string)
Declaration
public LanguageString(string sheet, string key)
Parameters
| Type | Name | Description |
|---|---|---|
| string | sheet | |
| string | key |
Fields
View Sourcekey
Declaration
public string key
Field Value
| Type | Description |
|---|---|
| string |
sheet
Declaration
public string sheet
Field Value
| Type | Description |
|---|---|
| string |
Properties
View SourceValue
Declaration
public string Value { get; }
Property Value
| Type | Description |
|---|---|
| string |
Methods
View SourceClone()
Declaration
public IString Clone()
Returns
| Type | Description |
|---|---|
| IString |