ESRI.ArcGIS.ADF.Web
GetEnumerator Method
See Also 
ESRI.ArcGIS.ADF.Web Namespace > Generic Tree 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.

See Also

© 2010 All Rights Reserved.