Click or drag to resize
DeserializationDefinition Constructor (ActionString, SerializationDefinitionTargetType)
Initializes a new instance of the DeserializationDefinition class.

Namespace:  SD.LLBLGen.Pro.Core.Xml
Assembly:  SD.LLBLGen.Pro.Core (in SD.LLBLGen.Pro.Core.dll) Version: 5.1.0.0 (5.1.0)
Syntax
public DeserializationDefinition(
	Action<string> memberSetFunc,
	SerializationDefinitionTargetType targetType
)

Parameters

memberSetFunc
Type: SystemActionString
The member set func.
targetType
Type: SD.LLBLGen.Pro.CoreSerializationDefinitionTargetType
Type of the target.
See Also