using System; using Cpp2IlInjected; namespace System.Xml.Serialization { /// Delegate used by the class for deserialization of SOAP-encoded XML data. /// An instance of the class that contains the object to be fixed and the array of string identifiers for the items to fill in. // Token: 0x02000137 RID: 311 // (Invoke) Token: 0x06000D69 RID: 3433 [Token(Token = "0x2000137")] public delegate void XmlSerializationFixupCallback(object fixup); }