WCF-Xtensions Class Reference for Mono
Values<T> Method (JToken)






The type to convert the values to.
Returns a collection of the child values of this token, in document order.
Syntax
'Declaration
 
Public Overridable Function Values(Of T)() As System.Collections.Generic.IEnumerable(Of T)
'Usage
 
Dim instance As JToken
Dim value As System.Collections.Generic.IEnumerable(Of T)
 
value = instance.Values(Of T)()
public virtual System.Collections.Generic.IEnumerable<T> Values<T>()
public function Values(): System.Collections.Generic.IEnumerable; virtual; 
public function Values() : System.Collections.Generic.IEnumerable;
public: virtual System.Collections.Generic.IEnumerable<T*>* Values<T>(); 
public:
virtual System.Collections.Generic.IEnumerable<T^>^ Valuesgeneric<typename T>
(); 

Type Parameters

T
The type to convert the values to.

Return Value

A System.Collections.Generic.IEnumerable`1 containing the child values of this JToken, in document order.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

JToken Class
JToken Members

Send Feedback