'Declaration
<ComVisibleAttribute(False)> <DebuggerTypeProxyAttribute(System.Collections.Generic.HashSetDebugView`1)> <DebuggerDisplayAttribute("Count = {Count}")> <SerializableAttribute()> Public Class DAPropertyIdSet Inherits System.Collections.Generic.HashSet(Of DAPropertyId) Implements System.Collections.Generic.ICollection(Of DAPropertyId), System.Collections.Generic.IEnumerable(Of DAPropertyId), System.Collections.Generic.IReadOnlyCollection(Of DAPropertyId), System.Collections.Generic.ISet(Of DAPropertyId), System.Collections.IEnumerable, System.Runtime.Serialization.IDeserializationCallback, System.Runtime.Serialization.ISerializable
'Usage
Dim instance As DAPropertyIdSet
[ComVisible(false)] [DebuggerTypeProxy(System.Collections.Generic.HashSetDebugView`1)] [DebuggerDisplay("Count = {Count}")] [Serializable()] public class DAPropertyIdSet : System.Collections.Generic.HashSet<DAPropertyId>, System.Collections.Generic.ICollection<DAPropertyId>, System.Collections.Generic.IEnumerable<DAPropertyId>, System.Collections.Generic.IReadOnlyCollection<DAPropertyId>, System.Collections.Generic.ISet<DAPropertyId>, System.Collections.IEnumerable, System.Runtime.Serialization.IDeserializationCallback, System.Runtime.Serialization.ISerializable
[ComVisible(false)] [DebuggerTypeProxy(System.Collections.Generic.HashSetDebugView`1)] [DebuggerDisplay("Count = {Count}")] [Serializable()] public ref class DAPropertyIdSet : public System.Collections.Generic.HashSet<DAPropertyId>, System.Collections.Generic.ICollection<DAPropertyId>, System.Collections.Generic.IEnumerable<DAPropertyId>, System.Collections.Generic.IReadOnlyCollection<DAPropertyId>, System.Collections.Generic.ISet<DAPropertyId>, System.Collections.IEnumerable, System.Runtime.Serialization.IDeserializationCallback, System.Runtime.Serialization.ISerializable