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