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

◆ WriteXmlSchema() [11/13]

void System.Data.DataSet.WriteXmlSchema ( XmlWriter writer,
SchemaFormat schemaFormat,
Converter< Type, string > multipleTargetConverter )
inlineprivate

Definition at line 1666 of file DataSet.cs.

1667 {
1668 long scopeId = DataCommonEventSource.Log.EnterScope("<ds.DataSet.WriteXmlSchema|INFO> {0}, schemaFormat={1}", ObjectID, schemaFormat);
1669 try
1670 {
1671 if (writer != null)
1672 {
1673 XmlTreeGen xmlTreeGen = null;
1676 }
1677 }
1678 finally
1679 {
1680 DataCommonEventSource.Log.ExitScope(scopeId);
1681 }
1682 }
virtual SchemaSerializationMode SchemaSerializationMode
Definition DataSet.cs:131

References System.Runtime.Serialization.Dictionary, System.Data.DataCommonEventSource.Log, System.Data.DataSet.ObjectID, and System.writer.