Share via


SubscriptionCollection.IEnumerable.GetEnumerator Method

Definition

Returns an enumerator that iterates through a collection.

System.Collections.IEnumerator IEnumerable.GetEnumerator ();

Returns

An IEnumerator object that can be used to iterate through the collection.

Implements

Applies to