Values Method
From Json.NET
Json.NET - Quick Starts & API Documentation
Values<(Of <(<'T>)>)> Method
Namespaces ► Newtonsoft.Json.Linq ► JToken ► Values<(Of <<'(T>)>>)()()()()
Returns a collection of the child values of this token, in document order.
| 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()
- T
- The type to convert the values to.
A IEnumerable<(Of <(<'T>)>)> containing the child values of this JToken, in document order.