Noemax.Newtonsoft.Json.Linq Namespace > JToken Class : Values<T> Method |
'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> ();
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