176 lines
6.3 KiB
C#
176 lines
6.3 KiB
C#
using System;
|
|
using System.Collections;
|
|
using System.ComponentModel;
|
|
using Cpp2IlInjected;
|
|
|
|
namespace System.Data
|
|
{
|
|
/// <summary>Contains a read-only collection of <see cref="T:System.Data.DataViewSetting" /> objects for each <see cref="T:System.Data.DataTable" /> in a <see cref="T:System.Data.DataSet" />.</summary>
|
|
// Token: 0x0200004A RID: 74
|
|
[Token(Token = "0x200004A")]
|
|
public class DataViewSettingCollection : ICollection, IEnumerable
|
|
{
|
|
// Token: 0x06000583 RID: 1411 RVA: 0x0000206A File Offset: 0x0000026A
|
|
[Token(Token = "0x6000583")]
|
|
[Address(RVA = "0xA1D5D0", Offset = "0xA1C5D0", VA = "0x180A1D5D0")]
|
|
internal DataViewSettingCollection(DataViewManager dataViewManager)
|
|
{
|
|
}
|
|
|
|
/// <summary>Gets the <see cref="T:System.Data.DataViewSetting" /> objects of the specified <see cref="T:System.Data.DataTable" /> from the collection.</summary>
|
|
/// <param name="table">The <see cref="T:System.Data.DataTable" /> to find.</param>
|
|
/// <returns>A collection of <see cref="T:System.Data.DataViewSetting" /> objects.</returns>
|
|
// Token: 0x17000103 RID: 259
|
|
[Token(Token = "0x17000103")]
|
|
public virtual DataViewSetting this[DataTable table]
|
|
{
|
|
[Token(Token = "0x6000584")]
|
|
[Address(RVA = "0xA1D6A0", Offset = "0xA1C6A0", VA = "0x180A1D6A0", Slot = "9")]
|
|
get
|
|
{
|
|
return null;
|
|
}
|
|
[Token(Token = "0x6000585")]
|
|
[Address(RVA = "0xA1D800", Offset = "0xA1C800", VA = "0x180A1D800", Slot = "10")]
|
|
set
|
|
{
|
|
}
|
|
}
|
|
|
|
/// <summary>Copies the collection objects to a one-dimensional <see cref="T:System.Array" /> instance starting at the specified index.</summary>
|
|
/// <param name="ar">The one-dimensional <see cref="T:System.Array" /> that is the destination of the values copied from the collection.</param>
|
|
/// <param name="index">The index of the array at which to start inserting.</param>
|
|
// Token: 0x06000586 RID: 1414 RVA: 0x0000206A File Offset: 0x0000026A
|
|
[Token(Token = "0x6000586")]
|
|
[Address(RVA = "0xA1D290", Offset = "0xA1C290", VA = "0x180A1D290", Slot = "4")]
|
|
public void CopyTo(Array ar, int index)
|
|
{
|
|
}
|
|
|
|
/// <summary>Gets the number of <see cref="T:System.Data.DataViewSetting" /> objects in the <see cref="T:System.Data.DataViewSettingCollection" />.</summary>
|
|
/// <returns>The number of <see cref="T:System.Data.DataViewSetting" /> objects in the collection.</returns>
|
|
// Token: 0x17000104 RID: 260
|
|
// (get) Token: 0x06000587 RID: 1415 RVA: 0x00003794 File Offset: 0x00001994
|
|
[Token(Token = "0x17000104")]
|
|
[Browsable(false)]
|
|
public virtual int Count
|
|
{
|
|
[Token(Token = "0x6000587")]
|
|
[Address(RVA = "0xA1D660", Offset = "0xA1C660", VA = "0x180A1D660", Slot = "11")]
|
|
get
|
|
{
|
|
return 0;
|
|
}
|
|
}
|
|
|
|
/// <summary>Gets an <see cref="T:System.Collections.IEnumerator" /> for the collection.</summary>
|
|
/// <returns>An <see cref="T:System.Collections.IEnumerator" /> object.</returns>
|
|
// Token: 0x06000588 RID: 1416 RVA: 0x00002050 File Offset: 0x00000250
|
|
[Token(Token = "0x6000588")]
|
|
[Address(RVA = "0xA1D4B0", Offset = "0xA1C4B0", VA = "0x180A1D4B0", Slot = "8")]
|
|
public IEnumerator GetEnumerator()
|
|
{
|
|
return null;
|
|
}
|
|
|
|
/// <summary>Gets a value that indicates whether access to the <see cref="T:System.Data.DataViewSettingCollection" /> is synchronized (thread-safe).</summary>
|
|
/// <returns>This property is always <see langword="false" />, unless overridden by a derived class.</returns>
|
|
// Token: 0x17000105 RID: 261
|
|
// (get) Token: 0x06000589 RID: 1417 RVA: 0x000037AC File Offset: 0x000019AC
|
|
[Token(Token = "0x17000105")]
|
|
[Browsable(false)]
|
|
public bool IsSynchronized
|
|
{
|
|
[Token(Token = "0x6000589")]
|
|
[Address(RVA = "0x424690", Offset = "0x423690", VA = "0x180424690", Slot = "7")]
|
|
get
|
|
{
|
|
return default(bool);
|
|
}
|
|
}
|
|
|
|
/// <summary>Gets an object that can be used to synchronize access to the <see cref="T:System.Data.DataViewSettingCollection" />.</summary>
|
|
/// <returns>An object that can be used to synchronize access to the <see cref="T:System.Data.DataViewSettingCollection" />.</returns>
|
|
// Token: 0x17000106 RID: 262
|
|
// (get) Token: 0x0600058A RID: 1418 RVA: 0x00002050 File Offset: 0x00000250
|
|
[Token(Token = "0x17000106")]
|
|
[Browsable(false)]
|
|
public object SyncRoot
|
|
{
|
|
[Token(Token = "0x600058A")]
|
|
[Address(RVA = "0x4A65C0", Offset = "0x4A55C0", VA = "0x1804A65C0", Slot = "6")]
|
|
get
|
|
{
|
|
return null;
|
|
}
|
|
}
|
|
|
|
// Token: 0x0600058B RID: 1419 RVA: 0x0000206A File Offset: 0x0000026A
|
|
[Token(Token = "0x600058B")]
|
|
[Address(RVA = "0xA1D5A0", Offset = "0xA1C5A0", VA = "0x180A1D5A0")]
|
|
internal void Remove(DataTable table)
|
|
{
|
|
}
|
|
|
|
// Token: 0x0400016C RID: 364
|
|
[FieldOffset(Offset = "0x10")]
|
|
[Token(Token = "0x400016C")]
|
|
private readonly DataViewManager _dataViewManager;
|
|
|
|
// Token: 0x0400016D RID: 365
|
|
[FieldOffset(Offset = "0x18")]
|
|
[Token(Token = "0x400016D")]
|
|
private readonly Hashtable _list;
|
|
|
|
// Token: 0x0200004B RID: 75
|
|
[Token(Token = "0x200004B")]
|
|
private sealed class DataViewSettingsEnumerator : IEnumerator
|
|
{
|
|
// Token: 0x0600058C RID: 1420 RVA: 0x0000206A File Offset: 0x0000026A
|
|
[Token(Token = "0x600058C")]
|
|
[Address(RVA = "0xA1D9E0", Offset = "0xA1C9E0", VA = "0x180A1D9E0")]
|
|
public DataViewSettingsEnumerator(DataViewManager dvm)
|
|
{
|
|
}
|
|
|
|
// Token: 0x0600058D RID: 1421 RVA: 0x000037C4 File Offset: 0x000019C4
|
|
[Token(Token = "0x600058D")]
|
|
[Address(RVA = "0xA1D940", Offset = "0xA1C940", VA = "0x180A1D940", Slot = "4")]
|
|
public bool MoveNext()
|
|
{
|
|
return default(bool);
|
|
}
|
|
|
|
// Token: 0x0600058E RID: 1422 RVA: 0x0000206A File Offset: 0x0000026A
|
|
[Token(Token = "0x600058E")]
|
|
[Address(RVA = "0xA1D990", Offset = "0xA1C990", VA = "0x180A1D990", Slot = "6")]
|
|
public void Reset()
|
|
{
|
|
}
|
|
|
|
// Token: 0x17000107 RID: 263
|
|
// (get) Token: 0x0600058F RID: 1423 RVA: 0x00002050 File Offset: 0x00000250
|
|
[Token(Token = "0x17000107")]
|
|
public object Current
|
|
{
|
|
[Token(Token = "0x600058F")]
|
|
[Address(RVA = "0xA1DAA0", Offset = "0xA1CAA0", VA = "0x180A1DAA0", Slot = "5")]
|
|
get
|
|
{
|
|
return null;
|
|
}
|
|
}
|
|
|
|
// Token: 0x0400016E RID: 366
|
|
[FieldOffset(Offset = "0x10")]
|
|
[Token(Token = "0x400016E")]
|
|
private DataViewSettingCollection _dataViewSettings;
|
|
|
|
// Token: 0x0400016F RID: 367
|
|
[FieldOffset(Offset = "0x18")]
|
|
[Token(Token = "0x400016F")]
|
|
private IEnumerator _tableEnumerator;
|
|
}
|
|
}
|
|
}
|