 | ReadOnlyCollectionTGetEnumerator Method |
Returns an enumerator that iterates through the collection.
Namespace: Slash.Collections.ObjectModelAssembly: Slash.Collections (in Slash.Collections.dll) Version: 1.0.6018.40177
Syntaxpublic IEnumerator<T> GetEnumerator()
Public Function GetEnumerator As IEnumerator(Of T)
public:
virtual IEnumerator<T>^ GetEnumerator() sealed
abstract GetEnumerator : unit -> IEnumerator<'T>
override GetEnumerator : unit -> IEnumerator<'T>
Return Value
Type:
IEnumeratorT
A
IEnumeratorT that can be used to iterate through the collection.
Implements
IEnumerableTGetEnumerator
See Also