EmitConvHelper() 보호된 메소드

protected EmitConvHelper ( TypeCode to ) : void
to TypeCode
리턴 void
예제 #1
0
 public override void Emit(CodeGen g, Type from, Type to)
 {
     g.EmitConvHelper(Type.GetTypeCode(to));
 }
예제 #2
0
		    public override void Emit(CodeGen g, Type from, Type to)
			{
				g.EmitConvHelper(Type.GetTypeCode(to));
			}