EnumerableExtensionsTrySetElementAt Method

Overload List

TrySetElementAt(IEnumerable, Int32, Object, Boolean, Boolean) Tries to set the specified item at the specified index in the collection.
TrySetElementAtT(IEnumerableT, Int32, T, Boolean, Boolean) Tries to set the specified item at the specified index in the collection.

See Also