Click or drag to resize

RankedDictionaryTKey, TValue Constructor (SerializationInfo, StreamingContext)

Initializes a new dictionary instance that contains serialized data.

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

Parameters

info
Type: System.Runtime.SerializationSerializationInfo
The object that contains the information required to serialize the dictionary.
context
Type: System.Runtime.SerializationStreamingContext
The structure that contains the source and destination of the serialized stream.
See Also