System::Collections::Generic::ICollection::Remove method
ICollection::Remove method
コレクションから要素を削除します。
virtual bool System::Collections::Generic::ICollection<T>::Remove(const T &item)=0
| パラメーター | 型 | 説明 |
|---|---|---|
| 項目 | const T& | 削除する項目。 |
ReturnValue
要素が見つかって削除された場合は true、そうでない場合は false。
参照
- Class ICollection
- Namespace System::Collections::Generic
- Library Aspose.Page for C++