EnumerableExtensionsTryReplaceRange Method

Overload List

TryReplaceRange(IEnumerable, Int32, Int32, IEnumerable, Boolean, Boolean) Tries to remove count amount of items from the target at the specified index, and to insert the specified collection at the same position. The number of elements in collection can be different from the amount of removed items.
TryReplaceRangeT(IEnumerableT, Int32, Int32, IEnumerableT, Boolean, Boolean) Tries to remove count amount of items from the target at the specified index, and to insert the specified collection at the same position. The number of elements in collection can be different from the amount of removed items.

See Also