'Declaration
<ComDefaultInterfaceAttribute(OpcLabs.EasyOpc.UA.AddressSpace.ComTypes._UAQualifiedNameSet)> <ComVisibleAttribute(True)> <GuidAttribute("5E1FBBF6-EA18-408D-A4D4-F4458F7ED4CB")> <TypeConverterAttribute(System.ComponentModel.ExpandableObjectConverter)> <DebuggerTypeProxyAttribute(System.Collections.Generic.HashSetDebugView`1)> <DebuggerDisplayAttribute("Count = {Count}")> <SerializableAttribute()> Public NotInheritable Class UAQualifiedNameSet Inherits System.Collections.Generic.HashSet(Of UAQualifiedName) Implements OpcLabs.EasyOpc.UA.AddressSpace.ComTypes._UAQualifiedNameSet, System.Collections.Generic.ICollection(Of UAQualifiedName), System.Collections.Generic.IEnumerable(Of UAQualifiedName), System.Collections.Generic.IReadOnlyCollection(Of UAQualifiedName), System.Collections.Generic.ISet(Of UAQualifiedName), System.Collections.IEnumerable, System.Runtime.Serialization.IDeserializationCallback, System.Runtime.Serialization.ISerializable
'Usage
Dim instance As UAQualifiedNameSet
[ComDefaultInterface(OpcLabs.EasyOpc.UA.AddressSpace.ComTypes._UAQualifiedNameSet)] [ComVisible(true)] [Guid("5E1FBBF6-EA18-408D-A4D4-F4458F7ED4CB")] [TypeConverter(System.ComponentModel.ExpandableObjectConverter)] [DebuggerTypeProxy(System.Collections.Generic.HashSetDebugView`1)] [DebuggerDisplay("Count = {Count}")] [Serializable()] public sealed class UAQualifiedNameSet : System.Collections.Generic.HashSet<UAQualifiedName>, OpcLabs.EasyOpc.UA.AddressSpace.ComTypes._UAQualifiedNameSet, System.Collections.Generic.ICollection<UAQualifiedName>, System.Collections.Generic.IEnumerable<UAQualifiedName>, System.Collections.Generic.IReadOnlyCollection<UAQualifiedName>, System.Collections.Generic.ISet<UAQualifiedName>, System.Collections.IEnumerable, System.Runtime.Serialization.IDeserializationCallback, System.Runtime.Serialization.ISerializable
[ComDefaultInterface(OpcLabs.EasyOpc.UA.AddressSpace.ComTypes._UAQualifiedNameSet)] [ComVisible(true)] [Guid("5E1FBBF6-EA18-408D-A4D4-F4458F7ED4CB")] [TypeConverter(System.ComponentModel.ExpandableObjectConverter)] [DebuggerTypeProxy(System.Collections.Generic.HashSetDebugView`1)] [DebuggerDisplay("Count = {Count}")] [Serializable()] public ref class UAQualifiedNameSet sealed : public System.Collections.Generic.HashSet<UAQualifiedName>, OpcLabs.EasyOpc.UA.AddressSpace.ComTypes._UAQualifiedNameSet, System.Collections.Generic.ICollection<UAQualifiedName>, System.Collections.Generic.IEnumerable<UAQualifiedName>, System.Collections.Generic.IReadOnlyCollection<UAQualifiedName>, System.Collections.Generic.ISet<UAQualifiedName>, System.Collections.IEnumerable, System.Runtime.Serialization.IDeserializationCallback, System.Runtime.Serialization.ISerializable