Click or drag to resize
Json.NET

JValueGetMetaObject Method

 
Returns the DynamicMetaObject responsible for binding operations performed on this object.

Namespace:  Newtonsoft.Json.Linq
Assembly:  Newtonsoft.Json (in Newtonsoft.Json.dll) Version: 12.0.1+509643a8952ce731e0207710c429ad6e67dc43db
Syntax
C#
protected override DynamicMetaObject GetMetaObject(
	Expression parameter
)

Parameters

parameter
Type: System.Linq.ExpressionsExpression
The expression tree representation of the runtime value.

Return Value

Type: DynamicMetaObject
The DynamicMetaObject to bind this object.
See Also