

'Declaration<ExceptionContractAnnotationAttribute(True)> <TypeConverterAttribute(System.ComponentModel.ExpandableObjectConverter)> <DefaultMemberAttribute("Item")> <DebuggerTypeProxyAttribute(System.Collections.Generic.Mscorlib_DictionaryDebugView`2)> <DebuggerDisplayAttribute("Count = {Count}")> <SerializableAttribute()> Public NotInheritable Class StringSparkplugMetricDataDictionary Inherits System.Collections.Generic.Dictionary(Of String,SparkplugMetricData) Implements IStringSparkplugMetricDataReadOnlyDictionary, System.Collections.Generic.ICollection(Of KeyValuePair(Of String,SparkplugMetricData)), System.Collections.Generic.IDictionary(Of String,SparkplugMetricData), System.Collections.Generic.IEnumerable(Of KeyValuePair(Of String,SparkplugMetricData)), System.Collections.Generic.IEnumerable(Of KeyValuePair(Of TKey,TValue)), System.Collections.Generic.IEnumerable(Of T), System.Collections.Generic.IReadOnlyCollection(Of KeyValuePair(Of String,SparkplugMetricData)), System.Collections.Generic.IReadOnlyCollection(Of KeyValuePair(Of TKey,TValue)), System.Collections.Generic.IReadOnlyDictionary(Of String,SparkplugMetricData), System.Collections.ICollection, System.Collections.IDictionary, System.Collections.IEnumerable, System.Runtime.Serialization.IDeserializationCallback, System.Runtime.Serialization.ISerializable
'UsageDim instance As StringSparkplugMetricDataDictionary
[ExceptionContractAnnotation(true)] [TypeConverter(System.ComponentModel.ExpandableObjectConverter)] [DefaultMember("Item")] [DebuggerTypeProxy(System.Collections.Generic.Mscorlib_DictionaryDebugView`2)] [DebuggerDisplay("Count = {Count}")] [Serializable()] public sealed class StringSparkplugMetricDataDictionary : System.Collections.Generic.Dictionary<string,SparkplugMetricData>, IStringSparkplugMetricDataReadOnlyDictionary, System.Collections.Generic.ICollection<KeyValuePair<string,SparkplugMetricData>>, System.Collections.Generic.IDictionary<string,SparkplugMetricData>, System.Collections.Generic.IEnumerable<KeyValuePair<string,SparkplugMetricData>>, System.Collections.Generic.IEnumerable<KeyValuePair<TKey,TValue>>, System.Collections.Generic.IEnumerable<T>, System.Collections.Generic.IReadOnlyCollection<KeyValuePair<string,SparkplugMetricData>>, System.Collections.Generic.IReadOnlyCollection<KeyValuePair<TKey,TValue>>, System.Collections.Generic.IReadOnlyDictionary<string,SparkplugMetricData>, System.Collections.ICollection, System.Collections.IDictionary, System.Collections.IEnumerable, System.Runtime.Serialization.IDeserializationCallback, System.Runtime.Serialization.ISerializable
[ExceptionContractAnnotation(true)] [TypeConverter(System.ComponentModel.ExpandableObjectConverter)] [DefaultMember("Item")] [DebuggerTypeProxy(System.Collections.Generic.Mscorlib_DictionaryDebugView`2)] [DebuggerDisplay("Count = {Count}")] [Serializable()] public ref class StringSparkplugMetricDataDictionary sealed : public System.Collections.Generic.Dictionary<String,SparkplugMetricData>, IStringSparkplugMetricDataReadOnlyDictionary, System.Collections.Generic.ICollection<KeyValuePair<String,SparkplugMetricData>>, System.Collections.Generic.IDictionary<String,SparkplugMetricData>, System.Collections.Generic.IEnumerable<KeyValuePair<String,SparkplugMetricData>>, System.Collections.Generic.IEnumerable<KeyValuePair<TKey,TValue>>, System.Collections.Generic.IEnumerable<T>, System.Collections.Generic.IReadOnlyCollection<KeyValuePair<String,SparkplugMetricData>>, System.Collections.Generic.IReadOnlyCollection<KeyValuePair<TKey,TValue>>, System.Collections.Generic.IReadOnlyDictionary<String,SparkplugMetricData>, System.Collections.ICollection, System.Collections.IDictionary, System.Collections.IEnumerable, System.Runtime.Serialization.IDeserializationCallback, System.Runtime.Serialization.ISerializable
Sparkplug is a trademark of Eclipse Foundation, Inc. "MQTT" is a trademark of the OASIS Open standards consortium. Other related terms are trademarks of their respective owners. Any use of these terms on this site is for descriptive purposes only and does not imply any sponsorship, endorsement or affiliation.
System.Object
System.Collections.Generic.Dictionary<TKey,TValue>
OpcLabs.EasySparkplug.StringSparkplugMetricDataDictionary