ExpiringDictionaryTKey, TValueRemoveIfExists Method |
Removes the item for the key passed across. Does nothing if the key does not exist.
Namespace: VirtualRadar.InterfaceAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public void RemoveIfExists(
TKey key
)
Public Sub RemoveIfExists (
key As TKey
)
public:
void RemoveIfExists(
TKey key
)
member RemoveIfExists :
key : 'TKey -> unit
Parameters
- key
- Type: TKey
See Also