BestBetCollection Members
Include Protected Members
Include Inherited Members
Represents a collection of BestBet objects.
The BestBetCollection type exposes the following members.
Properties
Name | Description | |
---|---|---|
Count | Gets the number of BestBet objects in the collection. | |
Item | Gets the specified best bet from the collection based on the specified URL. |
Top
Methods
Name | Description | |
---|---|---|
Create | Creates a new best bet. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetEnumerator | Returns an enumerator that can be used to access the items in the best bet collection. | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
Remove | Removes the association between a specified best bet and the keyword parent for this collection of best bets. | |
SetPosition | Updates the priority for a specified best bet. | |
ToString | (Inherited from Object.) |
Top