Json.NET - Quick Starts & API Documentation
Children Method
Namespaces ► Newtonsoft.Json.Linq ► Extensions ► Children()()()()
Members
Icon | Member | Description |
---|---|---|
Children<(Of <<'(T>)>>)(IEnumerable<(Of <<'(T>)>>)) |
Returns a collection of child tokens of every array in the source collection.
|
|
Children<(Of <<'(T, U>)>>)(IEnumerable<(Of <<'(T>)>>)) |
Returns a collection of converted child tokens of every array in the source collection.
|