System::Collections::ObjectModel::KeyedCollection::Remove 方法
KeyedCollection::Remove method
从容器中移除键。
bool System::Collections::ObjectModel::KeyedCollection<TKey, TItem>::Remove(TKey key)
| 参数 | 类型 | 描述 |
|---|---|---|
| 键 | TKey | 要移除的键。 |
ReturnValue
如果找到并移除键则为 true,否则为 false。
另见
- Class KeyedCollection
- Namespace System::Collections::ObjectModel
- Library Aspose.Font for C++