FreezableCollection<T>.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.
Énumère les membres de FreezableCollection<T>.
public: where T : DependencyObjectvalue class FreezableCollection<T>::Enumerator : System::Collections::Generic::IEnumerator<T>
public struct FreezableCollection<T>.Enumerator : System.Collections.Generic.IEnumerator<T> where T : DependencyObject
type FreezableCollection<'T (requires 'T :> DependencyObject)>.Enumerator = struct
interface IEnumerator<'T (requires 'T :> DependencyObject)>
interface IDisposable
interface IEnumerator
type FreezableCollection<'T (requires 'T :> DependencyObject)>.Enumerator = struct
interface IEnumerator
interface IEnumerator<'T (requires 'T :> DependencyObject)>
interface IDisposable
type FreezableCollection<'T (requires 'T :> DependencyObject)>.Enumerator = struct
interface IEnumerator<'T (requires 'T :> DependencyObject)>
interface IEnumerator
interface IDisposable
Public Structure FreezableCollection(Of T).Enumerator
Implements IEnumerator(Of T)
Paramètres de type
- T
- Héritage
- Implémente
Propriétés
Current |
Obtient une valeur qui représente l'élément actuel dans la collection. |
Méthodes
MoveNext() |
Avance l'énumérateur jusqu'à l'élément suivant dans la collection. |
Reset() |
Replace l'énumérateur sur sa position initiale. |
Implémentations d’interfaces explicites
IDisposable.Dispose() |
Ce membre prend en charge l’infrastructure Windows Presentation Foundation (WPF) et n’est pas destiné à être utilisé directement à partir de votre code. |
IEnumerator.Current |
Ce membre prend en charge l’infrastructure Windows Presentation Foundation (WPF) et n’est pas destiné à être utilisé directement à partir de votre code. |