Class TranslationTree
Contains translation entries that belong to one locale as a tree - this .
Inheritance
TranslationTree
Assembly: Tlumach.Base.dll
Syntax
public class TranslationTree
Properties
RootNode
Declaration
public TranslationTreeNode RootNode { get; }
Property Value
Methods
FindNode(string)
Declaration
public TranslationTreeNode? FindNode(string name)
Parameters
| Type |
Name |
Description |
| string |
name |
|
Returns
MakeNode(string)
Declaration
public TranslationTreeNode? MakeNode(string name)
Parameters
| Type |
Name |
Description |
| string |
name |
|
Returns