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

◆ CreateXmlFormatWriterDelegate()

XmlFormatClassWriterDelegate System.Runtime.Serialization.ClassDataContract.CreateXmlFormatWriterDelegate ( )
inlineprivate

Definition at line 1210 of file ClassDataContract.cs.

1211 {
1212 return new XmlFormatWriterGenerator().GenerateClassWriter(this);
1213 }

References System.Runtime.Serialization.XmlFormatWriterGenerator.GenerateClassWriter().