Notes to Inheritors
If an inherited type serializes data, which may affect the hashes of the keys, then override
the OnDeserialization method and use that to restore the data of the derived instance.
protected ThreadSafeHashSet(
SerializationInfo info,
StreamingContext context
)
Protected Sub New (
info As SerializationInfo,
context As StreamingContext
)
protected:
ThreadSafeHashSet(
SerializationInfo^ info,
StreamingContext context
)
new :
info : SerializationInfo *
context : StreamingContext -> ThreadSafeHashSet