-
Notifications
You must be signed in to change notification settings - Fork 26
ElementAt
Eugene Sadovoi edited this page Jul 7, 2016
·
1 revision
Returns the element at a specified index in a sequence.
ElementAt(index)
The zero-based index of the element to retrieve.
The element at the specified position in the source sequence.
If the type of source is an Array, index is used to obtain the element at the specified index. Otherwise, this method iterates the specified element.