ATMLUtilitiesLibrary.UTRSXmlWriter.UTRSXmlWriter C# (CSharp) Méthode

UTRSXmlWriter() public méthode

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