public void RemoveAt(
int index
)Public Sub RemoveAt (
index As Integer
)public:
virtual void RemoveAt(
int index
) sealedfunction RemoveAt(index);| ArgumentOutOfRangeException | index is less than zero.-or-index is equal to or greater than Count. |