DynamicExpression.IDynamicExpression.CreateCallSite Method

Definition

Optionally creates the CallSite and returns the CallSite for the DynamicExpression's polymorphic inline cache. You should not use this member. It is only public due to assembly refactoring, and it is used internally for performance optimizations.

 virtual System::Object ^ System.Linq.Expressions.IDynamicExpression.CreateCallSite() = System::Linq::Expressions::IDynamicExpression::CreateCallSite;
object IDynamicExpression.CreateCallSite ();
abstract member System.Linq.Expressions.IDynamicExpression.CreateCallSite : unit -> obj
override this.System.Linq.Expressions.IDynamicExpression.CreateCallSite : unit -> obj
Function CreateCallSite () As Object Implements IDynamicExpression.CreateCallSite

Returns

Returns Object.

Implements

Applies to