FreezableCollection<T>.Enumerator Struct

Definizione

Enumera i membri di un oggetto 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)

Parametri di tipo

T
Ereditarietà
FreezableCollection<T>.Enumerator
Implementazioni

Proprietà

Nome Descrizione
Current

Ottiene un valore che rappresenta l'elemento corrente nell'insieme.

Metodi

Nome Descrizione
MoveNext()

Sposta l'enumeratore all'elemento successivo nella raccolta.

Reset()

Reimposta l'enumeratore sulla posizione iniziale.

Implementazioni dell'interfaccia esplicita

Nome Descrizione
IDisposable.Dispose()

Questo membro supporta l'infrastruttura di Windows Presentation Foundation (macchine virtuali Windows) e non deve essere usato direttamente dal codice.

IEnumerator.Current

Questo membro supporta l'infrastruttura di Windows Presentation Foundation (macchine virtuali Windows) e non deve essere usato direttamente dal codice.

Si applica a

Vedi anche