mscorlib(4.0.0.0) API with additions
IDynamicMetaObjectProvider.cs
1
using
System
.
Linq
.
Expressions
;
2
3
namespace
System.Dynamic
4
{
6
[global::__DynamicallyInvokable]
7
public
interface
IDynamicMetaObjectProvider
8
{
12
[global::__DynamicallyInvokable]
13
DynamicMetaObject
GetMetaObject
(
Expression
parameter);
14
}
15
}
System.Dynamic.IDynamicMetaObjectProvider
Represents a dynamic object, that can have its operations bound at runtime.
Definition:
IDynamicMetaObjectProvider.cs:7
System.Linq
Definition:
AggregationMinMaxHelpers.cs:4
System.Dynamic.DynamicMetaObject
Represents the dynamic binding and a binding logic of an object participating in the dynamic binding.
Definition:
DynamicMetaObject.cs:10
System
Definition:
__Canon.cs:3
System.Linq.Expressions.Expression
Provides the base class from which the classes that represent expression tree nodes are derived....
Definition:
Expression.cs:17
System.Dynamic.IDynamicMetaObjectProvider.GetMetaObject
DynamicMetaObject GetMetaObject(Expression parameter)
Returns the T:System.Dynamic.DynamicMetaObject responsible for binding operations performed on this o...
System.Dynamic
Definition:
BinaryOperationBinder.cs:4
System.Linq.Expressions
Definition:
AnalyzeTypeIsResult.cs:1
All cs
System.Dynamic
IDynamicMetaObjectProvider.cs
Generated by
1.8.15