C# 클래스 TriAxis.RunSharp.Conversion.Ambiguous

상속: Conversion
파일 보기 프로젝트 열기: AqlaSolutions/runsharp

공개 메소드들

메소드 설명
Ambiguous ( ITypeMapper typeMapper ) : System
Emit ( CodeGen g, Type from, Type to ) : void

메소드 상세

Ambiguous() 공개 메소드

public Ambiguous ( ITypeMapper typeMapper ) : System
typeMapper ITypeMapper
리턴 System

Emit() 공개 메소드

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