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

◆ XmlFormatWriterDelegate

XmlFormatClassWriterDelegate System.Runtime.Serialization.ClassDataContract.XmlFormatWriterDelegate
getsetpackage

Definition at line 1079 of file ClassDataContract.cs.

1080 {
1081 [RequiresUnreferencedCode("Data Contract Serialization and Deserialization might require types that cannot be statically analyzed. Make sure all of the required types are preserved.")]
1082 get
1083 {
1084 if (_helper.XmlFormatWriterDelegate == null)
1085 {
1086 lock (this)
1087 {
1088 if (_helper.XmlFormatWriterDelegate == null)
1089 {
1090 XmlFormatClassWriterDelegate xmlFormatWriterDelegate = CreateXmlFormatWriterDelegate();
1093 }
1094 }
1095 }
1097 }
1098 set
1099 {
1100 }
1101 }
XmlFormatClassWriterDelegate CreateXmlFormatWriterDelegate()

Referenced by System.Runtime.Serialization.ClassDataContract.Clone(), and System.Runtime.Serialization.ClassDataContract.WriteXmlValue().