Click or drag to resize

JTokenValueT Method

[Missing <summary> documentation for "M:Stimulsoft.Base.Json.Linq.JToken.Value``1(System.Object)"]

Namespace:  Stimulsoft.Base.Json.Linq
Assembly:  Stimulsoft.Base (in Stimulsoft.Base.dll) Version: 2019.3.1.0
Syntax
public virtual T Value<T>(
	Object key
)

Parameters

key
Type: SystemObject

[Missing <param name="key"/> documentation for "M:Stimulsoft.Base.Json.Linq.JToken.Value``1(System.Object)"]

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "M:Stimulsoft.Base.Json.Linq.JToken.Value``1(System.Object)"]

Return Value

Type: T

[Missing <returns> documentation for "M:Stimulsoft.Base.Json.Linq.JToken.Value``1(System.Object)"]

See Also