'Declaration
<ComDefaultInterfaceAttribute(OpcLabs.EasyOpc.UA.AddressSpace.ComTypes._UANodeIdCollection)> <ComVisibleAttribute(True)> <GuidAttribute("A8FC28A7-BE89-474F-8476-1DC15C56D356")> <TypeConverterAttribute(System.ComponentModel.ExpandableObjectConverter)> <DefaultMemberAttribute("Item")> <DebuggerTypeProxyAttribute(System.Collections.Generic.Mscorlib_CollectionDebugView`1)> <DebuggerDisplayAttribute("Count = {Count}")> <SerializableAttribute()> Public NotInheritable Class UANodeIdCollection Inherits System.Collections.ObjectModel.Collection(Of UANodeId) Implements OpcLabs.EasyOpc.UA.AddressSpace.ComTypes._UANodeIdCollection, System.Collections.Generic.ICollection(Of UANodeId), System.Collections.Generic.IEnumerable(Of UANodeId), System.Collections.Generic.IList(Of UANodeId), System.Collections.Generic.IReadOnlyCollection(Of UANodeId), System.Collections.Generic.IReadOnlyList(Of UANodeId), System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList
'Usage
Dim instance As UANodeIdCollection
[ComDefaultInterface(OpcLabs.EasyOpc.UA.AddressSpace.ComTypes._UANodeIdCollection)] [ComVisible(true)] [Guid("A8FC28A7-BE89-474F-8476-1DC15C56D356")] [TypeConverter(System.ComponentModel.ExpandableObjectConverter)] [DefaultMember("Item")] [DebuggerTypeProxy(System.Collections.Generic.Mscorlib_CollectionDebugView`1)] [DebuggerDisplay("Count = {Count}")] [Serializable()] public sealed class UANodeIdCollection : System.Collections.ObjectModel.Collection<UANodeId>, OpcLabs.EasyOpc.UA.AddressSpace.ComTypes._UANodeIdCollection, System.Collections.Generic.ICollection<UANodeId>, System.Collections.Generic.IEnumerable<UANodeId>, System.Collections.Generic.IList<UANodeId>, System.Collections.Generic.IReadOnlyCollection<UANodeId>, System.Collections.Generic.IReadOnlyList<UANodeId>, System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList
[ComDefaultInterface(OpcLabs.EasyOpc.UA.AddressSpace.ComTypes._UANodeIdCollection)] [ComVisible(true)] [Guid("A8FC28A7-BE89-474F-8476-1DC15C56D356")] [TypeConverter(System.ComponentModel.ExpandableObjectConverter)] [DefaultMember("Item")] [DebuggerTypeProxy(System.Collections.Generic.Mscorlib_CollectionDebugView`1)] [DebuggerDisplay("Count = {Count}")] [Serializable()] public ref class UANodeIdCollection sealed : public System.Collections.ObjectModel.Collection<UANodeId>, OpcLabs.EasyOpc.UA.AddressSpace.ComTypes._UANodeIdCollection, System.Collections.Generic.ICollection<UANodeId>, System.Collections.Generic.IEnumerable<UANodeId>, System.Collections.Generic.IList<UANodeId>, System.Collections.Generic.IReadOnlyCollection<UANodeId>, System.Collections.Generic.IReadOnlyList<UANodeId>, System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList