Compartir a través de


CubeCollection.Enumerator Miembros

Implements the IEnumerator interface to support iterating over a CubeCollection and reading its individual CubeDef objects.

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

Métodos

  Nombre Descripción
Método publico {dtor} Releases all resources used by the CubeCollection..::..Enumerator.
Método publico Equals (Se hereda de Object).
Método protegido Finalize (Se hereda de Object).
Método publico GetHashCode (Se hereda de Object).
Método publico GetType (Se hereda de Object).
Método protegido MemberwiseClone (Se hereda de Object).
Método publico MoveNext Moves to the next CubeDef in the CubeCollection.
Método publico Reset Sets the Enumerator to its initial position, which is before the first element in the collection.
Método publico ToString (Se hereda de Object).

Principio

Propiedades

  Nombre Descripción
Propiedad pública Current Gets the current CubeDef in the CubeCollection.

Principio