Information
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>::GetEnumerator Method ()

 

Returns an IEnumerator object for iterating through the collection.

Namespace:   Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)

public:
virtual IEnumerator^ GetEnumerator()

Return Value

Type: System.Collections::IEnumerator^

An IEnumerator object.

Return to top
Show: