DataStoreTIndexOfId Method |
Namespace: DigitalRune.Game
The index of the specified item, if id is found.
If id is not found and id is less than one or more IDs in the collection, a negative number which is the bitwise complement of the index of the first ID that is larger.
If id is not found and id is greater than any of the IDs in the collection, a negative number which is the bitwise complement of (the index of the last ID plus 1).