OidCollection.IEnumerable.GetEnumerator Method

Definition

Returns an OidEnumerator object that can be used to navigate the OidCollection object.

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

Returns

An OidEnumerator object that can be used to navigate the collection.

Implements

Remarks

The OidEnumerator class implements the IEnumerator interface, which allows you to move within a collection.

Applies to