ExpiringDictionaryTKey, TValueAdd Method |
Adds an item to the dictionary.
Namespace: VirtualRadar.InterfaceAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public void Add(
TKey key,
TValue value
)
Public Sub Add (
key As TKey,
value As TValue
)
public:
void Add(
TKey key,
TValue value
)
member Add :
key : 'TKey *
value : 'TValue -> unit
Parameters
- key
- Type: TKey
- value
- Type: TValue
See Also