HierarchyTreeNodeCollection.GetEnumerator Method
This member is reserved for internal use and is not intended to be used directly from your code.
Namespace: Microsoft.SharePoint.Portal.WebControls
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Public Function GetEnumerator As IEnumerator(Of TreeNode)
'Usage
Dim instance As HierarchyTreeNodeCollection
Dim returnValue As IEnumerator(Of TreeNode)
returnValue = instance.GetEnumerator()
public IEnumerator<TreeNode> GetEnumerator()
Return Value
Type: System.Collections.Generic.IEnumerator<TreeNode>
See Also
Reference
HierarchyTreeNodeCollection Class