using System;
using Cpp2IlInjected;
namespace System.Data
{
/// Provides data for the method.
// Token: 0x0200003C RID: 60
[Token(Token = "0x200003C")]
public sealed class DataTableClearEventArgs : EventArgs
{
/// Initializes a new instance of the class.
/// The whose rows are being cleared.
// Token: 0x06000492 RID: 1170 RVA: 0x0000206A File Offset: 0x0000026A
[Token(Token = "0x6000492")]
[Address(RVA = "0xA17BB0", Offset = "0xA16BB0", VA = "0x180A17BB0")]
public DataTableClearEventArgs(DataTable dataTable)
{
}
}
}