Click or drag to resize
ExpiringDictionaryTKey, TValueRemoveIfExists Method
Removes the item for the key passed across. Does nothing if the key does not exist.

Namespace: VirtualRadar.Interface
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public void RemoveIfExists(
	TKey key
)

Parameters

key
Type: TKey
See Also