Class SerializableHashSetBase.HashSet<TValue>
HashSet class definition.
protected class SerializableHashSetBase.HashSet<TValue> : HashSet<TValue>, IReadOnlyCollection<TValue>, ISet<TValue>, ICollection<TValue>, IEnumerable<TValue>, IEnumerable, IDeserializationCallback, ISerializable
Type Parameters
TValue
- Inheritance
-
HashSet<TValue>SerializableHashSetBase.HashSet<TValue>
- Implements
-
IReadOnlyCollection<TValue>ISet<TValue>ICollection<TValue>IEnumerable<TValue>
- Inherited Members
Constructors
HashSet()
Checks whether the shset condition is met.
public HashSet()
HashSet(ISet<TValue>)
Checks whether the shset condition is met.
public HashSet(ISet<TValue> set)
Parameters
setISet<TValue>The set parameter.
HashSet(SerializationInfo, StreamingContext)
Checks whether the shset condition is met.
public HashSet(SerializationInfo info, StreamingContext context)
Parameters
infoSerializationInfoThe info parameter.
contextStreamingContextThe context parameter.