// 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; }