CustomDebugInformationHandleCollection.IEnumerable<CustomDebugInformationHandle>.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::CustomDebugInformationHandle> ^ System.Collections.Generic.IEnumerable<System.Reflection.Metadata.CustomDebugInformationHandle>.GetEnumerator() = System::Collections::Generic::IEnumerable<System::Reflection::Metadata::CustomDebugInformationHandle>::GetEnumerator;
System.Collections.Generic.IEnumerator<System.Reflection.Metadata.CustomDebugInformationHandle> IEnumerable<CustomDebugInformationHandle>.GetEnumerator ();
abstract member System.Collections.Generic.IEnumerable<System.Reflection.Metadata.CustomDebugInformationHandle>.GetEnumerator : unit -> System.Collections.Generic.IEnumerator<System.Reflection.Metadata.CustomDebugInformationHandle>
override this.System.Collections.Generic.IEnumerable<System.Reflection.Metadata.CustomDebugInformationHandle>.GetEnumerator : unit -> System.Collections.Generic.IEnumerator<System.Reflection.Metadata.CustomDebugInformationHandle>
Function GetEnumerator () As IEnumerator(Of CustomDebugInformationHandle) Implements IEnumerable(Of CustomDebugInformationHandle).GetEnumerator

Devoluciones

IEnumerator<CustomDebugInformationHandle>

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

Implementaciones

Se aplica a