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

RuntimeValueExpression() 공개 메소드

public RuntimeValueExpression ( DynamicMetaObject obj, System.TypeSpec type ) : System
obj System.Dynamic.DynamicMetaObject
type System.TypeSpec
리턴 System
		public RuntimeValueExpression (DynamicMetaObject obj, TypeSpec type)
		{
			this.obj = obj;
			this.type = type;
			this.eclass = ExprClass.Variable;
		}