SerializationDefinition Constructor (String, Func<String>, SerializationDefinitionTargetType) |
Namespace:
SD.LLBLGen.Pro.Core.Xml
Assembly:
SD.LLBLGen.Pro.Core (in SD.LLBLGen.Pro.Core.dll) Version: 5.11.0.0 (5.11.23.1114)
Syntaxpublic SerializationDefinition(
string elementName,
Func<string> valueProducerFunc,
SerializationDefinitionTargetType targetType
)
Public Sub New (
elementName As String,
valueProducerFunc As Func(Of String),
targetType As SerializationDefinitionTargetType
)
Parameters
- elementName
- Type: System.String
Name of the element. - valueProducerFunc
- Type: System.Func<String>
The value producer func. - targetType
- Type: SD.LLBLGen.Pro.Core.SerializationDefinitionTargetType
Type of the target.
See Also