C# 클래스 Mosa.Compiler.Framework.CIL.RethrowInstruction

Intermediate representation of the IL rethrow instruction.
상속: BaseCILInstruction
파일 보기 프로젝트 열기: tgiphil/MOSA-Project

공개 메소드들

메소드 설명
RethrowInstruction ( OpCode opcode )

Initializes a new instance of the RethrowInstruction class.

메소드 상세

RethrowInstruction() 공개 메소드

Initializes a new instance of the RethrowInstruction class.
public RethrowInstruction ( OpCode opcode )
opcode OpCode The opcode.