'Declaration
<CLSCompliantAttribute(True)> <ComDefaultInterfaceAttribute(OpcLabs.EasyOpc.UA.PubSub.Configuration.ComTypes._UAWriterGroupDataCollection)> <ComVisibleAttribute(True)> <GuidAttribute("BA262886-6999-4975-9D30-662202EAE572")> <TypeConverterAttribute(System.ComponentModel.CollectionConverter)> <DefaultMemberAttribute("Item")> <DebuggerTypeProxyAttribute(System.Collections.Generic.Mscorlib_KeyedCollectionDebugView`2)> <DebuggerDisplayAttribute("Count = {Count}")> <SerializableAttribute()> Public NotInheritable Class UAWriterGroupDataCollection Inherits OpcLabs.BaseLib.Collections.ObjectModel.SelectorKeyedCollection(Of String,UAWriterGroupData) Implements OpcLabs.EasyOpc.UA.PubSub.Configuration.ComTypes._UAWriterGroupDataCollection, System.Collections.Generic.ICollection(Of UAWriterGroupData), System.Collections.Generic.IEnumerable(Of UAWriterGroupData), System.Collections.Generic.IList(Of UAWriterGroupData), System.Collections.Generic.IReadOnlyCollection(Of UAWriterGroupData), System.Collections.Generic.IReadOnlyList(Of UAWriterGroupData), System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList, System.ICloneable
'Usage
Dim instance As UAWriterGroupDataCollection
[CLSCompliant(true)] [ComDefaultInterface(OpcLabs.EasyOpc.UA.PubSub.Configuration.ComTypes._UAWriterGroupDataCollection)] [ComVisible(true)] [Guid("BA262886-6999-4975-9D30-662202EAE572")] [TypeConverter(System.ComponentModel.CollectionConverter)] [DefaultMember("Item")] [DebuggerTypeProxy(System.Collections.Generic.Mscorlib_KeyedCollectionDebugView`2)] [DebuggerDisplay("Count = {Count}")] [Serializable()] public sealed class UAWriterGroupDataCollection : OpcLabs.BaseLib.Collections.ObjectModel.SelectorKeyedCollection<string,UAWriterGroupData>, OpcLabs.EasyOpc.UA.PubSub.Configuration.ComTypes._UAWriterGroupDataCollection, System.Collections.Generic.ICollection<UAWriterGroupData>, System.Collections.Generic.IEnumerable<UAWriterGroupData>, System.Collections.Generic.IList<UAWriterGroupData>, System.Collections.Generic.IReadOnlyCollection<UAWriterGroupData>, System.Collections.Generic.IReadOnlyList<UAWriterGroupData>, System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList, System.ICloneable
[CLSCompliant(true)] [ComDefaultInterface(OpcLabs.EasyOpc.UA.PubSub.Configuration.ComTypes._UAWriterGroupDataCollection)] [ComVisible(true)] [Guid("BA262886-6999-4975-9D30-662202EAE572")] [TypeConverter(System.ComponentModel.CollectionConverter)] [DefaultMember("Item")] [DebuggerTypeProxy(System.Collections.Generic.Mscorlib_KeyedCollectionDebugView`2)] [DebuggerDisplay("Count = {Count}")] [Serializable()] public ref class UAWriterGroupDataCollection sealed : public OpcLabs.BaseLib.Collections.ObjectModel.SelectorKeyedCollection<String,UAWriterGroupData>, OpcLabs.EasyOpc.UA.PubSub.Configuration.ComTypes._UAWriterGroupDataCollection, System.Collections.Generic.ICollection<UAWriterGroupData>, System.Collections.Generic.IEnumerable<UAWriterGroupData>, System.Collections.Generic.IList<UAWriterGroupData>, System.Collections.Generic.IReadOnlyCollection<UAWriterGroupData>, System.Collections.Generic.IReadOnlyList<UAWriterGroupData>, System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList, System.ICloneable