- index
- The zero-based index of the item to remove.
Type Reason ArgumentOutOfRangeException index is less than 0.
-or-
index is equal to or greater than stem.Collections.Generic.List<T>.Count.
The item is removed and all the elements following it in the List have their indexes reduced by 1.
This method is an O(n) operation, where n is stem.Collections.Generic.List<T>.Count.