The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
EqtBaseCollection<T>::IEnumerable<T>::GetEnumerator Method ()
Returns a typed IEnumerator.
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Return Value
Type: System.Collections.Generic::IEnumerator<T>^An IEnumerator of a type that matches the generic type that was declared when the collection was created.
Type Parameters
- T
A Type that defines the objects in the collection.
Implements
IEnumerable<T>::GetEnumerator()This member is an explicit interface member implementation. It can be used only when the EqtBaseCollection<T> instance is cast to an IEnumerable<T> interface.
Show: