System::Collections::Generic::ICollection::Contains method
ICollection::Contains method
コレクションに要素が存在するか確認します。
virtual bool System::Collections::Generic::ICollection<T>::Contains(const T &item) const =0
| パラメーター | 型 | 説明 |
|---|---|---|
| 項目 | const T& | 検索対象の項目。 |
ReturnValue
要素が存在する場合は true、存在しない場合は false。
参照
- Class ICollection
- Namespace System::Collections::Generic
- Library Aspose.Page for C++