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 BasicVisual 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: 3.0.0.0 (3.0.0.0)