ComponentOne Basic Library for WPF and Silverlight
GetEnumerator Method (C1OrderedSet)


C1.WPF Namespace > C1OrderedSet Class : GetEnumerator Method
Returns an enumerator that iterates through the collection.
Syntax
'Declaration
 
Public Function GetEnumerator() As System.Collections.Generic.IEnumerator(Of Integer)
'Usage
 
Dim instance As C1OrderedSet
Dim value As System.Collections.Generic.IEnumerator(Of Integer)
 
value = instance.GetEnumerator()
public System.Collections.Generic.IEnumerator<int> GetEnumerator()

Return Value

A System.Collections.Generic.IEnumerator`1 that can be used to iterate through the collection.
See Also

Reference

C1OrderedSet Class
C1OrderedSet Members