GeneralTransformCollection.Enumerator Estrutura

Definição

public: value class GeneralTransformCollection::Enumerator : System::Collections::Generic::IEnumerator<System::Windows::Media::GeneralTransform ^>
public struct GeneralTransformCollection.Enumerator : System.Collections.Generic.IEnumerator<System.Windows.Media.GeneralTransform>
type GeneralTransformCollection.Enumerator = struct
    interface IEnumerator<GeneralTransform>
    interface IDisposable
    interface IEnumerator
type GeneralTransformCollection.Enumerator = struct
    interface IEnumerator
    interface IEnumerator<GeneralTransform>
    interface IDisposable
Public Structure GeneralTransformCollection.Enumerator
Implements IEnumerator(Of GeneralTransform)
Herança
GeneralTransformCollection.Enumerator
Implementações

Propriedades

Nome Description
Current

Obtém o elemento atual da coleção.

Métodos

Nome Description
MoveNext()

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

Reset()

Redefine o enumerador para sua posição inicial, que é antes do primeiro elemento na coleção.

Implantações explícitas de interface

Nome Description
IDisposable.Dispose()

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

IEnumerator.Current

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

Aplica-se a