System.IO.TextWriter.TextWriter C# (CSharp) Method

TextWriter() protected method

protected TextWriter ( ) : System.Text
return System.Text
        protected TextWriter()
        {
            _internalFormatProvider = null;  // Ask for CurrentCulture all the time.
        }

Same methods

TextWriter::TextWriter ( IFormatProvider formatProvider ) : System.Text