|
ReadOnlyKeyedCollectionTKey, TValueRemove Method (KeyValuePairTKey, TValue)
|
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(
KeyValuePair<TKey, TValue> item
)
Public Function Remove (
item As KeyValuePair(Of TKey, TValue)
) As Boolean
Request Example
View SourceParameters
- item
- Type: System.Collections.GenericKeyValuePairTKey, TValue
Return Value
Type:
BooleanExceptions Exception | Condition |
---|
NotSupportedException | This collection is read-only |
See Also