System::Collections::Generic::LinkedList::Contains 메서드

LinkedList::Contains method

element가 리스트에 존재하는지 확인합니다.

bool System::Collections::Generic::LinkedList<T>::Contains(const T &element) const override
매개변수형식설명
elementconst T&찾을 요소.

ReturnValue

찾은 경우 element는 true, 그렇지 않으면 false.

또 보기