Membros MiningValueCollection.Enumerator
Supports iterating over a MiningValueCollection and reading its individual MiningValue objects.
O tipo MiningValueCollection. . :: . .Enumerator expõe os seguintes membros.
Métodos
Nome | Descrição | |
---|---|---|
Equals | (Herdado de ValueType.) | |
Finalize | (Herdado de Object.) | |
GetHashCode | (Herdado de ValueType.) | |
GetType | (Herdado de Object.) | |
MemberwiseClone | (Herdado de Object.) | |
MoveNext | Moves to the next MiningValue in the MiningValueCollection. | |
Reset | Sets the Enumerator to its initial position, which is before the first element in the collection. | |
ToString | (Herdado de ValueType.) |
Início
Propriedades
Nome | Descrição | |
---|---|---|
Current | Gets the current MiningValue in the MiningValueCollection. |
Início
Implementações de interface explícitas
Nome | Descrição | |
---|---|---|
IEnumerator. . :: . .Current | Gets the current element in the collection. |
Início
Consulte também