Class TranslationTreeNode
Contains a group of translation entries in the tree.
This class is for internal use and for parsers from other formats.
.public class TranslationTreeNode
- Inheritance
-
TranslationTreeNode
- Inherited Members
Constructors
TranslationTreeNode(string)
public TranslationTreeNode(string name)
Parameters
namestring
Properties
ChildNodes
public Dictionary<string, TranslationTreeNode> ChildNodes { get; }
Property Value
Keys
Contains the list of keys in the node. Each key is a string without parent node names in it.
public Dictionary<string, TranslationTreeLeaf> Keys { get; }
Property Value
Name
Contains the own name of the node (without parent names).
public string Name { get; }
Property Value
Methods
FindNode(string)
public TranslationTreeNode? FindNode(string name)
Parameters
namestring
Returns
MakeNode(string)
public TranslationTreeNode? MakeNode(string name)
Parameters
namestring