C# Class Wire.Compilation.IlExpression

Show file Open project: akkadotnet/Wire Class Usage Examples

Public Methods

Method Description
Emit ( IlCompilerContext ctx ) : void
Type ( ) : Type

Method Details

Emit() public abstract method

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

Type() public abstract method

public abstract Type ( ) : Type
return System.Type