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
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.