[This is preliminary documentation and is subject to change.]
Returns a collection of the child values of this token, in document order.
Namespace:
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.