Class LanguageString
Inheritance
System.Object
LanguageString
Implements
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ItemChanger
Assembly: ItemChanger.dll
Syntax
public class LanguageString : IString
Constructors
| Improve this Doc View SourceLanguageString(String, String)
Declaration
public LanguageString(string sheet, string key)
Parameters
Type | Name | Description |
---|---|---|
System.String | sheet | |
System.String | key |
Fields
| Improve this Doc View Sourcekey
Declaration
public string key
Field Value
Type | Description |
---|---|
System.String |
sheet
Declaration
public string sheet
Field Value
Type | Description |
---|---|
System.String |
Properties
| Improve this Doc View SourceValue
Declaration
public string Value { get; }
Property Value
Type | Description |
---|---|
System.String |
Methods
| Improve this Doc View SourceClone()
Declaration
public IString Clone()
Returns
Type | Description |
---|---|
IString |