IList<(Of <(<'T>)>)>..::..RemoveAt Method
Removes the IList<(Of <(<'T>)>)> item at the specified index.
Namespace:
System.Collections.GenericAssembly: Bridge (in Bridge.dll)
Syntax
[TemplateAttribute] void RemoveAt( int index )
<TemplateAttribute> _ Sub RemoveAt ( _ index As Integer _ )
[TemplateAttribute] void RemoveAt( int^ index )
Parameters
- index
- Type: System..::..Int32
The zero-based index of the item to remove.
Exceptions
Exception | Condition |
---|---|
System..::..ArgumentOutOfRangeException | index is not a valid index in the IList<(Of <(<'T>)>)>. |
System..::..NotSupportedException | The IList<(Of <(<'T>)>)> is read-only. |