'Declaration
<CLSCompliantAttribute(True)> <ComVisibleAttribute(False)> <GuidAttribute("DF7E597F-39C2-4EE3-8FBC-ECCC9214E278")> <TypeConverterAttribute(System.ComponentModel.CollectionConverter)> <DebuggerTypeProxyAttribute(System.Collections.Generic.HashSetDebugView`1)> <DebuggerDisplayAttribute("Count = {Count}")> <SerializableAttribute()> Public NotInheritable Class GuidSet Inherits System.Collections.Generic.HashSet(Of Guid) Implements System.Collections.Generic.ICollection(Of Guid), System.Collections.Generic.IEnumerable(Of Guid), System.Collections.Generic.IReadOnlyCollection(Of Guid), System.Collections.Generic.ISet(Of Guid), System.Collections.IEnumerable, System.Runtime.Serialization.IDeserializationCallback, System.Runtime.Serialization.ISerializable
'Usage
Dim instance As GuidSet
[CLSCompliant(true)] [ComVisible(false)] [Guid("DF7E597F-39C2-4EE3-8FBC-ECCC9214E278")] [TypeConverter(System.ComponentModel.CollectionConverter)] [DebuggerTypeProxy(System.Collections.Generic.HashSetDebugView`1)] [DebuggerDisplay("Count = {Count}")] [Serializable()] public sealed class GuidSet : System.Collections.Generic.HashSet<Guid>, System.Collections.Generic.ICollection<Guid>, System.Collections.Generic.IEnumerable<Guid>, System.Collections.Generic.IReadOnlyCollection<Guid>, System.Collections.Generic.ISet<Guid>, System.Collections.IEnumerable, System.Runtime.Serialization.IDeserializationCallback, System.Runtime.Serialization.ISerializable
[CLSCompliant(true)] [ComVisible(false)] [Guid("DF7E597F-39C2-4EE3-8FBC-ECCC9214E278")] [TypeConverter(System.ComponentModel.CollectionConverter)] [DebuggerTypeProxy(System.Collections.Generic.HashSetDebugView`1)] [DebuggerDisplay("Count = {Count}")] [Serializable()] public ref class GuidSet sealed : public System.Collections.Generic.HashSet<Guid>, System.Collections.Generic.ICollection<Guid>, System.Collections.Generic.IEnumerable<Guid>, System.Collections.Generic.IReadOnlyCollection<Guid>, System.Collections.Generic.ISet<Guid>, System.Collections.IEnumerable, System.Runtime.Serialization.IDeserializationCallback, System.Runtime.Serialization.ISerializable