Click or drag to resize
InMemorySerializerDeserializerWriter Property
Gets or sets the xml writer to use for writing to a file.

Namespace: SD.LLBLGen.Pro.ApplicationCore.Xml
Assembly: SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.0.0.0 (5.0.0)
Syntax
public XmlWriter Writer { get; set; }

Property Value

Type: XmlWriter

Implements

ISerializerWriter
See Also