OverloadCollection<T>.GetEnumerator Method
- Namespace
- Kampute.DocToolkit.Collections
- Assembly
- Kampute.DocToolkit.dll
Definition
Returns an enumerator that iterates through the collection of members.
public IEnumerator<T> GetEnumerator()Returns
- IEnumerator<T>
- An IEnumerator<T> that can be used to iterate through the collection of members.
