Class TranslationTreeLeaf
Contains one translation entry in the tree.
This class is for internal use and for parsers from other formats.
.public class TranslationTreeLeaf
- Inheritance
-
TranslationTreeLeaf
- Inherited Members
Constructors
TranslationTreeLeaf(string, bool)
public TranslationTreeLeaf(string key, bool isTemplated)
Parameters
Properties
IsTemplated
public bool IsTemplated { get; }
Property Value
Key
public string Key { get; }