InstructionStreamSet Constructor
|
Creates the set. |
Count
|
The number of streams in this set. |
Add
|
Adds an instruction stream to this set. |
AddAll
|
Adds the contents of another stream set. |
Clear
|
Clears the set. |
GetEnumerator
|
Returns an enumerator over this set. |
Remove
|
Removes a single instance of the IInstruction in the set. Does nothing if the stream is not contained within the set. |
InstructionStreamSet Class | JaCIL.Compiler.Instruction Namespace