MethodDebugInformationHandleCollection.IEnumerable<MethodDebugInformationHandle>.GetEnumerator Método

Definición

Devuelve un enumerador que procesa una iteración en la colección.

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

Devoluciones

Enumerador que se puede utilizar para recorrer en iteración la colección.

Implementaciones

Se aplica a