Method RemoveAt
RemoveAt(int)
Removes the IList<T> item at the specified index.
선언
public void RemoveAt(int index)
파라미터
타입 | 이름 | 설명 |
---|---|---|
int | index | The zero-based index of the item to remove. |
구현
예외
타입 | 조건 |
---|---|
ArgumentOutOfRangeException |
|
NotSupportedException | The IList<T> is read-only. |