프로퍼티 | 타입 | 설명 | |
---|---|---|---|
Empty |
메소드 | 설명 | |
---|---|---|
Create ( string path ) : |
Create path from string value, eg: top.middle.bottom
|
|
Equals ( object obj ) : bool |
Check for equality. Same as checking for string representation equality.
|
|
GetHashCode ( ) : int |
Hash code is calculated of string representation
|
|
IsAncestor ( |
||
IsDescendant ( |
||
ToString ( ) : string |
Return string representation of the value
|
|
TreePath ( string path ) : System |
Construct path from string value, eg: top.middle.bottom
|
|
operator ( ) : |
Concatenate two paths
|
메소드 | 설명 | |
---|---|---|
CheckParts ( string parts ) : void | ||
Compare ( string left, string right, int count ) : bool | ||
TreePath ( string value, string parts ) : System |
public static Create ( string path ) : |
||
path | string | string representation |
리턴 |
public TreePath ( string path ) : System | ||
path | string | string representation |
리턴 | System |