Click or drag to resize

RankedSetTISerializableGetObjectData Method

Returns the data needed to serialize the set.

Namespace:  Kaos.Collections
Assembly:  KaosCollections (in KaosCollections.dll) Version: 4.2.0.0
Syntax
C#
void ISerializable.GetObjectData(
	SerializationInfo info,
	StreamingContext context
)

Parameters

info
Type: System.Runtime.SerializationSerializationInfo
An object that contains the information required to serialize the set.
context
Type: System.Runtime.SerializationStreamingContext
A structure that contains the source and destination of the serialized stream.

Implements

ISerializableGetObjectData(SerializationInfo, StreamingContext)
Exceptions
ExceptionCondition
ArgumentNullExceptionWhen info is null.
See Also