Click or drag to resize
SerializationDefinition Constructor (String, FuncString)
Initializes a new instance of the SerializationDefinition class.

Namespace: SD.LLBLGen.Pro.Core.Xml
Assembly: SD.LLBLGen.Pro.Core (in SD.LLBLGen.Pro.Core.dll) Version: 5.0.0.0 (5.0.0)
Syntax
public SerializationDefinition(
	string elementName,
	Func<string> valueProducerFunc
)

Parameters

elementName
Type: SystemString
Name of the element.
valueProducerFunc
Type: SystemFuncString
The value producer func.
Remarks
Uses attributes
See Also