Class TranslationTreeLeaf
Inherited Members
Namespace: Tlumach.Base
Assembly: Tlumach.Base.dll
Syntax
public class TranslationTreeLeaf
Constructors
TranslationTreeLeaf(string, bool)
Declaration
public TranslationTreeLeaf(string key, bool isTemplated)
Parameters
| Type | Name | Description |
|---|---|---|
| string | key | |
| bool | isTemplated |
Properties
IsTemplated
Declaration
public bool IsTemplated { get; }
Property Value
| Type | Description |
|---|---|
| bool |
Key
Declaration
public string Key { get; }
Property Value
| Type | Description |
|---|---|
| string |