Click or drag to resize
EntityCollectionBase2<TEntity>.GetObjectData Method
ISerializable member.

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

Parameters

info
Type: System.Runtime.Serialization.SerializationInfo
context
Type: System.Runtime.Serialization.StreamingContext

Implements

ISerializable.GetObjectData(SerializationInfo, StreamingContext)
See Also