System::Collections::ObjectModel::KeyedCollection::Remove method

KeyedCollection::Remove method

Removes key from container.

bool System::Collections::ObjectModel::KeyedCollection<TKey, TItem>::Remove(TKey key)
ParameterTypeDescription
keyTKeyKey to remove.

ReturnValue

True if key is found and removed, false otherwise.

See Also