Click or drag to resize

ConfigurationDictionaryTKey, TValueRemove(TKey) Method

Removes the element with the specified key from the IDictionaryTKey, TValue.

Namespace: SanteDB.Client.Configuration
Assembly: SanteDB.Client (in SanteDB.Client.dll) Version: 3.0.2081-alpha+027e4605b77f83de5445cbcd55717223932d2452
Syntax
public bool Remove(
	TKey key
)

Parameters

key  TKey
The key of the element to remove.

Return Value

Boolean
if the element is successfully removed; otherwise, . This method also returns if key was not found in the original IDictionaryTKey, TValue.

Implements

IDictionaryTKey, TValueRemove(TKey)
Exceptions
ExceptionCondition
ArgumentNullExceptionkey is .
NotSupportedExceptionThe IDictionaryTKey, TValue is read-only.
See Also