Values Method

Json.NET

Json.NET - Quick Starts & API Documentation Values<(Of <(<'T>)>)> Method
NamespacesNewtonsoft.Json.LinqJTokenValues<(Of <<'(T>)>>)()()()()
Returns a collection of the child values of this token, in document order.
Declaration Syntax
C# Visual Basic Visual C++
public virtual IEnumerable<T> Values<T>()
Public Overridable Function Values(Of T) As IEnumerable(Of T)
public:
generic<typename T>
virtual IEnumerable<T>^ Values()
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)