[This is preliminary documentation and is subject to change.]

Overload List

  NameDescription
Values(IEnumerable<(Of <(JToken>)>))
Returns a collection of child values of every object in the source collection.
Values<(Of <(U>)>)(IEnumerable<(Of <(JToken>)>))
Returns a collection of converted child values of every object in the source collection.
Values<(Of <(U>)>)(IEnumerable<(Of <(JToken>)>), Object)
Returns a collection of converted child values of every object in the source collection with the given key.
Values(IEnumerable<(Of <(JToken>)>), Object)
Returns a collection of child values of every object in the source collection with the given key.
Values<(Of <(T, U>)>)(IEnumerable<(Of <(T>)>), Object)

See Also

Extensions Class
Extensions Members
Facebook.Json.Linq Namespace