Method Remove
Remove(T)
Removes the first occurrence of a specific object from the ICollection<T>.
선언
public bool Remove(T item)
파라미터
타입 | 이름 | 설명 |
---|---|---|
T | item | The object to remove from the ICollection<T>. |
반환
타입 | 설명 |
---|---|
bool | true if |
구현
예외
타입 | 조건 |
---|---|
NotSupportedException | The ICollection<T> is read-only. |
Remove(params T[])
선언
public int Remove(params T[] items)
파라미터
타입 | 이름 | 설명 |
---|---|---|
T[] | items |
반환
타입 | 설명 |
---|---|
int |