System::Collections::Generic::BaseDictionary::ContainsKey メソッド
BaseDictionary::ContainsKey method
辞書にキーが存在するかチェックします。
bool System::Collections::Generic::BaseDictionary<Map>::ContainsKey(const key_t &key) const override
| パラメーター | 型 | 説明 |
|---|---|---|
| キー | const key_t& | 検索するキー。 |
ReturnValue
キーが存在する場合は true、そうでなければ false。
参照
- Class BaseDictionary
- Namespace System::Collections::Generic
- Library Aspose.Page for C++