m
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
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)
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user