Removes the element at the specified index of the ChannelValueCollectionBase<(Of <(<'TDefinition, TValue>)>)>.
Declaration Syntax
Parameters
- index (Int32)
- The zero-based index of the element to remove.
Exceptions
Exception | Condition |
---|---|
ArgumentOutOfRangeException | index is less than zero. -or- index is equal to or greater than Count.
|