ThreadSafeDictionaryTKey, TValueTryRemove(TKey) Method
Namespace: KGySoft.CollectionsAssembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 10.0.0
public bool TryRemove(
TKey key
)
Public Function TryRemove (
key As TKey
) As Boolean
public:
bool TryRemove(
TKey key
)
member TryRemove :
key : 'TKey -> bool
- key TKey
- Key of the item to remove.
Boolean if the element is successfully removed; otherwise,
.