Compartilhar via


Membros CubeCollection.Enumerator

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

O tipo CubeCollection. . :: . .Enumerator expõe os seguintes membros.

Métodos

  Nome Descrição
Método público {dtor} Releases all resources used by the CubeCollection..::..Enumerator.
Método público Equals (Herdado de Object.)
Método protegido Finalize (Herdado de Object.)
Método público GetHashCode (Herdado de Object.)
Método público GetType (Herdado de Object.)
Método protegido MemberwiseClone (Herdado de Object.)
Método público MoveNext Moves to the next CubeDef in the CubeCollection.
Método público Reset Sets the Enumerator to its initial position, which is before the first element in the collection.
Método público ToString (Herdado de Object.)

Início

Propriedades

  Nome Descrição
Propriedade pública Current Gets the current CubeDef in the CubeCollection.

Início