@tsonic/dotnet 10.0.2 → 10.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (109) hide show
  1. package/Microsoft.CSharp.RuntimeBinder/internal/index.d.ts +0 -3
  2. package/Microsoft.VisualBasic/internal/index.d.ts +1 -11
  3. package/Microsoft.VisualBasic.CompilerServices/internal/index.d.ts +0 -22
  4. package/Microsoft.VisualBasic.FileIO/internal/index.d.ts +4 -9
  5. package/Microsoft.Win32/internal/index.d.ts +0 -1
  6. package/Microsoft.Win32.SafeHandles/internal/index.d.ts +53 -127
  7. package/System/internal/index.d.ts +87 -200
  8. package/System.Buffers/internal/index.d.ts +10 -23
  9. package/System.CodeDom.Compiler/internal/index.d.ts +6 -10
  10. package/System.Collections/internal/index.d.ts +41 -57
  11. package/System.Collections.Concurrent/internal/index.d.ts +4 -10
  12. package/System.Collections.Generic/internal/index.d.ts +15 -37
  13. package/System.Collections.Immutable/internal/index.d.ts +7 -20
  14. package/System.Collections.ObjectModel/internal/index.d.ts +25 -48
  15. package/System.Collections.Specialized/internal/index.d.ts +15 -30
  16. package/System.ComponentModel/internal/index.d.ts +126 -216
  17. package/System.ComponentModel.DataAnnotations/internal/index.d.ts +80 -161
  18. package/System.ComponentModel.DataAnnotations.Schema/internal/index.d.ts +4 -3
  19. package/System.ComponentModel.Design/internal/index.d.ts +26 -53
  20. package/System.ComponentModel.Design.Serialization/internal/index.d.ts +18 -29
  21. package/System.Data/internal/index.d.ts +110 -188
  22. package/System.Data.Common/internal/index.d.ts +155 -238
  23. package/System.Data.SqlTypes/internal/index.d.ts +6 -7
  24. package/System.Diagnostics/internal/index.d.ts +105 -169
  25. package/System.Diagnostics.CodeAnalysis/internal/index.d.ts +24 -21
  26. package/System.Diagnostics.Contracts/internal/index.d.ts +2 -2
  27. package/System.Diagnostics.Metrics/internal/index.d.ts +31 -66
  28. package/System.Diagnostics.Tracing/internal/index.d.ts +26 -35
  29. package/System.Dynamic/internal/index.d.ts +15 -29
  30. package/System.Formats.Asn1/internal/index.d.ts +0 -1
  31. package/System.Formats.Tar/internal/index.d.ts +1 -1
  32. package/System.Globalization/internal/index.d.ts +17 -51
  33. package/System.IO/internal/index.d.ts +47 -123
  34. package/System.IO.Compression/internal/index.d.ts +11 -33
  35. package/System.IO.Enumeration/internal/index.d.ts +11 -16
  36. package/System.IO.IsolatedStorage/internal/index.d.ts +6 -17
  37. package/System.IO.MemoryMappedFiles/internal/index.d.ts +6 -21
  38. package/System.IO.Pipelines/internal/index.d.ts +7 -18
  39. package/System.IO.Pipes/internal/index.d.ts +24 -50
  40. package/System.Linq/internal/index.d.ts +0 -4
  41. package/System.Linq.Expressions/internal/index.d.ts +108 -257
  42. package/System.Linq.Expressions.Interpreter/internal/index.d.ts +0 -1
  43. package/System.Net/internal/index.d.ts +133 -184
  44. package/System.Net.Http/internal/index.d.ts +128 -201
  45. package/System.Net.Http.Headers/internal/index.d.ts +37 -40
  46. package/System.Net.Http.Json/internal/index.d.ts +8 -13
  47. package/System.Net.Http.Metrics/internal/index.d.ts +2 -3
  48. package/System.Net.Mail/internal/index.d.ts +49 -105
  49. package/System.Net.Mime/internal/index.d.ts +4 -3
  50. package/System.Net.NetworkInformation/internal/index.d.ts +29 -60
  51. package/System.Net.Quic/internal/index.d.ts +5 -11
  52. package/System.Net.Security/internal/index.d.ts +30 -42
  53. package/System.Net.ServerSentEvents/internal/index.d.ts +1 -2
  54. package/System.Net.Sockets/internal/index.d.ts +33 -56
  55. package/System.Net.WebSockets/internal/index.d.ts +16 -23
  56. package/System.Numerics/internal/index.d.ts +5 -5
  57. package/System.Reflection/internal/index.d.ts +66 -102
  58. package/System.Reflection.Emit/internal/index.d.ts +104 -177
  59. package/System.Reflection.Metadata/internal/index.d.ts +11 -21
  60. package/System.Reflection.Metadata.Ecma335/internal/index.d.ts +0 -1
  61. package/System.Reflection.PortableExecutable/internal/index.d.ts +12 -30
  62. package/System.Resources/internal/index.d.ts +8 -20
  63. package/System.Runtime/internal/index.d.ts +5 -8
  64. package/System.Runtime.CompilerServices/internal/index.d.ts +15 -21
  65. package/System.Runtime.ConstrainedExecution/internal/index.d.ts +3 -8
  66. package/System.Runtime.ExceptionServices/internal/index.d.ts +0 -1
  67. package/System.Runtime.InteropServices/internal/index.d.ts +29 -62
  68. package/System.Runtime.InteropServices.JavaScript/internal/index.d.ts +1 -22
  69. package/System.Runtime.InteropServices.Marshalling/internal/index.d.ts +14 -23
  70. package/System.Runtime.Intrinsics/internal/index.d.ts +4 -4
  71. package/System.Runtime.Intrinsics.Wasm/internal/index.d.ts +1 -2
  72. package/System.Runtime.Loader/internal/index.d.ts +5 -11
  73. package/System.Runtime.Serialization/internal/index.d.ts +62 -65
  74. package/System.Runtime.Serialization.DataContracts/internal/index.d.ts +8 -10
  75. package/System.Runtime.Serialization.Formatters/internal/index.d.ts +2 -2
  76. package/System.Runtime.Serialization.Formatters.Binary/internal/index.d.ts +3 -2
  77. package/System.Runtime.Serialization.Json/internal/index.d.ts +6 -4
  78. package/System.Runtime.Versioning/internal/index.d.ts +6 -6
  79. package/System.Security/internal/index.d.ts +22 -25
  80. package/System.Security.AccessControl/internal/index.d.ts +51 -89
  81. package/System.Security.Authentication/internal/index.d.ts +0 -2
  82. package/System.Security.Authentication.ExtendedProtection/internal/index.d.ts +3 -10
  83. package/System.Security.Claims/internal/index.d.ts +19 -38
  84. package/System.Security.Cryptography/internal/index.d.ts +492 -903
  85. package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +19 -48
  86. package/System.Security.Permissions/internal/index.d.ts +2 -4
  87. package/System.Security.Policy/internal/index.d.ts +3 -4
  88. package/System.Security.Principal/internal/index.d.ts +11 -17
  89. package/System.Text/internal/index.d.ts +11 -23
  90. package/System.Text.Encodings.Web/internal/index.d.ts +4 -8
  91. package/System.Text.Json/internal/index.d.ts +10 -12
  92. package/System.Text.Json.Nodes/internal/index.d.ts +4 -3
  93. package/System.Text.Json.Schema/internal/index.d.ts +1 -1
  94. package/System.Text.Json.Serialization/internal/index.d.ts +19 -27
  95. package/System.Text.Json.Serialization.Metadata/internal/index.d.ts +36 -34
  96. package/System.Text.RegularExpressions/internal/index.d.ts +11 -31
  97. package/System.Threading/internal/index.d.ts +36 -106
  98. package/System.Threading.Channels/internal/index.d.ts +7 -12
  99. package/System.Threading.Tasks/internal/index.d.ts +18 -29
  100. package/System.Timers/internal/index.d.ts +4 -8
  101. package/System.Transactions/internal/index.d.ts +3 -14
  102. package/System.Xml/internal/index.d.ts +104 -167
  103. package/System.Xml.Linq/internal/index.d.ts +17 -13
  104. package/System.Xml.Schema/internal/index.d.ts +117 -112
  105. package/System.Xml.Serialization/internal/index.d.ts +92 -100
  106. package/System.Xml.XPath/internal/index.d.ts +5 -9
  107. package/System.Xml.Xsl/internal/index.d.ts +4 -9
  108. package/System.Xml.Xsl.Runtime/internal/index.d.ts +11 -29
  109. package/package.json +1 -1
@@ -355,7 +355,7 @@ export interface IColumnMappingCollection$instance extends IList, ICollection, I
355
355
  Contains(sourceColumnName: string): boolean;
356
356
  Contains(value: unknown): boolean;
357
357
  CopyTo(array: ClrArray, index: int): void;
358
- get_Item2(index: int): unknown;
358
+ get_Item2(index: int): unknown | undefined;
359
359
  get_Item2(index: string): unknown;
360
360
  GetByDataSetColumn(dataSetColumnName: string): IColumnMapping;
361
361
  GetEnumerator(): IEnumerator;
@@ -390,7 +390,8 @@ export interface IDataParameter$instance {
390
390
  ParameterName: string;
391
391
  SourceColumn: string;
392
392
  SourceVersion: DataRowVersion;
393
- Value: unknown;
393
+ get Value(): unknown | undefined;
394
+ set Value(value: unknown | undefined);
394
395
  }
395
396
 
396
397
 
@@ -407,7 +408,7 @@ export interface IDataParameterCollection$instance extends IList, ICollection, I
407
408
  Contains(parameterName: string): boolean;
408
409
  Contains(value: unknown): boolean;
409
410
  CopyTo(array: ClrArray, index: int): void;
410
- get_Item2(index: int): unknown;
411
+ get_Item2(index: int): unknown | undefined;
411
412
  get_Item2(parameterName: string): unknown;
412
413
  GetEnumerator(): IEnumerator;
413
414
  IndexOf(parameterName: string): int;
@@ -489,9 +490,10 @@ export interface IDataRecord$instance {
489
490
  export type IDataRecord = IDataRecord$instance;
490
491
 
491
492
  export interface IDbCommand$instance extends IDisposable {
492
- Connection: IDbConnection;
493
+ get Connection(): IDbConnection | undefined;
494
+ set Connection(value: IDbConnection | undefined);
493
495
  get Transaction(): IDbTransaction | undefined;
494
- set Transaction(value: IDbTransaction);
496
+ set Transaction(value: IDbTransaction | undefined);
495
497
  CommandText: string;
496
498
  CommandTimeout: int;
497
499
  CommandType: CommandType;
@@ -531,13 +533,13 @@ export type IDbConnection = IDbConnection$instance;
531
533
 
532
534
  export interface IDbDataAdapter$instance extends IDataAdapter {
533
535
  get SelectCommand(): IDbCommand | undefined;
534
- set SelectCommand(value: IDbCommand);
536
+ set SelectCommand(value: IDbCommand | undefined);
535
537
  get InsertCommand(): IDbCommand | undefined;
536
- set InsertCommand(value: IDbCommand);
538
+ set InsertCommand(value: IDbCommand | undefined);
537
539
  get UpdateCommand(): IDbCommand | undefined;
538
- set UpdateCommand(value: IDbCommand);
540
+ set UpdateCommand(value: IDbCommand | undefined);
539
541
  get DeleteCommand(): IDbCommand | undefined;
540
- set DeleteCommand(value: IDbCommand);
542
+ set DeleteCommand(value: IDbCommand | undefined);
541
543
  MissingMappingAction: MissingMappingAction;
542
544
  MissingSchemaAction: MissingSchemaAction;
543
545
  readonly TableMappings: ITableMappingCollection;
@@ -561,7 +563,8 @@ export interface IDbDataParameter$instance extends IDataParameter {
561
563
  ParameterName: string;
562
564
  SourceColumn: string;
563
565
  SourceVersion: DataRowVersion;
564
- Value: unknown;
566
+ get Value(): unknown | undefined;
567
+ set Value(value: unknown | undefined);
565
568
  }
566
569
 
567
570
 
@@ -570,7 +573,7 @@ export interface IDbDataParameter$instance extends IDataParameter$instance {}
570
573
  export type IDbDataParameter = IDbDataParameter$instance;
571
574
 
572
575
  export interface IDbTransaction$instance extends IDisposable {
573
- readonly Connection: IDbConnection;
576
+ readonly Connection: IDbConnection | undefined;
574
577
  readonly IsolationLevel: IsolationLevel;
575
578
  Commit(): void;
576
579
  Dispose(): void;
@@ -602,7 +605,7 @@ export interface ITableMappingCollection$instance extends IList, ICollection, IE
602
605
  Contains(sourceTableName: string): boolean;
603
606
  Contains(value: unknown): boolean;
604
607
  CopyTo(array: ClrArray, index: int): void;
605
- get_Item2(index: int): unknown;
608
+ get_Item2(index: int): unknown | undefined;
606
609
  get_Item2(index: string): unknown;
607
610
  GetByDataSetTable(dataSetTableName: string): ITableMapping;
608
611
  GetEnumerator(): IEnumerator;
@@ -618,15 +621,11 @@ export interface ITableMappingCollection$instance extends IList, ICollection, IE
618
621
 
619
622
  export type ITableMappingCollection = ITableMappingCollection$instance;
620
623
 
621
- export abstract class Constraint$protected {
622
- protected readonly _DataSet: DataSet | undefined;
623
- }
624
-
625
-
626
- export interface Constraint$instance extends Constraint$protected {
624
+ export interface Constraint$instance {
625
+ readonly _DataSet: DataSet | undefined;
627
626
  ConstraintName: string;
628
627
  readonly ExtendedProperties: PropertyCollection;
629
- readonly Table: DataTable;
628
+ readonly Table: DataTable | undefined;
630
629
  ToString(): string;
631
630
  }
632
631
 
@@ -637,12 +636,8 @@ export const Constraint: {
637
636
 
638
637
  export type Constraint = Constraint$instance;
639
638
 
640
- export abstract class ConstraintCollection$protected {
641
- protected readonly List: ArrayList;
642
- }
643
-
644
-
645
- export interface ConstraintCollection$instance extends ConstraintCollection$protected, InternalDataCollectionBase$instance {
639
+ export interface ConstraintCollection$instance extends InternalDataCollectionBase$instance {
640
+ readonly List: ArrayList;
646
641
  Add(constraint: Constraint): void;
647
642
  Add(name: string, columns: DataColumn[], primaryKey: boolean): Constraint;
648
643
  Add(name: string, column: DataColumn, primaryKey: boolean): Constraint;
@@ -654,7 +649,7 @@ export interface ConstraintCollection$instance extends ConstraintCollection$prot
654
649
  Contains(name: string): boolean;
655
650
  CopyTo(ar: ClrArray, index: int): void;
656
651
  get_Item(index: int): Constraint;
657
- get_Item(name: string): Constraint;
652
+ get_Item(name: string): Constraint | undefined;
658
653
  GetEnumerator(): IEnumerator;
659
654
  IndexOf(constraint: Constraint): int;
660
655
  IndexOf(constraintName: string): int;
@@ -665,7 +660,6 @@ export interface ConstraintCollection$instance extends ConstraintCollection$prot
665
660
 
666
661
 
667
662
  export const ConstraintCollection: {
668
- new(): ConstraintCollection;
669
663
  };
670
664
 
671
665
 
@@ -683,7 +677,6 @@ export interface ConstraintException$instance extends DataException$instance {
683
677
 
684
678
 
685
679
  export const ConstraintException: {
686
- new(info: SerializationInfo, context: StreamingContext): ConstraintException;
687
680
  new(): ConstraintException;
688
681
  new(s: string): ConstraintException;
689
682
  new(message: string, innerException: Exception): ConstraintException;
@@ -697,13 +690,7 @@ export interface __ConstraintException$views {
697
690
  export type ConstraintException = ConstraintException$instance & __ConstraintException$views;
698
691
 
699
692
 
700
- export abstract class DataColumn$protected {
701
- protected Dispose2(disposing: boolean): void;
702
- protected OnPropertyChanging(pcevent: PropertyChangedEventArgs): void;
703
- }
704
-
705
-
706
- export interface DataColumn$instance extends DataColumn$protected, MarshalByValueComponent {
693
+ export interface DataColumn$instance extends MarshalByValueComponent {
707
694
  AllowDBNull: boolean;
708
695
  AutoIncrement: boolean;
709
696
  AutoIncrementSeed: long;
@@ -721,10 +708,12 @@ export interface DataColumn$instance extends DataColumn$protected, MarshalByValu
721
708
  readonly Ordinal: int;
722
709
  Prefix: string;
723
710
  ReadOnly: boolean;
724
- readonly Table: DataTable;
711
+ readonly Table: DataTable | undefined;
725
712
  Unique: boolean;
726
713
  Dispose(): void;
714
+ Dispose(disposing: boolean): void;
727
715
  GetService(service: Type): unknown | undefined;
716
+ OnPropertyChanging(pcevent: PropertyChangedEventArgs): void;
728
717
  SetOrdinal(ordinal: int): void;
729
718
  ToString(): string;
730
719
  }
@@ -751,7 +740,7 @@ export type DataColumn = DataColumn$instance & __DataColumn$views;
751
740
  export interface DataColumnChangeEventArgs$instance extends EventArgs {
752
741
  readonly Column: DataColumn | undefined;
753
742
  get ProposedValue(): unknown | undefined;
754
- set ProposedValue(value: unknown);
743
+ set ProposedValue(value: unknown | undefined);
755
744
  readonly Row: DataRow;
756
745
  }
757
746
 
@@ -763,12 +752,8 @@ export const DataColumnChangeEventArgs: {
763
752
 
764
753
  export type DataColumnChangeEventArgs = DataColumnChangeEventArgs$instance;
765
754
 
766
- export abstract class DataColumnCollection$protected {
767
- protected readonly List: ArrayList;
768
- }
769
-
770
-
771
- export interface DataColumnCollection$instance extends DataColumnCollection$protected, InternalDataCollectionBase$instance {
755
+ export interface DataColumnCollection$instance extends InternalDataCollectionBase$instance {
756
+ readonly List: ArrayList;
772
757
  Add(column: DataColumn): void;
773
758
  Add(columnName: string, type: Type, expression: string): DataColumn;
774
759
  Add(columnName: string, type: Type): DataColumn;
@@ -780,7 +765,7 @@ export interface DataColumnCollection$instance extends DataColumnCollection$prot
780
765
  Contains(name: string): boolean;
781
766
  CopyTo(ar: ClrArray, index: int): void;
782
767
  get_Item(index: int): DataColumn;
783
- get_Item(name: string): DataColumn;
768
+ get_Item(name: string): DataColumn | undefined;
784
769
  GetEnumerator(): IEnumerator;
785
770
  IndexOf(column: DataColumn): int;
786
771
  IndexOf(columnName: string): int;
@@ -791,7 +776,6 @@ export interface DataColumnCollection$instance extends DataColumnCollection$prot
791
776
 
792
777
 
793
778
  export const DataColumnCollection: {
794
- new(): DataColumnCollection;
795
779
  };
796
780
 
797
781
 
@@ -809,7 +793,6 @@ export interface DataException$instance extends SystemException {
809
793
 
810
794
 
811
795
  export const DataException: {
812
- new(info: SerializationInfo, context: StreamingContext): DataException;
813
796
  new(): DataException;
814
797
  new(s: string): DataException;
815
798
  new(s: string, innerException: Exception): DataException;
@@ -827,7 +810,7 @@ export interface DataRelation$instance {
827
810
  readonly ChildColumns: DataColumn[];
828
811
  readonly ChildKeyConstraint: ForeignKeyConstraint | undefined;
829
812
  readonly ChildTable: DataTable;
830
- readonly DataSet: DataSet;
813
+ readonly DataSet: DataSet | undefined;
831
814
  readonly ExtendedProperties: PropertyCollection;
832
815
  Nested: boolean;
833
816
  readonly ParentColumns: DataColumn[];
@@ -850,16 +833,7 @@ export const DataRelation: {
850
833
 
851
834
  export type DataRelation = DataRelation$instance;
852
835
 
853
- export abstract class DataRelationCollection$protected {
854
- protected AddCore(relation: DataRelation): void;
855
- protected abstract GetDataSet(): DataSet;
856
- protected OnCollectionChanged(ccevent: CollectionChangeEventArgs): void;
857
- protected OnCollectionChanging(ccevent: CollectionChangeEventArgs): void;
858
- protected RemoveCore(relation: DataRelation): void;
859
- }
860
-
861
-
862
- export interface DataRelationCollection$instance extends DataRelationCollection$protected, InternalDataCollectionBase$instance {
836
+ export interface DataRelationCollection$instance extends InternalDataCollectionBase$instance {
863
837
  Add(relation: DataRelation): void;
864
838
  Add(name: string, parentColumns: DataColumn[], childColumns: DataColumn[]): DataRelation;
865
839
  Add(name: string, parentColumns: DataColumn[], childColumns: DataColumn[], createConstraints: boolean): DataRelation;
@@ -867,24 +841,28 @@ export interface DataRelationCollection$instance extends DataRelationCollection$
867
841
  Add(name: string, parentColumn: DataColumn, childColumn: DataColumn): DataRelation;
868
842
  Add(name: string, parentColumn: DataColumn, childColumn: DataColumn, createConstraints: boolean): DataRelation;
869
843
  Add(parentColumn: DataColumn, childColumn: DataColumn): DataRelation;
844
+ AddCore(relation: DataRelation): void;
870
845
  AddRange(relations: DataRelation[]): void;
871
846
  CanRemove(relation: DataRelation): boolean;
872
847
  Clear(): void;
873
848
  Contains(name: string): boolean;
874
849
  CopyTo(ar: ClrArray, index: int): void;
875
850
  get_Item(index: int): DataRelation;
876
- get_Item(name: string): DataRelation;
851
+ get_Item(name: string): DataRelation | undefined;
852
+ GetDataSet(): DataSet;
877
853
  GetEnumerator(): IEnumerator;
878
854
  IndexOf(relation: DataRelation): int;
879
855
  IndexOf(relationName: string): int;
856
+ OnCollectionChanged(ccevent: CollectionChangeEventArgs): void;
857
+ OnCollectionChanging(ccevent: CollectionChangeEventArgs): void;
880
858
  Remove(relation: DataRelation): void;
881
859
  Remove(name: string): void;
882
860
  RemoveAt(index: int): void;
861
+ RemoveCore(relation: DataRelation): void;
883
862
  }
884
863
 
885
864
 
886
- export const DataRelationCollection: {
887
- new(): DataRelationCollection;
865
+ export const DataRelationCollection: (abstract new() => DataRelationCollection) & {
888
866
  };
889
867
 
890
868
 
@@ -949,8 +927,7 @@ export interface DataRow$instance {
949
927
  }
950
928
 
951
929
 
952
- export const DataRow: {
953
- new(builder: DataRowBuilder): DataRow;
930
+ export const DataRow: (abstract new(builder: DataRowBuilder) => DataRow) & {
954
931
  };
955
932
 
956
933
 
@@ -961,7 +938,6 @@ export interface DataRowBuilder$instance {
961
938
 
962
939
 
963
940
  export const DataRowBuilder: {
964
- new(): DataRowBuilder;
965
941
  };
966
942
 
967
943
 
@@ -982,7 +958,7 @@ export type DataRowChangeEventArgs = DataRowChangeEventArgs$instance;
982
958
 
983
959
  export interface DataRowCollection$instance extends InternalDataCollectionBase$instance {
984
960
  readonly Count: int;
985
- readonly Item: DataRow;
961
+ readonly [index: number]: DataRow;
986
962
  Add(row: DataRow): void;
987
963
  Add(...values: unknown[]): DataRow;
988
964
  Clear(): void;
@@ -1001,7 +977,6 @@ export interface DataRowCollection$instance extends InternalDataCollectionBase$i
1001
977
 
1002
978
 
1003
979
  export const DataRowCollection: {
1004
- new(): DataRowCollection;
1005
980
  };
1006
981
 
1007
982
 
@@ -1020,7 +995,6 @@ export interface DataRowComparer_1$instance<TRow extends DataRow> {
1020
995
 
1021
996
 
1022
997
  export const DataRowComparer_1: {
1023
- new<TRow extends DataRow>(): DataRowComparer_1<TRow>;
1024
998
  readonly Default: unknown;
1025
999
  };
1026
1000
 
@@ -1056,7 +1030,6 @@ export interface DataRowView$instance extends INotifyPropertyChanged {
1056
1030
 
1057
1031
 
1058
1032
  export const DataRowView: {
1059
- new(): DataRowView;
1060
1033
  };
1061
1034
 
1062
1035
 
@@ -1071,20 +1044,7 @@ export interface DataRowView$instance extends System_ComponentModel_Internal.ICu
1071
1044
  export type DataRowView = DataRowView$instance & __DataRowView$views;
1072
1045
 
1073
1046
 
1074
- export abstract class DataSet$protected {
1075
- protected Dispose2(disposing: boolean): void;
1076
- protected GetSchemaSerializable(): XmlSchema | undefined;
1077
- protected InitializeDerivedDataSet(): void;
1078
- protected OnPropertyChanging(pcevent: PropertyChangedEventArgs): void;
1079
- protected OnRemoveRelation(relation: DataRelation): void;
1080
- protected OnRemoveTable(table: DataTable): void;
1081
- protected ReadXmlSerializable(reader: XmlReader): void;
1082
- protected ShouldSerializeRelations(): boolean;
1083
- protected ShouldSerializeTables(): boolean;
1084
- }
1085
-
1086
-
1087
- export interface DataSet$instance extends DataSet$protected, MarshalByValueComponent {
1047
+ export interface DataSet$instance extends MarshalByValueComponent {
1088
1048
  CaseSensitive: boolean;
1089
1049
  DataSetName: string;
1090
1050
  readonly DefaultViewManager: DataViewManager;
@@ -1099,7 +1059,7 @@ export interface DataSet$instance extends DataSet$protected, MarshalByValueCompo
1099
1059
  RemotingFormat: SerializationFormat;
1100
1060
  SchemaSerializationMode: SchemaSerializationMode;
1101
1061
  get Site(): ISite | undefined;
1102
- set Site(value: ISite);
1062
+ set Site(value: ISite | undefined);
1103
1063
  readonly Tables: DataTableCollection;
1104
1064
  AcceptChanges(): void;
1105
1065
  BeginInit(): void;
@@ -1109,10 +1069,12 @@ export interface DataSet$instance extends DataSet$protected, MarshalByValueCompo
1109
1069
  CreateDataReader(): DataTableReader;
1110
1070
  CreateDataReader(...dataTables: DataTable[]): DataTableReader;
1111
1071
  Dispose(): void;
1072
+ Dispose(disposing: boolean): void;
1112
1073
  EndInit(): void;
1113
1074
  GetChanges(): DataSet | undefined;
1114
1075
  GetChanges(rowStates: DataRowState): DataSet | undefined;
1115
1076
  GetObjectData(info: SerializationInfo, context: StreamingContext): void;
1077
+ GetSchemaSerializable(): XmlSchema | undefined;
1116
1078
  GetService(service: Type): unknown | undefined;
1117
1079
  GetXml(): string;
1118
1080
  GetXmlSchema(): string;
@@ -1122,6 +1084,7 @@ export interface DataSet$instance extends DataSet$protected, MarshalByValueCompo
1122
1084
  InferXmlSchema(stream: Stream, nsArray: string[]): void;
1123
1085
  InferXmlSchema(reader: TextReader, nsArray: string[]): void;
1124
1086
  InferXmlSchema(fileName: string, nsArray: string[]): void;
1087
+ InitializeDerivedDataSet(): void;
1125
1088
  Load(reader: IDataReader, loadOption: LoadOption, errorHandler: FillErrorEventHandler, ...tables: DataTable[]): void;
1126
1089
  Load(reader: IDataReader, loadOption: LoadOption, ...tables: DataTable[]): void;
1127
1090
  Load(reader: IDataReader, loadOption: LoadOption, ...tables: string[]): void;
@@ -1132,6 +1095,9 @@ export interface DataSet$instance extends DataSet$protected, MarshalByValueCompo
1132
1095
  Merge(table: DataTable, preserveChanges: boolean, missingSchemaAction: MissingSchemaAction): void;
1133
1096
  Merge(rows: DataRow[]): void;
1134
1097
  Merge(rows: DataRow[], preserveChanges: boolean, missingSchemaAction: MissingSchemaAction): void;
1098
+ OnPropertyChanging(pcevent: PropertyChangedEventArgs): void;
1099
+ OnRemoveRelation(relation: DataRelation): void;
1100
+ OnRemoveTable(table: DataTable): void;
1135
1101
  ReadXml(reader: XmlReader): XmlReadMode;
1136
1102
  ReadXml(stream: Stream): XmlReadMode;
1137
1103
  ReadXml(reader: TextReader): XmlReadMode;
@@ -1144,8 +1110,11 @@ export interface DataSet$instance extends DataSet$protected, MarshalByValueCompo
1144
1110
  ReadXmlSchema(stream: Stream): void;
1145
1111
  ReadXmlSchema(reader: TextReader): void;
1146
1112
  ReadXmlSchema(fileName: string): void;
1113
+ ReadXmlSerializable(reader: XmlReader): void;
1147
1114
  RejectChanges(): void;
1148
1115
  Reset(): void;
1116
+ ShouldSerializeRelations(): boolean;
1117
+ ShouldSerializeTables(): boolean;
1149
1118
  WriteXml(stream: Stream): void;
1150
1119
  WriteXml(writer: TextWriter): void;
1151
1120
  WriteXml(writer: XmlWriter): void;
@@ -1168,8 +1137,6 @@ export interface DataSet$instance extends DataSet$protected, MarshalByValueCompo
1168
1137
  export const DataSet: {
1169
1138
  new(): DataSet;
1170
1139
  new(dataSetName: string): DataSet;
1171
- new(info: SerializationInfo, context: StreamingContext): DataSet;
1172
- new(info: SerializationInfo, context: StreamingContext, ConstructSchema: boolean): DataSet;
1173
1140
  GetDataSetSchema(schemaSet: XmlSchemaSet): XmlSchemaComplexType;
1174
1141
  };
1175
1142
 
@@ -1202,33 +1169,12 @@ export const DataSysDescriptionAttribute: {
1202
1169
 
1203
1170
  export type DataSysDescriptionAttribute = DataSysDescriptionAttribute$instance;
1204
1171
 
1205
- export abstract class DataTable$protected {
1206
- protected CreateInstance(): DataTable;
1207
- protected Dispose2(disposing: boolean): void;
1208
- protected GetRowType(): Type;
1209
- protected GetSchema(): XmlSchema;
1210
- protected NewRowFromBuilder(builder: DataRowBuilder): DataRow;
1211
- protected OnColumnChanged(e: DataColumnChangeEventArgs): void;
1212
- protected OnColumnChanging(e: DataColumnChangeEventArgs): void;
1213
- protected OnPropertyChanging(pcevent: PropertyChangedEventArgs): void;
1214
- protected OnRemoveColumn(column: DataColumn): void;
1215
- protected OnRowChanged(e: DataRowChangeEventArgs): void;
1216
- protected OnRowChanging(e: DataRowChangeEventArgs): void;
1217
- protected OnRowDeleted(e: DataRowChangeEventArgs): void;
1218
- protected OnRowDeleting(e: DataRowChangeEventArgs): void;
1219
- protected OnTableCleared(e: DataTableClearEventArgs): void;
1220
- protected OnTableClearing(e: DataTableClearEventArgs): void;
1221
- protected OnTableNewRow(e: DataTableNewRowEventArgs): void;
1222
- protected ReadXmlSerializable(reader: XmlReader): void;
1223
- }
1224
-
1225
-
1226
- export interface DataTable$instance extends DataTable$protected, MarshalByValueComponent {
1172
+ export interface DataTable$instance extends MarshalByValueComponent {
1227
1173
  CaseSensitive: boolean;
1228
1174
  readonly ChildRelations: DataRelationCollection;
1229
1175
  readonly Columns: DataColumnCollection;
1230
1176
  readonly Constraints: ConstraintCollection;
1231
- readonly DataSet: DataSet;
1177
+ readonly DataSet: DataSet | undefined;
1232
1178
  readonly DefaultView: DataView;
1233
1179
  DisplayExpression: string;
1234
1180
  readonly ExtendedProperties: PropertyCollection;
@@ -1243,7 +1189,7 @@ export interface DataTable$instance extends DataTable$protected, MarshalByValueC
1243
1189
  RemotingFormat: SerializationFormat;
1244
1190
  readonly Rows: DataRowCollection;
1245
1191
  get Site(): ISite | undefined;
1246
- set Site(value: ISite);
1192
+ set Site(value: ISite | undefined);
1247
1193
  TableName: string;
1248
1194
  AcceptChanges(): void;
1249
1195
  BeginInit(): void;
@@ -1253,13 +1199,17 @@ export interface DataTable$instance extends DataTable$protected, MarshalByValueC
1253
1199
  Compute(expression: string, filter: string): unknown;
1254
1200
  Copy(): DataTable;
1255
1201
  CreateDataReader(): DataTableReader;
1202
+ CreateInstance(): DataTable;
1256
1203
  Dispose(): void;
1204
+ Dispose(disposing: boolean): void;
1257
1205
  EndInit(): void;
1258
1206
  EndLoadData(): void;
1259
1207
  GetChanges(): DataTable | undefined;
1260
1208
  GetChanges(rowStates: DataRowState): DataTable | undefined;
1261
1209
  GetErrors(): DataRow[];
1262
1210
  GetObjectData(info: SerializationInfo, context: StreamingContext): void;
1211
+ GetRowType(): Type;
1212
+ GetSchema(): XmlSchema | undefined;
1263
1213
  GetService(service: Type): unknown | undefined;
1264
1214
  ImportRow(row: DataRow): void;
1265
1215
  Load(reader: IDataReader): void;
@@ -1271,6 +1221,18 @@ export interface DataTable$instance extends DataTable$protected, MarshalByValueC
1271
1221
  Merge(table: DataTable, preserveChanges: boolean): void;
1272
1222
  Merge(table: DataTable, preserveChanges: boolean, missingSchemaAction: MissingSchemaAction): void;
1273
1223
  NewRow(): DataRow;
1224
+ NewRowFromBuilder(builder: DataRowBuilder): DataRow;
1225
+ OnColumnChanged(e: DataColumnChangeEventArgs): void;
1226
+ OnColumnChanging(e: DataColumnChangeEventArgs): void;
1227
+ OnPropertyChanging(pcevent: PropertyChangedEventArgs): void;
1228
+ OnRemoveColumn(column: DataColumn): void;
1229
+ OnRowChanged(e: DataRowChangeEventArgs): void;
1230
+ OnRowChanging(e: DataRowChangeEventArgs): void;
1231
+ OnRowDeleted(e: DataRowChangeEventArgs): void;
1232
+ OnRowDeleting(e: DataRowChangeEventArgs): void;
1233
+ OnTableCleared(e: DataTableClearEventArgs): void;
1234
+ OnTableClearing(e: DataTableClearEventArgs): void;
1235
+ OnTableNewRow(e: DataTableNewRowEventArgs): void;
1274
1236
  ReadXml(stream: Stream): XmlReadMode;
1275
1237
  ReadXml(reader: TextReader): XmlReadMode;
1276
1238
  ReadXml(fileName: string): XmlReadMode;
@@ -1279,6 +1241,7 @@ export interface DataTable$instance extends DataTable$protected, MarshalByValueC
1279
1241
  ReadXmlSchema(reader: TextReader): void;
1280
1242
  ReadXmlSchema(fileName: string): void;
1281
1243
  ReadXmlSchema(reader: XmlReader): void;
1244
+ ReadXmlSerializable(reader: XmlReader): void;
1282
1245
  RejectChanges(): void;
1283
1246
  Reset(): void;
1284
1247
  Select(): DataRow[];
@@ -1317,7 +1280,6 @@ export const DataTable: {
1317
1280
  new(): DataTable;
1318
1281
  new(tableName: string): DataTable;
1319
1282
  new(tableName: string, tableNamespace: string): DataTable;
1320
- new(info: SerializationInfo, context: StreamingContext): DataTable;
1321
1283
  GetDataTableSchema(schemaSet: XmlSchemaSet): XmlSchemaComplexType;
1322
1284
  };
1323
1285
 
@@ -1352,12 +1314,8 @@ export const DataTableClearEventArgs: {
1352
1314
 
1353
1315
  export type DataTableClearEventArgs = DataTableClearEventArgs$instance;
1354
1316
 
1355
- export abstract class DataTableCollection$protected {
1356
- protected readonly List: ArrayList;
1357
- }
1358
-
1359
-
1360
- export interface DataTableCollection$instance extends DataTableCollection$protected, InternalDataCollectionBase$instance {
1317
+ export interface DataTableCollection$instance extends InternalDataCollectionBase$instance {
1318
+ readonly List: ArrayList;
1361
1319
  Add(table: DataTable): void;
1362
1320
  Add(name: string): DataTable;
1363
1321
  Add(name: string, tableNamespace: string): DataTable;
@@ -1369,7 +1327,7 @@ export interface DataTableCollection$instance extends DataTableCollection$protec
1369
1327
  Contains(name: string, tableNamespace: string): boolean;
1370
1328
  CopyTo(ar: ClrArray, index: int): void;
1371
1329
  get_Item(index: int): DataTable;
1372
- get_Item(name: string): DataTable;
1330
+ get_Item(name: string): DataTable | undefined;
1373
1331
  get_Item(name: string, tableNamespace: string): DataTable | undefined;
1374
1332
  GetEnumerator(): IEnumerator;
1375
1333
  IndexOf(table: DataTable): int;
@@ -1383,7 +1341,6 @@ export interface DataTableCollection$instance extends DataTableCollection$protec
1383
1341
 
1384
1342
 
1385
1343
  export const DataTableCollection: {
1386
- new(): DataTableCollection;
1387
1344
  };
1388
1345
 
1389
1346
 
@@ -1407,12 +1364,7 @@ export const DataTableNewRowEventArgs: {
1407
1364
 
1408
1365
  export type DataTableNewRowEventArgs = DataTableNewRowEventArgs$instance;
1409
1366
 
1410
- export abstract class DataTableReader$protected {
1411
- protected Dispose2(disposing: boolean): void;
1412
- }
1413
-
1414
-
1415
- export interface DataTableReader$instance extends DataTableReader$protected, DbDataReader {
1367
+ export interface DataTableReader$instance extends DbDataReader {
1416
1368
  readonly Depth: int;
1417
1369
  readonly FieldCount: int;
1418
1370
  readonly HasRows: boolean;
@@ -1420,6 +1372,7 @@ export interface DataTableReader$instance extends DataTableReader$protected, DbD
1420
1372
  readonly RecordsAffected: int;
1421
1373
  Close(): void;
1422
1374
  Dispose(): void;
1375
+ Dispose(disposing: boolean): void;
1423
1376
  DisposeAsync(): ValueTask;
1424
1377
  get_Item(ordinal: int): unknown;
1425
1378
  get_Item(name: string): unknown;
@@ -1473,16 +1426,7 @@ export interface __DataTableReader$views {
1473
1426
  export type DataTableReader = DataTableReader$instance & __DataTableReader$views;
1474
1427
 
1475
1428
 
1476
- export abstract class DataView$protected {
1477
- protected ColumnCollectionChanged(sender: unknown, e: CollectionChangeEventArgs): void;
1478
- protected Dispose2(disposing: boolean): void;
1479
- protected IndexListChanged(sender: unknown, e: ListChangedEventArgs): void;
1480
- protected OnListChanged(e: ListChangedEventArgs): void;
1481
- protected UpdateIndex(force: boolean): void;
1482
- }
1483
-
1484
-
1485
- export interface DataView$instance extends DataView$protected, MarshalByValueComponent {
1429
+ export interface DataView$instance extends MarshalByValueComponent {
1486
1430
  AllowDelete: boolean;
1487
1431
  AllowEdit: boolean;
1488
1432
  AllowNew: boolean;
@@ -1490,15 +1434,19 @@ export interface DataView$instance extends DataView$protected, MarshalByValueCom
1490
1434
  readonly Count: int;
1491
1435
  readonly DataViewManager: DataViewManager | undefined;
1492
1436
  readonly IsInitialized: boolean;
1493
- readonly Item: DataRowView;
1494
- RowFilter: string;
1437
+ readonly [recordIndex: number]: DataRowView;
1438
+ get RowFilter(): string | undefined;
1439
+ set RowFilter(value: string | undefined);
1495
1440
  RowStateFilter: DataViewRowState;
1496
1441
  Sort: string;
1497
- Table: DataTable;
1442
+ get Table(): DataTable | undefined;
1443
+ set Table(value: DataTable | undefined);
1498
1444
  AddNew(): DataRowView;
1499
1445
  BeginInit(): void;
1446
+ ColumnCollectionChanged(sender: unknown, e: CollectionChangeEventArgs): void;
1500
1447
  CopyTo(array: ClrArray, index: int): void;
1501
1448
  Delete(index: int): void;
1449
+ Dispose(disposing: boolean): void;
1502
1450
  Dispose(): void;
1503
1451
  EndInit(): void;
1504
1452
  Equals(view: DataView): boolean;
@@ -1509,10 +1457,13 @@ export interface DataView$instance extends DataView$protected, MarshalByValueCom
1509
1457
  FindRows(key: unknown[]): DataRowView[];
1510
1458
  GetEnumerator(): IEnumerator;
1511
1459
  GetService(service: Type): unknown | undefined;
1460
+ IndexListChanged(sender: unknown, e: ListChangedEventArgs): void;
1461
+ OnListChanged(e: ListChangedEventArgs): void;
1512
1462
  ToTable(): DataTable;
1513
1463
  ToTable(tableName: string): DataTable;
1514
1464
  ToTable(distinct: boolean, ...columnNames: string[]): DataTable;
1515
1465
  ToTable(tableName: string, distinct: boolean, ...columnNames: string[]): DataTable;
1466
+ UpdateIndex(force: boolean): void;
1516
1467
  }
1517
1468
 
1518
1469
 
@@ -1542,21 +1493,18 @@ export interface DataView$instance extends System_ComponentModel_Internal.ITyped
1542
1493
  export type DataView = DataView$instance & __DataView$views;
1543
1494
 
1544
1495
 
1545
- export abstract class DataViewManager$protected {
1546
- protected Dispose2(disposing: boolean): void;
1547
- protected OnListChanged(e: ListChangedEventArgs): void;
1548
- protected RelationCollectionChanged(sender: unknown, e: CollectionChangeEventArgs): void;
1549
- protected TableCollectionChanged(sender: unknown, e: CollectionChangeEventArgs): void;
1550
- }
1551
-
1552
-
1553
- export interface DataViewManager$instance extends DataViewManager$protected, MarshalByValueComponent {
1554
- DataSet: DataSet;
1496
+ export interface DataViewManager$instance extends MarshalByValueComponent {
1497
+ get DataSet(): DataSet | undefined;
1498
+ set DataSet(value: DataSet | undefined);
1555
1499
  DataViewSettingCollectionString: string;
1556
1500
  readonly DataViewSettings: DataViewSettingCollection;
1557
1501
  CreateDataView(table: DataTable): DataView;
1558
1502
  Dispose(): void;
1503
+ Dispose(disposing: boolean): void;
1559
1504
  GetService(service: Type): unknown | undefined;
1505
+ OnListChanged(e: ListChangedEventArgs): void;
1506
+ RelationCollectionChanged(sender: unknown, e: CollectionChangeEventArgs): void;
1507
+ TableCollectionChanged(sender: unknown, e: CollectionChangeEventArgs): void;
1560
1508
  }
1561
1509
 
1562
1510
 
@@ -1588,12 +1536,11 @@ export interface DataViewSetting$instance {
1588
1536
  RowFilter: string;
1589
1537
  RowStateFilter: DataViewRowState;
1590
1538
  Sort: string;
1591
- readonly Table: DataTable;
1539
+ readonly Table: DataTable | undefined;
1592
1540
  }
1593
1541
 
1594
1542
 
1595
1543
  export const DataViewSetting: {
1596
- new(): DataViewSetting;
1597
1544
  };
1598
1545
 
1599
1546
 
@@ -1607,8 +1554,8 @@ export interface DataViewSettingCollection$instance {
1607
1554
  CopyTo(ar: ClrArray, index: int): void;
1608
1555
  CopyTo(ar: DataViewSetting[], index: int): void;
1609
1556
  get_Item(table: DataTable): DataViewSetting;
1610
- get_Item(tableName: string): DataViewSetting;
1611
- get_Item(index: int): DataViewSetting;
1557
+ get_Item(tableName: string): DataViewSetting | undefined;
1558
+ get_Item(index: int): DataViewSetting | undefined;
1612
1559
  GetEnumerator(): IEnumerator;
1613
1560
  set_Item(table: DataTable, value: DataViewSetting): void;
1614
1561
  set_Item(index: int, value: DataViewSetting | undefined): void;
@@ -1616,7 +1563,6 @@ export interface DataViewSettingCollection$instance {
1616
1563
 
1617
1564
 
1618
1565
  export const DataViewSettingCollection: {
1619
- new(): DataViewSettingCollection;
1620
1566
  };
1621
1567
 
1622
1568
 
@@ -1629,7 +1575,8 @@ export type DataViewSettingCollection = DataViewSettingCollection$instance & __D
1629
1575
 
1630
1576
 
1631
1577
  export interface DBConcurrencyException$instance extends SystemException {
1632
- Row: DataRow;
1578
+ get Row(): DataRow | undefined;
1579
+ set Row(value: DataRow | undefined);
1633
1580
  readonly RowCount: int;
1634
1581
  CopyToRows(array: DataRow[]): void;
1635
1582
  CopyToRows(array: DataRow[], arrayIndex: int): void;
@@ -1658,7 +1605,6 @@ export interface DeletedRowInaccessibleException$instance extends DataException$
1658
1605
 
1659
1606
 
1660
1607
  export const DeletedRowInaccessibleException: {
1661
- new(info: SerializationInfo, context: StreamingContext): DeletedRowInaccessibleException;
1662
1608
  new(): DeletedRowInaccessibleException;
1663
1609
  new(s: string): DeletedRowInaccessibleException;
1664
1610
  new(message: string, innerException: Exception): DeletedRowInaccessibleException;
@@ -1678,7 +1624,6 @@ export interface DuplicateNameException$instance extends DataException$instance
1678
1624
 
1679
1625
 
1680
1626
  export const DuplicateNameException: {
1681
- new(info: SerializationInfo, context: StreamingContext): DuplicateNameException;
1682
1627
  new(): DuplicateNameException;
1683
1628
  new(s: string): DuplicateNameException;
1684
1629
  new(message: string, innerException: Exception): DuplicateNameException;
@@ -1715,7 +1660,6 @@ export interface EnumerableRowCollection_1$instance<TRow> extends EnumerableRowC
1715
1660
 
1716
1661
 
1717
1662
  export const EnumerableRowCollection_1: {
1718
- new<TRow>(): EnumerableRowCollection_1<TRow>;
1719
1663
  };
1720
1664
 
1721
1665
 
@@ -1733,7 +1677,6 @@ export interface EvaluateException$instance extends InvalidExpressionException$i
1733
1677
 
1734
1678
 
1735
1679
  export const EvaluateException: {
1736
- new(info: SerializationInfo, context: StreamingContext): EvaluateException;
1737
1680
  new(): EvaluateException;
1738
1681
  new(s: string): EvaluateException;
1739
1682
  new(message: string, innerException: Exception): EvaluateException;
@@ -1750,7 +1693,8 @@ export type EvaluateException = EvaluateException$instance & __EvaluateException
1750
1693
  export interface FillErrorEventArgs$instance extends EventArgs {
1751
1694
  Continue: boolean;
1752
1695
  readonly DataTable: DataTable | undefined;
1753
- Errors: Exception;
1696
+ get Errors(): Exception | undefined;
1697
+ set Errors(value: Exception | undefined);
1754
1698
  readonly Values: (unknown | undefined)[];
1755
1699
  }
1756
1700
 
@@ -1768,7 +1712,7 @@ export interface ForeignKeyConstraint$instance extends Constraint {
1768
1712
  DeleteRule: Rule;
1769
1713
  readonly RelatedColumns: DataColumn[];
1770
1714
  readonly RelatedTable: DataTable;
1771
- readonly Table: DataTable;
1715
+ readonly Table: DataTable | undefined;
1772
1716
  UpdateRule: Rule;
1773
1717
  Equals(key: unknown): boolean;
1774
1718
  GetHashCode(): int;
@@ -1793,7 +1737,6 @@ export interface InRowChangingEventException$instance extends DataException$inst
1793
1737
 
1794
1738
 
1795
1739
  export const InRowChangingEventException: {
1796
- new(info: SerializationInfo, context: StreamingContext): InRowChangingEventException;
1797
1740
  new(): InRowChangingEventException;
1798
1741
  new(s: string): InRowChangingEventException;
1799
1742
  new(message: string, innerException: Exception): InRowChangingEventException;
@@ -1807,15 +1750,11 @@ export interface __InRowChangingEventException$views {
1807
1750
  export type InRowChangingEventException = InRowChangingEventException$instance & __InRowChangingEventException$views;
1808
1751
 
1809
1752
 
1810
- export abstract class InternalDataCollectionBase$protected {
1811
- protected readonly List: ArrayList;
1812
- }
1813
-
1814
-
1815
- export interface InternalDataCollectionBase$instance extends InternalDataCollectionBase$protected {
1753
+ export interface InternalDataCollectionBase$instance {
1816
1754
  readonly Count: int;
1817
1755
  readonly IsReadOnly: boolean;
1818
1756
  readonly IsSynchronized: boolean;
1757
+ readonly List: ArrayList;
1819
1758
  readonly SyncRoot: unknown;
1820
1759
  CopyTo(ar: ClrArray, index: int): void;
1821
1760
  GetEnumerator(): IEnumerator;
@@ -1841,7 +1780,6 @@ export interface InvalidConstraintException$instance extends DataException$insta
1841
1780
 
1842
1781
 
1843
1782
  export const InvalidConstraintException: {
1844
- new(info: SerializationInfo, context: StreamingContext): InvalidConstraintException;
1845
1783
  new(): InvalidConstraintException;
1846
1784
  new(s: string): InvalidConstraintException;
1847
1785
  new(message: string, innerException: Exception): InvalidConstraintException;
@@ -1861,7 +1799,6 @@ export interface InvalidExpressionException$instance extends DataException$insta
1861
1799
 
1862
1800
 
1863
1801
  export const InvalidExpressionException: {
1864
- new(info: SerializationInfo, context: StreamingContext): InvalidExpressionException;
1865
1802
  new(): InvalidExpressionException;
1866
1803
  new(s: string): InvalidExpressionException;
1867
1804
  new(message: string, innerException: Exception): InvalidExpressionException;
@@ -1877,7 +1814,7 @@ export type InvalidExpressionException = InvalidExpressionException$instance & _
1877
1814
 
1878
1815
  export interface MergeFailedEventArgs$instance extends EventArgs {
1879
1816
  readonly Conflict: string;
1880
- readonly Table: DataTable;
1817
+ readonly Table: DataTable | undefined;
1881
1818
  }
1882
1819
 
1883
1820
 
@@ -1894,7 +1831,6 @@ export interface MissingPrimaryKeyException$instance extends DataException$insta
1894
1831
 
1895
1832
 
1896
1833
  export const MissingPrimaryKeyException: {
1897
- new(info: SerializationInfo, context: StreamingContext): MissingPrimaryKeyException;
1898
1834
  new(): MissingPrimaryKeyException;
1899
1835
  new(s: string): MissingPrimaryKeyException;
1900
1836
  new(message: string, innerException: Exception): MissingPrimaryKeyException;
@@ -1914,7 +1850,6 @@ export interface NoNullAllowedException$instance extends DataException$instance
1914
1850
 
1915
1851
 
1916
1852
  export const NoNullAllowedException: {
1917
- new(info: SerializationInfo, context: StreamingContext): NoNullAllowedException;
1918
1853
  new(): NoNullAllowedException;
1919
1854
  new(s: string): NoNullAllowedException;
1920
1855
  new(message: string, innerException: Exception): NoNullAllowedException;
@@ -1935,7 +1870,6 @@ export interface OrderedEnumerableRowCollection_1$instance<TRow> extends Enumera
1935
1870
 
1936
1871
 
1937
1872
  export const OrderedEnumerableRowCollection_1: {
1938
- new<TRow>(): OrderedEnumerableRowCollection_1<TRow>;
1939
1873
  };
1940
1874
 
1941
1875
 
@@ -1963,7 +1897,6 @@ export interface PropertyCollection$instance extends Hashtable {
1963
1897
 
1964
1898
  export const PropertyCollection: {
1965
1899
  new(): PropertyCollection;
1966
- new(info: SerializationInfo, context: StreamingContext): PropertyCollection;
1967
1900
  };
1968
1901
 
1969
1902
 
@@ -1985,7 +1918,6 @@ export interface ReadOnlyException$instance extends DataException$instance {
1985
1918
 
1986
1919
 
1987
1920
  export const ReadOnlyException: {
1988
- new(info: SerializationInfo, context: StreamingContext): ReadOnlyException;
1989
1921
  new(): ReadOnlyException;
1990
1922
  new(s: string): ReadOnlyException;
1991
1923
  new(message: string, innerException: Exception): ReadOnlyException;
@@ -2005,7 +1937,6 @@ export interface RowNotInTableException$instance extends DataException$instance
2005
1937
 
2006
1938
 
2007
1939
  export const RowNotInTableException: {
2008
- new(info: SerializationInfo, context: StreamingContext): RowNotInTableException;
2009
1940
  new(): RowNotInTableException;
2010
1941
  new(s: string): RowNotInTableException;
2011
1942
  new(message: string, innerException: Exception): RowNotInTableException;
@@ -2050,7 +1981,6 @@ export interface StrongTypingException$instance extends DataException$instance {
2050
1981
 
2051
1982
 
2052
1983
  export const StrongTypingException: {
2053
- new(info: SerializationInfo, context: StreamingContext): StrongTypingException;
2054
1984
  new(): StrongTypingException;
2055
1985
  new(message: string): StrongTypingException;
2056
1986
  new(s: string, innerException: Exception): StrongTypingException;
@@ -2070,7 +2000,6 @@ export interface SyntaxErrorException$instance extends InvalidExpressionExceptio
2070
2000
 
2071
2001
 
2072
2002
  export const SyntaxErrorException: {
2073
- new(info: SerializationInfo, context: StreamingContext): SyntaxErrorException;
2074
2003
  new(): SyntaxErrorException;
2075
2004
  new(s: string): SyntaxErrorException;
2076
2005
  new(message: string, innerException: Exception): SyntaxErrorException;
@@ -2084,19 +2013,15 @@ export interface __SyntaxErrorException$views {
2084
2013
  export type SyntaxErrorException = SyntaxErrorException$instance & __SyntaxErrorException$views;
2085
2014
 
2086
2015
 
2087
- export abstract class TypedTableBase_1$protected<T extends DataRow> {
2088
- protected Dispose3(disposing: boolean): void;
2089
- protected GetSchema(): XmlSchema;
2090
- }
2091
-
2092
-
2093
- export interface TypedTableBase_1$instance<T extends DataRow> extends TypedTableBase_1$protected<T>, DataTable$instance {
2016
+ export interface TypedTableBase_1$instance<T extends DataRow> extends DataTable$instance {
2094
2017
  BeginInit(): void;
2095
2018
  Cast<TResult>(): EnumerableRowCollection_1<TResult>;
2096
2019
  Dispose(): void;
2020
+ Dispose(disposing: boolean): void;
2097
2021
  GetEnumerator(): IEnumerator_1<T>;
2098
2022
  GetList(): IList;
2099
2023
  GetObjectData(info: SerializationInfo, context: StreamingContext): void;
2024
+ GetSchema(): XmlSchema | undefined;
2100
2025
  GetService(serviceType: Type): unknown | undefined;
2101
2026
  ReadXml(stream: Stream): XmlReadMode;
2102
2027
  ReadXml(reader: TextReader): XmlReadMode;
@@ -2122,9 +2047,7 @@ export interface TypedTableBase_1$instance<T extends DataRow> extends TypedTable
2122
2047
  }
2123
2048
 
2124
2049
 
2125
- export const TypedTableBase_1: {
2126
- new<T extends DataRow>(): TypedTableBase_1<T>;
2127
- new<T extends DataRow>(info: SerializationInfo, context: StreamingContext): TypedTableBase_1<T>;
2050
+ export const TypedTableBase_1: (abstract new<T extends DataRow>() => TypedTableBase_1<T>) & (abstract new<T extends DataRow>(info: SerializationInfo, context: StreamingContext) => TypedTableBase_1<T>) & {
2128
2051
  };
2129
2052
 
2130
2053
 
@@ -2149,7 +2072,7 @@ export type TypedTableBase_1<T extends DataRow> = TypedTableBase_1$instance<T> &
2149
2072
  export interface UniqueConstraint$instance extends Constraint {
2150
2073
  readonly Columns: DataColumn[];
2151
2074
  readonly IsPrimaryKey: boolean;
2152
- readonly Table: DataTable;
2075
+ readonly Table: DataTable | undefined;
2153
2076
  Equals(key2: unknown): boolean;
2154
2077
  GetHashCode(): int;
2155
2078
  }
@@ -2176,7 +2099,6 @@ export interface VersionNotFoundException$instance extends DataException$instanc
2176
2099
 
2177
2100
 
2178
2101
  export const VersionNotFoundException: {
2179
- new(info: SerializationInfo, context: StreamingContext): VersionNotFoundException;
2180
2102
  new(): VersionNotFoundException;
2181
2103
  new(s: string): VersionNotFoundException;
2182
2104
  new(message: string, innerException: Exception): VersionNotFoundException;