System::Collections::Generic::_KeyList::Contains メソッド
_KeyList::Contains method
指定されたキーがコレクションに存在するか確認します。
bool System::Collections::Generic::_KeyList<Dict>::Contains(const TKey &item) const override
| パラメーター | 型 | 説明 |
|---|---|---|
| 項目 | const TKey& | 検索するキー。 |
ReturnValue
キーが存在すれば true、存在しなければ false。
参照
- Typedef TKey
- Class _KeyList
- Namespace System::Collections::Generic
- Library Aspose.Page for C++