System::Collections::Generic::IDictionary::ContainsKey メソッド
IDictionary::ContainsKey method
コンテナがキーを含んでいるか確認します。
virtual bool System::Collections::Generic::IDictionary<TKey, TValue>::ContainsKey(const TKey &key) const =0
| パラメーター | 型 | 説明 |
|---|---|---|
| キー | const TKey& | 検索するキー。 |
ReturnValue
キーが存在すれば true、存在しなければ false。
参照
- Class IDictionary
- Namespace System::Collections::Generic
- Library Aspose.Page for C++