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

◆ InferXmlSchema() [2/4]

void System.Data.DataSet.InferXmlSchema ( string fileName,
string?[] nsArray )
inline

Definition at line 1361 of file DataSet.cs.

1362 {
1364 try
1365 {
1367 }
1368 finally
1369 {
1370 xmlTextReader.Close();
1371 }
1372 }
void InferXmlSchema(XmlReader? reader, string[]? nsArray)
Definition DataSet.cs:1313

References System.Data.DataSet.InferXmlSchema().