Struct LanguageKey
Inherited Members
System.ValueType.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
Namespace: ItemChanger
Assembly: ItemChanger.dll
Syntax
public readonly struct LanguageKey
Constructors
| Improve this Doc View SourceLanguageKey(String)
Create an LanguageKey which matches any call with this key.
Declaration
public LanguageKey(string Key)
Parameters
Type | Name | Description |
---|---|---|
System.String | Key |
LanguageKey(String, String)
Create an LanguageKey which matches any call with this sheet and key.
Declaration
public LanguageKey(string Sheet, string Key)
Parameters
Type | Name | Description |
---|---|---|
System.String | Sheet | |
System.String | Key |
Fields
| Improve this Doc View SourceKey
Declaration
public readonly string Key
Field Value
Type | Description |
---|---|
System.String |
Sheet
Declaration
public readonly string Sheet
Field Value
Type | Description |
---|---|
System.String |
Methods
| Improve this Doc View SourceGetHashCode()
Declaration
public override readonly int GetHashCode()
Returns
Type | Description |
---|---|
System.Int32 |
Overrides
System.ValueType.GetHashCode()
|
Improve this Doc
View Source
ToString()
Declaration
public override readonly string ToString()
Returns
Type | Description |
---|---|
System.String |
Overrides
System.ValueType.ToString()