DynamicExpression.IDynamicExpression.CreateCallSite Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.