ATMLUtilitiesLibrary.UTRSXmlWriter.UTRSXmlWriter C# (CSharp) Method

UTRSXmlWriter() public method

public UTRSXmlWriter ( StringWriter writer ) : System
writer System.IO.StringWriter
return System
        public UTRSXmlWriter( StringWriter writer )
            : base(writer)
        {
            Formatting = Formatting.Indented;
            Indentation = 5;
        }