'Declaration <NullableContextAttribute(1)> <NullableAttribute(Mono.Cecil.CustomAttributeArgument[])> <DefaultMemberAttribute("Item")> <DebuggerTypeProxyAttribute(System.Collections.Generic.Mscorlib_DictionaryDebugView`2)> <DebuggerDisplayAttribute("Count = {Count}")> Public Class DataGridItemPropertyDictionary Inherits System.Collections.Generic.Dictionary(Of DataGridItemPropertyBase,Object)
'Usage Dim instance As DataGridItemPropertyDictionary
[NullableContext(1)] [Nullable(Mono.Cecil.CustomAttributeArgument[])] [DefaultMember("Item")] [DebuggerTypeProxy(System.Collections.Generic.Mscorlib_DictionaryDebugView`2)] [DebuggerDisplay("Count = {Count}")] public class DataGridItemPropertyDictionary : System.Collections.Generic.Dictionary<DataGridItemPropertyBase,object>

