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)
Syntaxpublic override void GetObjectData(
SerializationInfo info,
StreamingContext context
)
Public Overrides Sub GetObjectData (
info As SerializationInfo,
context As StreamingContext
)
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)
ExceptionsException | Condition |
---|
ArgumentNullException | info is null. |
See Also