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.

ParameterizedString::IEnumerable::GetEnumerator Method ()

 

Returns an enumerator that iterates through a collection.

Namespace:   Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)

private:
virtual IEnumerator^ GetEnumerator() sealed = IEnumerable::GetEnumerator

Return Value

Type: System.Collections::IEnumerator^

An enumerator that iterates through a collection.

This member is an explicit interface member implementation. It can be used only when the ParameterizedString instance is cast to an IEnumerable interface.

Return to top
Show: