Click or drag to resize

FastDictionaryTKey, TValueGetObjectData Method

Implements the ISerializable interface and returns the data needed to serialize the DictionaryTKey, TValue instance.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.12.0.0 (5.12.0)
Syntax
public override void GetObjectData(
	SerializationInfo info,
	StreamingContext context
)

Parameters

info
Type: System.Runtime.SerializationSerializationInfo
A SerializationInfo object that contains the information required to serialize the DictionaryTKey, TValue instance.
context
Type: System.Runtime.SerializationStreamingContext
A StreamingContext structure that contains the source and destination of the serialized stream associated with the DictionaryTKey, TValue instance.

Implements

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