JaCIL Framework API

IInstructionContext.Ordinal Property

The ordinal of this instruction. Used to determine actual relative position in the stream.

JaCIL.Compiler.Instruction.Ordinal Ordinal {get;}

Property Value

The ordinal of this instruction. Used to determine actual relative position in the stream.

Remarks

This is usually based on the actual IL offset of the instruction, but does not have to be.

See Also

IInstructionContext Interface | JaCIL.Compiler.Context Namespace