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.

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

- parameter (Expression)
- The expression tree representation of the runtime value.

The DynamicMetaObject to bind this object.