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.SyncTextWriter Class Referencesealed
+ Inheritance diagram for System.IO.TextWriter.SyncTextWriter:
+ Collaboration diagram for System.IO.TextWriter.SyncTextWriter:

Public Member Functions

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

Static Public Member Functions

static TextWriter Synchronized (TextWriter writer)
 

Static Public Attributes

static readonly TextWriter Null
 

Protected Member Functions

override void Dispose (bool disposing)
 

Protected Attributes

char[] CoreNewLine
 

Package Functions

 SyncTextWriter (TextWriter t)
 

Properties

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

Private Attributes

readonly TextWriter _out
 
string CoreNewLineStr
 
global::System.IFormatProvider _internalFormatProvider
 

Static Private Attributes

static readonly char[] s_coreNewLine
 

Detailed Description

Definition at line 424 of file TextWriter.cs.


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