OidCollection::IEnumerable::GetEnumerator Method ()

 

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

Namespace:   System.Security.Cryptography
Assembly:  System (in System.dll)

private:
virtual IEnumerator^ GetEnumerator() sealed = IEnumerable::GetEnumerator

Return Value

Type: System.Collections::IEnumerator^

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

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

.NET Framework
Available since 2.0
Return to top
Show: