[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Returns an enumerator that iterates through the collection.

Namespace:  Microsoft.ConfigurationManagement.Messaging.Messages.Server
Assembly:  Microsoft.ConfigurationManagement.Messaging(in Microsoft.ConfigurationManagement.Messaging.dll)

Syntax

                 
  C#     Visual Basic     Visual C++  
public 
IEnumerator<
string> 
GetEnumerator()
Public 
Function 
GetEnumerator 
As 
IEnumerator(
Of 
String)
public:
virtual 
IEnumerator<
String^>^ 
GetEnumerator() 
sealed

Return Value

A IEnumerator < (Of < ( <' T > ) > ) > that can be used to iterate through the collection.

Implements

IEnumerable < (Of < ( <' T > ) > ) > . . :: . . GetEnumerator () () () ()

See Also