System.IO.TextWriter.TextWriter C# (CSharp) Méthode

TextWriter() protected méthode

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

Same methods

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