ElementAt And ElementAtDefault
Added 2 methods.
- ElementAt(Index): T was added to the API. Pass in the index number and the element sitting at that position will be returned. If the index is greater then the array or query count an error will be returned.
- ElementAtDefault(Index): T was also added to the API. Pass in the index number and the element sitting at that position will be returned. If the index is greater then the array or query count null will be returned.