C# Class TriAxis.RunSharp.Conversion.Direct

Inheritance: Conversion
Exibir arquivo Open project: AqlaSolutions/runsharp

Public Methods

Method Description
Direct ( ITypeMapper typeMapper ) : System
Emit ( CodeGen g, Type from, Type to ) : void

Method Details

Direct() public method

public Direct ( ITypeMapper typeMapper ) : System
typeMapper ITypeMapper
return System

Emit() public method

public Emit ( CodeGen g, Type from, Type to ) : void
g CodeGen
from IKVM.Reflection.Type
to IKVM.Reflection.Type
return void