C# Class TriAxis.RunSharp.Conversion.WrapNullable

Inheritance: Conversion
Exibir arquivo Open project: AqlaSolutions/runsharp

Public Methods

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

Method Details

Emit() public method

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

WrapNullable() public method

public WrapNullable ( ITypeMapper typeMapper, Conversion fromConv ) : System
typeMapper ITypeMapper
fromConv Conversion
return System