using System;
using Cpp2IlInjected;
namespace System.Xml.Serialization
{
/// Represents the method that handles the event of an .
/// The source of the event.
/// A that contains the event data.
// Token: 0x0200010A RID: 266
// (Invoke) Token: 0x06000C7F RID: 3199
[Token(Token = "0x200010A")]
public delegate void XmlElementEventHandler(object sender, XmlElementEventArgs e);
}