When implemented by a class, removes the element at the specified position from the list.
[Visual Basic]
MustOverride Public Function RemoveAt( _
ByVal index As Integer _
) As Boolean Implements _
IList2.RemoveAt
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