Click or drag to resize
ExpiringDictionaryTKey, TValueGetForKey Method
Returns the item for the key passed across. Returns null if the key is no longer in the dictionary.

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

Parameters

key
Type: TKey

Return Value

Type: TValue
See Also