C# Class Mosa.Compiler.MosaTypeSystem.MosaInstruction

显示文件 Open project: tgiphil/MOSA-Project Class Usage Examples

Public Methods

Method Description
MosaInstruction ( int offset, ushort opCode, object operand, int prev, int next )

Method Details

MosaInstruction() public method

public MosaInstruction ( int offset, ushort opCode, object operand, int prev, int next )
offset int
opCode ushort
operand object
prev int
next int