DeserializationDefinition Constructor (ActionString) |
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 DeserializationDefinition(
Action<string> memberSetFunc
)
Public Sub New (
memberSetFunc As Action(Of String)
)
Parameters
- memberSetFunc
- Type: SystemActionString
The member set func.
Remarks Uses attributes
See Also