13 lines
276 B
C#
13 lines
276 B
C#
using System;
|
|
using Cpp2IlInjected;
|
|
|
|
namespace System.IO
|
|
{
|
|
/// <summary>Provides data for the <see cref="E:System.IO.FileSystemWatcher.Error" /> event.</summary>
|
|
// Token: 0x020001FB RID: 507
|
|
[Token(Token = "0x20001FB")]
|
|
public class ErrorEventArgs : EventArgs
|
|
{
|
|
}
|
|
}
|