using System;
using Cpp2IlInjected;
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.
// Token: 0x020001FF RID: 511
// (Invoke) Token: 0x06000D33 RID: 3379
[Token(Token = "0x20001FF")]
public delegate void FileSystemEventHandler(object sender, FileSystemEventArgs e);
}