Click or drag to resize
AbstractWrapperInfoTInfo Constructor (SerializationInfo, StreamingContext, ObjectTypeInfo)
Special constructor is used to deserialize values.

Namespace: CMS.DataEngine.Internal
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
protected AbstractWrapperInfo(
	SerializationInfo info,
	StreamingContext context,
	params ObjectTypeInfo[] typeInfos
)

Parameters

info
Type: System.Runtime.SerializationSerializationInfo
Serialization info
context
Type: System.Runtime.SerializationStreamingContext
Context
typeInfos
Type: CMS.DataEngineObjectTypeInfo
Type infos that the object may need
See Also