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

 

Returns a typed IEnumerator.

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

private:
virtual IEnumerator<T>^ GetEnumerator() sealed = IEnumerable<T>::GetEnumerator

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.

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.

Return to top
Show: