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

_ValueCollection::Contains method

컨테이너에 항목이 존재하는지 확인합니다.

bool System::Collections::Generic::_ValueCollection<Dict>::Contains(const TValue &item) const override
매개변수형식설명
항목const TValue&찾을 항목.

ReturnValue

항목이 발견되면 true, 그렇지 않으면 false.

또 보기