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

◆ Read() [1/3]

static ? XmlSchema System.Xml.Schema.XmlSchema.Read ( Stream stream,
ValidationEventHandler? validationEventHandler )
inlinestatic

Definition at line 437 of file XmlSchema.cs.

438 {
439 return Read(new XmlTextReader(stream), validationEventHandler);
440 }

References System.IO.Read, and System.stream.