C# Class Jurassic.Compiler.ReflectionEmitILLabel

Represents a label in IL code.
Inheritance: ILLabel
Afficher le fichier Open project: paulbartrum/jurassic

Méthodes publiques

Méthode Description
ReflectionEmitILLabel ( System label ) : System

Creates a new label instance.

Method Details

ReflectionEmitILLabel() public méthode

Creates a new label instance.
public ReflectionEmitILLabel ( System label ) : System
label System The underlying label.
Résultat System