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






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

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

JContainer Class
JContainer Members
Base Implementation in Values<T>

Send Feedback