ServerProtocolCollection.GetEnumerator Method

Definition

Returns an IEnumerator interface that allows you to iterate through the objects in the collection.

public:
 virtual System::Collections::IEnumerator ^ GetEnumerator();
public System.Collections.IEnumerator GetEnumerator ();
abstract member GetEnumerator : unit -> System.Collections.IEnumerator
override this.GetEnumerator : unit -> System.Collections.IEnumerator
Public Function GetEnumerator () As IEnumerator

Returns

An IEnumerator system interface for the referenced collection object.

Implements

Examples

Using Collections

Applies to