Method | Description | |
---|---|---|
ActionPush ( ) : System |
Pushes one or more values to the stack
|
|
ActionPush ( List |
Pushes one or more values to the stack
|
|
PerformStackOperations ( Stack sourceStack ) : |
|
|
ToString ( ) : string |
Converts the action to a string
|
Method | Description | |
---|---|---|
Parse ( System sourceStream, byte sourceVersion ) : void |
Parses the arguments from a source stream (The documentation is misleading. The _length member does define the overall length of the action's arguments. Now, we have to track how much we used.)
|
|
ParseFrom ( ) : bool |
Parses the action from a string array
|
|
Render ( System outputStream ) : ulong |
Renders the arguments to a output stream
|
public ActionPush ( List |
||
args | List |
The list of elements that will be pushed on the stack |
return | System |
protected Parse ( System sourceStream, byte sourceVersion ) : void | ||
sourceStream | System | The source stream |
sourceVersion | byte | The version |
return | void |
public PerformStackOperations ( Stack sourceStack ) : |
||
sourceStack | Stack | |
return |
protected Render ( System outputStream ) : ulong | ||
outputStream | System | The output stream |
return | ulong |