using System; namespace System.IO { /// Represents the method that will handle the , , or event of a class. /// The source of the event. /// The that contains the event data. /// 2 // Token: 0x0200032B RID: 811 // (Invoke) Token: 0x06001C85 RID: 7301 public delegate void FileSystemEventHandler(object sender, FileSystemEventArgs e); }