C-DEngine 5.105

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.ViewModels
Assembly:  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()

Return Value