BestBetIdCollection members
The BestBetIdCollection type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
Count | Gets the number of items in the Collection (Inherited from OrderedCollectionBase<T>.) |
![]() |
IsReadOnly | Gets a value indicating whether the collection is read-only. (Overrides OrderedCollectionBase<T>.IsReadOnly.) |
![]() |
Item | Gets an item by its position in the collection. Position is zero-based. (Inherited from OrderedCollectionBase<T>.) |
![]() |
MaxSize | (Inherited from OrderedCollectionBase<T>.) |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Add | Adds an item to the collection |
![]() |
Clear | Removes all items from the collection. (Inherited from OrderedCollectionBase<T>.) |
![]() |
Contains | Determines whether the collection contains given best bet Id. (Overrides OrderedCollectionBase<T>.Contains(T).) |
![]() |
CopyTo | Copies the item to an array, starting at a particular array index (Inherited from OrderedCollectionBase<T>.) |
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetBestBetsFromIds | |
![]() |
GetEnumerator | (Inherited from OrderedCollectionBase<T>.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
IndexOf | Determines the position of the item in the collection. (Inherited from OrderedCollectionBase<T>.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
MoveTo | Moves the item to the specified position in the collection. Position is zero-based. (Inherited from OrderedCollectionBase<T>.) |
![]() |
OnAfterChange | (Overrides OrderedCollectionBase<T>.OnAfterChange().) |
![]() |
OnPreAddInternal | (Overrides OrderedCollectionBase<T>.OnPreAddInternal(T).) |
![]() |
OnPreChange | (Overrides OrderedCollectionBase<T>.OnPreChange().) |
![]() |
OnPreClearInternal | (Inherited from OrderedCollectionBase<T>.) |
![]() |
OnPreRemoveInternal | (Inherited from OrderedCollectionBase<T>.) |
![]() |
OnSerializationInitialize | (Inherited from OrderedCollectionBase<T>.) |
![]() |
Remove | Removes the item from the collection (Inherited from OrderedCollectionBase<T>.) |
![]() |
ToString | (Inherited from Object.) |
Top
Fields
Name | Description | |
---|---|---|
![]() |
_OrderedItems | (Inherited from OrderedCollectionBase<T>.) |
Top
Explicit interface implementations
Name | Description | |
---|---|---|
![]() ![]() |
IEnumerable.GetEnumerator | (Inherited from OrderedCollectionBase<T>.) |
Top