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 Genérico

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

Propriedades

Name Description
Current

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

Métodos

Name Description
MoveNext()

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

Reset()

Reinicia o enumerador para a sua posição inicial.

Implementações de Interface Explícita

Name Description
IDisposable.Dispose()

Este membro suporta a infraestrutura Windows Presentation Foundation (WPF) e não foi concebido para ser usado diretamente a partir do seu código.

IEnumerator.Current

Este membro suporta a infraestrutura Windows Presentation Foundation (WPF) e não foi concebido para ser usado diretamente a partir do seu código.

Aplica-se a

Ver também