GetMetaObject Method (parameter)

Json.NET

Json.NET - Quick Starts & API Documentation GetMetaObject Method (parameter)
NamespacesNewtonsoft.Json.LinqJValueGetMetaObject(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.

Assembly: Newtonsoft.Json (Module: Newtonsoft.Json) Version: 4.5.0.0 (4.5.6.14930)