JaCIL Framework API

InstructionStream.Next Property

The next instruction in the stream.

public IInstructionStream Next {get; set;}

Property Value

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

Implements

IInstructionStream.Next

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

InstructionStream Class | JaCIL.Compiler.Instruction Namespace