Click or drag to resize

RankedDictionaryTKey, TValueIDictionaryRemove Method

Removes an element with the supplied key from the dictionary.

Namespace:  Kaos.Collections
Assembly:  KaosCollections (in KaosCollections.dll) Version: 4.2.0.0
Syntax
C#
void IDictionary.Remove(
	Object key
)

Parameters

key
Type: SystemObject
Key of element to remove.

Implements

IDictionaryRemove(Object)
Exceptions
ExceptionCondition
ArgumentNullExceptionWhen key is null.
See Also