C# Class Wire.Compilation.IlNew

Inheritance: IlExpression
Show file Open project: akkadotnet/Wire Class Usage Examples

Public Methods

Method Description
Emit ( IlCompilerContext ctx ) : void
IlNew ( Type type ) : System
Type ( ) : Type

Method Details

Emit() public method

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

IlNew() public method

public IlNew ( Type type ) : System
type System.Type
return System

Type() public method

public Type ( ) : Type
return System.Type