C# Class Wire.Compilation.IlUnbox

Inheritance: IlExpression
Mostrar archivo Open project: akkadotnet/Wire

Public Methods

Method Description
Emit ( IlCompilerContext ctx ) : void
IlUnbox ( Type type, IlExpression expression ) : System
Type ( ) : Type

Method Details

Emit() public method

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

IlUnbox() public method

public IlUnbox ( Type type, IlExpression expression ) : System
type System.Type
expression IlExpression
return System

Type() public method

public Type ( ) : Type
return System.Type