Class LocalizationId
Inheritance
LocalizationId
Assembly: Glitch9.AIDevKit.Sheets.dll
Syntax
[Serializable]
public sealed class LocalizationId
Constructors
|
Edit this page
View Source
LocalizationId(string, string)
Declaration
public LocalizationId(string tableName, string key)
Parameters
Properties
|
Edit this page
View Source
Key
Declaration
public string Key { get; }
Property Value
|
Edit this page
View Source
TableName
Declaration
public string TableName { get; }
Property Value
Extension Methods