CustomDebugInformationHandleCollection.Enumerator Structure

Définition

public: value class CustomDebugInformationHandleCollection::Enumerator : System::Collections::Generic::IEnumerator<System::Reflection::Metadata::CustomDebugInformationHandle>
public struct CustomDebugInformationHandleCollection.Enumerator : System.Collections.Generic.IEnumerator<System.Reflection.Metadata.CustomDebugInformationHandle>
type CustomDebugInformationHandleCollection.Enumerator = struct
    interface IEnumerator<CustomDebugInformationHandle>
    interface IEnumerator
    interface IDisposable
Public Structure CustomDebugInformationHandleCollection.Enumerator
Implements IEnumerator(Of CustomDebugInformationHandle)
Héritage
CustomDebugInformationHandleCollection.Enumerator
Implémente

Propriétés

Current

Obtient l’élément de la collection situé à la position actuelle de l’énumérateur.

Méthodes

MoveNext()

Avance l’énumérateur à l’élément suivant de la collection.

Implémentations d’interfaces explicites

IDisposable.Dispose()

Exécute les tâches définies par l'application associées à la libération ou à la redéfinition des ressources non managées.

IEnumerator.Current

Obtient l’élément de la collection situé à la position actuelle de l’énumérateur.

IEnumerator.Reset()

Rétablit l'énumérateur à sa position initiale, qui précède le premier élément de la collection.

S’applique à