|
ReadOnlyKeyedCollectionTKey, TValueRemove Method (TKey)
|
This method is not supported, as this is a read-only collection.
Namespace:
Accord.Collections
Assembly:
Accord (in Accord.dll) Version: 3.8.0
Syntax public bool Remove(
TKey key
)
Public Function Remove (
key As TKey
) As Boolean
Request Example
View SourceParameters
- key
- Type: TKey
Return Value
Type:
BooleanExceptions Exception | Condition |
---|
NotSupportedException | This collection is read-only |
See Also