Values Method

Json.NET

Json.NET - Quick Starts & API Documentation Values<(Of <(<'T>)>)> Method
NamespacesNewtonsoft.Json.LinqJContainerValues<(Of <<'(T>)>>)()()()()
Returns a collection of the child values of this token, in document order.
Declaration Syntax
C# Visual Basic Visual C++
public override IEnumerable<T> Values<T>()
Public Overrides Function Values(Of T) As IEnumerable(Of T)
public:
generic<typename T>
virtual IEnumerable<T>^ Values() override
Generic Template Parameters
T
The type to convert the values to.
Return Value
A IEnumerable<(Of <(<'T>)>)> containing the child values of this JToken, in document order.

Assembly: Newtonsoft.Json (Module: Newtonsoft.Json) Version: 4.0.2.0 (4.0.2.13623)