Deletes the value at the specified index.
Delphi
procedure Delete(Index: Integer);
Parameters
- Index
- Integer
The zero-based index of the value to delete.
Exceptions
Index is less than zero or greater than or equal to
IReadOnlyCollection<T>.Count.