示例#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;
 }