Monobjc.Tools.Xcode.ProjectWriter.ProjectWriter C# (CSharp) Method

ProjectWriter() protected method

Initializes a new instance of the Monobjc.Tools.Xcode.ProjectWriter class.
protected ProjectWriter ( TextWriter writer ) : System
writer System.IO.TextWriter /// Writer. ///
return System
        protected ProjectWriter(TextWriter writer)
        {
            this.writer = writer;
        }