The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
OidCollection::IEnumerable::GetEnumerator Method ()
.NET Framework (current version)
Returns an OidEnumerator object that can be used to navigate the OidCollection object.
Assembly: System (in System.dll)
Return Value
Type: System.Collections::IEnumerator^An OidEnumerator object that can be used to navigate the collection.
Implements
IEnumerable::GetEnumerator()The OidEnumerator class implements the IEnumerator interface, which allows you to move within a collection.
.NET Framework
Available since 2.0
Available since 2.0
Show: