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

IDictionary::Remove method

키를 컨테이너에서 제거합니다.

virtual bool System::Collections::Generic::IDictionary<TKey, TValue>::Remove(const TKey &key)=0
매개변수형식설명
keyconst TKey&제거할 키.

ReturnValue

키를 찾고 제거했으면 true, 그렇지 않으면 false.

또 보기