Click or drag to resize

RankedDictionaryTKey, TValueKeyCollectionICollectionTKeyRemove Method

This implementation always throws a NotSupportedException.

Namespace:  Kaos.Collections
Assembly:  KaosCollections (in KaosCollections.dll) Version: 4.2.0.0
Syntax
C#
bool ICollection<TKey>.Remove(
	TKey key
)

Parameters

key
Type: TKey
The key to remove.

Return Value

Type: Boolean
true if the object was removed; otherwise false.

Implements

ICollectionTRemove(T)
See Also