Table of Contents

Class SerializableHashSetBase.HashSet<TValue>

Namespace
FishMMO.Shared
Assembly
FishMMO.Shared.dll

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
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

set ISet<TValue>

The set parameter.

HashSet(SerializationInfo, StreamingContext)

Checks whether the shset condition is met.

public HashSet(SerializationInfo info, StreamingContext context)

Parameters

info SerializationInfo

The info parameter.

context StreamingContext

The context parameter.