@tsonic/dotnet 0.8.0 → 0.8.1

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 (122) hide show
  1. package/Microsoft.CSharp.RuntimeBinder/internal/index.d.ts +7 -7
  2. package/Microsoft.VisualBasic/internal/index.d.ts +23 -23
  3. package/Microsoft.VisualBasic.CompilerServices/internal/index.d.ts +29 -29
  4. package/Microsoft.VisualBasic.FileIO/internal/index.d.ts +15 -15
  5. package/Microsoft.Win32/internal/index.d.ts +1 -1
  6. package/Microsoft.Win32.SafeHandles/internal/index.d.ts +19 -19
  7. package/System/internal/index.d.ts +408 -408
  8. package/System.Buffers/internal/index.d.ts +11 -11
  9. package/System.CodeDom.Compiler/internal/index.d.ts +3 -3
  10. package/System.Collections/internal/index.d.ts +44 -44
  11. package/System.Collections.Concurrent/internal/index.d.ts +18 -18
  12. package/System.Collections.Frozen/internal/index.d.ts +4 -4
  13. package/System.Collections.Generic/internal/index.d.ts +98 -98
  14. package/System.Collections.Immutable/internal/index.d.ts +22 -22
  15. package/System.Collections.ObjectModel/internal/index.d.ts +11 -11
  16. package/System.Collections.Specialized/internal/index.d.ts +38 -38
  17. package/System.ComponentModel/internal/index.d.ts +222 -222
  18. package/System.ComponentModel.DataAnnotations/internal/index.d.ts +54 -54
  19. package/System.ComponentModel.DataAnnotations.Schema/internal/index.d.ts +8 -8
  20. package/System.ComponentModel.Design/internal/index.d.ts +30 -30
  21. package/System.ComponentModel.Design.Serialization/internal/index.d.ts +13 -13
  22. package/System.Data/internal/index.d.ts +110 -110
  23. package/System.Data.Common/internal/index.d.ts +17 -17
  24. package/System.Data.SqlTypes/internal/index.d.ts +62 -62
  25. package/System.Diagnostics/internal/index.d.ts +117 -117
  26. package/System.Diagnostics.CodeAnalysis/internal/index.d.ts +34 -34
  27. package/System.Diagnostics.Contracts/internal/index.d.ts +14 -14
  28. package/System.Diagnostics.Metrics/internal/index.d.ts +19 -19
  29. package/System.Diagnostics.SymbolStore/internal/index.d.ts +4 -4
  30. package/System.Diagnostics.Tracing/internal/index.d.ts +21 -21
  31. package/System.Drawing/internal/index.d.ts +22 -22
  32. package/System.Dynamic/internal/index.d.ts +6 -6
  33. package/System.Formats.Asn1/internal/index.d.ts +10 -10
  34. package/System.Formats.Tar/internal/index.d.ts +14 -14
  35. package/System.Globalization/internal/index.d.ts +40 -40
  36. package/System.IO/internal/index.d.ts +107 -107
  37. package/System.IO.Compression/internal/index.d.ts +32 -32
  38. package/System.IO.Enumeration/internal/index.d.ts +3 -3
  39. package/System.IO.IsolatedStorage/internal/index.d.ts +12 -12
  40. package/System.IO.MemoryMappedFiles/internal/index.d.ts +3 -3
  41. package/System.IO.Pipelines/internal/index.d.ts +8 -8
  42. package/System.IO.Pipes/internal/index.d.ts +28 -28
  43. package/System.Linq/internal/index.d.ts +7 -7
  44. package/System.Linq.Expressions/internal/index.d.ts +34 -34
  45. package/System.Linq.Expressions.Interpreter/internal/index.d.ts +1 -1
  46. package/System.Net/internal/index.d.ts +84 -84
  47. package/System.Net.Cache/internal/index.d.ts +8 -8
  48. package/System.Net.Http/internal/index.d.ts +40 -40
  49. package/System.Net.Http.Headers/internal/index.d.ts +48 -48
  50. package/System.Net.Http.Json/internal/index.d.ts +1 -1
  51. package/System.Net.Http.Metrics/internal/index.d.ts +1 -1
  52. package/System.Net.Mail/internal/index.d.ts +47 -47
  53. package/System.Net.Mime/internal/index.d.ts +4 -4
  54. package/System.Net.NetworkInformation/internal/index.d.ts +17 -17
  55. package/System.Net.Quic/internal/index.d.ts +9 -9
  56. package/System.Net.Security/internal/index.d.ts +19 -19
  57. package/System.Net.ServerSentEvents/internal/index.d.ts +2 -2
  58. package/System.Net.Sockets/internal/index.d.ts +53 -53
  59. package/System.Net.WebSockets/internal/index.d.ts +23 -23
  60. package/System.Numerics/internal/index.d.ts +37 -37
  61. package/System.Reflection/internal/index.d.ts +69 -69
  62. package/System.Reflection.Emit/internal/index.d.ts +18 -18
  63. package/System.Reflection.Metadata/internal/index.d.ts +170 -170
  64. package/System.Reflection.Metadata.Ecma335/internal/index.d.ts +39 -39
  65. package/System.Reflection.PortableExecutable/internal/index.d.ts +23 -23
  66. package/System.Resources/internal/index.d.ts +20 -20
  67. package/System.Runtime/internal/index.d.ts +7 -7
  68. package/System.Runtime.CompilerServices/internal/index.d.ts +145 -145
  69. package/System.Runtime.ConstrainedExecution/internal/index.d.ts +2 -2
  70. package/System.Runtime.ExceptionServices/internal/index.d.ts +3 -3
  71. package/System.Runtime.InteropServices/internal/index.d.ts +120 -120
  72. package/System.Runtime.InteropServices.ComTypes/internal/index.d.ts +20 -20
  73. package/System.Runtime.InteropServices.Java/internal/index.d.ts +3 -3
  74. package/System.Runtime.InteropServices.JavaScript/internal/index.d.ts +27 -27
  75. package/System.Runtime.InteropServices.Marshalling/internal/index.d.ts +27 -27
  76. package/System.Runtime.InteropServices.ObjectiveC/internal/index.d.ts +1 -1
  77. package/System.Runtime.InteropServices.Swift/internal/index.d.ts +4 -4
  78. package/System.Runtime.Intrinsics/internal/index.d.ts +4 -4
  79. package/System.Runtime.Loader/internal/index.d.ts +3 -3
  80. package/System.Runtime.Remoting/internal/index.d.ts +1 -1
  81. package/System.Runtime.Serialization/internal/index.d.ts +47 -47
  82. package/System.Runtime.Serialization.DataContracts/internal/index.d.ts +4 -4
  83. package/System.Runtime.Serialization.Formatters.Binary/internal/index.d.ts +2 -2
  84. package/System.Runtime.Serialization.Json/internal/index.d.ts +8 -8
  85. package/System.Runtime.Versioning/internal/index.d.ts +18 -18
  86. package/System.Security/internal/index.d.ts +23 -23
  87. package/System.Security.AccessControl/internal/index.d.ts +65 -65
  88. package/System.Security.Authentication/internal/index.d.ts +6 -6
  89. package/System.Security.Authentication.ExtendedProtection/internal/index.d.ts +6 -6
  90. package/System.Security.Claims/internal/index.d.ts +24 -24
  91. package/System.Security.Cryptography/internal/index.d.ts +220 -220
  92. package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +120 -120
  93. package/System.Security.Permissions/internal/index.d.ts +1 -1
  94. package/System.Security.Policy/internal/index.d.ts +4 -4
  95. package/System.Security.Principal/internal/index.d.ts +21 -21
  96. package/System.Text/internal/index.d.ts +49 -49
  97. package/System.Text.Encodings.Web/internal/index.d.ts +3 -3
  98. package/System.Text.Json/internal/index.d.ts +24 -24
  99. package/System.Text.Json.Nodes/internal/index.d.ts +8 -8
  100. package/System.Text.Json.Schema/internal/index.d.ts +2 -2
  101. package/System.Text.Json.Serialization/internal/index.d.ts +25 -25
  102. package/System.Text.Json.Serialization.Metadata/internal/index.d.ts +10 -10
  103. package/System.Text.RegularExpressions/internal/index.d.ts +24 -24
  104. package/System.Text.Unicode/internal/index.d.ts +3 -3
  105. package/System.Threading/internal/index.d.ts +105 -105
  106. package/System.Threading.Channels/internal/index.d.ts +7 -7
  107. package/System.Threading.Tasks/internal/index.d.ts +56 -56
  108. package/System.Threading.Tasks.Dataflow/internal/index.d.ts +29 -29
  109. package/System.Threading.Tasks.Sources/internal/index.d.ts +1 -1
  110. package/System.Timers/internal/index.d.ts +5 -5
  111. package/System.Transactions/internal/index.d.ts +41 -41
  112. package/System.Web/internal/index.d.ts +1 -1
  113. package/System.Windows.Markup/internal/index.d.ts +2 -2
  114. package/System.Xml/internal/index.d.ts +72 -72
  115. package/System.Xml.Linq/internal/index.d.ts +31 -31
  116. package/System.Xml.Resolvers/internal/index.d.ts +5 -5
  117. package/System.Xml.Schema/internal/index.d.ts +76 -76
  118. package/System.Xml.Serialization/internal/index.d.ts +96 -96
  119. package/System.Xml.XPath/internal/index.d.ts +9 -9
  120. package/System.Xml.Xsl/internal/index.d.ts +13 -13
  121. package/System.Xml.Xsl.Runtime/internal/index.d.ts +52 -52
  122. package/package.json +1 -1
@@ -803,8 +803,8 @@ export interface ArgIterator$instance {
803
803
 
804
804
 
805
805
  export const ArgIterator: {
806
- new(arglist: RuntimeArgumentHandle): ArgIterator$instance;
807
- new(arglist: RuntimeArgumentHandle, ptr: ptr<void>): ArgIterator$instance;
806
+ new(arglist: RuntimeArgumentHandle): ArgIterator;
807
+ new(arglist: RuntimeArgumentHandle, ptr: ptr<void>): ArgIterator;
808
808
  };
809
809
 
810
810
 
@@ -829,8 +829,8 @@ export interface ArraySegment_1$instance<T> {
829
829
 
830
830
 
831
831
  export const ArraySegment_1: {
832
- new<T>(array: T[]): ArraySegment_1$instance<T>;
833
- new<T>(array: T[], offset: int, count: int): ArraySegment_1$instance<T>;
832
+ new<T>(array: T[]): ArraySegment_1<T>;
833
+ new<T>(array: T[], offset: int, count: int): ArraySegment_1<T>;
834
834
  readonly empty: unknown;
835
835
  };
836
836
 
@@ -855,7 +855,7 @@ export interface ArraySegment_1_Enumerator$instance<T> extends IDisposable {
855
855
 
856
856
 
857
857
  export const ArraySegment_1_Enumerator: {
858
- new<T>(): ArraySegment_1_Enumerator$instance<T>;
858
+ new<T>(): ArraySegment_1_Enumerator<T>;
859
859
  };
860
860
 
861
861
 
@@ -881,7 +881,7 @@ export interface Boolean$instance {
881
881
 
882
882
 
883
883
  export const Boolean: {
884
- new(): Boolean$instance;
884
+ new(): Boolean;
885
885
  readonly trueString: string;
886
886
  readonly falseString: string;
887
887
  parse(value: ReadOnlySpan_1<Char>): boolean;
@@ -926,7 +926,7 @@ export interface Byte$instance extends IBitwiseOperators_3<Byte, Byte, Byte>, IC
926
926
 
927
927
 
928
928
  export const Byte: {
929
- new(): Byte$instance;
929
+ new(): Byte;
930
930
  readonly maxValue: byte;
931
931
  readonly minValue: byte;
932
932
  clamp(value: byte, min: byte, max: byte): byte;
@@ -1014,7 +1014,7 @@ export interface Char$instance extends IBitwiseOperators_3<Char, Char, Char>, IC
1014
1014
 
1015
1015
 
1016
1016
  export const Char: {
1017
- new(): Char$instance;
1017
+ new(): Char;
1018
1018
  readonly maxValue: char;
1019
1019
  readonly minValue: char;
1020
1020
  convertFromUtf32(utf32: int): string;
@@ -1122,7 +1122,7 @@ export interface ConsoleKeyInfo$instance {
1122
1122
 
1123
1123
 
1124
1124
  export const ConsoleKeyInfo: {
1125
- new(keyChar: char, key: ConsoleKey, shift: boolean, alt: boolean, control: boolean): ConsoleKeyInfo$instance;
1125
+ new(keyChar: char, key: ConsoleKey, shift: boolean, alt: boolean, control: boolean): ConsoleKeyInfo;
1126
1126
  };
1127
1127
 
1128
1128
 
@@ -1166,8 +1166,8 @@ export interface DateOnly$instance {
1166
1166
 
1167
1167
 
1168
1168
  export const DateOnly: {
1169
- new(year: int, month: int, day: int): DateOnly$instance;
1170
- new(year: int, month: int, day: int, calendar: Calendar): DateOnly$instance;
1169
+ new(year: int, month: int, day: int): DateOnly;
1170
+ new(year: int, month: int, day: int, calendar: Calendar): DateOnly;
1171
1171
  readonly minValue: DateOnly;
1172
1172
  readonly maxValue: DateOnly;
1173
1173
  fromDateTime(dateTime: DateTime): DateOnly;
@@ -1283,23 +1283,23 @@ export interface DateTime$instance {
1283
1283
 
1284
1284
 
1285
1285
  export const DateTime: {
1286
- new(ticks: long): DateTime$instance;
1287
- new(ticks: long, kind: DateTimeKind): DateTime$instance;
1288
- new(date: DateOnly, time: TimeOnly): DateTime$instance;
1289
- new(date: DateOnly, time: TimeOnly, kind: DateTimeKind): DateTime$instance;
1290
- new(year: int, month: int, day: int): DateTime$instance;
1291
- new(year: int, month: int, day: int, calendar: Calendar): DateTime$instance;
1292
- new(year: int, month: int, day: int, hour: int, minute: int, second: int, millisecond: int, calendar: Calendar, kind: DateTimeKind): DateTime$instance;
1293
- new(year: int, month: int, day: int, hour: int, minute: int, second: int): DateTime$instance;
1294
- new(year: int, month: int, day: int, hour: int, minute: int, second: int, kind: DateTimeKind): DateTime$instance;
1295
- new(year: int, month: int, day: int, hour: int, minute: int, second: int, calendar: Calendar): DateTime$instance;
1296
- new(year: int, month: int, day: int, hour: int, minute: int, second: int, millisecond: int): DateTime$instance;
1297
- new(year: int, month: int, day: int, hour: int, minute: int, second: int, millisecond: int, kind: DateTimeKind): DateTime$instance;
1298
- new(year: int, month: int, day: int, hour: int, minute: int, second: int, millisecond: int, calendar: Calendar): DateTime$instance;
1299
- new(year: int, month: int, day: int, hour: int, minute: int, second: int, millisecond: int, microsecond: int): DateTime$instance;
1300
- new(year: int, month: int, day: int, hour: int, minute: int, second: int, millisecond: int, microsecond: int, kind: DateTimeKind): DateTime$instance;
1301
- new(year: int, month: int, day: int, hour: int, minute: int, second: int, millisecond: int, microsecond: int, calendar: Calendar): DateTime$instance;
1302
- new(year: int, month: int, day: int, hour: int, minute: int, second: int, millisecond: int, microsecond: int, calendar: Calendar, kind: DateTimeKind): DateTime$instance;
1286
+ new(ticks: long): DateTime;
1287
+ new(ticks: long, kind: DateTimeKind): DateTime;
1288
+ new(date: DateOnly, time: TimeOnly): DateTime;
1289
+ new(date: DateOnly, time: TimeOnly, kind: DateTimeKind): DateTime;
1290
+ new(year: int, month: int, day: int): DateTime;
1291
+ new(year: int, month: int, day: int, calendar: Calendar): DateTime;
1292
+ new(year: int, month: int, day: int, hour: int, minute: int, second: int, millisecond: int, calendar: Calendar, kind: DateTimeKind): DateTime;
1293
+ new(year: int, month: int, day: int, hour: int, minute: int, second: int): DateTime;
1294
+ new(year: int, month: int, day: int, hour: int, minute: int, second: int, kind: DateTimeKind): DateTime;
1295
+ new(year: int, month: int, day: int, hour: int, minute: int, second: int, calendar: Calendar): DateTime;
1296
+ new(year: int, month: int, day: int, hour: int, minute: int, second: int, millisecond: int): DateTime;
1297
+ new(year: int, month: int, day: int, hour: int, minute: int, second: int, millisecond: int, kind: DateTimeKind): DateTime;
1298
+ new(year: int, month: int, day: int, hour: int, minute: int, second: int, millisecond: int, calendar: Calendar): DateTime;
1299
+ new(year: int, month: int, day: int, hour: int, minute: int, second: int, millisecond: int, microsecond: int): DateTime;
1300
+ new(year: int, month: int, day: int, hour: int, minute: int, second: int, millisecond: int, microsecond: int, kind: DateTimeKind): DateTime;
1301
+ new(year: int, month: int, day: int, hour: int, minute: int, second: int, millisecond: int, microsecond: int, calendar: Calendar): DateTime;
1302
+ new(year: int, month: int, day: int, hour: int, minute: int, second: int, millisecond: int, microsecond: int, calendar: Calendar, kind: DateTimeKind): DateTime;
1303
1303
  readonly minValue: DateTime;
1304
1304
  readonly maxValue: DateTime;
1305
1305
  readonly unixEpoch: DateTime;
@@ -1416,15 +1416,15 @@ export interface DateTimeOffset$instance {
1416
1416
 
1417
1417
 
1418
1418
  export const DateTimeOffset: {
1419
- new(ticks: long, offset: TimeSpan): DateTimeOffset$instance;
1420
- new(dateTime: DateTime): DateTimeOffset$instance;
1421
- new(dateTime: DateTime, offset: TimeSpan): DateTimeOffset$instance;
1422
- new(date: DateOnly, time: TimeOnly, offset: TimeSpan): DateTimeOffset$instance;
1423
- new(year: int, month: int, day: int, hour: int, minute: int, second: int, offset: TimeSpan): DateTimeOffset$instance;
1424
- new(year: int, month: int, day: int, hour: int, minute: int, second: int, millisecond: int, offset: TimeSpan): DateTimeOffset$instance;
1425
- new(year: int, month: int, day: int, hour: int, minute: int, second: int, millisecond: int, calendar: Calendar, offset: TimeSpan): DateTimeOffset$instance;
1426
- new(year: int, month: int, day: int, hour: int, minute: int, second: int, millisecond: int, microsecond: int, offset: TimeSpan): DateTimeOffset$instance;
1427
- new(year: int, month: int, day: int, hour: int, minute: int, second: int, millisecond: int, microsecond: int, calendar: Calendar, offset: TimeSpan): DateTimeOffset$instance;
1419
+ new(ticks: long, offset: TimeSpan): DateTimeOffset;
1420
+ new(dateTime: DateTime): DateTimeOffset;
1421
+ new(dateTime: DateTime, offset: TimeSpan): DateTimeOffset;
1422
+ new(date: DateOnly, time: TimeOnly, offset: TimeSpan): DateTimeOffset;
1423
+ new(year: int, month: int, day: int, hour: int, minute: int, second: int, offset: TimeSpan): DateTimeOffset;
1424
+ new(year: int, month: int, day: int, hour: int, minute: int, second: int, millisecond: int, offset: TimeSpan): DateTimeOffset;
1425
+ new(year: int, month: int, day: int, hour: int, minute: int, second: int, millisecond: int, calendar: Calendar, offset: TimeSpan): DateTimeOffset;
1426
+ new(year: int, month: int, day: int, hour: int, minute: int, second: int, millisecond: int, microsecond: int, offset: TimeSpan): DateTimeOffset;
1427
+ new(year: int, month: int, day: int, hour: int, minute: int, second: int, millisecond: int, microsecond: int, calendar: Calendar, offset: TimeSpan): DateTimeOffset;
1428
1428
  readonly minValue: DateTimeOffset;
1429
1429
  readonly maxValue: DateTimeOffset;
1430
1430
  readonly unixEpoch: DateTimeOffset;
@@ -1499,15 +1499,15 @@ export interface Decimal$instance extends IAdditionOperators_3<Decimal, Decimal,
1499
1499
 
1500
1500
 
1501
1501
  export const Decimal: {
1502
- new(value: int): Decimal$instance;
1503
- new(value: uint): Decimal$instance;
1504
- new(value: long): Decimal$instance;
1505
- new(value: ulong): Decimal$instance;
1506
- new(value: float): Decimal$instance;
1507
- new(value: double): Decimal$instance;
1508
- new(bits: int[]): Decimal$instance;
1509
- new(bits: ReadOnlySpan_1<Int32>): Decimal$instance;
1510
- new(lo: int, mid: int, hi: int, isNegative: boolean, scale: byte): Decimal$instance;
1502
+ new(value: int): Decimal;
1503
+ new(value: uint): Decimal;
1504
+ new(value: long): Decimal;
1505
+ new(value: ulong): Decimal;
1506
+ new(value: float): Decimal;
1507
+ new(value: double): Decimal;
1508
+ new(bits: int[]): Decimal;
1509
+ new(bits: ReadOnlySpan_1<Int32>): Decimal;
1510
+ new(lo: int, mid: int, hi: int, isNegative: boolean, scale: byte): Decimal;
1511
1511
  readonly zero: decimal;
1512
1512
  readonly one: decimal;
1513
1513
  readonly minusOne: decimal;
@@ -1628,7 +1628,7 @@ export interface Delegate_InvocationListEnumerator_1$instance<TDelegate extends
1628
1628
 
1629
1629
 
1630
1630
  export const Delegate_InvocationListEnumerator_1: {
1631
- new<TDelegate extends Function>(): Delegate_InvocationListEnumerator_1$instance<TDelegate>;
1631
+ new<TDelegate extends Function>(): Delegate_InvocationListEnumerator_1<TDelegate>;
1632
1632
  };
1633
1633
 
1634
1634
 
@@ -1651,7 +1651,7 @@ export interface Double$instance extends IBitwiseOperators_3<Double, Double, Dou
1651
1651
 
1652
1652
 
1653
1653
  export const Double: {
1654
- new(): Double$instance;
1654
+ new(): Double;
1655
1655
  readonly minValue: double;
1656
1656
  readonly maxValue: double;
1657
1657
  readonly epsilon: double;
@@ -1821,7 +1821,7 @@ export interface Environment_ProcessCpuUsage$instance {
1821
1821
 
1822
1822
 
1823
1823
  export const Environment_ProcessCpuUsage: {
1824
- new(): Environment_ProcessCpuUsage$instance;
1824
+ new(): Environment_ProcessCpuUsage;
1825
1825
  };
1826
1826
 
1827
1827
 
@@ -1836,7 +1836,7 @@ export interface GCGenerationInfo$instance {
1836
1836
 
1837
1837
 
1838
1838
  export const GCGenerationInfo: {
1839
- new(): GCGenerationInfo$instance;
1839
+ new(): GCGenerationInfo;
1840
1840
  };
1841
1841
 
1842
1842
 
@@ -1863,7 +1863,7 @@ export interface GCMemoryInfo$instance {
1863
1863
 
1864
1864
 
1865
1865
  export const GCMemoryInfo: {
1866
- new(): GCMemoryInfo$instance;
1866
+ new(): GCMemoryInfo;
1867
1867
  };
1868
1868
 
1869
1869
 
@@ -1890,13 +1890,13 @@ export interface Guid$instance {
1890
1890
 
1891
1891
 
1892
1892
  export const Guid: {
1893
- new(b: byte[]): Guid$instance;
1894
- new(b: ReadOnlySpan_1<Byte>): Guid$instance;
1895
- new(b: ReadOnlySpan_1<Byte>, bigEndian: boolean): Guid$instance;
1896
- new(a: uint, b: ushort, c: ushort, d: byte, e: byte, f: byte, g: byte, h: byte, i: byte, j: byte, k: byte): Guid$instance;
1897
- new(a: int, b: short, c: short, d: byte[]): Guid$instance;
1898
- new(a: int, b: short, c: short, d: byte, e: byte, f: byte, g: byte, h: byte, i: byte, j: byte, k: byte): Guid$instance;
1899
- new(g: string): Guid$instance;
1893
+ new(b: byte[]): Guid;
1894
+ new(b: ReadOnlySpan_1<Byte>): Guid;
1895
+ new(b: ReadOnlySpan_1<Byte>, bigEndian: boolean): Guid;
1896
+ new(a: uint, b: ushort, c: ushort, d: byte, e: byte, f: byte, g: byte, h: byte, i: byte, j: byte, k: byte): Guid;
1897
+ new(a: int, b: short, c: short, d: byte[]): Guid;
1898
+ new(a: int, b: short, c: short, d: byte, e: byte, f: byte, g: byte, h: byte, i: byte, j: byte, k: byte): Guid;
1899
+ new(g: string): Guid;
1900
1900
  readonly empty: Guid;
1901
1901
  readonly allBitsSet: Guid;
1902
1902
  createVersion7(): Guid;
@@ -1959,7 +1959,7 @@ export interface Half$instance extends IBitwiseOperators_3<Half, Half, Half>, IC
1959
1959
 
1960
1960
 
1961
1961
  export const Half: {
1962
- new(): Half$instance;
1962
+ new(): Half;
1963
1963
  readonly epsilon: half;
1964
1964
  readonly positiveInfinity: half;
1965
1965
  readonly negativeInfinity: half;
@@ -2135,7 +2135,7 @@ export interface HashCode$instance {
2135
2135
 
2136
2136
 
2137
2137
  export const HashCode: {
2138
- new(): HashCode$instance;
2138
+ new(): HashCode;
2139
2139
  combine<T1, T2, T3, T4, T5, T6, T7, T8>(value1: T1, value2: T2, value3: T3, value4: T4, value5: T5, value6: T6, value7: T7, value8: T8): int;
2140
2140
  combine<T1, T2, T3, T4, T5, T6, T7>(value1: T1, value2: T2, value3: T3, value4: T4, value5: T5, value6: T6, value7: T7): int;
2141
2141
  combine<T1, T2, T3, T4, T5, T6>(value1: T1, value2: T2, value3: T3, value4: T4, value5: T5, value6: T6): int;
@@ -2161,7 +2161,7 @@ export interface Index$instance {
2161
2161
 
2162
2162
 
2163
2163
  export const Index: {
2164
- new(value: int, fromEnd: boolean): Index$instance;
2164
+ new(value: int, fromEnd: boolean): Index;
2165
2165
  readonly start: Index;
2166
2166
  readonly end: Index;
2167
2167
  fromEnd(value: int): Index;
@@ -2195,7 +2195,7 @@ export interface Int128$instance extends IBitwiseOperators_3<Int128, Int128, Int
2195
2195
 
2196
2196
 
2197
2197
  export const Int128: {
2198
- new(upper: ulong, lower: ulong): Int128$instance;
2198
+ new(upper: ulong, lower: ulong): Int128;
2199
2199
  readonly minValue: int128;
2200
2200
  readonly maxValue: int128;
2201
2201
  readonly one: int128;
@@ -2295,7 +2295,7 @@ export interface Int16$instance extends IBitwiseOperators_3<Int16, Int16, Int16>
2295
2295
 
2296
2296
 
2297
2297
  export const Int16: {
2298
- new(): Int16$instance;
2298
+ new(): Int16;
2299
2299
  readonly maxValue: short;
2300
2300
  readonly minValue: short;
2301
2301
  abs(value: short): short;
@@ -2393,7 +2393,7 @@ export interface Int32$instance extends IBitwiseOperators_3<Int32, Int32, Int32>
2393
2393
 
2394
2394
 
2395
2395
  export const Int32: {
2396
- new(): Int32$instance;
2396
+ new(): Int32;
2397
2397
  readonly maxValue: int;
2398
2398
  readonly minValue: int;
2399
2399
  abs(value: int): int;
@@ -2492,7 +2492,7 @@ export interface Int64$instance extends IBitwiseOperators_3<Int64, Int64, Int64>
2492
2492
 
2493
2493
 
2494
2494
  export const Int64: {
2495
- new(): Int64$instance;
2495
+ new(): Int64;
2496
2496
  readonly maxValue: long;
2497
2497
  readonly minValue: long;
2498
2498
  abs(value: long): long;
@@ -2593,9 +2593,9 @@ export interface IntPtr$instance extends IBitwiseOperators_3<IntPtr, IntPtr, Int
2593
2593
 
2594
2594
 
2595
2595
  export const IntPtr: {
2596
- new(value: int): IntPtr$instance;
2597
- new(value: long): IntPtr$instance;
2598
- new(value: ptr<void>): IntPtr$instance;
2596
+ new(value: int): IntPtr;
2597
+ new(value: long): IntPtr;
2598
+ new(value: ptr<void>): IntPtr;
2599
2599
  readonly zero: nint;
2600
2600
  readonly size: int;
2601
2601
  readonly maxValue: nint;
@@ -2699,8 +2699,8 @@ export interface Memory_1$instance<T> {
2699
2699
 
2700
2700
 
2701
2701
  export const Memory_1: {
2702
- new<T>(array: T[]): Memory_1$instance<T>;
2703
- new<T>(array: T[], start: int, length: int): Memory_1$instance<T>;
2702
+ new<T>(array: T[]): Memory_1<T>;
2703
+ new<T>(array: T[], start: int, length: int): Memory_1<T>;
2704
2704
  readonly empty: unknown;
2705
2705
  };
2706
2706
 
@@ -2725,7 +2725,7 @@ export interface MemoryExtensions_SpanSplitEnumerator_1$instance<T extends (IEqu
2725
2725
 
2726
2726
 
2727
2727
  export const MemoryExtensions_SpanSplitEnumerator_1: {
2728
- new<T extends (IEquatable_1<T> | number | string | boolean)>(): MemoryExtensions_SpanSplitEnumerator_1$instance<T>;
2728
+ new<T extends (IEquatable_1<T> | number | string | boolean)>(): MemoryExtensions_SpanSplitEnumerator_1<T>;
2729
2729
  };
2730
2730
 
2731
2731
 
@@ -2753,8 +2753,8 @@ export interface MemoryExtensions_TryWriteInterpolatedStringHandler$instance {
2753
2753
 
2754
2754
 
2755
2755
  export const MemoryExtensions_TryWriteInterpolatedStringHandler: {
2756
- new(literalLength: int, formattedCount: int, destination: Span_1<Char>, shouldAppend: boolean): MemoryExtensions_TryWriteInterpolatedStringHandler$instance;
2757
- new(literalLength: int, formattedCount: int, destination: Span_1<Char>, provider: IFormatProvider, shouldAppend: boolean): MemoryExtensions_TryWriteInterpolatedStringHandler$instance;
2756
+ new(literalLength: int, formattedCount: int, destination: Span_1<Char>, shouldAppend: boolean): MemoryExtensions_TryWriteInterpolatedStringHandler;
2757
+ new(literalLength: int, formattedCount: int, destination: Span_1<Char>, provider: IFormatProvider, shouldAppend: boolean): MemoryExtensions_TryWriteInterpolatedStringHandler;
2758
2758
  };
2759
2759
 
2760
2760
 
@@ -2778,7 +2778,7 @@ export interface ModuleHandle$instance {
2778
2778
 
2779
2779
 
2780
2780
  export const ModuleHandle: {
2781
- new(): ModuleHandle$instance;
2781
+ new(): ModuleHandle;
2782
2782
  readonly emptyHandle: ModuleHandle;
2783
2783
  };
2784
2784
 
@@ -2805,7 +2805,7 @@ export interface Nullable_1$instance<T extends unknown> {
2805
2805
 
2806
2806
 
2807
2807
  export const Nullable_1: {
2808
- new<T extends unknown>(value: T): Nullable_1$instance<T>;
2808
+ new<T extends unknown>(value: T): Nullable_1<T>;
2809
2809
  };
2810
2810
 
2811
2811
 
@@ -2823,7 +2823,7 @@ export interface Range$instance {
2823
2823
 
2824
2824
 
2825
2825
  export const Range: {
2826
- new(start: Index, end: Index): Range$instance;
2826
+ new(start: Index, end: Index): Range;
2827
2827
  readonly all: Range;
2828
2828
  endAt(end: Index): Range;
2829
2829
  startAt(start: Index): Range;
@@ -2858,8 +2858,8 @@ export interface ReadOnlyMemory_1$instance<T> {
2858
2858
 
2859
2859
 
2860
2860
  export const ReadOnlyMemory_1: {
2861
- new<T>(array: T[]): ReadOnlyMemory_1$instance<T>;
2862
- new<T>(array: T[], start: int, length: int): ReadOnlyMemory_1$instance<T>;
2861
+ new<T>(array: T[]): ReadOnlyMemory_1<T>;
2862
+ new<T>(array: T[], start: int, length: int): ReadOnlyMemory_1<T>;
2863
2863
  readonly empty: unknown;
2864
2864
  };
2865
2865
 
@@ -2892,10 +2892,10 @@ export interface ReadOnlySpan_1$instance<T> {
2892
2892
 
2893
2893
 
2894
2894
  export const ReadOnlySpan_1: {
2895
- new<T>(array: T[]): ReadOnlySpan_1$instance<T>;
2896
- new<T>(array: T[], start: int, length: int): ReadOnlySpan_1$instance<T>;
2897
- new<T>(pointer: ptr<void>, length: int): ReadOnlySpan_1$instance<T>;
2898
- new<T>(reference: T): ReadOnlySpan_1$instance<T>;
2895
+ new<T>(array: T[]): ReadOnlySpan_1<T>;
2896
+ new<T>(array: T[], start: int, length: int): ReadOnlySpan_1<T>;
2897
+ new<T>(pointer: ptr<void>, length: int): ReadOnlySpan_1<T>;
2898
+ new<T>(reference: T): ReadOnlySpan_1<T>;
2899
2899
  readonly empty: unknown;
2900
2900
  castUp<T, TDerived extends T>(items: ReadOnlySpan_1<TDerived>): ReadOnlySpan_1<T>;
2901
2901
  };
@@ -2911,7 +2911,7 @@ export interface ReadOnlySpan_1_Enumerator$instance<T> {
2911
2911
 
2912
2912
 
2913
2913
  export const ReadOnlySpan_1_Enumerator: {
2914
- new<T>(): ReadOnlySpan_1_Enumerator$instance<T>;
2914
+ new<T>(): ReadOnlySpan_1_Enumerator<T>;
2915
2915
  };
2916
2916
 
2917
2917
 
@@ -2929,7 +2929,7 @@ export interface RuntimeArgumentHandle$instance {
2929
2929
 
2930
2930
 
2931
2931
  export const RuntimeArgumentHandle: {
2932
- new(): RuntimeArgumentHandle$instance;
2932
+ new(): RuntimeArgumentHandle;
2933
2933
  };
2934
2934
 
2935
2935
 
@@ -2945,7 +2945,7 @@ export interface RuntimeFieldHandle$instance {
2945
2945
 
2946
2946
 
2947
2947
  export const RuntimeFieldHandle: {
2948
- new(): RuntimeFieldHandle$instance;
2948
+ new(): RuntimeFieldHandle;
2949
2949
  fromIntPtr(value: nint): RuntimeFieldHandle;
2950
2950
  toIntPtr(value: RuntimeFieldHandle): nint;
2951
2951
  };
@@ -2975,7 +2975,7 @@ export interface RuntimeMethodHandle$instance {
2975
2975
 
2976
2976
 
2977
2977
  export const RuntimeMethodHandle: {
2978
- new(): RuntimeMethodHandle$instance;
2978
+ new(): RuntimeMethodHandle;
2979
2979
  fromIntPtr(value: nint): RuntimeMethodHandle;
2980
2980
  toIntPtr(value: RuntimeMethodHandle): nint;
2981
2981
  };
@@ -3005,7 +3005,7 @@ export interface RuntimeTypeHandle$instance {
3005
3005
 
3006
3006
 
3007
3007
  export const RuntimeTypeHandle: {
3008
- new(): RuntimeTypeHandle$instance;
3008
+ new(): RuntimeTypeHandle;
3009
3009
  fromIntPtr(value: nint): RuntimeTypeHandle;
3010
3010
  toIntPtr(value: RuntimeTypeHandle): nint;
3011
3011
  };
@@ -3041,7 +3041,7 @@ export interface SByte$instance extends IBitwiseOperators_3<SByte, SByte, SByte>
3041
3041
 
3042
3042
 
3043
3043
  export const SByte: {
3044
- new(): SByte$instance;
3044
+ new(): SByte;
3045
3045
  readonly maxValue: sbyte;
3046
3046
  readonly minValue: sbyte;
3047
3047
  abs(value: sbyte): sbyte;
@@ -3132,7 +3132,7 @@ export interface SequencePosition$instance {
3132
3132
 
3133
3133
 
3134
3134
  export const SequencePosition: {
3135
- new(object_: unknown, integer: int): SequencePosition$instance;
3135
+ new(object_: unknown, integer: int): SequencePosition;
3136
3136
  };
3137
3137
 
3138
3138
 
@@ -3163,7 +3163,7 @@ export interface Single$instance extends IBitwiseOperators_3<Single, Single, Sin
3163
3163
 
3164
3164
 
3165
3165
  export const Single: {
3166
- new(): Single$instance;
3166
+ new(): Single;
3167
3167
  readonly minValue: float;
3168
3168
  readonly maxValue: float;
3169
3169
  readonly epsilon: float;
@@ -3345,10 +3345,10 @@ export interface Span_1$instance<T> {
3345
3345
 
3346
3346
 
3347
3347
  export const Span_1: {
3348
- new<T>(array: T[]): Span_1$instance<T>;
3349
- new<T>(array: T[], start: int, length: int): Span_1$instance<T>;
3350
- new<T>(pointer: ptr<void>, length: int): Span_1$instance<T>;
3351
- new<T>(reference: T): Span_1$instance<T>;
3348
+ new<T>(array: T[]): Span_1<T>;
3349
+ new<T>(array: T[], start: int, length: int): Span_1<T>;
3350
+ new<T>(pointer: ptr<void>, length: int): Span_1<T>;
3351
+ new<T>(reference: T): Span_1<T>;
3352
3352
  readonly empty: unknown;
3353
3353
  };
3354
3354
 
@@ -3363,7 +3363,7 @@ export interface Span_1_Enumerator$instance<T> {
3363
3363
 
3364
3364
 
3365
3365
  export const Span_1_Enumerator: {
3366
- new<T>(): Span_1_Enumerator$instance<T>;
3366
+ new<T>(): Span_1_Enumerator<T>;
3367
3367
  };
3368
3368
 
3369
3369
 
@@ -3413,11 +3413,11 @@ export interface TimeOnly$instance {
3413
3413
 
3414
3414
 
3415
3415
  export const TimeOnly: {
3416
- new(hour: int, minute: int): TimeOnly$instance;
3417
- new(hour: int, minute: int, second: int): TimeOnly$instance;
3418
- new(hour: int, minute: int, second: int, millisecond: int): TimeOnly$instance;
3419
- new(hour: int, minute: int, second: int, millisecond: int, microsecond: int): TimeOnly$instance;
3420
- new(ticks: long): TimeOnly$instance;
3416
+ new(hour: int, minute: int): TimeOnly;
3417
+ new(hour: int, minute: int, second: int): TimeOnly;
3418
+ new(hour: int, minute: int, second: int, millisecond: int): TimeOnly;
3419
+ new(hour: int, minute: int, second: int, millisecond: int, microsecond: int): TimeOnly;
3420
+ new(ticks: long): TimeOnly;
3421
3421
  readonly minValue: TimeOnly;
3422
3422
  readonly maxValue: TimeOnly;
3423
3423
  fromDateTime(dateTime: DateTime): TimeOnly;
@@ -3509,11 +3509,11 @@ export interface TimeSpan$instance {
3509
3509
 
3510
3510
 
3511
3511
  export const TimeSpan: {
3512
- new(ticks: long): TimeSpan$instance;
3513
- new(hours: int, minutes: int, seconds: int): TimeSpan$instance;
3514
- new(days: int, hours: int, minutes: int, seconds: int): TimeSpan$instance;
3515
- new(days: int, hours: int, minutes: int, seconds: int, milliseconds: int): TimeSpan$instance;
3516
- new(days: int, hours: int, minutes: int, seconds: int, milliseconds: int, microseconds: int): TimeSpan$instance;
3512
+ new(ticks: long): TimeSpan;
3513
+ new(hours: int, minutes: int, seconds: int): TimeSpan;
3514
+ new(days: int, hours: int, minutes: int, seconds: int): TimeSpan;
3515
+ new(days: int, hours: int, minutes: int, seconds: int, milliseconds: int): TimeSpan;
3516
+ new(days: int, hours: int, minutes: int, seconds: int, milliseconds: int, microseconds: int): TimeSpan;
3517
3517
  readonly zero: TimeSpan;
3518
3518
  readonly maxValue: TimeSpan;
3519
3519
  readonly minValue: TimeSpan;
@@ -3618,7 +3618,7 @@ export interface TimeZoneInfo_TransitionTime$instance {
3618
3618
 
3619
3619
 
3620
3620
  export const TimeZoneInfo_TransitionTime: {
3621
- new(): TimeZoneInfo_TransitionTime$instance;
3621
+ new(): TimeZoneInfo_TransitionTime;
3622
3622
  createFixedDateRule(timeOfDay: DateTime, month: int, day: int): TimeZoneInfo_TransitionTime;
3623
3623
  createFloatingDateRule(timeOfDay: DateTime, month: int, week: int, dayOfWeek: DayOfWeek): TimeZoneInfo_TransitionTime;
3624
3624
  };
@@ -3645,7 +3645,7 @@ export interface TypedReference$instance {
3645
3645
 
3646
3646
 
3647
3647
  export const TypedReference: {
3648
- new(): TypedReference$instance;
3648
+ new(): TypedReference;
3649
3649
  getTargetType(value: TypedReference): Type;
3650
3650
  makeTypedReference(target: unknown, flds: FieldInfo[]): TypedReference;
3651
3651
  setTypedReference(target: TypedReference, value: unknown): void;
@@ -3672,7 +3672,7 @@ export interface UInt128$instance extends IBitwiseOperators_3<UInt128, UInt128,
3672
3672
 
3673
3673
 
3674
3674
  export const UInt128: {
3675
- new(upper: ulong, lower: ulong): UInt128$instance;
3675
+ new(upper: ulong, lower: ulong): UInt128;
3676
3676
  readonly minValue: uint128;
3677
3677
  readonly maxValue: uint128;
3678
3678
  readonly one: uint128;
@@ -3765,7 +3765,7 @@ export interface UInt16$instance extends IBitwiseOperators_3<UInt16, UInt16, UIn
3765
3765
 
3766
3766
 
3767
3767
  export const UInt16: {
3768
- new(): UInt16$instance;
3768
+ new(): UInt16;
3769
3769
  readonly maxValue: ushort;
3770
3770
  readonly minValue: ushort;
3771
3771
  clamp(value: ushort, min: ushort, max: ushort): ushort;
@@ -3857,7 +3857,7 @@ export interface UInt32$instance extends IBitwiseOperators_3<UInt32, UInt32, UIn
3857
3857
 
3858
3858
 
3859
3859
  export const UInt32: {
3860
- new(): UInt32$instance;
3860
+ new(): UInt32;
3861
3861
  readonly maxValue: uint;
3862
3862
  readonly minValue: uint;
3863
3863
  bigMul(left: uint, right: uint): ulong;
@@ -3950,7 +3950,7 @@ export interface UInt64$instance extends IBitwiseOperators_3<UInt64, UInt64, UIn
3950
3950
 
3951
3951
 
3952
3952
  export const UInt64: {
3953
- new(): UInt64$instance;
3953
+ new(): UInt64;
3954
3954
  readonly maxValue: ulong;
3955
3955
  readonly minValue: ulong;
3956
3956
  bigMul(left: ulong, right: ulong): uint128;
@@ -4045,9 +4045,9 @@ export interface UIntPtr$instance extends IBitwiseOperators_3<UIntPtr, UIntPtr,
4045
4045
 
4046
4046
 
4047
4047
  export const UIntPtr: {
4048
- new(value: uint): UIntPtr$instance;
4049
- new(value: ulong): UIntPtr$instance;
4050
- new(value: ptr<void>): UIntPtr$instance;
4048
+ new(value: uint): UIntPtr;
4049
+ new(value: ulong): UIntPtr;
4050
+ new(value: ptr<void>): UIntPtr;
4051
4051
  readonly zero: nuint;
4052
4052
  readonly size: int;
4053
4053
  readonly maxValue: nuint;
@@ -4133,7 +4133,7 @@ export interface UriCreationOptions$instance {
4133
4133
 
4134
4134
 
4135
4135
  export const UriCreationOptions: {
4136
- new(): UriCreationOptions$instance;
4136
+ new(): UriCreationOptions;
4137
4137
  };
4138
4138
 
4139
4139
 
@@ -4149,7 +4149,7 @@ export interface ValueTuple$instance {
4149
4149
 
4150
4150
 
4151
4151
  export const ValueTuple: {
4152
- new(): ValueTuple$instance;
4152
+ new(): ValueTuple;
4153
4153
  create(): ValueTuple;
4154
4154
  create<T1, T2, T3, T4, T5, T6, T7, T8>(item1: T1, item2: T2, item3: T3, item4: T4, item5: T5, item6: T6, item7: T7, item8: T8): ValueTuple_8<T1, T2, T3, T4, T5, T6, T7, ValueTuple_1<T8>>;
4155
4155
  create<T1, T2, T3, T4, T5, T6, T7>(item1: T1, item2: T2, item3: T3, item4: T4, item5: T5, item6: T6, item7: T7): ValueTuple_7<T1, T2, T3, T4, T5, T6, T7>;
@@ -4191,7 +4191,7 @@ export interface ValueTuple_1$instance<T1> {
4191
4191
 
4192
4192
 
4193
4193
  export const ValueTuple_1: {
4194
- new<T1>(item1: T1): ValueTuple_1$instance<T1>;
4194
+ new<T1>(item1: T1): ValueTuple_1<T1>;
4195
4195
  };
4196
4196
 
4197
4197
 
@@ -4225,7 +4225,7 @@ export interface ValueTuple_2$instance<T1, T2> {
4225
4225
 
4226
4226
 
4227
4227
  export const ValueTuple_2: {
4228
- new<T1, T2>(item1: T1, item2: T2): ValueTuple_2$instance<T1, T2>;
4228
+ new<T1, T2>(item1: T1, item2: T2): ValueTuple_2<T1, T2>;
4229
4229
  };
4230
4230
 
4231
4231
 
@@ -4260,7 +4260,7 @@ export interface ValueTuple_3$instance<T1, T2, T3> {
4260
4260
 
4261
4261
 
4262
4262
  export const ValueTuple_3: {
4263
- new<T1, T2, T3>(item1: T1, item2: T2, item3: T3): ValueTuple_3$instance<T1, T2, T3>;
4263
+ new<T1, T2, T3>(item1: T1, item2: T2, item3: T3): ValueTuple_3<T1, T2, T3>;
4264
4264
  };
4265
4265
 
4266
4266
 
@@ -4296,7 +4296,7 @@ export interface ValueTuple_4$instance<T1, T2, T3, T4> {
4296
4296
 
4297
4297
 
4298
4298
  export const ValueTuple_4: {
4299
- new<T1, T2, T3, T4>(item1: T1, item2: T2, item3: T3, item4: T4): ValueTuple_4$instance<T1, T2, T3, T4>;
4299
+ new<T1, T2, T3, T4>(item1: T1, item2: T2, item3: T3, item4: T4): ValueTuple_4<T1, T2, T3, T4>;
4300
4300
  };
4301
4301
 
4302
4302
 
@@ -4333,7 +4333,7 @@ export interface ValueTuple_5$instance<T1, T2, T3, T4, T5> {
4333
4333
 
4334
4334
 
4335
4335
  export const ValueTuple_5: {
4336
- new<T1, T2, T3, T4, T5>(item1: T1, item2: T2, item3: T3, item4: T4, item5: T5): ValueTuple_5$instance<T1, T2, T3, T4, T5>;
4336
+ new<T1, T2, T3, T4, T5>(item1: T1, item2: T2, item3: T3, item4: T4, item5: T5): ValueTuple_5<T1, T2, T3, T4, T5>;
4337
4337
  };
4338
4338
 
4339
4339
 
@@ -4371,7 +4371,7 @@ export interface ValueTuple_6$instance<T1, T2, T3, T4, T5, T6> {
4371
4371
 
4372
4372
 
4373
4373
  export const ValueTuple_6: {
4374
- new<T1, T2, T3, T4, T5, T6>(item1: T1, item2: T2, item3: T3, item4: T4, item5: T5, item6: T6): ValueTuple_6$instance<T1, T2, T3, T4, T5, T6>;
4374
+ new<T1, T2, T3, T4, T5, T6>(item1: T1, item2: T2, item3: T3, item4: T4, item5: T5, item6: T6): ValueTuple_6<T1, T2, T3, T4, T5, T6>;
4375
4375
  };
4376
4376
 
4377
4377
 
@@ -4410,7 +4410,7 @@ export interface ValueTuple_7$instance<T1, T2, T3, T4, T5, T6, T7> {
4410
4410
 
4411
4411
 
4412
4412
  export const ValueTuple_7: {
4413
- new<T1, T2, T3, T4, T5, T6, T7>(item1: T1, item2: T2, item3: T3, item4: T4, item5: T5, item6: T6, item7: T7): ValueTuple_7$instance<T1, T2, T3, T4, T5, T6, T7>;
4413
+ new<T1, T2, T3, T4, T5, T6, T7>(item1: T1, item2: T2, item3: T3, item4: T4, item5: T5, item6: T6, item7: T7): ValueTuple_7<T1, T2, T3, T4, T5, T6, T7>;
4414
4414
  };
4415
4415
 
4416
4416
 
@@ -4450,7 +4450,7 @@ export interface ValueTuple_8$instance<T1, T2, T3, T4, T5, T6, T7, TRest extends
4450
4450
 
4451
4451
 
4452
4452
  export const ValueTuple_8: {
4453
- new<T1, T2, T3, T4, T5, T6, T7, TRest extends unknown>(item1: T1, item2: T2, item3: T3, item4: T4, item5: T5, item6: T6, item7: T7, rest: TRest): ValueTuple_8$instance<T1, T2, T3, T4, T5, T6, T7, TRest>;
4453
+ new<T1, T2, T3, T4, T5, T6, T7, TRest extends unknown>(item1: T1, item2: T2, item3: T3, item4: T4, item5: T5, item6: T6, item7: T7, rest: TRest): ValueTuple_8<T1, T2, T3, T4, T5, T6, T7, TRest>;
4454
4454
  };
4455
4455
 
4456
4456
 
@@ -4477,7 +4477,7 @@ export interface Void$instance {
4477
4477
 
4478
4478
 
4479
4479
  export const Void: {
4480
- new(): Void$instance;
4480
+ new(): Void;
4481
4481
  };
4482
4482
 
4483
4483
 
@@ -4489,9 +4489,9 @@ export interface AccessViolationException$instance extends SystemException$insta
4489
4489
 
4490
4490
 
4491
4491
  export const AccessViolationException: {
4492
- new(): AccessViolationException$instance;
4493
- new(message: string): AccessViolationException$instance;
4494
- new(message: string, innerException: Exception): AccessViolationException$instance;
4492
+ new(): AccessViolationException;
4493
+ new(message: string): AccessViolationException;
4494
+ new(message: string, innerException: Exception): AccessViolationException;
4495
4495
  };
4496
4496
 
4497
4497
 
@@ -4514,13 +4514,13 @@ export interface AggregateException$instance extends Exception$instance {
4514
4514
 
4515
4515
 
4516
4516
  export const AggregateException: {
4517
- new(): AggregateException$instance;
4518
- new(message: string): AggregateException$instance;
4519
- new(message: string, innerException: Exception): AggregateException$instance;
4520
- new(innerExceptions: IEnumerable_1<Exception>): AggregateException$instance;
4521
- new(innerExceptions: Exception[]): AggregateException$instance;
4522
- new(message: string, innerExceptions: IEnumerable_1<Exception>): AggregateException$instance;
4523
- new(message: string, innerExceptions: Exception[]): AggregateException$instance;
4517
+ new(): AggregateException;
4518
+ new(message: string): AggregateException;
4519
+ new(message: string, innerException: Exception): AggregateException;
4520
+ new(innerExceptions: IEnumerable_1<Exception>): AggregateException;
4521
+ new(innerExceptions: Exception[]): AggregateException;
4522
+ new(message: string, innerExceptions: IEnumerable_1<Exception>): AggregateException;
4523
+ new(message: string, innerExceptions: Exception[]): AggregateException;
4524
4524
  };
4525
4525
 
4526
4526
 
@@ -4589,7 +4589,7 @@ export interface AppDomain$instance extends MarshalByRefObject {
4589
4589
 
4590
4590
 
4591
4591
  export const AppDomain: {
4592
- new(): AppDomain$instance;
4592
+ new(): AppDomain;
4593
4593
  readonly currentDomain: AppDomain;
4594
4594
  monitoringIsEnabled: boolean;
4595
4595
  readonly monitoringSurvivedProcessMemorySize: long;
@@ -4608,7 +4608,7 @@ export interface AppDomainSetup$instance {
4608
4608
 
4609
4609
 
4610
4610
  export const AppDomainSetup: {
4611
- new(): AppDomainSetup$instance;
4611
+ new(): AppDomainSetup;
4612
4612
  };
4613
4613
 
4614
4614
 
@@ -4620,9 +4620,9 @@ export interface AppDomainUnloadedException$instance extends SystemException$ins
4620
4620
 
4621
4621
 
4622
4622
  export const AppDomainUnloadedException: {
4623
- new(): AppDomainUnloadedException$instance;
4624
- new(message: string): AppDomainUnloadedException$instance;
4625
- new(message: string, innerException: Exception): AppDomainUnloadedException$instance;
4623
+ new(): AppDomainUnloadedException;
4624
+ new(message: string): AppDomainUnloadedException;
4625
+ new(message: string, innerException: Exception): AppDomainUnloadedException;
4626
4626
  };
4627
4627
 
4628
4628
 
@@ -4639,9 +4639,9 @@ export interface ApplicationException$instance extends Exception$instance {
4639
4639
 
4640
4640
 
4641
4641
  export const ApplicationException: {
4642
- new(): ApplicationException$instance;
4643
- new(message: string): ApplicationException$instance;
4644
- new(message: string, innerException: Exception): ApplicationException$instance;
4642
+ new(): ApplicationException;
4643
+ new(message: string): ApplicationException;
4644
+ new(message: string, innerException: Exception): ApplicationException;
4645
4645
  };
4646
4646
 
4647
4647
 
@@ -4666,7 +4666,7 @@ export interface ApplicationId$instance {
4666
4666
 
4667
4667
 
4668
4668
  export const ApplicationId: {
4669
- new(publicKeyToken: byte[], name: string, version: Version, processorArchitecture: string, culture: string): ApplicationId$instance;
4669
+ new(publicKeyToken: byte[], name: string, version: Version, processorArchitecture: string, culture: string): ApplicationId;
4670
4670
  };
4671
4671
 
4672
4672
 
@@ -4680,11 +4680,11 @@ export interface ArgumentException$instance extends SystemException$instance {
4680
4680
 
4681
4681
 
4682
4682
  export const ArgumentException: {
4683
- new(): ArgumentException$instance;
4684
- new(message: string): ArgumentException$instance;
4685
- new(message: string, innerException: Exception): ArgumentException$instance;
4686
- new(message: string, paramName: string, innerException: Exception): ArgumentException$instance;
4687
- new(message: string, paramName: string): ArgumentException$instance;
4683
+ new(): ArgumentException;
4684
+ new(message: string): ArgumentException;
4685
+ new(message: string, innerException: Exception): ArgumentException;
4686
+ new(message: string, paramName: string, innerException: Exception): ArgumentException;
4687
+ new(message: string, paramName: string): ArgumentException;
4688
4688
  throwIfNullOrEmpty(argument: string, paramName?: string): void;
4689
4689
  throwIfNullOrWhiteSpace(argument: string, paramName?: string): void;
4690
4690
  };
@@ -4703,10 +4703,10 @@ export interface ArgumentNullException$instance extends ArgumentException$instan
4703
4703
 
4704
4704
 
4705
4705
  export const ArgumentNullException: {
4706
- new(): ArgumentNullException$instance;
4707
- new(paramName: string): ArgumentNullException$instance;
4708
- new(message: string, innerException: Exception): ArgumentNullException$instance;
4709
- new(paramName: string, message: string): ArgumentNullException$instance;
4706
+ new(): ArgumentNullException;
4707
+ new(paramName: string): ArgumentNullException;
4708
+ new(message: string, innerException: Exception): ArgumentNullException;
4709
+ new(paramName: string, message: string): ArgumentNullException;
4710
4710
  throwIfNull(argument: unknown, paramName?: string): void;
4711
4711
  throwIfNull(argument: ptr<void>, paramName?: string): void;
4712
4712
  };
@@ -4727,11 +4727,11 @@ export interface ArgumentOutOfRangeException$instance extends ArgumentException$
4727
4727
 
4728
4728
 
4729
4729
  export const ArgumentOutOfRangeException: {
4730
- new(): ArgumentOutOfRangeException$instance;
4731
- new(paramName: string): ArgumentOutOfRangeException$instance;
4732
- new(paramName: string, message: string): ArgumentOutOfRangeException$instance;
4733
- new(message: string, innerException: Exception): ArgumentOutOfRangeException$instance;
4734
- new(paramName: string, actualValue: unknown, message: string): ArgumentOutOfRangeException$instance;
4730
+ new(): ArgumentOutOfRangeException;
4731
+ new(paramName: string): ArgumentOutOfRangeException;
4732
+ new(paramName: string, message: string): ArgumentOutOfRangeException;
4733
+ new(message: string, innerException: Exception): ArgumentOutOfRangeException;
4734
+ new(paramName: string, actualValue: unknown, message: string): ArgumentOutOfRangeException;
4735
4735
  throwIfEqual<T>(value: T, other: T, paramName?: string): void;
4736
4736
  throwIfGreaterThan<T extends IComparable_1<T>>(value: T, other: T, paramName?: string): void;
4737
4737
  throwIfGreaterThanOrEqual<T extends IComparable_1<T>>(value: T, other: T, paramName?: string): void;
@@ -4757,9 +4757,9 @@ export interface ArithmeticException$instance extends SystemException$instance {
4757
4757
 
4758
4758
 
4759
4759
  export const ArithmeticException: {
4760
- new(): ArithmeticException$instance;
4761
- new(message: string): ArithmeticException$instance;
4762
- new(message: string, innerException: Exception): ArithmeticException$instance;
4760
+ new(): ArithmeticException;
4761
+ new(message: string): ArithmeticException;
4762
+ new(message: string, innerException: Exception): ArithmeticException;
4763
4763
  };
4764
4764
 
4765
4765
 
@@ -4906,9 +4906,9 @@ export interface ArrayTypeMismatchException$instance extends SystemException$ins
4906
4906
 
4907
4907
 
4908
4908
  export const ArrayTypeMismatchException: {
4909
- new(): ArrayTypeMismatchException$instance;
4910
- new(message: string): ArrayTypeMismatchException$instance;
4911
- new(message: string, innerException: Exception): ArrayTypeMismatchException$instance;
4909
+ new(): ArrayTypeMismatchException;
4910
+ new(message: string): ArrayTypeMismatchException;
4911
+ new(message: string, innerException: Exception): ArrayTypeMismatchException;
4912
4912
  };
4913
4913
 
4914
4914
 
@@ -4925,7 +4925,7 @@ export interface AssemblyLoadEventArgs$instance extends EventArgs {
4925
4925
 
4926
4926
 
4927
4927
  export const AssemblyLoadEventArgs: {
4928
- new(loadedAssembly: Assembly): AssemblyLoadEventArgs$instance;
4928
+ new(loadedAssembly: Assembly): AssemblyLoadEventArgs;
4929
4929
  };
4930
4930
 
4931
4931
 
@@ -4986,7 +4986,7 @@ export interface AttributeUsageAttribute$instance extends Attribute {
4986
4986
 
4987
4987
 
4988
4988
  export const AttributeUsageAttribute: {
4989
- new(validOn: AttributeTargets): AttributeUsageAttribute$instance;
4989
+ new(validOn: AttributeTargets): AttributeUsageAttribute;
4990
4990
  };
4991
4991
 
4992
4992
 
@@ -5002,11 +5002,11 @@ export interface BadImageFormatException$instance extends SystemException$instan
5002
5002
 
5003
5003
 
5004
5004
  export const BadImageFormatException: {
5005
- new(): BadImageFormatException$instance;
5006
- new(message: string): BadImageFormatException$instance;
5007
- new(message: string, inner: Exception): BadImageFormatException$instance;
5008
- new(message: string, fileName: string): BadImageFormatException$instance;
5009
- new(message: string, fileName: string, inner: Exception): BadImageFormatException$instance;
5005
+ new(): BadImageFormatException;
5006
+ new(message: string): BadImageFormatException;
5007
+ new(message: string, inner: Exception): BadImageFormatException;
5008
+ new(message: string, fileName: string): BadImageFormatException;
5009
+ new(message: string, fileName: string, inner: Exception): BadImageFormatException;
5010
5010
  };
5011
5011
 
5012
5012
 
@@ -5023,9 +5023,9 @@ export interface CannotUnloadAppDomainException$instance extends SystemException
5023
5023
 
5024
5024
 
5025
5025
  export const CannotUnloadAppDomainException: {
5026
- new(): CannotUnloadAppDomainException$instance;
5027
- new(message: string): CannotUnloadAppDomainException$instance;
5028
- new(message: string, innerException: Exception): CannotUnloadAppDomainException$instance;
5026
+ new(): CannotUnloadAppDomainException;
5027
+ new(message: string): CannotUnloadAppDomainException;
5028
+ new(message: string, innerException: Exception): CannotUnloadAppDomainException;
5029
5029
  };
5030
5030
 
5031
5031
 
@@ -5046,7 +5046,7 @@ export interface CharEnumerator$instance extends IDisposable {
5046
5046
 
5047
5047
 
5048
5048
  export const CharEnumerator: {
5049
- new(): CharEnumerator$instance;
5049
+ new(): CharEnumerator;
5050
5050
  };
5051
5051
 
5052
5052
 
@@ -5067,7 +5067,7 @@ export interface CLSCompliantAttribute$instance extends Attribute {
5067
5067
 
5068
5068
 
5069
5069
  export const CLSCompliantAttribute: {
5070
- new(isCompliant: boolean): CLSCompliantAttribute$instance;
5070
+ new(isCompliant: boolean): CLSCompliantAttribute;
5071
5071
  };
5072
5072
 
5073
5073
 
@@ -5080,7 +5080,7 @@ export interface ConsoleCancelEventArgs$instance extends EventArgs {
5080
5080
 
5081
5081
 
5082
5082
  export const ConsoleCancelEventArgs: {
5083
- new(): ConsoleCancelEventArgs$instance;
5083
+ new(): ConsoleCancelEventArgs;
5084
5084
  };
5085
5085
 
5086
5086
 
@@ -5102,9 +5102,9 @@ export interface ContextMarshalException$instance extends SystemException$instan
5102
5102
 
5103
5103
 
5104
5104
  export const ContextMarshalException: {
5105
- new(): ContextMarshalException$instance;
5106
- new(message: string): ContextMarshalException$instance;
5107
- new(message: string, inner: Exception): ContextMarshalException$instance;
5105
+ new(): ContextMarshalException;
5106
+ new(message: string): ContextMarshalException;
5107
+ new(message: string, inner: Exception): ContextMarshalException;
5108
5108
  };
5109
5109
 
5110
5110
 
@@ -5120,7 +5120,7 @@ export interface ContextStaticAttribute$instance extends Attribute {
5120
5120
 
5121
5121
 
5122
5122
  export const ContextStaticAttribute: {
5123
- new(): ContextStaticAttribute$instance;
5123
+ new(): ContextStaticAttribute;
5124
5124
  };
5125
5125
 
5126
5126
 
@@ -5141,7 +5141,7 @@ export interface CultureAwareComparer$instance extends StringComparer$instance {
5141
5141
 
5142
5142
 
5143
5143
  export const CultureAwareComparer: {
5144
- new(): CultureAwareComparer$instance;
5144
+ new(): CultureAwareComparer;
5145
5145
  };
5146
5146
 
5147
5147
 
@@ -5165,9 +5165,9 @@ export interface DataMisalignedException$instance extends SystemException$instan
5165
5165
 
5166
5166
 
5167
5167
  export const DataMisalignedException: {
5168
- new(): DataMisalignedException$instance;
5169
- new(message: string): DataMisalignedException$instance;
5170
- new(message: string, innerException: Exception): DataMisalignedException$instance;
5168
+ new(): DataMisalignedException;
5169
+ new(message: string): DataMisalignedException;
5170
+ new(message: string, innerException: Exception): DataMisalignedException;
5171
5171
  };
5172
5172
 
5173
5173
 
@@ -5187,7 +5187,7 @@ export interface DBNull$instance {
5187
5187
 
5188
5188
 
5189
5189
  export const DBNull: {
5190
- new(): DBNull$instance;
5190
+ new(): DBNull;
5191
5191
  readonly value: DBNull;
5192
5192
  };
5193
5193
 
@@ -5251,9 +5251,9 @@ export interface DivideByZeroException$instance extends ArithmeticException$inst
5251
5251
 
5252
5252
 
5253
5253
  export const DivideByZeroException: {
5254
- new(): DivideByZeroException$instance;
5255
- new(message: string): DivideByZeroException$instance;
5256
- new(message: string, innerException: Exception): DivideByZeroException$instance;
5254
+ new(): DivideByZeroException;
5255
+ new(message: string): DivideByZeroException;
5256
+ new(message: string, innerException: Exception): DivideByZeroException;
5257
5257
  };
5258
5258
 
5259
5259
 
@@ -5270,9 +5270,9 @@ export interface DllNotFoundException$instance extends TypeLoadException$instanc
5270
5270
 
5271
5271
 
5272
5272
  export const DllNotFoundException: {
5273
- new(): DllNotFoundException$instance;
5274
- new(message: string): DllNotFoundException$instance;
5275
- new(message: string, inner: Exception): DllNotFoundException$instance;
5273
+ new(): DllNotFoundException;
5274
+ new(message: string): DllNotFoundException;
5275
+ new(message: string, inner: Exception): DllNotFoundException;
5276
5276
  };
5277
5277
 
5278
5278
 
@@ -5289,10 +5289,10 @@ export interface DuplicateWaitObjectException$instance extends ArgumentException
5289
5289
 
5290
5290
 
5291
5291
  export const DuplicateWaitObjectException: {
5292
- new(): DuplicateWaitObjectException$instance;
5293
- new(parameterName: string): DuplicateWaitObjectException$instance;
5294
- new(parameterName: string, message: string): DuplicateWaitObjectException$instance;
5295
- new(message: string, innerException: Exception): DuplicateWaitObjectException$instance;
5292
+ new(): DuplicateWaitObjectException;
5293
+ new(parameterName: string): DuplicateWaitObjectException;
5294
+ new(parameterName: string, message: string): DuplicateWaitObjectException;
5295
+ new(message: string, innerException: Exception): DuplicateWaitObjectException;
5296
5296
  };
5297
5297
 
5298
5298
 
@@ -5309,9 +5309,9 @@ export interface EntryPointNotFoundException$instance extends TypeLoadException$
5309
5309
 
5310
5310
 
5311
5311
  export const EntryPointNotFoundException: {
5312
- new(): EntryPointNotFoundException$instance;
5313
- new(message: string): EntryPointNotFoundException$instance;
5314
- new(message: string, inner: Exception): EntryPointNotFoundException$instance;
5312
+ new(): EntryPointNotFoundException;
5313
+ new(message: string): EntryPointNotFoundException;
5314
+ new(message: string, inner: Exception): EntryPointNotFoundException;
5315
5315
  };
5316
5316
 
5317
5317
 
@@ -5397,7 +5397,7 @@ export interface EventArgs$instance {
5397
5397
 
5398
5398
 
5399
5399
  export const EventArgs: {
5400
- new(): EventArgs$instance;
5400
+ new(): EventArgs;
5401
5401
  readonly empty: EventArgs;
5402
5402
  };
5403
5403
 
@@ -5421,9 +5421,9 @@ export interface Exception$instance {
5421
5421
 
5422
5422
 
5423
5423
  export const Exception: {
5424
- new(): Exception$instance;
5425
- new(message: string): Exception$instance;
5426
- new(message: string, innerException: Exception): Exception$instance;
5424
+ new(): Exception;
5425
+ new(message: string): Exception;
5426
+ new(message: string, innerException: Exception): Exception;
5427
5427
  };
5428
5428
 
5429
5429
 
@@ -5442,9 +5442,9 @@ export interface ExecutionEngineException$instance extends SystemException$insta
5442
5442
 
5443
5443
 
5444
5444
  export const ExecutionEngineException: {
5445
- new(): ExecutionEngineException$instance;
5446
- new(message: string): ExecutionEngineException$instance;
5447
- new(message: string, innerException: Exception): ExecutionEngineException$instance;
5445
+ new(): ExecutionEngineException;
5446
+ new(message: string): ExecutionEngineException;
5447
+ new(message: string, innerException: Exception): ExecutionEngineException;
5448
5448
  };
5449
5449
 
5450
5450
 
@@ -5461,9 +5461,9 @@ export interface FieldAccessException$instance extends MemberAccessException$ins
5461
5461
 
5462
5462
 
5463
5463
  export const FieldAccessException: {
5464
- new(): FieldAccessException$instance;
5465
- new(message: string): FieldAccessException$instance;
5466
- new(message: string, inner: Exception): FieldAccessException$instance;
5464
+ new(): FieldAccessException;
5465
+ new(message: string): FieldAccessException;
5466
+ new(message: string, inner: Exception): FieldAccessException;
5467
5467
  };
5468
5468
 
5469
5469
 
@@ -5479,7 +5479,7 @@ export interface FileStyleUriParser$instance extends UriParser {
5479
5479
 
5480
5480
 
5481
5481
  export const FileStyleUriParser: {
5482
- new(): FileStyleUriParser$instance;
5482
+ new(): FileStyleUriParser;
5483
5483
  };
5484
5484
 
5485
5485
 
@@ -5490,7 +5490,7 @@ export interface FlagsAttribute$instance extends Attribute {
5490
5490
 
5491
5491
 
5492
5492
  export const FlagsAttribute: {
5493
- new(): FlagsAttribute$instance;
5493
+ new(): FlagsAttribute;
5494
5494
  };
5495
5495
 
5496
5496
 
@@ -5502,9 +5502,9 @@ export interface FormatException$instance extends SystemException$instance {
5502
5502
 
5503
5503
 
5504
5504
  export const FormatException: {
5505
- new(): FormatException$instance;
5506
- new(message: string): FormatException$instance;
5507
- new(message: string, innerException: Exception): FormatException$instance;
5505
+ new(): FormatException;
5506
+ new(message: string): FormatException;
5507
+ new(message: string, innerException: Exception): FormatException;
5508
5508
  };
5509
5509
 
5510
5510
 
@@ -5543,7 +5543,7 @@ export interface FtpStyleUriParser$instance extends UriParser {
5543
5543
 
5544
5544
 
5545
5545
  export const FtpStyleUriParser: {
5546
- new(): FtpStyleUriParser$instance;
5546
+ new(): FtpStyleUriParser;
5547
5547
  };
5548
5548
 
5549
5549
 
@@ -5554,7 +5554,7 @@ export interface GenericUriParser$instance extends UriParser {
5554
5554
 
5555
5555
 
5556
5556
  export const GenericUriParser: {
5557
- new(options: GenericUriParserOptions): GenericUriParser$instance;
5557
+ new(options: GenericUriParserOptions): GenericUriParser;
5558
5558
  };
5559
5559
 
5560
5560
 
@@ -5565,7 +5565,7 @@ export interface GopherStyleUriParser$instance extends UriParser {
5565
5565
 
5566
5566
 
5567
5567
  export const GopherStyleUriParser: {
5568
- new(): GopherStyleUriParser$instance;
5568
+ new(): GopherStyleUriParser;
5569
5569
  };
5570
5570
 
5571
5571
 
@@ -5576,7 +5576,7 @@ export interface HttpStyleUriParser$instance extends UriParser {
5576
5576
 
5577
5577
 
5578
5578
  export const HttpStyleUriParser: {
5579
- new(): HttpStyleUriParser$instance;
5579
+ new(): HttpStyleUriParser;
5580
5580
  };
5581
5581
 
5582
5582
 
@@ -5588,9 +5588,9 @@ export interface IndexOutOfRangeException$instance extends SystemException$insta
5588
5588
 
5589
5589
 
5590
5590
  export const IndexOutOfRangeException: {
5591
- new(): IndexOutOfRangeException$instance;
5592
- new(message: string): IndexOutOfRangeException$instance;
5593
- new(message: string, innerException: Exception): IndexOutOfRangeException$instance;
5591
+ new(): IndexOutOfRangeException;
5592
+ new(message: string): IndexOutOfRangeException;
5593
+ new(message: string, innerException: Exception): IndexOutOfRangeException;
5594
5594
  };
5595
5595
 
5596
5596
 
@@ -5607,9 +5607,9 @@ export interface InsufficientExecutionStackException$instance extends SystemExce
5607
5607
 
5608
5608
 
5609
5609
  export const InsufficientExecutionStackException: {
5610
- new(): InsufficientExecutionStackException$instance;
5611
- new(message: string): InsufficientExecutionStackException$instance;
5612
- new(message: string, innerException: Exception): InsufficientExecutionStackException$instance;
5610
+ new(): InsufficientExecutionStackException;
5611
+ new(message: string): InsufficientExecutionStackException;
5612
+ new(message: string, innerException: Exception): InsufficientExecutionStackException;
5613
5613
  };
5614
5614
 
5615
5615
 
@@ -5626,9 +5626,9 @@ export interface InsufficientMemoryException$instance extends OutOfMemoryExcepti
5626
5626
 
5627
5627
 
5628
5628
  export const InsufficientMemoryException: {
5629
- new(): InsufficientMemoryException$instance;
5630
- new(message: string): InsufficientMemoryException$instance;
5631
- new(message: string, innerException: Exception): InsufficientMemoryException$instance;
5629
+ new(): InsufficientMemoryException;
5630
+ new(message: string): InsufficientMemoryException;
5631
+ new(message: string, innerException: Exception): InsufficientMemoryException;
5632
5632
  };
5633
5633
 
5634
5634
 
@@ -5645,10 +5645,10 @@ export interface InvalidCastException$instance extends SystemException$instance
5645
5645
 
5646
5646
 
5647
5647
  export const InvalidCastException: {
5648
- new(): InvalidCastException$instance;
5649
- new(message: string): InvalidCastException$instance;
5650
- new(message: string, innerException: Exception): InvalidCastException$instance;
5651
- new(message: string, errorCode: int): InvalidCastException$instance;
5648
+ new(): InvalidCastException;
5649
+ new(message: string): InvalidCastException;
5650
+ new(message: string, innerException: Exception): InvalidCastException;
5651
+ new(message: string, errorCode: int): InvalidCastException;
5652
5652
  };
5653
5653
 
5654
5654
 
@@ -5665,9 +5665,9 @@ export interface InvalidOperationException$instance extends SystemException$inst
5665
5665
 
5666
5666
 
5667
5667
  export const InvalidOperationException: {
5668
- new(): InvalidOperationException$instance;
5669
- new(message: string): InvalidOperationException$instance;
5670
- new(message: string, innerException: Exception): InvalidOperationException$instance;
5668
+ new(): InvalidOperationException;
5669
+ new(message: string): InvalidOperationException;
5670
+ new(message: string, innerException: Exception): InvalidOperationException;
5671
5671
  };
5672
5672
 
5673
5673
 
@@ -5684,9 +5684,9 @@ export interface InvalidProgramException$instance extends SystemException$instan
5684
5684
 
5685
5685
 
5686
5686
  export const InvalidProgramException: {
5687
- new(): InvalidProgramException$instance;
5688
- new(message: string): InvalidProgramException$instance;
5689
- new(message: string, inner: Exception): InvalidProgramException$instance;
5687
+ new(): InvalidProgramException;
5688
+ new(message: string): InvalidProgramException;
5689
+ new(message: string, inner: Exception): InvalidProgramException;
5690
5690
  };
5691
5691
 
5692
5692
 
@@ -5703,9 +5703,9 @@ export interface InvalidTimeZoneException$instance extends Exception$instance {
5703
5703
 
5704
5704
 
5705
5705
  export const InvalidTimeZoneException: {
5706
- new(): InvalidTimeZoneException$instance;
5707
- new(message: string): InvalidTimeZoneException$instance;
5708
- new(message: string, innerException: Exception): InvalidTimeZoneException$instance;
5706
+ new(): InvalidTimeZoneException;
5707
+ new(message: string): InvalidTimeZoneException;
5708
+ new(message: string, innerException: Exception): InvalidTimeZoneException;
5709
5709
  };
5710
5710
 
5711
5711
 
@@ -5724,13 +5724,13 @@ export interface Lazy_1$instance<T> {
5724
5724
 
5725
5725
 
5726
5726
  export const Lazy_1: {
5727
- new<T>(): Lazy_1$instance<T>;
5728
- new<T>(value: T): Lazy_1$instance<T>;
5729
- new<T>(valueFactory: Func_1<T>): Lazy_1$instance<T>;
5730
- new<T>(isThreadSafe: boolean): Lazy_1$instance<T>;
5731
- new<T>(mode: LazyThreadSafetyMode): Lazy_1$instance<T>;
5732
- new<T>(valueFactory: Func_1<T>, isThreadSafe: boolean): Lazy_1$instance<T>;
5733
- new<T>(valueFactory: Func_1<T>, mode: LazyThreadSafetyMode): Lazy_1$instance<T>;
5727
+ new<T>(): Lazy_1<T>;
5728
+ new<T>(value: T): Lazy_1<T>;
5729
+ new<T>(valueFactory: Func_1<T>): Lazy_1<T>;
5730
+ new<T>(isThreadSafe: boolean): Lazy_1<T>;
5731
+ new<T>(mode: LazyThreadSafetyMode): Lazy_1<T>;
5732
+ new<T>(valueFactory: Func_1<T>, isThreadSafe: boolean): Lazy_1<T>;
5733
+ new<T>(valueFactory: Func_1<T>, mode: LazyThreadSafetyMode): Lazy_1<T>;
5734
5734
  };
5735
5735
 
5736
5736
 
@@ -5742,12 +5742,12 @@ export interface Lazy_2$instance<T, TMetadata> extends Lazy_1<T> {
5742
5742
 
5743
5743
 
5744
5744
  export const Lazy_2: {
5745
- new<T, TMetadata>(valueFactory: Func_1<T>, metadata: TMetadata): Lazy_2$instance<T, TMetadata>;
5746
- new<T, TMetadata>(metadata: TMetadata): Lazy_2$instance<T, TMetadata>;
5747
- new<T, TMetadata>(metadata: TMetadata, isThreadSafe: boolean): Lazy_2$instance<T, TMetadata>;
5748
- new<T, TMetadata>(valueFactory: Func_1<T>, metadata: TMetadata, isThreadSafe: boolean): Lazy_2$instance<T, TMetadata>;
5749
- new<T, TMetadata>(metadata: TMetadata, mode: LazyThreadSafetyMode): Lazy_2$instance<T, TMetadata>;
5750
- new<T, TMetadata>(valueFactory: Func_1<T>, metadata: TMetadata, mode: LazyThreadSafetyMode): Lazy_2$instance<T, TMetadata>;
5745
+ new<T, TMetadata>(valueFactory: Func_1<T>, metadata: TMetadata): Lazy_2<T, TMetadata>;
5746
+ new<T, TMetadata>(metadata: TMetadata): Lazy_2<T, TMetadata>;
5747
+ new<T, TMetadata>(metadata: TMetadata, isThreadSafe: boolean): Lazy_2<T, TMetadata>;
5748
+ new<T, TMetadata>(valueFactory: Func_1<T>, metadata: TMetadata, isThreadSafe: boolean): Lazy_2<T, TMetadata>;
5749
+ new<T, TMetadata>(metadata: TMetadata, mode: LazyThreadSafetyMode): Lazy_2<T, TMetadata>;
5750
+ new<T, TMetadata>(valueFactory: Func_1<T>, metadata: TMetadata, mode: LazyThreadSafetyMode): Lazy_2<T, TMetadata>;
5751
5751
  };
5752
5752
 
5753
5753
 
@@ -5758,7 +5758,7 @@ export interface LdapStyleUriParser$instance extends UriParser {
5758
5758
 
5759
5759
 
5760
5760
  export const LdapStyleUriParser: {
5761
- new(): LdapStyleUriParser$instance;
5761
+ new(): LdapStyleUriParser;
5762
5762
  };
5763
5763
 
5764
5764
 
@@ -5770,8 +5770,8 @@ export interface LoaderOptimizationAttribute$instance extends Attribute {
5770
5770
 
5771
5771
 
5772
5772
  export const LoaderOptimizationAttribute: {
5773
- new(value: byte): LoaderOptimizationAttribute$instance;
5774
- new(value: LoaderOptimization): LoaderOptimizationAttribute$instance;
5773
+ new(value: byte): LoaderOptimizationAttribute;
5774
+ new(value: LoaderOptimization): LoaderOptimizationAttribute;
5775
5775
  };
5776
5776
 
5777
5777
 
@@ -5782,7 +5782,7 @@ export interface LocalDataStoreSlot$instance {
5782
5782
 
5783
5783
 
5784
5784
  export const LocalDataStoreSlot: {
5785
- new(): LocalDataStoreSlot$instance;
5785
+ new(): LocalDataStoreSlot;
5786
5786
  };
5787
5787
 
5788
5788
 
@@ -5806,9 +5806,9 @@ export interface MemberAccessException$instance extends SystemException$instance
5806
5806
 
5807
5807
 
5808
5808
  export const MemberAccessException: {
5809
- new(): MemberAccessException$instance;
5810
- new(message: string): MemberAccessException$instance;
5811
- new(message: string, inner: Exception): MemberAccessException$instance;
5809
+ new(): MemberAccessException;
5810
+ new(message: string): MemberAccessException;
5811
+ new(message: string, inner: Exception): MemberAccessException;
5812
5812
  };
5813
5813
 
5814
5814
 
@@ -5825,9 +5825,9 @@ export interface MethodAccessException$instance extends MemberAccessException$in
5825
5825
 
5826
5826
 
5827
5827
  export const MethodAccessException: {
5828
- new(): MethodAccessException$instance;
5829
- new(message: string): MethodAccessException$instance;
5830
- new(message: string, inner: Exception): MethodAccessException$instance;
5828
+ new(): MethodAccessException;
5829
+ new(message: string): MethodAccessException;
5830
+ new(message: string, inner: Exception): MethodAccessException;
5831
5831
  };
5832
5832
 
5833
5833
 
@@ -5845,10 +5845,10 @@ export interface MissingFieldException$instance extends MissingMemberException$i
5845
5845
 
5846
5846
 
5847
5847
  export const MissingFieldException: {
5848
- new(): MissingFieldException$instance;
5849
- new(message: string): MissingFieldException$instance;
5850
- new(message: string, inner: Exception): MissingFieldException$instance;
5851
- new(className: string, fieldName: string): MissingFieldException$instance;
5848
+ new(): MissingFieldException;
5849
+ new(message: string): MissingFieldException;
5850
+ new(message: string, inner: Exception): MissingFieldException;
5851
+ new(className: string, fieldName: string): MissingFieldException;
5852
5852
  };
5853
5853
 
5854
5854
 
@@ -5866,10 +5866,10 @@ export interface MissingMemberException$instance extends MemberAccessException$i
5866
5866
 
5867
5867
 
5868
5868
  export const MissingMemberException: {
5869
- new(): MissingMemberException$instance;
5870
- new(message: string): MissingMemberException$instance;
5871
- new(message: string, inner: Exception): MissingMemberException$instance;
5872
- new(className: string, memberName: string): MissingMemberException$instance;
5869
+ new(): MissingMemberException;
5870
+ new(message: string): MissingMemberException;
5871
+ new(message: string, inner: Exception): MissingMemberException;
5872
+ new(className: string, memberName: string): MissingMemberException;
5873
5873
  };
5874
5874
 
5875
5875
 
@@ -5887,10 +5887,10 @@ export interface MissingMethodException$instance extends MissingMemberException$
5887
5887
 
5888
5888
 
5889
5889
  export const MissingMethodException: {
5890
- new(): MissingMethodException$instance;
5891
- new(message: string): MissingMethodException$instance;
5892
- new(message: string, inner: Exception): MissingMethodException$instance;
5893
- new(className: string, methodName: string): MissingMethodException$instance;
5890
+ new(): MissingMethodException;
5891
+ new(message: string): MissingMethodException;
5892
+ new(message: string, inner: Exception): MissingMethodException;
5893
+ new(className: string, methodName: string): MissingMethodException;
5894
5894
  };
5895
5895
 
5896
5896
 
@@ -5906,7 +5906,7 @@ export interface MTAThreadAttribute$instance extends Attribute {
5906
5906
 
5907
5907
 
5908
5908
  export const MTAThreadAttribute: {
5909
- new(): MTAThreadAttribute$instance;
5909
+ new(): MTAThreadAttribute;
5910
5910
  };
5911
5911
 
5912
5912
 
@@ -5939,9 +5939,9 @@ export interface MulticastNotSupportedException$instance extends SystemException
5939
5939
 
5940
5940
 
5941
5941
  export const MulticastNotSupportedException: {
5942
- new(): MulticastNotSupportedException$instance;
5943
- new(message: string): MulticastNotSupportedException$instance;
5944
- new(message: string, inner: Exception): MulticastNotSupportedException$instance;
5942
+ new(): MulticastNotSupportedException;
5943
+ new(message: string): MulticastNotSupportedException;
5944
+ new(message: string, inner: Exception): MulticastNotSupportedException;
5945
5945
  };
5946
5946
 
5947
5947
 
@@ -5957,7 +5957,7 @@ export interface NetPipeStyleUriParser$instance extends UriParser {
5957
5957
 
5958
5958
 
5959
5959
  export const NetPipeStyleUriParser: {
5960
- new(): NetPipeStyleUriParser$instance;
5960
+ new(): NetPipeStyleUriParser;
5961
5961
  };
5962
5962
 
5963
5963
 
@@ -5968,7 +5968,7 @@ export interface NetTcpStyleUriParser$instance extends UriParser {
5968
5968
 
5969
5969
 
5970
5970
  export const NetTcpStyleUriParser: {
5971
- new(): NetTcpStyleUriParser$instance;
5971
+ new(): NetTcpStyleUriParser;
5972
5972
  };
5973
5973
 
5974
5974
 
@@ -5979,7 +5979,7 @@ export interface NewsStyleUriParser$instance extends UriParser {
5979
5979
 
5980
5980
 
5981
5981
  export const NewsStyleUriParser: {
5982
- new(): NewsStyleUriParser$instance;
5982
+ new(): NewsStyleUriParser;
5983
5983
  };
5984
5984
 
5985
5985
 
@@ -5990,7 +5990,7 @@ export interface NonSerializedAttribute$instance extends Attribute {
5990
5990
 
5991
5991
 
5992
5992
  export const NonSerializedAttribute: {
5993
- new(): NonSerializedAttribute$instance;
5993
+ new(): NonSerializedAttribute;
5994
5994
  };
5995
5995
 
5996
5996
 
@@ -6003,12 +6003,12 @@ export interface NotFiniteNumberException$instance extends ArithmeticException$i
6003
6003
 
6004
6004
 
6005
6005
  export const NotFiniteNumberException: {
6006
- new(): NotFiniteNumberException$instance;
6007
- new(offendingNumber: double): NotFiniteNumberException$instance;
6008
- new(message: string): NotFiniteNumberException$instance;
6009
- new(message: string, offendingNumber: double): NotFiniteNumberException$instance;
6010
- new(message: string, innerException: Exception): NotFiniteNumberException$instance;
6011
- new(message: string, offendingNumber: double, innerException: Exception): NotFiniteNumberException$instance;
6006
+ new(): NotFiniteNumberException;
6007
+ new(offendingNumber: double): NotFiniteNumberException;
6008
+ new(message: string): NotFiniteNumberException;
6009
+ new(message: string, offendingNumber: double): NotFiniteNumberException;
6010
+ new(message: string, innerException: Exception): NotFiniteNumberException;
6011
+ new(message: string, offendingNumber: double, innerException: Exception): NotFiniteNumberException;
6012
6012
  };
6013
6013
 
6014
6014
 
@@ -6025,9 +6025,9 @@ export interface NotImplementedException$instance extends SystemException$instan
6025
6025
 
6026
6026
 
6027
6027
  export const NotImplementedException: {
6028
- new(): NotImplementedException$instance;
6029
- new(message: string): NotImplementedException$instance;
6030
- new(message: string, inner: Exception): NotImplementedException$instance;
6028
+ new(): NotImplementedException;
6029
+ new(message: string): NotImplementedException;
6030
+ new(message: string, inner: Exception): NotImplementedException;
6031
6031
  };
6032
6032
 
6033
6033
 
@@ -6044,9 +6044,9 @@ export interface NotSupportedException$instance extends SystemException$instance
6044
6044
 
6045
6045
 
6046
6046
  export const NotSupportedException: {
6047
- new(): NotSupportedException$instance;
6048
- new(message: string): NotSupportedException$instance;
6049
- new(message: string, innerException: Exception): NotSupportedException$instance;
6047
+ new(): NotSupportedException;
6048
+ new(message: string): NotSupportedException;
6049
+ new(message: string, innerException: Exception): NotSupportedException;
6050
6050
  };
6051
6051
 
6052
6052
 
@@ -6063,9 +6063,9 @@ export interface NullReferenceException$instance extends SystemException$instanc
6063
6063
 
6064
6064
 
6065
6065
  export const NullReferenceException: {
6066
- new(): NullReferenceException$instance;
6067
- new(message: string): NullReferenceException$instance;
6068
- new(message: string, innerException: Exception): NullReferenceException$instance;
6066
+ new(): NullReferenceException;
6067
+ new(message: string): NullReferenceException;
6068
+ new(message: string, innerException: Exception): NullReferenceException;
6069
6069
  };
6070
6070
 
6071
6071
 
@@ -6085,7 +6085,7 @@ export interface Object$instance {
6085
6085
 
6086
6086
 
6087
6087
  export const Object: {
6088
- new(): Object$instance;
6088
+ new(): Object;
6089
6089
  equals(objA: unknown, objB: unknown): boolean;
6090
6090
  referenceEquals(objA: unknown, objB: unknown): boolean;
6091
6091
  };
@@ -6101,9 +6101,9 @@ export interface ObjectDisposedException$instance extends InvalidOperationExcept
6101
6101
 
6102
6102
 
6103
6103
  export const ObjectDisposedException: {
6104
- new(objectName: string): ObjectDisposedException$instance;
6105
- new(objectName: string, message: string): ObjectDisposedException$instance;
6106
- new(message: string, innerException: Exception): ObjectDisposedException$instance;
6104
+ new(objectName: string): ObjectDisposedException;
6105
+ new(objectName: string, message: string): ObjectDisposedException;
6106
+ new(message: string, innerException: Exception): ObjectDisposedException;
6107
6107
  throwIf(condition: boolean, instance: unknown): void;
6108
6108
  throwIf(condition: boolean, type_: Type): void;
6109
6109
  };
@@ -6125,9 +6125,9 @@ export interface ObsoleteAttribute$instance extends Attribute {
6125
6125
 
6126
6126
 
6127
6127
  export const ObsoleteAttribute: {
6128
- new(): ObsoleteAttribute$instance;
6129
- new(message: string): ObsoleteAttribute$instance;
6130
- new(message: string, error: boolean): ObsoleteAttribute$instance;
6128
+ new(): ObsoleteAttribute;
6129
+ new(message: string): ObsoleteAttribute;
6130
+ new(message: string, error: boolean): ObsoleteAttribute;
6131
6131
  };
6132
6132
 
6133
6133
 
@@ -6145,7 +6145,7 @@ export interface OperatingSystem$instance {
6145
6145
 
6146
6146
 
6147
6147
  export const OperatingSystem: {
6148
- new(platform: PlatformID, version: Version): OperatingSystem$instance;
6148
+ new(platform: PlatformID, version: Version): OperatingSystem;
6149
6149
  isAndroid(): boolean;
6150
6150
  isAndroidVersionAtLeast(major: int, minor?: int, build?: int, revision?: int): boolean;
6151
6151
  isBrowser(): boolean;
@@ -6187,12 +6187,12 @@ export interface OperationCanceledException$instance extends SystemException$ins
6187
6187
 
6188
6188
 
6189
6189
  export const OperationCanceledException: {
6190
- new(): OperationCanceledException$instance;
6191
- new(message: string): OperationCanceledException$instance;
6192
- new(message: string, innerException: Exception): OperationCanceledException$instance;
6193
- new(token: CancellationToken): OperationCanceledException$instance;
6194
- new(message: string, token: CancellationToken): OperationCanceledException$instance;
6195
- new(message: string, innerException: Exception, token: CancellationToken): OperationCanceledException$instance;
6190
+ new(): OperationCanceledException;
6191
+ new(message: string): OperationCanceledException;
6192
+ new(message: string, innerException: Exception): OperationCanceledException;
6193
+ new(token: CancellationToken): OperationCanceledException;
6194
+ new(message: string, token: CancellationToken): OperationCanceledException;
6195
+ new(message: string, innerException: Exception, token: CancellationToken): OperationCanceledException;
6196
6196
  };
6197
6197
 
6198
6198
 
@@ -6217,7 +6217,7 @@ export interface OrdinalComparer$instance extends StringComparer$instance {
6217
6217
 
6218
6218
 
6219
6219
  export const OrdinalComparer: {
6220
- new(): OrdinalComparer$instance;
6220
+ new(): OrdinalComparer;
6221
6221
  };
6222
6222
 
6223
6223
 
@@ -6238,9 +6238,9 @@ export interface OutOfMemoryException$instance extends SystemException$instance
6238
6238
 
6239
6239
 
6240
6240
  export const OutOfMemoryException: {
6241
- new(): OutOfMemoryException$instance;
6242
- new(message: string): OutOfMemoryException$instance;
6243
- new(message: string, innerException: Exception): OutOfMemoryException$instance;
6241
+ new(): OutOfMemoryException;
6242
+ new(message: string): OutOfMemoryException;
6243
+ new(message: string, innerException: Exception): OutOfMemoryException;
6244
6244
  };
6245
6245
 
6246
6246
 
@@ -6257,9 +6257,9 @@ export interface OverflowException$instance extends ArithmeticException$instance
6257
6257
 
6258
6258
 
6259
6259
  export const OverflowException: {
6260
- new(): OverflowException$instance;
6261
- new(message: string): OverflowException$instance;
6262
- new(message: string, innerException: Exception): OverflowException$instance;
6260
+ new(): OverflowException;
6261
+ new(message: string): OverflowException;
6262
+ new(message: string, innerException: Exception): OverflowException;
6263
6263
  };
6264
6264
 
6265
6265
 
@@ -6275,7 +6275,7 @@ export interface ParamArrayAttribute$instance extends Attribute {
6275
6275
 
6276
6276
 
6277
6277
  export const ParamArrayAttribute: {
6278
- new(): ParamArrayAttribute$instance;
6278
+ new(): ParamArrayAttribute;
6279
6279
  };
6280
6280
 
6281
6281
 
@@ -6287,9 +6287,9 @@ export interface PlatformNotSupportedException$instance extends NotSupportedExce
6287
6287
 
6288
6288
 
6289
6289
  export const PlatformNotSupportedException: {
6290
- new(): PlatformNotSupportedException$instance;
6291
- new(message: string): PlatformNotSupportedException$instance;
6292
- new(message: string, inner: Exception): PlatformNotSupportedException$instance;
6290
+ new(): PlatformNotSupportedException;
6291
+ new(message: string): PlatformNotSupportedException;
6292
+ new(message: string, inner: Exception): PlatformNotSupportedException;
6293
6293
  };
6294
6294
 
6295
6295
 
@@ -6305,8 +6305,8 @@ export interface Progress_1$instance<T> {
6305
6305
 
6306
6306
 
6307
6307
  export const Progress_1: {
6308
- new<T>(): Progress_1$instance<T>;
6309
- new<T>(handler: Action_1<T>): Progress_1$instance<T>;
6308
+ new<T>(): Progress_1<T>;
6309
+ new<T>(handler: Action_1<T>): Progress_1<T>;
6310
6310
  };
6311
6311
 
6312
6312
 
@@ -6342,8 +6342,8 @@ export interface Random$instance {
6342
6342
 
6343
6343
 
6344
6344
  export const Random: {
6345
- new(): Random$instance;
6346
- new(Seed: int): Random$instance;
6345
+ new(): Random;
6346
+ new(Seed: int): Random;
6347
6347
  readonly shared: Random;
6348
6348
  };
6349
6349
 
@@ -6356,9 +6356,9 @@ export interface RankException$instance extends SystemException$instance {
6356
6356
 
6357
6357
 
6358
6358
  export const RankException: {
6359
- new(): RankException$instance;
6360
- new(message: string): RankException$instance;
6361
- new(message: string, innerException: Exception): RankException$instance;
6359
+ new(): RankException;
6360
+ new(message: string): RankException;
6361
+ new(message: string, innerException: Exception): RankException;
6362
6362
  };
6363
6363
 
6364
6364
 
@@ -6376,8 +6376,8 @@ export interface ResolveEventArgs$instance extends EventArgs {
6376
6376
 
6377
6377
 
6378
6378
  export const ResolveEventArgs: {
6379
- new(name: string): ResolveEventArgs$instance;
6380
- new(name: string, requestingAssembly: Assembly): ResolveEventArgs$instance;
6379
+ new(name: string): ResolveEventArgs;
6380
+ new(name: string, requestingAssembly: Assembly): ResolveEventArgs;
6381
6381
  };
6382
6382
 
6383
6383
 
@@ -6388,7 +6388,7 @@ export interface SerializableAttribute$instance extends Attribute {
6388
6388
 
6389
6389
 
6390
6390
  export const SerializableAttribute: {
6391
- new(): SerializableAttribute$instance;
6391
+ new(): SerializableAttribute;
6392
6392
  };
6393
6393
 
6394
6394
 
@@ -6400,9 +6400,9 @@ export interface StackOverflowException$instance extends SystemException$instanc
6400
6400
 
6401
6401
 
6402
6402
  export const StackOverflowException: {
6403
- new(): StackOverflowException$instance;
6404
- new(message: string): StackOverflowException$instance;
6405
- new(message: string, innerException: Exception): StackOverflowException$instance;
6403
+ new(): StackOverflowException;
6404
+ new(message: string): StackOverflowException;
6405
+ new(message: string, innerException: Exception): StackOverflowException;
6406
6406
  };
6407
6407
 
6408
6408
 
@@ -6418,7 +6418,7 @@ export interface STAThreadAttribute$instance extends Attribute {
6418
6418
 
6419
6419
 
6420
6420
  export const STAThreadAttribute: {
6421
- new(): STAThreadAttribute$instance;
6421
+ new(): STAThreadAttribute;
6422
6422
  };
6423
6423
 
6424
6424
 
@@ -6535,15 +6535,15 @@ export interface String$instance {
6535
6535
 
6536
6536
 
6537
6537
  export const String: {
6538
- new(value: char[]): String$instance;
6539
- new(value: char[], startIndex: int, length: int): String$instance;
6540
- new(value: ptr<char>): String$instance;
6541
- new(value: ptr<char>, startIndex: int, length: int): String$instance;
6542
- new(value: ptr<sbyte>): String$instance;
6543
- new(value: ptr<sbyte>, startIndex: int, length: int): String$instance;
6544
- new(value: ptr<sbyte>, startIndex: int, length: int, enc: Encoding): String$instance;
6545
- new(c: char, count: int): String$instance;
6546
- new(value: ReadOnlySpan_1<Char>): String$instance;
6538
+ new(value: char[]): String;
6539
+ new(value: char[], startIndex: int, length: int): String;
6540
+ new(value: ptr<char>): String;
6541
+ new(value: ptr<char>, startIndex: int, length: int): String;
6542
+ new(value: ptr<sbyte>): String;
6543
+ new(value: ptr<sbyte>, startIndex: int, length: int): String;
6544
+ new(value: ptr<sbyte>, startIndex: int, length: int, enc: Encoding): String;
6545
+ new(c: char, count: int): String;
6546
+ new(value: ReadOnlySpan_1<Char>): String;
6547
6547
  readonly empty: string;
6548
6548
  compare(strA: string, indexA: int, strB: string, indexB: int, length: int, ignoreCase: boolean, culture: CultureInfo): int;
6549
6549
  compare(strA: string, indexA: int, strB: string, indexB: int, length: int, ignoreCase: boolean): int;
@@ -6679,9 +6679,9 @@ export interface SystemException$instance extends Exception$instance {
6679
6679
 
6680
6680
 
6681
6681
  export const SystemException: {
6682
- new(): SystemException$instance;
6683
- new(message: string): SystemException$instance;
6684
- new(message: string, innerException: Exception): SystemException$instance;
6682
+ new(): SystemException;
6683
+ new(message: string): SystemException;
6684
+ new(message: string, innerException: Exception): SystemException;
6685
6685
  };
6686
6686
 
6687
6687
 
@@ -6697,7 +6697,7 @@ export interface ThreadStaticAttribute$instance extends Attribute {
6697
6697
 
6698
6698
 
6699
6699
  export const ThreadStaticAttribute: {
6700
- new(): ThreadStaticAttribute$instance;
6700
+ new(): ThreadStaticAttribute;
6701
6701
  };
6702
6702
 
6703
6703
 
@@ -6709,9 +6709,9 @@ export interface TimeoutException$instance extends SystemException$instance {
6709
6709
 
6710
6710
 
6711
6711
  export const TimeoutException: {
6712
- new(): TimeoutException$instance;
6713
- new(message: string): TimeoutException$instance;
6714
- new(message: string, innerException: Exception): TimeoutException$instance;
6712
+ new(): TimeoutException;
6713
+ new(message: string): TimeoutException;
6714
+ new(message: string, innerException: Exception): TimeoutException;
6715
6715
  };
6716
6716
 
6717
6717
 
@@ -6788,7 +6788,7 @@ export interface TimeZoneInfo$instance {
6788
6788
 
6789
6789
 
6790
6790
  export const TimeZoneInfo: {
6791
- new(): TimeZoneInfo$instance;
6791
+ new(): TimeZoneInfo;
6792
6792
  readonly local: TimeZoneInfo;
6793
6793
  readonly utc: TimeZoneInfo;
6794
6794
  clearCachedData(): void;
@@ -6843,7 +6843,7 @@ export interface TimeZoneInfo_AdjustmentRule$instance {
6843
6843
 
6844
6844
 
6845
6845
  export const TimeZoneInfo_AdjustmentRule: {
6846
- new(): TimeZoneInfo_AdjustmentRule$instance;
6846
+ new(): TimeZoneInfo_AdjustmentRule;
6847
6847
  createAdjustmentRule(dateStart: DateTime, dateEnd: DateTime, daylightDelta: TimeSpan, daylightTransitionStart: TimeZoneInfo_TransitionTime, daylightTransitionEnd: TimeZoneInfo_TransitionTime, baseUtcOffsetDelta: TimeSpan): TimeZoneInfo_AdjustmentRule;
6848
6848
  createAdjustmentRule(dateStart: DateTime, dateEnd: DateTime, daylightDelta: TimeSpan, daylightTransitionStart: TimeZoneInfo_TransitionTime, daylightTransitionEnd: TimeZoneInfo_TransitionTime): TimeZoneInfo_AdjustmentRule;
6849
6849
  };
@@ -6869,9 +6869,9 @@ export interface TimeZoneNotFoundException$instance extends Exception$instance {
6869
6869
 
6870
6870
 
6871
6871
  export const TimeZoneNotFoundException: {
6872
- new(): TimeZoneNotFoundException$instance;
6873
- new(message: string): TimeZoneNotFoundException$instance;
6874
- new(message: string, innerException: Exception): TimeZoneNotFoundException$instance;
6872
+ new(): TimeZoneNotFoundException;
6873
+ new(message: string): TimeZoneNotFoundException;
6874
+ new(message: string, innerException: Exception): TimeZoneNotFoundException;
6875
6875
  };
6876
6876
 
6877
6877
 
@@ -6891,7 +6891,7 @@ export interface Tuple_1$instance<T1> {
6891
6891
 
6892
6892
 
6893
6893
  export const Tuple_1: {
6894
- new<T1>(item1: T1): Tuple_1$instance<T1>;
6894
+ new<T1>(item1: T1): Tuple_1<T1>;
6895
6895
  };
6896
6896
 
6897
6897
 
@@ -6920,7 +6920,7 @@ export interface Tuple_2$instance<T1, T2> {
6920
6920
 
6921
6921
 
6922
6922
  export const Tuple_2: {
6923
- new<T1, T2>(item1: T1, item2: T2): Tuple_2$instance<T1, T2>;
6923
+ new<T1, T2>(item1: T1, item2: T2): Tuple_2<T1, T2>;
6924
6924
  };
6925
6925
 
6926
6926
 
@@ -6950,7 +6950,7 @@ export interface Tuple_3$instance<T1, T2, T3> {
6950
6950
 
6951
6951
 
6952
6952
  export const Tuple_3: {
6953
- new<T1, T2, T3>(item1: T1, item2: T2, item3: T3): Tuple_3$instance<T1, T2, T3>;
6953
+ new<T1, T2, T3>(item1: T1, item2: T2, item3: T3): Tuple_3<T1, T2, T3>;
6954
6954
  };
6955
6955
 
6956
6956
 
@@ -6981,7 +6981,7 @@ export interface Tuple_4$instance<T1, T2, T3, T4> {
6981
6981
 
6982
6982
 
6983
6983
  export const Tuple_4: {
6984
- new<T1, T2, T3, T4>(item1: T1, item2: T2, item3: T3, item4: T4): Tuple_4$instance<T1, T2, T3, T4>;
6984
+ new<T1, T2, T3, T4>(item1: T1, item2: T2, item3: T3, item4: T4): Tuple_4<T1, T2, T3, T4>;
6985
6985
  };
6986
6986
 
6987
6987
 
@@ -7013,7 +7013,7 @@ export interface Tuple_5$instance<T1, T2, T3, T4, T5> {
7013
7013
 
7014
7014
 
7015
7015
  export const Tuple_5: {
7016
- new<T1, T2, T3, T4, T5>(item1: T1, item2: T2, item3: T3, item4: T4, item5: T5): Tuple_5$instance<T1, T2, T3, T4, T5>;
7016
+ new<T1, T2, T3, T4, T5>(item1: T1, item2: T2, item3: T3, item4: T4, item5: T5): Tuple_5<T1, T2, T3, T4, T5>;
7017
7017
  };
7018
7018
 
7019
7019
 
@@ -7046,7 +7046,7 @@ export interface Tuple_6$instance<T1, T2, T3, T4, T5, T6> {
7046
7046
 
7047
7047
 
7048
7048
  export const Tuple_6: {
7049
- new<T1, T2, T3, T4, T5, T6>(item1: T1, item2: T2, item3: T3, item4: T4, item5: T5, item6: T6): Tuple_6$instance<T1, T2, T3, T4, T5, T6>;
7049
+ new<T1, T2, T3, T4, T5, T6>(item1: T1, item2: T2, item3: T3, item4: T4, item5: T5, item6: T6): Tuple_6<T1, T2, T3, T4, T5, T6>;
7050
7050
  };
7051
7051
 
7052
7052
 
@@ -7080,7 +7080,7 @@ export interface Tuple_7$instance<T1, T2, T3, T4, T5, T6, T7> {
7080
7080
 
7081
7081
 
7082
7082
  export const Tuple_7: {
7083
- new<T1, T2, T3, T4, T5, T6, T7>(item1: T1, item2: T2, item3: T3, item4: T4, item5: T5, item6: T6, item7: T7): Tuple_7$instance<T1, T2, T3, T4, T5, T6, T7>;
7083
+ new<T1, T2, T3, T4, T5, T6, T7>(item1: T1, item2: T2, item3: T3, item4: T4, item5: T5, item6: T6, item7: T7): Tuple_7<T1, T2, T3, T4, T5, T6, T7>;
7084
7084
  };
7085
7085
 
7086
7086
 
@@ -7115,7 +7115,7 @@ export interface Tuple_8$instance<T1, T2, T3, T4, T5, T6, T7, TRest> {
7115
7115
 
7116
7116
 
7117
7117
  export const Tuple_8: {
7118
- new<T1, T2, T3, T4, T5, T6, T7, TRest>(item1: T1, item2: T2, item3: T3, item4: T4, item5: T5, item6: T6, item7: T7, rest: TRest): Tuple_8$instance<T1, T2, T3, T4, T5, T6, T7, TRest>;
7118
+ new<T1, T2, T3, T4, T5, T6, T7, TRest>(item1: T1, item2: T2, item3: T3, item4: T4, item5: T5, item6: T6, item7: T7, rest: TRest): Tuple_8<T1, T2, T3, T4, T5, T6, T7, TRest>;
7119
7119
  };
7120
7120
 
7121
7121
 
@@ -7344,9 +7344,9 @@ export interface TypeAccessException$instance extends TypeLoadException$instance
7344
7344
 
7345
7345
 
7346
7346
  export const TypeAccessException: {
7347
- new(): TypeAccessException$instance;
7348
- new(message: string): TypeAccessException$instance;
7349
- new(message: string, inner: Exception): TypeAccessException$instance;
7347
+ new(): TypeAccessException;
7348
+ new(message: string): TypeAccessException;
7349
+ new(message: string, inner: Exception): TypeAccessException;
7350
7350
  };
7351
7351
 
7352
7352
 
@@ -7364,7 +7364,7 @@ export interface TypeInitializationException$instance extends SystemException$in
7364
7364
 
7365
7365
 
7366
7366
  export const TypeInitializationException: {
7367
- new(fullTypeName: string, innerException: Exception): TypeInitializationException$instance;
7367
+ new(fullTypeName: string, innerException: Exception): TypeInitializationException;
7368
7368
  };
7369
7369
 
7370
7370
 
@@ -7383,9 +7383,9 @@ export interface TypeLoadException$instance extends SystemException$instance {
7383
7383
 
7384
7384
 
7385
7385
  export const TypeLoadException: {
7386
- new(): TypeLoadException$instance;
7387
- new(message: string): TypeLoadException$instance;
7388
- new(message: string, inner: Exception): TypeLoadException$instance;
7386
+ new(): TypeLoadException;
7387
+ new(message: string): TypeLoadException;
7388
+ new(message: string, inner: Exception): TypeLoadException;
7389
7389
  };
7390
7390
 
7391
7391
 
@@ -7402,9 +7402,9 @@ export interface TypeUnloadedException$instance extends SystemException$instance
7402
7402
 
7403
7403
 
7404
7404
  export const TypeUnloadedException: {
7405
- new(): TypeUnloadedException$instance;
7406
- new(message: string): TypeUnloadedException$instance;
7407
- new(message: string, innerException: Exception): TypeUnloadedException$instance;
7405
+ new(): TypeUnloadedException;
7406
+ new(message: string): TypeUnloadedException;
7407
+ new(message: string, innerException: Exception): TypeUnloadedException;
7408
7408
  };
7409
7409
 
7410
7410
 
@@ -7421,9 +7421,9 @@ export interface UnauthorizedAccessException$instance extends SystemException$in
7421
7421
 
7422
7422
 
7423
7423
  export const UnauthorizedAccessException: {
7424
- new(): UnauthorizedAccessException$instance;
7425
- new(message: string): UnauthorizedAccessException$instance;
7426
- new(message: string, inner: Exception): UnauthorizedAccessException$instance;
7424
+ new(): UnauthorizedAccessException;
7425
+ new(message: string): UnauthorizedAccessException;
7426
+ new(message: string, inner: Exception): UnauthorizedAccessException;
7427
7427
  };
7428
7428
 
7429
7429
 
@@ -7441,7 +7441,7 @@ export interface UnhandledExceptionEventArgs$instance extends EventArgs {
7441
7441
 
7442
7442
 
7443
7443
  export const UnhandledExceptionEventArgs: {
7444
- new(exception: unknown, isTerminating: boolean): UnhandledExceptionEventArgs$instance;
7444
+ new(exception: unknown, isTerminating: boolean): UnhandledExceptionEventArgs;
7445
7445
  };
7446
7446
 
7447
7447
 
@@ -7454,7 +7454,7 @@ export interface UnitySerializationHolder$instance {
7454
7454
 
7455
7455
 
7456
7456
  export const UnitySerializationHolder: {
7457
- new(info: SerializationInfo, context: StreamingContext): UnitySerializationHolder$instance;
7457
+ new(info: SerializationInfo, context: StreamingContext): UnitySerializationHolder;
7458
7458
  };
7459
7459
 
7460
7460
 
@@ -7506,13 +7506,13 @@ export interface Uri$instance {
7506
7506
 
7507
7507
 
7508
7508
  export const Uri: {
7509
- new(uriString: string): Uri$instance;
7510
- new(uriString: string, dontEscape: boolean): Uri$instance;
7511
- new(baseUri: Uri, relativeUri: string, dontEscape: boolean): Uri$instance;
7512
- new(uriString: string, uriKind: UriKind): Uri$instance;
7513
- new(uriString: string, creationOptions: UriCreationOptions): Uri$instance;
7514
- new(baseUri: Uri, relativeUri: string): Uri$instance;
7515
- new(baseUri: Uri, relativeUri: Uri): Uri$instance;
7509
+ new(uriString: string): Uri;
7510
+ new(uriString: string, dontEscape: boolean): Uri;
7511
+ new(baseUri: Uri, relativeUri: string, dontEscape: boolean): Uri;
7512
+ new(uriString: string, uriKind: UriKind): Uri;
7513
+ new(uriString: string, creationOptions: UriCreationOptions): Uri;
7514
+ new(baseUri: Uri, relativeUri: string): Uri;
7515
+ new(baseUri: Uri, relativeUri: Uri): Uri;
7516
7516
  readonly uriSchemeFile: string;
7517
7517
  readonly uriSchemeFtp: string;
7518
7518
  readonly uriSchemeSftp: string;
@@ -7585,13 +7585,13 @@ export interface UriBuilder$instance {
7585
7585
 
7586
7586
 
7587
7587
  export const UriBuilder: {
7588
- new(): UriBuilder$instance;
7589
- new(uri: string): UriBuilder$instance;
7590
- new(uri: Uri): UriBuilder$instance;
7591
- new(schemeName: string, hostName: string): UriBuilder$instance;
7592
- new(scheme: string, host: string, portNumber: int): UriBuilder$instance;
7593
- new(scheme: string, host: string, port: int, pathValue: string): UriBuilder$instance;
7594
- new(scheme: string, host: string, port: int, path: string, extraValue: string): UriBuilder$instance;
7588
+ new(): UriBuilder;
7589
+ new(uri: string): UriBuilder;
7590
+ new(uri: Uri): UriBuilder;
7591
+ new(schemeName: string, hostName: string): UriBuilder;
7592
+ new(scheme: string, host: string, portNumber: int): UriBuilder;
7593
+ new(scheme: string, host: string, port: int, pathValue: string): UriBuilder;
7594
+ new(scheme: string, host: string, port: int, path: string, extraValue: string): UriBuilder;
7595
7595
  };
7596
7596
 
7597
7597
 
@@ -7603,9 +7603,9 @@ export interface UriFormatException$instance extends FormatException$instance {
7603
7603
 
7604
7604
 
7605
7605
  export const UriFormatException: {
7606
- new(): UriFormatException$instance;
7607
- new(textString: string): UriFormatException$instance;
7608
- new(textString: string, e: Exception): UriFormatException$instance;
7606
+ new(): UriFormatException;
7607
+ new(textString: string): UriFormatException;
7608
+ new(textString: string, e: Exception): UriFormatException;
7609
7609
  };
7610
7610
 
7611
7611
 
@@ -7643,7 +7643,7 @@ export interface UriTypeConverter$instance extends TypeConverter {
7643
7643
 
7644
7644
 
7645
7645
  export const UriTypeConverter: {
7646
- new(): UriTypeConverter$instance;
7646
+ new(): UriTypeConverter;
7647
7647
  };
7648
7648
 
7649
7649
 
@@ -7685,11 +7685,11 @@ export interface Version$instance {
7685
7685
 
7686
7686
 
7687
7687
  export const Version: {
7688
- new(major: int, minor: int, build: int, revision: int): Version$instance;
7689
- new(major: int, minor: int, build: int): Version$instance;
7690
- new(major: int, minor: int): Version$instance;
7691
- new(version: string): Version$instance;
7692
- new(): Version$instance;
7688
+ new(major: int, minor: int, build: int, revision: int): Version;
7689
+ new(major: int, minor: int, build: int): Version;
7690
+ new(major: int, minor: int): Version;
7691
+ new(version: string): Version;
7692
+ new(): Version;
7693
7693
  parse(utf8Text: ReadOnlySpan_1<Byte>): Version;
7694
7694
  parse(input: ReadOnlySpan_1<Char>): Version;
7695
7695
  parse(input: string): Version;
@@ -7729,8 +7729,8 @@ export interface WeakReference$instance {
7729
7729
 
7730
7730
 
7731
7731
  export const WeakReference: {
7732
- new(target: unknown): WeakReference$instance;
7733
- new(target: unknown, trackResurrection: boolean): WeakReference$instance;
7732
+ new(target: unknown): WeakReference;
7733
+ new(target: unknown, trackResurrection: boolean): WeakReference;
7734
7734
  };
7735
7735
 
7736
7736
 
@@ -7751,8 +7751,8 @@ export interface WeakReference_1$instance<T> {
7751
7751
 
7752
7752
 
7753
7753
  export const WeakReference_1: {
7754
- new<T>(target: T): WeakReference_1$instance<T>;
7755
- new<T>(target: T, trackResurrection: boolean): WeakReference_1$instance<T>;
7754
+ new<T>(target: T): WeakReference_1<T>;
7755
+ new<T>(target: T, trackResurrection: boolean): WeakReference_1<T>;
7756
7756
  };
7757
7757
 
7758
7758