Click or drag to resize

JTokenGetMetaObject Method

[Missing <summary> documentation for "M:Stimulsoft.Base.Json.Linq.JToken.GetMetaObject(System.Linq.Expressions.Expression)"]

Namespace:  Stimulsoft.Base.Json.Linq
Assembly:  Stimulsoft.Base (in Stimulsoft.Base.dll) Version: 2019.3.1.0
Syntax
protected virtual DynamicMetaObject GetMetaObject(
	Expression parameter
)

Parameters

parameter
Type: System.Linq.ExpressionsExpression

[Missing <param name="parameter"/> documentation for "M:Stimulsoft.Base.Json.Linq.JToken.GetMetaObject(System.Linq.Expressions.Expression)"]

Return Value

Type: DynamicMetaObject

[Missing <returns> documentation for "M:Stimulsoft.Base.Json.Linq.JToken.GetMetaObject(System.Linq.Expressions.Expression)"]

See Also