MethodImplementationHandleCollection.Enumerator Structure
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
public: value class MethodImplementationHandleCollection::Enumerator : System::Collections::Generic::IEnumerator<System::Reflection::Metadata::MethodImplementationHandle>
public struct MethodImplementationHandleCollection.Enumerator : System.Collections.Generic.IEnumerator<System.Reflection.Metadata.MethodImplementationHandle>
type MethodImplementationHandleCollection.Enumerator = struct
interface IEnumerator<MethodImplementationHandle>
interface IEnumerator
interface IDisposable
type MethodImplementationHandleCollection.Enumerator = struct
interface IEnumerator<MethodImplementationHandle>
interface IDisposable
interface IEnumerator
Public Structure MethodImplementationHandleCollection.Enumerator
Implements IEnumerator(Of MethodImplementationHandle)
- Héritage
- 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. |