C-DEngine 5.105

cdeConcurrentDictionary<(Of <(<'TKey, TValue>)>)>..::..GetDictionarySnapshot Method

This returns a consistent snapshot of the dictionary

Namespace:  nsCDEngine.ViewModels
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public Dictionary<TKey, TValue> GetDictionarySnapshot()
Public Function GetDictionarySnapshot As Dictionary(Of TKey, TValue)
public:
Dictionary<TKey, TValue>^ GetDictionarySnapshot()

Return Value