public void RemoveAt(
int index
)Public Sub RemoveAt (
index As Integer
)public:
virtual void RemoveAt(
int index
) sealedabstract RemoveAt :
index : int -> unit
override RemoveAt :
index : int -> unit | ArgumentOutOfRangeException | Значение параметра index не является допустимым индексом в IListT. |
| NotSupportedException | Объект IListT доступен только для чтения. |