

'Declaration<CLSCompliantAttribute(True)> <ExceptionContractAnnotationAttribute(True)> <TypeConverterAttribute(System.ComponentModel.CollectionConverter)> <DefaultMemberAttribute("Item")> <DebuggerTypeProxyAttribute(System.Collections.Generic.Mscorlib_KeyedCollectionDebugView`2)> <DebuggerDisplayAttribute("Count = {Count}")> <SerializableAttribute()> Public Class SparkplugMetricCollection Inherits OpcLabs.BaseLib.Collections.ObjectModel.Internal.SelectorDefinedKeyedCollection(Of String,SparkplugMetric) Implements OpcLabs.BaseLib.Collections.Generic.IKeyedCollection(Of String,SparkplugMetric), OpcLabs.BaseLib.Collections.Generic.IReadOnlyKeyedCollection(Of String,SparkplugMetric), System.Collections.Generic.ICollection(Of SparkplugMetric), System.Collections.Generic.ICollection(Of T), System.Collections.Generic.IEnumerable(Of SparkplugMetric), System.Collections.Generic.IEnumerable(Of T), System.Collections.Generic.IList(Of SparkplugMetric), System.Collections.Generic.IReadOnlyCollection(Of SparkplugMetric), System.Collections.Generic.IReadOnlyCollection(Of T), System.Collections.Generic.IReadOnlyList(Of SparkplugMetric), System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList, System.ICloneable
'UsageDim instance As SparkplugMetricCollection
[CLSCompliant(true)] [ExceptionContractAnnotation(true)] [TypeConverter(System.ComponentModel.CollectionConverter)] [DefaultMember("Item")] [DebuggerTypeProxy(System.Collections.Generic.Mscorlib_KeyedCollectionDebugView`2)] [DebuggerDisplay("Count = {Count}")] [Serializable()] public class SparkplugMetricCollection : OpcLabs.BaseLib.Collections.ObjectModel.Internal.SelectorDefinedKeyedCollection<string,SparkplugMetric>, OpcLabs.BaseLib.Collections.Generic.IKeyedCollection<string,SparkplugMetric>, OpcLabs.BaseLib.Collections.Generic.IReadOnlyKeyedCollection<string,SparkplugMetric>, System.Collections.Generic.ICollection<SparkplugMetric>, System.Collections.Generic.ICollection<T>, System.Collections.Generic.IEnumerable<SparkplugMetric>, System.Collections.Generic.IEnumerable<T>, System.Collections.Generic.IList<SparkplugMetric>, System.Collections.Generic.IReadOnlyCollection<SparkplugMetric>, System.Collections.Generic.IReadOnlyCollection<T>, System.Collections.Generic.IReadOnlyList<SparkplugMetric>, System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList, System.ICloneable
[CLSCompliant(true)] [ExceptionContractAnnotation(true)] [TypeConverter(System.ComponentModel.CollectionConverter)] [DefaultMember("Item")] [DebuggerTypeProxy(System.Collections.Generic.Mscorlib_KeyedCollectionDebugView`2)] [DebuggerDisplay("Count = {Count}")] [Serializable()] public ref class SparkplugMetricCollection : public OpcLabs.BaseLib.Collections.ObjectModel.Internal.SelectorDefinedKeyedCollection<String,SparkplugMetric>, OpcLabs.BaseLib.Collections.Generic.IKeyedCollection<String,SparkplugMetric>, OpcLabs.BaseLib.Collections.Generic.IReadOnlyKeyedCollection<String,SparkplugMetric>, System.Collections.Generic.ICollection<SparkplugMetric>, System.Collections.Generic.ICollection<T>, System.Collections.Generic.IEnumerable<SparkplugMetric>, System.Collections.Generic.IEnumerable<T>, System.Collections.Generic.IList<SparkplugMetric>, System.Collections.Generic.IReadOnlyCollection<SparkplugMetric>, System.Collections.Generic.IReadOnlyCollection<T>, System.Collections.Generic.IReadOnlyList<SparkplugMetric>, System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList, System.ICloneable
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.ObjectModel.Collection<T>
System.Collections.ObjectModel.KeyedCollection<TKey,TItem>
OpcLabs.EasySparkplug.SparkplugMetricCollection