GetMetaObject Method (parameter)

Json.NET

Json.NET - Quick Starts & API Documentation GetMetaObject Method (parameter)
NamespacesNewtonsoft.Json.LinqJTokenGetMetaObject(Expression)
Returns the DynamicMetaObject responsible for binding operations performed on this object.
Declaration Syntax
C# Visual Basic Visual C++
protected virtual DynamicMetaObject GetMetaObject(
	Expression parameter
)
Protected Overridable Function GetMetaObject ( _
	parameter As Expression _
) As DynamicMetaObject
protected:
virtual DynamicMetaObject^ GetMetaObject(
	Expression^ parameter
)
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)