Method | Description | |
---|---|---|
AddNode ( |
Add a node to this sequence
|
|
Info ( ) : |
Node info
|
|
Sequence ( ) : System |
New, empty sequence
|
|
Sequence ( |
New sequence from a node array
|
|
Sequence ( |
Parse a sequence
|
|
ToString ( ) : string |
Textual destription of this node
|
|
this ( int index ) : |
Get a node
|
Method | Description | |
---|---|---|
Write ( WriteStream stream ) : void |
Write back to a stream
|
public Sequence ( |
||
stream | ||
return | System |
protected Write ( WriteStream stream ) : void | ||
stream | WriteStream | |
return | void |