29 lines
827 B
C#
29 lines
827 B
C#
using System;
|
|
using Cpp2IlInjected;
|
|
|
|
namespace System.Data
|
|
{
|
|
/// <summary>The <see langword="DataRowBuilder" /> type supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
|
|
// Token: 0x0200002B RID: 43
|
|
[Token(Token = "0x200002B")]
|
|
public sealed class DataRowBuilder
|
|
{
|
|
// Token: 0x06000316 RID: 790 RVA: 0x0000206A File Offset: 0x0000026A
|
|
[Token(Token = "0x6000316")]
|
|
[Address(RVA = "0x52CBA0", Offset = "0x52BBA0", VA = "0x18052CBA0")]
|
|
internal DataRowBuilder(DataTable table, int record)
|
|
{
|
|
}
|
|
|
|
// Token: 0x04000093 RID: 147
|
|
[FieldOffset(Offset = "0x10")]
|
|
[Token(Token = "0x4000093")]
|
|
internal readonly DataTable _table;
|
|
|
|
// Token: 0x04000094 RID: 148
|
|
[FieldOffset(Offset = "0x18")]
|
|
[Token(Token = "0x4000094")]
|
|
internal int _record;
|
|
}
|
|
}
|