Skip to content

ElementAt And ElementAtDefault

Compare
Choose a tag to compare
@dibiancoj dibiancoj released this 01 Jun 19:43
· 44 commits to master since this release

Added 2 methods.

  1. 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.
  2. 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.