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