When implemented by a class, removes the specified number of the elements starting at the position specified.
[Visual Basic]
MustOverride Overloads Public Function Remove( _
ByVal index As Integer, _
ByVal count As Integer _
) As Boolean Implements _
IList2.Remove
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. |
List2Base Class | List2Base Members | Foley.Utilities.Collections Namespace | List2Base.Remove Overload List