'Declaration
<ComDefaultInterfaceAttribute(OpcLabs.EasyOpc.UA.AddressSpace.ComTypes._UANodeIdSet)> <ComVisibleAttribute(True)> <GuidAttribute("0A007C33-D273-44D2-8EEA-FB4A77B26ACB")> <TypeConverterAttribute(System.ComponentModel.ExpandableObjectConverter)> <DebuggerTypeProxyAttribute(System.Collections.Generic.HashSetDebugView`1)> <DebuggerDisplayAttribute("Count = {Count}")> <SerializableAttribute()> Public NotInheritable Class UANodeIdSet Inherits System.Collections.Generic.HashSet(Of UANodeId) Implements OpcLabs.EasyOpc.UA.AddressSpace.ComTypes._UANodeIdSet, System.Collections.Generic.ICollection(Of UANodeId), System.Collections.Generic.IEnumerable(Of UANodeId), System.Collections.Generic.IReadOnlyCollection(Of UANodeId), System.Collections.Generic.ISet(Of UANodeId), System.Collections.IEnumerable, System.Runtime.Serialization.IDeserializationCallback, System.Runtime.Serialization.ISerializable
'Usage
Dim instance As UANodeIdSet
[ComDefaultInterface(OpcLabs.EasyOpc.UA.AddressSpace.ComTypes._UANodeIdSet)] [ComVisible(true)] [Guid("0A007C33-D273-44D2-8EEA-FB4A77B26ACB")] [TypeConverter(System.ComponentModel.ExpandableObjectConverter)] [DebuggerTypeProxy(System.Collections.Generic.HashSetDebugView`1)] [DebuggerDisplay("Count = {Count}")] [Serializable()] public sealed class UANodeIdSet : System.Collections.Generic.HashSet<UANodeId>, OpcLabs.EasyOpc.UA.AddressSpace.ComTypes._UANodeIdSet, System.Collections.Generic.ICollection<UANodeId>, System.Collections.Generic.IEnumerable<UANodeId>, System.Collections.Generic.IReadOnlyCollection<UANodeId>, System.Collections.Generic.ISet<UANodeId>, System.Collections.IEnumerable, System.Runtime.Serialization.IDeserializationCallback, System.Runtime.Serialization.ISerializable
[ComDefaultInterface(OpcLabs.EasyOpc.UA.AddressSpace.ComTypes._UANodeIdSet)] [ComVisible(true)] [Guid("0A007C33-D273-44D2-8EEA-FB4A77B26ACB")] [TypeConverter(System.ComponentModel.ExpandableObjectConverter)] [DebuggerTypeProxy(System.Collections.Generic.HashSetDebugView`1)] [DebuggerDisplay("Count = {Count}")] [Serializable()] public ref class UANodeIdSet sealed : public System.Collections.Generic.HashSet<UANodeId>, OpcLabs.EasyOpc.UA.AddressSpace.ComTypes._UANodeIdSet, System.Collections.Generic.ICollection<UANodeId>, System.Collections.Generic.IEnumerable<UANodeId>, System.Collections.Generic.IReadOnlyCollection<UANodeId>, System.Collections.Generic.ISet<UANodeId>, System.Collections.IEnumerable, System.Runtime.Serialization.IDeserializationCallback, System.Runtime.Serialization.ISerializable