Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.IO.StringReader Member List

This is the complete list of members for System.IO.StringReader, including all inherited members.

_lengthSystem.IO.StringReaderprivate
_posSystem.IO.StringReaderprivate
_sSystem.IO.StringReaderprivate
Close()System.IO.StringReaderinlinevirtual
Dispose(bool disposing)System.IO.StringReaderinlineprotectedvirtual
System::IO::TextReader.Dispose()System.IO.TextReaderinline
GetLifetimeService()System.MarshalByRefObjectinline
InitializeLifetimeService()System.MarshalByRefObjectinlinevirtual
MemberwiseClone(bool cloneIdentity)System.MarshalByRefObjectinlineprotected
NullSystem.IO.TextReaderstatic
Peek()System.IO.StringReaderinlinevirtual
Read()System.IO.StringReaderinlinevirtual
Read(char[] buffer, int index, int count)System.IO.StringReaderinlinevirtual
Read(Span< char > buffer)System.IO.StringReaderinlinevirtual
ReadAsync(char[] buffer, int index, int count)System.IO.StringReaderinlinevirtual
ReadAsync(Memory< char > buffer, CancellationToken cancellationToken=default(CancellationToken))System.IO.StringReaderinlinevirtual
ReadAsyncInternal(Memory< char > buffer, CancellationToken cancellationToken)System.IO.TextReaderinlinepackagevirtual
ReadBlock(Span< char > buffer)System.IO.StringReaderinlinevirtual
System::IO::TextReader.ReadBlock(char[] buffer, int index, int count)System.IO.TextReaderinlinevirtual
ReadBlockAsync(char[] buffer, int index, int count)System.IO.StringReaderinlinevirtual
ReadBlockAsync(Memory< char > buffer, CancellationToken cancellationToken=default(CancellationToken))System.IO.StringReaderinlinevirtual
ReadBlockAsyncInternal(Memory< char > buffer, CancellationToken cancellationToken)System.IO.TextReaderinlinepackage
ReadLine()System.IO.StringReaderinlinevirtual
ReadLineAsync()System.IO.StringReaderinlinevirtual
ReadToEnd()System.IO.StringReaderinlinevirtual
ReadToEndAsync()System.IO.StringReaderinlinevirtual
StringReader(string s)System.IO.StringReaderinline
Synchronized(TextReader reader)System.IO.TextReaderinlinestatic