WCF-Xtensions Class Reference for .NET
GetEnumerator Method (JArray)






Returns an enumerator that iterates through the collection.
Syntax
public System.Collections.Generic.IEnumerator<JToken> GetEnumerator()
public function GetEnumerator(): System.Collections.Generic.IEnumerator; 
public function GetEnumerator() : System.Collections.Generic.IEnumerator;
public: System.Collections.Generic.IEnumerator<JToken*>* GetEnumerator(); 
public:
System.Collections.Generic.IEnumerator<JToken^>^ GetEnumerator(); 
'Declaration
 
Public Function GetEnumerator() As System.Collections.Generic.IEnumerator(Of JToken)
 
'Usage
 
Dim instance As JArray
Dim value As System.Collections.Generic.IEnumerator(Of JToken)
 
value = instance.GetEnumerator()

Return Value

A System.Collections.Generic.IEnumerator`1 that can be used to iterate through the collection.
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

JArray Class
JArray Members

Send Feedback