예제 #1
0
파일: Sympl.cs 프로젝트: TerabyteX/main
 // Constructor takes ParameterExpr to reference CallSite, and a TypeModel
 // that the new TypeModelMetaObject represents.
 //
 public TypeModelMetaObject(Expression objParam, TypeModel typeModel)
     : base(objParam, BindingRestrictions.Empty, typeModel) {
         _typeModel = typeModel;
 }
예제 #2
0
 // Constructor takes ParameterExpr to reference CallSite, and a TypeModel
 // that the new TypeModelMetaObject represents.
 //
 public TypeModelMetaObject(Expression objParam, TypeModel typeModel)
     : base(objParam, BindingRestrictions.Empty, typeModel)
 {
     _typeModel = typeModel;
 }