Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
Jurassic
Compiler
ReflectionEmitILLabel
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