JaCIL Framework API

Ordinal.CreateMinor Method 

Returns an ordinal based on this one with the given minor offset

public Ordinal CreateMinor(
   int offset
);

Parameters

offset
The minor offset to use

Return Value

An ordinal like this one with the given minor offset.

See Also

Ordinal Class | JaCIL.Compiler.Instruction Namespace