'Deklaration
Public ReadOnly Property Values As System.Collections.Generic.Dictionary(Of TKey,TValue)
'Usage
Dim instance As ObservableDictionary(Of TKey,TValue) Dim value As System.Collections.Generic.Dictionary(Of TKey,TValue) value = instance.Values
public System.Collections.Generic.Dictionary<TKey,TValue> Values {get;}