terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches
System.IO.TextWriter.NullTextWriter Class Referencesealed
+ Inheritance diagram for System.IO.TextWriter.NullTextWriter:
+ Collaboration diagram for System.IO.TextWriter.NullTextWriter:

Public Member Functions

override void Write (char[] buffer, int index, int count)
 
override void Write (string value)
 
override void WriteLine ()
 
override void WriteLine (string value)
 
override void WriteLine (object value)
 
override void Write (char value)
 
virtual void Close ()
 
void Dispose ()
 
virtual void Flush ()
 
virtual void Write (char[] buffer)
 
virtual void Write (string format, object arg0)
 
virtual void Write (string format, object arg0, object arg1, object arg2)
 
virtual void WriteLine (string format, object arg0)
 
virtual void WriteLine (string format, object arg0, object arg1)
 
virtual void WriteLine (string format, params object[] arg)
 

Static Public Member Functions

static TextWriter Synchronized (TextWriter writer)
 

Static Public Attributes

static readonly TextWriter Null
 

Protected Member Functions

virtual void Dispose (bool disposing)
 

Protected Attributes

char[] CoreNewLine
 

Package Functions

 NullTextWriter ()
 

Properties

override global::System.Text.Encoding Encoding [get, set]
 
virtual global::System.IFormatProvider FormatProvider [get, set]
 
virtual string NewLine [get, set]
 

Private Attributes

string CoreNewLineStr
 
global::System.IFormatProvider _internalFormatProvider
 

Static Private Attributes

static readonly char[] s_coreNewLine
 

Detailed Description

Definition at line 346 of file TextWriter.cs.


The documentation for this class was generated from the following file: