Property | Type | Description | |
---|---|---|---|
Add | void | ||
CldrTreeNode | System | ||
GetAncestors | IEnumerable |
||
SelectNode |
Method | Description | |
---|---|---|
Ancestors ( ) : IEnumerable |
Returns a collection of the ancestor nodes of this node.
|
|
AncestorsAndSelf ( ) : IEnumerable |
Returns a collection of tokens that contain this token, and the ancestors of this token.
|
|
CldrTreeNode ( ) : System | ||
Equals ( object obj ) : bool | ||
GetHashCode ( ) : int | ||
GetValue ( |
||
SelectNode ( string path ) : |
Selects a tree node using a dot-separated expression.
|
Method | Description | |
---|---|---|
Add ( int locale, CldrTreePath path, int value ) : void | ||
CldrTreeNode ( |
||
GetAncestors ( bool self ) : IEnumerable |
||
SelectNode ( CldrTreePath path ) : |
public GetValue ( |
||
locale | ||
return | string |
public SelectNode ( string path ) : |
||
path | string | The dot-separated expression. |
return |