ExportedTypeHandleCollection.IEnumerable<ExportedTypeHandle>.GetEnumerator Method

Definition

Returns an enumerator that iterates through the collection.

 virtual System::Collections::Generic::IEnumerator<System::Reflection::Metadata::ExportedTypeHandle> ^ System.Collections.Generic.IEnumerable<System.Reflection.Metadata.ExportedTypeHandle>.GetEnumerator() = System::Collections::Generic::IEnumerable<System::Reflection::Metadata::ExportedTypeHandle>::GetEnumerator;
System.Collections.Generic.IEnumerator<System.Reflection.Metadata.ExportedTypeHandle> IEnumerable<ExportedTypeHandle>.GetEnumerator ();
abstract member System.Collections.Generic.IEnumerable<System.Reflection.Metadata.ExportedTypeHandle>.GetEnumerator : unit -> System.Collections.Generic.IEnumerator<System.Reflection.Metadata.ExportedTypeHandle>
override this.System.Collections.Generic.IEnumerable<System.Reflection.Metadata.ExportedTypeHandle>.GetEnumerator : unit -> System.Collections.Generic.IEnumerator<System.Reflection.Metadata.ExportedTypeHandle>
Function GetEnumerator () As IEnumerator(Of ExportedTypeHandle) Implements IEnumerable(Of ExportedTypeHandle).GetEnumerator

Returns

An enumerator that can be used to iterate through the collection.

Implements

Applies to