Table of Contents
BaseObjectCollectionWrapper<T,T>.GetEnumerator Method 

Returns an enumerator for the entire collection.

Syntax
 public IEnumerator<T> GetEnumerator();
See Also