Click or drag to resize
ExpiringDictionaryTKey, TValueAdd Method
Adds an item to the dictionary.

Namespace: VirtualRadar.Interface
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public void Add(
	TKey key,
	TValue value
)

Parameters

key
Type: TKey
value
Type: TValue
See Also