ESRI.ArcGIS.ADF.Web
GetEnumerator Method
See Also  Send Feedback
ESRI.ArcGIS.ADF.Web Namespace > Tree<T,N> Class : GetEnumerator Method




Gets an enumerator for all of the non-null Data in the nodes in this tree.

Syntax

Visual Basic (Declaration) 
Public Function GetEnumerator() As IEnumerator(Of N)
Visual Basic (Usage)Copy Code
Dim instance As Tree(Of T,N)
Dim value As IEnumerator(Of N)
 
value = instance.GetEnumerator()
C# 
public IEnumerator<N> GetEnumerator()

Return Value

An enumerator for all of the non-null Data in the nodes in this tree.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2011 All Rights Reserved.