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

21 lines
724 B
C#

using System;
using Cpp2IlInjected;
namespace System.Data
{
/// <summary>Provides data for the <see cref="M:System.Data.DataTable.NewRow" /> method.</summary>
// Token: 0x0200003F RID: 63
[Token(Token = "0x200003F")]
public sealed class DataTableNewRowEventArgs : EventArgs
{
/// <summary>Initializes a new instance of <see cref="T:System.Data.DataTableNewRowEventArgs" />.</summary>
/// <param name="dataRow">The <see cref="T:System.Data.DataRow" /> being added.</param>
// Token: 0x060004B9 RID: 1209 RVA: 0x0000206A File Offset: 0x0000026A
[Token(Token = "0x60004B9")]
[Address(RVA = "0xA1A590", Offset = "0xA19590", VA = "0x180A1A590")]
public DataTableNewRowEventArgs(DataRow dataRow)
{
}
}
}