System::Collections::IList::Remove 方法
IList::Remove method
从列表中移除指定项目的第一个实例。
virtual void System::Collections::IList::Remove(SharedPtr<System::Object> item)=0
| Parameter | Type | 描述 |
|---|---|---|
| item | SharedPtr<System::Object> | 要删除的项目。 |
另见
- Typedef SharedPtr
- Class Object
- Class IList
- Namespace System::Collections
- Library Aspose.Page for C++