'Declaration
<ComDefaultInterfaceAttribute(OpcLabs.EasyOpc.DataAccess.AddressSpace.ComTypes._DANodeElementCollection)> <ComVisibleAttribute(True)> <GuidAttribute("CB8E8501-EA6A-4B4A-A915-9F50F041E618")> <CLSCompliantAttribute(True)> <TypeConverterAttribute(OpcLabs.BaseLib.Collections.ObjectModel.Implementation.KeyedCollection2TypeConverter)> <DefaultMemberAttribute("Item")> <DebuggerTypeProxyAttribute(System.Collections.Generic.Mscorlib_KeyedCollectionDebugView`2)> <DebuggerDisplayAttribute("Count = {Count}")> <SerializableAttribute()> Public NotInheritable Class DANodeElementCollection Inherits OpcLabs.BaseLib.Collections.ObjectModel.KeyedCollection2(Of String,DANodeElement) Implements OpcLabs.EasyOpc.DataAccess.AddressSpace.ComTypes._DANodeElementCollection, System.Collections.Generic.ICollection(Of DANodeElement), System.Collections.Generic.IEnumerable(Of DANodeElement), System.Collections.Generic.IList(Of DANodeElement), System.Collections.Generic.IReadOnlyCollection(Of DANodeElement), System.Collections.Generic.IReadOnlyList(Of DANodeElement), System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList, System.ICloneable
'Usage
Dim instance As DANodeElementCollection
[ComDefaultInterface(OpcLabs.EasyOpc.DataAccess.AddressSpace.ComTypes._DANodeElementCollection)] [ComVisible(true)] [Guid("CB8E8501-EA6A-4B4A-A915-9F50F041E618")] [CLSCompliant(true)] [TypeConverter(OpcLabs.BaseLib.Collections.ObjectModel.Implementation.KeyedCollection2TypeConverter)] [DefaultMember("Item")] [DebuggerTypeProxy(System.Collections.Generic.Mscorlib_KeyedCollectionDebugView`2)] [DebuggerDisplay("Count = {Count}")] [Serializable()] public sealed class DANodeElementCollection : OpcLabs.BaseLib.Collections.ObjectModel.KeyedCollection2<string,DANodeElement>, OpcLabs.EasyOpc.DataAccess.AddressSpace.ComTypes._DANodeElementCollection, System.Collections.Generic.ICollection<DANodeElement>, System.Collections.Generic.IEnumerable<DANodeElement>, System.Collections.Generic.IList<DANodeElement>, System.Collections.Generic.IReadOnlyCollection<DANodeElement>, System.Collections.Generic.IReadOnlyList<DANodeElement>, System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList, System.ICloneable
[ComDefaultInterface(OpcLabs.EasyOpc.DataAccess.AddressSpace.ComTypes._DANodeElementCollection)] [ComVisible(true)] [Guid("CB8E8501-EA6A-4B4A-A915-9F50F041E618")] [CLSCompliant(true)] [TypeConverter(OpcLabs.BaseLib.Collections.ObjectModel.Implementation.KeyedCollection2TypeConverter)] [DefaultMember("Item")] [DebuggerTypeProxy(System.Collections.Generic.Mscorlib_KeyedCollectionDebugView`2)] [DebuggerDisplay("Count = {Count}")] [Serializable()] public ref class DANodeElementCollection sealed : public OpcLabs.BaseLib.Collections.ObjectModel.KeyedCollection2<String,DANodeElement>, OpcLabs.EasyOpc.DataAccess.AddressSpace.ComTypes._DANodeElementCollection, System.Collections.Generic.ICollection<DANodeElement>, System.Collections.Generic.IEnumerable<DANodeElement>, System.Collections.Generic.IList<DANodeElement>, System.Collections.Generic.IReadOnlyCollection<DANodeElement>, System.Collections.Generic.IReadOnlyList<DANodeElement>, System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList, System.ICloneable