Click or drag to resize

RankedMapTKey, TValueValueCollectionICollectionTValueRemove Method

This implementation always throws a NotSupportedException.

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

Parameters

value
Type: TValue
The value to remove.

Return Value

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

Implements

ICollectionTRemove(T)
See Also