Свойство | Type | Description | |
---|---|---|---|
attributeHash | IEnumerable |
||
children | IEnumerable |
||
data | byte[] | ||
tag | string |
Méthode | Description | |
---|---|---|
GetAllChildren ( ) : IEnumerable |
||
GetAllChildren ( string tag ) : IEnumerable |
||
GetAttribute ( string attribute ) : string | ||
GetChild ( string tag ) : ProtocolTreeNode, | ||
GetData ( ) : byte[] | ||
NodeString ( string indent = "" ) : string | ||
ProtocolTreeNode ( string tag, IEnumerable |
||
ProtocolTreeNode ( string tag, IEnumerable |
||
ProtocolTreeNode ( string tag, IEnumerable |
||
ProtocolTreeNode ( string tag, IEnumerable |
||
TagEquals ( ProtocolTreeNode, node, string _string ) : bool |
public GetAllChildren ( string tag ) : IEnumerable |
||
tag | string | |
Résultat | IEnumerable |
public GetAttribute ( string attribute ) : string | ||
attribute | string | |
Résultat | string |
public GetChild ( string tag ) : ProtocolTreeNode, | ||
tag | string | |
Résultat | ProtocolTreeNode, |
public NodeString ( string indent = "" ) : string | ||
indent | string | |
Résultat | string |
public ProtocolTreeNode ( string tag, IEnumerable |
||
tag | string | |
attributeHash | IEnumerable |
|
Résultat | System |
public ProtocolTreeNode ( string tag, IEnumerable |
||
tag | string | |
attributeHash | IEnumerable |
|
children | IEnumerable |
|
data | byte | |
Résultat | System |
public ProtocolTreeNode ( string tag, IEnumerable |
||
tag | string | |
attributeHash | IEnumerable |
|
children | ProtocolTreeNode, | |
Résultat | System |
public ProtocolTreeNode ( string tag, IEnumerable |
||
tag | string | |
attributeHash | IEnumerable |
|
data | byte | |
Résultat | System |
public static TagEquals ( ProtocolTreeNode, node, string _string ) : bool | ||
node | ProtocolTreeNode, | |
_string | string | |
Résultat | bool |