Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
InferXmlSchema()
[3/4]
void
System.Data.DataSet.InferXmlSchema
(
TextReader
?
reader
,
string
?[]
nsArray
)
inline
Definition at line
1352
of file
DataSet.cs
.
1353
{
1354
if
(reader !=
null
)
1355
{
1356
InferXmlSchema
(
new
XmlTextReader
(reader),
nsArray
);
1357
}
1358
}
System.Collections.Generic.Dictionary
Definition
Dictionary.cs:14
System.Data.DataSet.InferXmlSchema
void InferXmlSchema(XmlReader? reader, string[]? nsArray)
Definition
DataSet.cs:1313
System.Xml.XmlTextReader
Definition
XmlTextReader.cs:10
References
System.Data.DataSet.InferXmlSchema()
.
System
Data
DataSet
Generated by
1.10.0