Table of Contents

Class TranslationTreeLeaf

Namespace
Tlumach.Base
Assembly
Tlumach.Base.dll

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

key string
isTemplated bool

Properties

IsTemplated

public bool IsTemplated { get; }

Property Value

bool

Key

public string Key { get; }

Property Value

string