C# Class Wire.Compilation.IlVariable

Inheritance: IlExpression
Mostrar archivo Open project: akkadotnet/Wire Class Usage Examples

Public Methods

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

Method Details

Emit() public method

public Emit ( IlCompilerContext ctx ) : void
ctx IlCompilerContext
return void

IlVariable() public method

public IlVariable ( int variableIndex, Type type, string name ) : System
variableIndex int
type System.Type
name string
return System

Type() public method

public Type ( ) : Type
return System.Type