'Declaration
<DefaultMemberAttribute("Item")> <DebuggerTypeProxyAttribute(System.Collections.Generic.Mscorlib_CollectionDebugView`1)> <DebuggerDisplayAttribute("Count = {Count}")> Public Class PropertyPath Inherits C1.Win.Collections.ObjectModel.ObservableDictionary(Of Integer,String)
[DefaultMember("Item")] [DebuggerTypeProxy(System.Collections.Generic.Mscorlib_CollectionDebugView`1)] [DebuggerDisplay("Count = {Count}")] public class PropertyPath : C1.Win.Collections.ObjectModel.ObservableDictionary<int,string>