C# Class TriAxis.RunSharp.Conversion.Cast

Inheritance: Conversion
Exibir arquivo Open project: AqlaSolutions/runsharp

Public Methods

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

Method Details

Cast() public method

public Cast ( 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