Table of Contents

Class TranslationTree

Namespace
Tlumach.Base
Assembly
Tlumach.Base.dll

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

TranslationTreeNode

Methods

FindNode(string)

public TranslationTreeNode? FindNode(string name)

Parameters

name string

Returns

TranslationTreeNode

MakeNode(string)

public TranslationTreeNode? MakeNode(string name)

Parameters

name string

Returns

TranslationTreeNode