Json.NET - Quick Starts & API Documentation
Values<(Of <(<'T>)>)> Method
Namespaces ► Newtonsoft.Json.Linq ► JContainer ► Values<(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.