C# Class TriAxis.RunSharp.Operands.CustomIL

Inheritance: Operand
Exibir arquivo Open project: AqlaSolutions/runsharp

Public Methods

Method Description
CustomIL ( RunSharpAction emitGet, Type t ) : System
GetReturnType ( ITypeMapper typeMapper ) : Type

Protected Methods

Method Description
EmitGet ( CodeGen g ) : void

Method Details

CustomIL() public method

public CustomIL ( RunSharpAction emitGet, Type t ) : System
emitGet RunSharpAction
t IKVM.Reflection.Type
return System

EmitGet() protected method

protected EmitGet ( CodeGen g ) : void
g CodeGen
return void

GetReturnType() public method

public GetReturnType ( ITypeMapper typeMapper ) : Type
typeMapper ITypeMapper
return IKVM.Reflection.Type