Click or drag to resize
Accord.NET (logo)

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
Syntax
public void Add(
	KeyValuePair<TValue, TKey> item
)
Request Example View Source

Parameters

item
Type: System.Collections.Generic.KeyValuePair<TValue, TKey>
Exceptions
ExceptionCondition
NotSupportedExceptionThis collection is read-only
See Also