CustomDebugInformationHandleCollection.IEnumerable<CustomDebugInformationHandle>.GetEnumerator Metodo

Definizione

Restituisce un enumeratore che consente di scorrere la raccolta.

 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

Restituisce

IEnumerator<CustomDebugInformationHandle>

Enumeratore che può essere usato per scorrere la raccolta.

Implementazioni

Si applica a