Class TranslationTree
Contains translation entries that belong to one locale as a tree.
This class is for internal use and for parsers from other formats.
.public class TranslationTree
- Inheritance
-
TranslationTree
- Inherited Members
Properties
RootNode
public TranslationTreeNode RootNode { get; }
Property Value
Methods
FindNode(string)
public TranslationTreeNode? FindNode(string name)
Parameters
namestring
Returns
MakeNode(string)
public TranslationTreeNode? MakeNode(string name)
Parameters
namestring