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

◆ XmlFormatReaderDelegate

XmlFormatCollectionReaderDelegate System.Runtime.Serialization.CollectionDataContract.XmlFormatReaderDelegate
getsetpackage

Definition at line 849 of file CollectionDataContract.cs.

850 {
851 [RequiresUnreferencedCode("Data Contract Serialization and Deserialization might require types that cannot be statically analyzed. Make sure all of the required types are preserved.")]
852 get
853 {
855 {
856 lock (this)
857 {
859 {
861 {
862 DataContract.ThrowInvalidDataContractException(_helper.DeserializationExceptionMessage, null);
863 }
864 XmlFormatCollectionReaderDelegate xmlFormatReaderDelegate = CreateXmlFormatReaderDelegate();
867 }
868 }
869 }
871 }
872 set
873 {
874 }
875 }
XmlFormatCollectionReaderDelegate CreateXmlFormatReaderDelegate()
DataContract(DataContractCriticalHelper helper)

Referenced by System.Runtime.Serialization.CollectionDataContract.ReadXmlValue().