[]
        
(Showing Draft Content)

C1.DataCollection.C1HierarchicalDataCollection-1.GetEnumerator

GetEnumerator Method

GetEnumerator()

Returns an enumerator that iterates through the collection.

Declaration
public IEnumerator<T> GetEnumerator()
Public Function GetEnumerator() As IEnumerator(Of T)
Returns
Type Description
IEnumerator<T>
Implements