 | ConfigurationDictionaryTKey, TValueRemove(TKey) Method |
Namespace: SanteDB.Client.ConfigurationAssembly: SanteDB.Client (in SanteDB.Client.dll) Version: 3.0.2081-alpha+027e4605b77f83de5445cbcd55717223932d2452
Syntaxpublic bool Remove(
TKey key
)
Public Function Remove (
key As TKey
) As Boolean
public:
virtual bool Remove(
TKey key
) sealed
abstract Remove :
key : 'TKey -> bool
override Remove :
key : 'TKey -> bool 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
See Also