IIntCollection.GetEnumerator Method

Definition

Gets an enumerator that you can use to enumerate the items in the collection.

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

Returns

An IEnumerator interface that you use to enumerate the items in the collection.

Implements

Applies to