C# Class Wire.Compilation.IlVariable

Inheritance: IlExpression
Afficher le fichier Open project: akkadotnet/Wire Class Usage Examples

Méthodes publiques

Méthode Description
Emit ( IlCompilerContext ctx ) : void
IlVariable ( int variableIndex, Type type, string name ) : System
Type ( ) : Type

Method Details

Emit() public méthode

public Emit ( IlCompilerContext ctx ) : void
ctx IlCompilerContext
Résultat void

IlVariable() public méthode

public IlVariable ( int variableIndex, Type type, string name ) : System
variableIndex int
type System.Type
name string
Résultat System

Type() public méthode

public Type ( ) : Type
Résultat System.Type