Click or drag to resize
ReadOnlyCollectionTGetEnumerator Method
Returns an enumerator that iterates through the collection.

Namespace: Slash.Collections.ObjectModel
Assembly: Slash.Collections (in Slash.Collections.dll) Version: 1.0.6018.40177
Syntax
public IEnumerator<T> GetEnumerator()

Return Value

Type: IEnumeratorT
A IEnumeratorT that can be used to iterate through the collection.

Implements

IEnumerableTGetEnumerator
See Also