[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 a collection.

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

Syntax

                 
  C#     Visual Basic     Visual C++  
Private 
Function 
GetEnumerator 
As 
IEnumerator
	
Implements 
IEnumerable.
GetEnumerator
private:
virtual 
IEnumerator^ 
GetEnumerator() 
sealed = 
IEnumerable::
GetEnumerator

Return Value

An IEnumeratorobject that can be used to iterate through the collection.

Implements

IEnumerable . . :: . . GetEnumerator () () () ()

See Also