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