C# Class TriAxis.RunSharp.Operands.ConversationWrapper

Inheritance: Operand
Exibir arquivo Open project: AqlaSolutions/runsharp

Public Methods

Method Description
ConversationWrapper ( Conversion conv, Operand op, Type @from, Type to ) : System
GetReturnType ( ITypeMapper typeMapper ) : Type

Protected Methods

Method Description
EmitGet ( CodeGen g ) : void

Method Details

ConversationWrapper() public method

public ConversationWrapper ( Conversion conv, Operand op, Type @from, Type to ) : System
conv Conversion
op Operand
@from IKVM.Reflection.Type
to 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