System::Collections::Generic::List::Remove 메서드

List::Remove method

리스트에서 특정 항목의 첫 번째 인스턴스를 제거합니다.

bool System::Collections::Generic::List<T>::Remove(const T &item) override
매개변수형식설명
항목const T&제거할 항목.

ReturnValue

항목을 찾고 제거했으면 true, 그렇지 않으면 false.

또 보기