'Declaration
<CLSCompliantAttribute(True)> <ComDefaultInterfaceAttribute(OpcLabs.BaseLib.Collections.Specialized.ComTypes._StringSet)> <ComVisibleAttribute(True)> <GuidAttribute("8BA82831-8890-40C5-8982-859B788B4EC3")> <TypeConverterAttribute(OpcLabs.BaseLib.Collections.Specialized.Internal.StringSetConverter)> <DebuggerTypeProxyAttribute(System.Collections.Generic.HashSetDebugView`1)> <DebuggerDisplayAttribute("Count = {Count}")> <SerializableAttribute()> Public NotInheritable Class StringSet Inherits System.Collections.Generic.HashSet(Of String) Implements OpcLabs.BaseLib.Collections.Specialized.ComTypes._StringSet, System.Collections.Generic.ICollection(Of String), System.Collections.Generic.IEnumerable(Of String), System.Collections.Generic.IReadOnlyCollection(Of String), System.Collections.Generic.ISet(Of String), System.Collections.IEnumerable, System.Runtime.Serialization.IDeserializationCallback, System.Runtime.Serialization.ISerializable
'Usage
Dim instance As StringSet
[CLSCompliant(true)] [ComDefaultInterface(OpcLabs.BaseLib.Collections.Specialized.ComTypes._StringSet)] [ComVisible(true)] [Guid("8BA82831-8890-40C5-8982-859B788B4EC3")] [TypeConverter(OpcLabs.BaseLib.Collections.Specialized.Internal.StringSetConverter)] [DebuggerTypeProxy(System.Collections.Generic.HashSetDebugView`1)] [DebuggerDisplay("Count = {Count}")] [Serializable()] public sealed class StringSet : System.Collections.Generic.HashSet<string>, OpcLabs.BaseLib.Collections.Specialized.ComTypes._StringSet, System.Collections.Generic.ICollection<string>, System.Collections.Generic.IEnumerable<string>, System.Collections.Generic.IReadOnlyCollection<string>, System.Collections.Generic.ISet<string>, System.Collections.IEnumerable, System.Runtime.Serialization.IDeserializationCallback, System.Runtime.Serialization.ISerializable
[CLSCompliant(true)] [ComDefaultInterface(OpcLabs.BaseLib.Collections.Specialized.ComTypes._StringSet)] [ComVisible(true)] [Guid("8BA82831-8890-40C5-8982-859B788B4EC3")] [TypeConverter(OpcLabs.BaseLib.Collections.Specialized.Internal.StringSetConverter)] [DebuggerTypeProxy(System.Collections.Generic.HashSetDebugView`1)] [DebuggerDisplay("Count = {Count}")] [Serializable()] public ref class StringSet sealed : public System.Collections.Generic.HashSet<String>, OpcLabs.BaseLib.Collections.Specialized.ComTypes._StringSet, System.Collections.Generic.ICollection<String>, System.Collections.Generic.IEnumerable<String>, System.Collections.Generic.IReadOnlyCollection<String>, System.Collections.Generic.ISet<String>, System.Collections.IEnumerable, System.Runtime.Serialization.IDeserializationCallback, System.Runtime.Serialization.ISerializable