mscorlib(4.0.0.0) API with additions
IDynamicExpression.cs
2 {
4  [global::__DynamicallyInvokable]
6  {
9  [global::__DynamicallyInvokable]
11  {
12  [global::__DynamicallyInvokable]
13  get;
14  }
15 
19  [global::__DynamicallyInvokable]
21 
24  [global::__DynamicallyInvokable]
25  object CreateCallSite();
26  }
27 }
Provides an internal interface for accessing the arguments of DynamicExpression tree nodes as well as...
Provides an internal interface for accessing the arguments of multiple tree nodes (DynamicExpression,...
object CreateCallSite()
Optionally creates the CallSite and returns the CallSite for the DynamicExpression’s polymorphic inli...
Provides the base class from which the classes that represent expression tree nodes are derived....
Definition: Expression.cs:17
Expression Rewrite(Expression[] args)
Rewrites this node replacing the dynamic expression’s arguments with the provided values....
Represents type declarations: class types, interface types, array types, value types,...
Definition: Type.cs:18
Type DelegateType
Gets the delegate type used by the CallSite, which is the type of the rules used in the dynamic expre...