C# 클래스 Fanx.Emit.FCodeEmit.Jumps

파일 보기 프로젝트 열기: xored/f4

공개 메소드들

메소드 설명
Jumps ( CILInstructions code ) : System
add ( int loc ) : CILLabel
get ( int loc ) : CILLabel

메소드 상세

Jumps() 공개 메소드

public Jumps ( CILInstructions code ) : System
code PERWAPI.CILInstructions
리턴 System

add() 공개 메소드

public add ( int loc ) : CILLabel
loc int
리턴 PERWAPI.CILLabel

get() 공개 메소드

public get ( int loc ) : CILLabel
loc int
리턴 PERWAPI.CILLabel