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