Compartir a través de


AxisCollection.Enumerator Miembros

Implements the System.Collections..::..IEnumerator interface to support iterating over an AxisCollection and reading its individual Axis objects.

El tipo AxisCollection. . :: . .Enumerator expone los siguientes miembros.

Métodos

  Nombre Descripción
Método publico Equals (Se hereda de ValueType).
Método protegido Finalize (Se hereda de Object).
Método publico GetHashCode (Se hereda de ValueType).
Método publico GetType (Se hereda de Object).
Método protegido MemberwiseClone (Se hereda de Object).
Método publico MoveNext Moves to the next Axis in the AxisCollection.
Método publico Reset Sets the enumerator to its initial position, which is before the first axis in the collection.
Método publico ToString (Se hereda de ValueType).

Principio

Propiedades

  Nombre Descripción
Propiedad pública Current Gets the current Axis in the AxisCollection.

Principio

Implementaciones de interfaces explícitas

  Nombre Descripción
Implementación de interfaces explícitasPropiedad privada IEnumerator. . :: . .Current

Principio