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: 0x020001FB RID: 507
// (Invoke) Token: 0x06000D1D RID: 3357
[Token(Token = "0x20001FB")]
public delegate void FileSystemEventHandler(object sender, FileSystemEventArgs e);
}