Files
27Aug2021-Cpp2IL-Dump/System/IO/ErrorEventArgs.cs
T
niko c12fbe3fc6 m
2026-04-12 16:51:38 +02:00

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: 0x020001F7 RID: 503
[Token(Token = "0x20001F7")]
public class ErrorEventArgs : EventArgs
{
}
}