FreezableCollection<T>.Enumerator Estrutura

Definição

Enumera os membros de um 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)

Parâmetros de tipo

T
Herança
FreezableCollection<T>.Enumerator
Implementações

Propriedades

Current

Obtém um valor que representa o elemento atual na coleção.

Métodos

MoveNext()

Avança o enumerador para o próximo elemento da coleção.

Reset()

Redefine o enumerador como sua posição inicial.

Implantações explícitas de interface

IDisposable.Dispose()

Esse membro dá suporte à infraestrutura de Windows Presentation Foundation (WPF) e não se destina a ser usado diretamente do seu código.

IEnumerator.Current

Esse membro dá suporte à infraestrutura de Windows Presentation Foundation (WPF) e não se destina a ser usado diretamente do seu código.

Aplica-se a

Confira também