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
)
inline
static
Definition at line
437
of file
XmlSchema.cs
.
438
{
439
return
Read
(
new
XmlTextReader(
stream
), validationEventHandler);
440
}
System.IO.FileAccess.Read
@ Read
System.ExceptionArgument.stream
@ stream
References
System.IO.Read
, and
System.stream
.
System
Xml
Schema
XmlSchema
Generated by
1.10.0