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

11 lines
244 B
C#

using System;
using Cpp2IlInjected;
namespace System.Data
{
// Token: 0x02000031 RID: 49
// (Invoke) Token: 0x0600032E RID: 814
[Token(Token = "0x2000031")]
internal delegate void DataRowCreatedEventHandler(object sender, DataRow r);
}