| Visual Basic (Usage) |  Copy Code | 
|---|---|
Dim instance As NodeSet Dim value As IEnumerator(Of Node) value = instance.GetEnumerator()  | |
| C# | |
|---|---|
public IEnumerator<Node> GetEnumerator()  | |
Return Value
A IEnumerator that can be used to iterate through the collection.Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x