JaCIL Framework API

IInstructionStream.Previous Property

The previous instruction in the stream.

IInstructionStream Previous {get; set;}

Property Value

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

Remarks

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

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

See Also

IInstructionStream Interface | JaCIL.Compiler.Instruction Namespace