Replaces the element at the specified index.
Declaration Syntax
Exceptions
Exception | Condition |
---|---|
ArgumentOutOfRangeException | index is less than zero. -or- index is greater than Count.
|
Exception | Condition |
---|---|
ArgumentOutOfRangeException | index is less than zero. -or- index is greater than Count.
|