BestBetsEnumerator members
Include protected members
Include inherited members
Oferece suporte a iterar em um BestBetCollection e lendo seus objetos individuais BestBet .
The BestBetsEnumerator type exposes the following members.
Constructors
Name | Description | |
---|---|---|
BestBetsEnumerator | Inicializa uma nova instância da classe BestBetsEnumerator . |
Top
Properties
Name | Description | |
---|---|---|
Current | Obtém o elemento atual na coleção. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
MoveNext | Avança o enumerador para o próximo elemento da coleção. | |
Reset | Define o enumerador para sua posição inicial, que é antes do primeiro elemento na coleção. | |
ToString | (Inherited from Object.) |
Top
Explicit interface implementations
Name | Description | |
---|---|---|
IEnumerator.Current |
Top