'Declaration
<CLSCompliantAttribute(True)> <ComDefaultInterfaceAttribute(OpcLabs.BaseLib.Collections.Specialized.ComTypes._StringObjectDictionary)> <ComVisibleAttribute(True)> <ElementsCanBeNullAttribute()> <GuidAttribute("55D37731-BF7D-4935-B8AD-D3E5DECC048D")> <TypeConverterAttribute(OpcLabs.BaseLib.Collections.Specialized.StringObjectDictionary/ThisTypeConverter)> <ValueControlAttribute("OpcLabs.BaseLib.Forms.Common.StringObjectDictionaryView, OpcLabs.BaseLibForms, Version=5.80.82.1, Culture=neutral, PublicKeyToken=6faddca41dacb409")> <DefaultMemberAttribute("Item")> <DebuggerTypeProxyAttribute(System.Collections.Generic.Mscorlib_DictionaryDebugView`2)> <DebuggerDisplayAttribute("Count = {Count}")> <SerializableAttribute()> Public NotInheritable Class StringObjectDictionary Inherits System.Collections.Generic.Dictionary(Of String,Object) Implements OpcLabs.BaseLib.Collections.Specialized.ComTypes._StringObjectDictionary, System.Collections.Generic.ICollection(Of KeyValuePair(Of String,Object)), System.Collections.Generic.IDictionary(Of String,Object), System.Collections.Generic.IEnumerable(Of KeyValuePair(Of String,Object)), System.Collections.Generic.IEnumerable(Of T), System.Collections.Generic.IReadOnlyCollection(Of KeyValuePair(Of String,Object)), System.Collections.Generic.IReadOnlyDictionary(Of String,Object), System.Collections.ICollection, System.Collections.IDictionary, System.Collections.IEnumerable, System.Runtime.Serialization.IDeserializationCallback, System.Runtime.Serialization.ISerializable, System.Xml.Serialization.IXmlSerializable
'Usage
Dim instance As StringObjectDictionary
[CLSCompliant(true)] [ComDefaultInterface(OpcLabs.BaseLib.Collections.Specialized.ComTypes._StringObjectDictionary)] [ComVisible(true)] [ElementsCanBeNull()] [Guid("55D37731-BF7D-4935-B8AD-D3E5DECC048D")] [TypeConverter(OpcLabs.BaseLib.Collections.Specialized.StringObjectDictionary/ThisTypeConverter)] [ValueControl("OpcLabs.BaseLib.Forms.Common.StringObjectDictionaryView, OpcLabs.BaseLibForms, Version=5.80.82.1, Culture=neutral, PublicKeyToken=6faddca41dacb409")] [DefaultMember("Item")] [DebuggerTypeProxy(System.Collections.Generic.Mscorlib_DictionaryDebugView`2)] [DebuggerDisplay("Count = {Count}")] [Serializable()] public sealed class StringObjectDictionary : System.Collections.Generic.Dictionary<string,object>, OpcLabs.BaseLib.Collections.Specialized.ComTypes._StringObjectDictionary, System.Collections.Generic.ICollection<KeyValuePair<string,object>>, System.Collections.Generic.IDictionary<string,object>, System.Collections.Generic.IEnumerable<KeyValuePair<string,object>>, System.Collections.Generic.IEnumerable<T>, System.Collections.Generic.IReadOnlyCollection<KeyValuePair<string,object>>, System.Collections.Generic.IReadOnlyDictionary<string,object>, System.Collections.ICollection, System.Collections.IDictionary, System.Collections.IEnumerable, System.Runtime.Serialization.IDeserializationCallback, System.Runtime.Serialization.ISerializable, System.Xml.Serialization.IXmlSerializable
[CLSCompliant(true)] [ComDefaultInterface(OpcLabs.BaseLib.Collections.Specialized.ComTypes._StringObjectDictionary)] [ComVisible(true)] [ElementsCanBeNull()] [Guid("55D37731-BF7D-4935-B8AD-D3E5DECC048D")] [TypeConverter(OpcLabs.BaseLib.Collections.Specialized.StringObjectDictionary/ThisTypeConverter)] [ValueControl("OpcLabs.BaseLib.Forms.Common.StringObjectDictionaryView, OpcLabs.BaseLibForms, Version=5.80.82.1, Culture=neutral, PublicKeyToken=6faddca41dacb409")] [DefaultMember("Item")] [DebuggerTypeProxy(System.Collections.Generic.Mscorlib_DictionaryDebugView`2)] [DebuggerDisplay("Count = {Count}")] [Serializable()] public ref class StringObjectDictionary sealed : public System.Collections.Generic.Dictionary<String,Object>, OpcLabs.BaseLib.Collections.Specialized.ComTypes._StringObjectDictionary, System.Collections.Generic.ICollection<KeyValuePair<String,Object>>, System.Collections.Generic.IDictionary<String,Object>, System.Collections.Generic.IEnumerable<KeyValuePair<String,Object>>, System.Collections.Generic.IEnumerable<T>, System.Collections.Generic.IReadOnlyCollection<KeyValuePair<String,Object>>, System.Collections.Generic.IReadOnlyDictionary<String,Object>, System.Collections.ICollection, System.Collections.IDictionary, System.Collections.IEnumerable, System.Runtime.Serialization.IDeserializationCallback, System.Runtime.Serialization.ISerializable, System.Xml.Serialization.IXmlSerializable