ThreadSafeHashSetTGetObjectData Method

In a derived class populates a SerializationInfo with the additional data of the derived type needed to serialize the target object.

Definition

Namespace: KGySoft.Collections
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 9.0.0
C#
[SecurityCriticalAttribute]
protected virtual void GetObjectData(
	SerializationInfo info,
	StreamingContext context
)

Parameters

info  SerializationInfo
The SerializationInfo to populate with data.
context  StreamingContext
The destination (see StreamingContext) for this serialization.

See Also