Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
BaseStream
Stream
? System.Xml.XmlTextWriter.BaseStream
get
Definition at line
388
of file
XmlTextWriter.cs
.
389
{
390
get
391
{
392
if
(
_textWriter
is
StreamWriter
streamWriter
)
393
{
394
return
streamWriter
.BaseStream;
395
}
396
return
null
;
397
}
398
}
System.Collections.Generic.Dictionary
Definition
Dictionary.cs:14
System.IO.StreamWriter
Definition
StreamWriter.cs:11
System.Xml.XmlTextWriter._textWriter
readonly TextWriter _textWriter
Definition
XmlTextWriter.cs:112
System
Xml
XmlTextWriter
Generated by
1.10.0