C# Class Jurassic.Compiler.ReflectionEmitILLabel

Represents a label in IL code.
Inheritance: ILLabel
显示文件 Open project: paulbartrum/jurassic

Public Methods

Method Description
ReflectionEmitILLabel ( System label ) : System

Creates a new label instance.

Method Details

ReflectionEmitILLabel() public method

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