C# 클래스 Mosa.Compiler.Framework.IR.GotoLeaveTarget

An abstract intermediate representation of a routine to leave a protected block, finally or catch handler to normal flow control, calling finally handlers as appropriate. Not to be confused with CIL Leave instruction.
상속: BaseIRInstruction
파일 보기 프로젝트 열기: tgiphil/MOSA-Project

공개 메소드들

메소드 설명
GotoLeaveTarget ( )

Initializes a new instance of GotoLeaveTarget.

메소드 상세

GotoLeaveTarget() 공개 메소드

Initializes a new instance of GotoLeaveTarget.
public GotoLeaveTarget ( )