SerializationDefinition Constructor (String, FuncString) | 
  
    Namespace: 
   SD.LLBLGen.Pro.Core.Xml
    Assembly:
   SD.LLBLGen.Pro.Core (in SD.LLBLGen.Pro.Core.dll) Version: 5.10.0.0 (5.10.0)
Syntaxpublic SerializationDefinition(
	string elementName,
	Func<string> valueProducerFunc
)
Public Sub New ( 
	elementName As String,
	valueProducerFunc As Func(Of String)
)
Parameters
- elementName
 - Type: SystemString
Name of the element. - valueProducerFunc
 - Type: SystemFuncString
The value producer func. 
RemarksUses attributes
See Also