ExpiringDictionaryTKey, TValueSnapshot Method |
Returns a snapshot of all of the key-value pairs in the dictionary.
Namespace: VirtualRadar.InterfaceAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public KeyValuePair<TKey, TValue>[] Snapshot()
Public Function Snapshot As KeyValuePair(Of TKey, TValue)()
public:
array<KeyValuePair<TKey, TValue>>^ Snapshot()
member Snapshot : unit -> KeyValuePair<'TKey, 'TValue>[]
Return Value
Type:
KeyValuePairTKey,
TValueSee Also