using System; using Cpp2IlInjected; namespace System.Xml.Schema { /// A used by the class to pass attribute, text, and white space values as a Common Language Runtime (CLR) type compatible with the XML Schema Definition Language (XSD) type of the attribute, text, or white space. /// An object containing the attribute, text, or white space value. The object is a CLR type that that corresponds to the XSD type of the attribute, text, or white space value. // Token: 0x02000261 RID: 609 // (Invoke) Token: 0x0600177B RID: 6011 [Token(Token = "0x2000261")] public delegate object XmlValueGetter(); }