'Declaration<ExceptionContractAnnotationAttribute(True)> <CLSCompliantAttribute(True)> <TypeConverterAttribute(System.ComponentModel.CollectionConverter)> <DefaultMemberAttribute("Item")> <DebuggerTypeProxyAttribute(System.Collections.Generic.Mscorlib_CollectionDebugView`1)> <DebuggerDisplayAttribute("Count = {Count}")> Public Class SparkplugPayloadElementCollection Inherits OpcLabs.BaseLib.Collections.ObjectModel.Collection2(Of KeyValuePair(Of String,SparkplugMetricElement)) Implements ISparkplugPayloadElementReadOnlyCollection, System.Collections.Generic.ICollection(Of KeyValuePair(Of String,SparkplugMetricElement)), System.Collections.Generic.IEnumerable(Of KeyValuePair(Of String,SparkplugMetricElement)), System.Collections.Generic.IEnumerable(Of T), System.Collections.Generic.IList(Of KeyValuePair(Of String,SparkplugMetricElement)), System.Collections.Generic.IReadOnlyCollection(Of KeyValuePair(Of String,SparkplugMetricElement)), System.Collections.Generic.IReadOnlyList(Of KeyValuePair(Of String,SparkplugMetricElement)), System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList, System.ICloneable
'UsageDim instance As SparkplugPayloadElementCollection
[ExceptionContractAnnotation(true)] [CLSCompliant(true)] [TypeConverter(System.ComponentModel.CollectionConverter)] [DefaultMember("Item")] [DebuggerTypeProxy(System.Collections.Generic.Mscorlib_CollectionDebugView`1)] [DebuggerDisplay("Count = {Count}")] public class SparkplugPayloadElementCollection : OpcLabs.BaseLib.Collections.ObjectModel.Collection2<KeyValuePair<string,SparkplugMetricElement>>, ISparkplugPayloadElementReadOnlyCollection, System.Collections.Generic.ICollection<KeyValuePair<string,SparkplugMetricElement>>, System.Collections.Generic.IEnumerable<KeyValuePair<string,SparkplugMetricElement>>, System.Collections.Generic.IEnumerable<T>, System.Collections.Generic.IList<KeyValuePair<string,SparkplugMetricElement>>, System.Collections.Generic.IReadOnlyCollection<KeyValuePair<string,SparkplugMetricElement>>, System.Collections.Generic.IReadOnlyList<KeyValuePair<string,SparkplugMetricElement>>, System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList, System.ICloneable
[ExceptionContractAnnotation(true)] [CLSCompliant(true)] [TypeConverter(System.ComponentModel.CollectionConverter)] [DefaultMember("Item")] [DebuggerTypeProxy(System.Collections.Generic.Mscorlib_CollectionDebugView`1)] [DebuggerDisplay("Count = {Count}")] public ref class SparkplugPayloadElementCollection : public OpcLabs.BaseLib.Collections.ObjectModel.Collection2<KeyValuePair<String,SparkplugMetricElement>>, ISparkplugPayloadElementReadOnlyCollection, System.Collections.Generic.ICollection<KeyValuePair<String,SparkplugMetricElement>>, System.Collections.Generic.IEnumerable<KeyValuePair<String,SparkplugMetricElement>>, System.Collections.Generic.IEnumerable<T>, System.Collections.Generic.IList<KeyValuePair<String,SparkplugMetricElement>>, System.Collections.Generic.IReadOnlyCollection<KeyValuePair<String,SparkplugMetricElement>>, System.Collections.Generic.IReadOnlyList<KeyValuePair<String,SparkplugMetricElement>>, System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList, System.ICloneable