Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ Create() [9/12]

static XmlReader System.Xml.XmlReader.Create ( TextReader input,
XmlReaderSettings? settings )
inlinestaticinherited

Definition at line 1402 of file XmlReader.cs.

1403 {
1404 return Create(input, settings, string.Empty);
1405 }

References System.IO.Create, and System.input.