GeneralTransform3DCollection.Enumerator Estructura
Definición
Enumera elementos GeneralTransform3D en una GeneralTransform3DCollection.Enumerates GeneralTransform3D items in a GeneralTransform3DCollection.
public: value class GeneralTransform3DCollection::Enumerator : System::Collections::Generic::IEnumerator<System::Windows::Media::Media3D::GeneralTransform3D ^>
public struct GeneralTransform3DCollection.Enumerator : System.Collections.Generic.IEnumerator<System.Windows.Media.Media3D.GeneralTransform3D>
type GeneralTransform3DCollection.Enumerator = struct
interface IEnumerator<GeneralTransform3D>
interface IEnumerator
interface IDisposable
type GeneralTransform3DCollection.Enumerator = struct
interface IEnumerator<GeneralTransform3D>
interface IDisposable
interface IEnumerator
type GeneralTransform3DCollection.Enumerator = struct
interface IEnumerator
interface IEnumerator<GeneralTransform3D>
interface IDisposable
Public Structure GeneralTransform3DCollection.Enumerator
Implements IEnumerator(Of GeneralTransform3D)
- Herencia
- Implementaciones
Comentarios
GeneralTransform3DCollection.Enumerator se incluye en la versión .NET Framework 3,5.GeneralTransform3DCollection.Enumerator is introduced in the .NET Framework version 3.5. Para más información, vea Versiones y dependencias.For more information, see Versions and Dependencies.
Propiedades
Current |
Obtiene el elemento actual de la colección.Gets the current element in the collection. |
Métodos
MoveNext() |
Desplaza el enumerador al siguiente elemento de la colección.Advances the enumerator to the next element in the collection. |
Reset() |
Restablece el enumerador a su posición inicial (delante del primer elemento de la colección).Resets the enumerator to its initial position, which is before the first element in the collection. |
Implementaciones de interfaz explícitas
IDisposable.Dispose() |
Para obtener una descripción de este miembro, vea Dispose().For a description of this member, see Dispose(). |
IEnumerator.Current |
Para obtener una descripción de este miembro, vea Current.For a description of this member, see Current. |