EnumerableExtensionsTryGetElementAt Method

Overload List

TryGetElementAt(IEnumerable, Int32, Object, Boolean, Boolean) Tries to get an item at the specified index in the collection.
TryGetElementAtT(IEnumerableT, Int32, T, Boolean, Boolean) Tries to get an item at the specified index in the collection.

See Also