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

Returns a collection of the child values of this token, in document order.

Namespace:  Facebook.Json.Linq
Assembly:  Facebook (in Facebook.dll) Version: 0.2009.3.23 (0.2009.3.23)

Syntax

C#
public override IEnumerable<T> Values<T>()
Visual Basic (Declaration)
Public Overrides Function Values(Of T) As IEnumerable(Of T)
Visual C++
public:
generic<typename T>
virtual IEnumerable<T>^ Values() override

Type 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.

See Also

JContainer Class
Facebook.Json.Linq Namespace