FreezableCollection<T>.Enumerator Struct

Definizione

Enumera i membri di 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à

Current

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

Metodi

MoveNext()

Sposta l'enumeratore all'elemento successivo dell'insieme.

Reset()

Reimposta l'enumeratore sulla posizione iniziale.

Implementazioni dell'interfaccia esplicita

IDisposable.Dispose()

Questo membro supporta l'infrastruttura Windows Presentation Foundation (WPF) e non deve essere usata direttamente dal codice.

IEnumerator.Current

Questo membro supporta l'infrastruttura Windows Presentation Foundation (WPF) e non deve essere usata direttamente dal codice.

Si applica a

Vedi anche