TableSectionBase<T>.Remove(T) 메서드

정의

TableSectionBase<T> 개체에서 지정된 항목을 제거합니다.

public bool Remove (T item);
abstract member Remove : 'T -> bool
override this.Remove : 'T -> bool

매개 변수

item
T

제거할 항목입니다.

반환

System.Boolean

현재 컬렉션에서 항목이 제거된 경우 true이고, 현재 컬렉션에 항목이 없는 경우 false입니다.

구현

System.Collections.Generic.ICollection`1.Remove(`0)

적용 대상