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

◆ Load() [2/8]

static XDocument System.Xml.Linq.XDocument.Load ( Stream stream,
LoadOptions options )
inlinestatic

Definition at line 73 of file XDocument.cs.

74 {
75 XmlReaderSettings xmlReaderSettings = XNode.GetXmlReaderSettings(options);
76 using XmlReader reader = XmlReader.Create(stream, xmlReaderSettings);
77 return Load(reader, options);
78 }
static XDocument Load(string uri)
Definition XDocument.cs:56

References System.Xml.XmlReader.Create(), System.Xml.Dictionary, System.Xml.Linq.XNode.GetXmlReaderSettings(), System.Xml.Linq.XDocument.Load(), System.options, and System.stream.