C# Class Wire.Compilation.IlParameter

Inheritance: IlExpression
Datei anzeigen Open project: akkadotnet/Wire Class Usage Examples

Public Methods

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

Method Details

Emit() public method

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

IlParameter() public method

public IlParameter ( int parameterIndex, Type type, string name ) : System
parameterIndex int
type System.Type
name string
return System

Type() public method

public Type ( ) : Type
return System.Type