Json.NET - Quick Starts & API Documentation
GetMetaObject Method (parameter)
Namespaces ► Newtonsoft.Json.Linq ► JValue ► GetMetaObject(Expression)
Returns the DynamicMetaObject responsible for binding operations performed on this object.
Declaration Syntax
C# | Visual Basic | Visual C++ |
protected override DynamicMetaObject GetMetaObject( Expression parameter )
Protected Overrides Function GetMetaObject ( _ parameter As Expression _ ) As DynamicMetaObject
protected: virtual DynamicMetaObject^ GetMetaObject( Expression^ parameter ) override
Parameters
- parameter (Expression)
- The expression tree representation of the runtime value.
Return Value
The DynamicMetaObject to bind this object.