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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.