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

◆ CreateReader() [2/2]

XmlReader System.Xml.Linq.XNode.CreateReader ( ReaderOptions readerOptions)
inlineinherited

Definition at line 215 of file XNode.cs.

216 {
217 return new XNodeReader(this, null, readerOptions);
218 }