When implemented by a class, removes the specified number of the elements starting at the position specified.
[Visual Basic]
Function Remove( _
ByVal index As Integer, _
ByVal count As Integer _
) As Boolean
true if the list is modified; otherwise false.
| Exception Type | Condition |
|---|---|
| System.NotSupportedException | The list is read-only. -or-The list has a fixed size. |
IList2 Interface | IList2 Members | Foley.Utilities.Collections Namespace | IList2.Remove Overload List