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.6.0.0 (5.6.19.0117)
Syntax
public Action<string> MemberSetFunc { get; set; }

Property Value

Type: ActionString
See Also