|
ReadOnlyKeyedCollection< TKey, TValue> . Add Method (KeyValuePair< TValue, 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
Syntaxpublic void Add(
KeyValuePair<TValue, TKey> item
)
Public Sub Add (
item As KeyValuePair(Of TValue, TKey)
)
Request Example
View SourceParameters
- item
- Type: System.Collections.Generic.KeyValuePair<TValue, TKey>
ExceptionsException | Condition |
---|
NotSupportedException | This collection is read-only |
See Also