Ntreev.Library.Commands.CommandTextWriter.CommandTextWriter C# (CSharp) Method

CommandTextWriter() public method

public CommandTextWriter ( TextWriter writer ) : System
writer System.IO.TextWriter
return System
        public CommandTextWriter(TextWriter writer)
            : this(writer, Console.IsOutputRedirected == true ? int.MaxValue : Console.BufferWidth)
        {
        }

Same methods

CommandTextWriter::CommandTextWriter ( TextWriter writer, int width ) : System