Click or drag to resize

RankedBagTGetObjectData Method

Returns the data needed to serialize the bag.

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

Parameters

info
Type: System.Runtime.SerializationSerializationInfo
An object that contains the information required to serialize the bag.
context
Type: System.Runtime.SerializationStreamingContext
A structure that contains the source and destination of the serialized stream.
Exceptions
ExceptionCondition
ArgumentNullExceptionWhen info is null.
See Also