C# 클래스 Jurassic.Compiler.ReflectionEmitILLabel

Represents a label in IL code.
상속: ILLabel
파일 보기 프로젝트 열기: paulbartrum/jurassic

공개 메소드들

메소드 설명
ReflectionEmitILLabel ( System label ) : System

Creates a new label instance.

메소드 상세

ReflectionEmitILLabel() 공개 메소드

Creates a new label instance.
public ReflectionEmitILLabel ( System label ) : System
label System The underlying label.
리턴 System