JaCIL Framework API

IInstructionStream.Next Property

The next instruction in the stream.

IInstructionStream Next {get; set;}

Property Value

The next instruction in the stream. This property should not be set directly.

Remarks

If this property is null, this indicates the end of the stream.

Note    It could be very problematic if a cycle was formed with this.

See Also

IInstructionStream Interface | JaCIL.Compiler.Instruction Namespace