Click or drag to resize
ExpiringDictionaryTKey, TValueSnapshot Method
Returns a snapshot of all of the key-value pairs in the dictionary.

Namespace: VirtualRadar.Interface
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public KeyValuePair<TKey, TValue>[] Snapshot()

Return Value

Type: KeyValuePairTKey, TValue
See Also