Mono.CSharp.DynamicResultCast.DynamicResultCast C# (CSharp) 메소드

DynamicResultCast() 공개 메소드

public DynamicResultCast ( System.TypeSpec type, Expression expr ) : System
type System.TypeSpec
expr Expression
리턴 System
		public DynamicResultCast (TypeSpec type, Expression expr)
			: base (expr)
		{
			this.type = type;
		}