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

◆ InferXmlSchema() [1/4]

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

Definition at line 1343 of file DataSet.cs.

1344 {
1345 if (stream != null)
1346 {
1348 }
1349 }
void InferXmlSchema(XmlReader? reader, string[]? nsArray)
Definition DataSet.cs:1313

References System.Data.DataSet.InferXmlSchema(), and System.stream.