Click or drag to resize
DeserializationDefinitionMemberSetFunc Property
Gets or sets the func which sets the member with the value converted from the string passed in.

Namespace:  SD.LLBLGen.Pro.Core.Xml
Assembly:  SD.LLBLGen.Pro.Core (in SD.LLBLGen.Pro.Core.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public Action<string> MemberSetFunc { get; set; }

Property Value

Type: ActionString
See Also