cdeConcurrentDictionary<(Of <(<'TKey, TValue>)>)>..::..GetDynamicEnumerable Method
This enumerator does not take a lock/snapshot and may reflect changes to the dictionary after it was obtained
Namespace:
nsCDEngine.ViewModelsAssembly: C-DEngine (in C-DEngine.dll)
Syntax
public IEnumerable<KeyValuePair<TKey, TValue>> GetDynamicEnumerable()
Public Function GetDynamicEnumerable As IEnumerable(Of KeyValuePair(Of TKey, TValue))
public: IEnumerable<KeyValuePair<TKey, TValue>^>^ GetDynamicEnumerable()