@tsonic/dotnet 0.8.0 → 0.8.2

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 (137) hide show
  1. package/Microsoft.CSharp.RuntimeBinder/internal/index.d.ts +21 -21
  2. package/Microsoft.VisualBasic/internal/index.d.ts +24 -24
  3. package/Microsoft.VisualBasic.CompilerServices/internal/index.d.ts +30 -30
  4. package/Microsoft.VisualBasic.FileIO/internal/index.d.ts +16 -16
  5. package/Microsoft.Win32/internal/index.d.ts +12 -12
  6. package/Microsoft.Win32.SafeHandles/internal/index.d.ts +19 -19
  7. package/System/bindings.json +114 -114
  8. package/System/internal/index.d.ts +1277 -1289
  9. package/System/internal/metadata.json +73 -73
  10. package/System.Buffers/internal/index.d.ts +13 -13
  11. package/System.CodeDom.Compiler/internal/index.d.ts +13 -13
  12. package/System.Collections/internal/index.d.ts +66 -68
  13. package/System.Collections.Concurrent/internal/index.d.ts +24 -24
  14. package/System.Collections.Frozen/bindings.json +20 -20
  15. package/System.Collections.Frozen/internal/index.d.ts +10 -10
  16. package/System.Collections.Frozen/internal/metadata.json +10 -10
  17. package/System.Collections.Generic/bindings.json +44 -20
  18. package/System.Collections.Generic/internal/index.d.ts +141 -133
  19. package/System.Collections.Generic/internal/metadata.json +26 -10
  20. package/System.Collections.Immutable/internal/index.d.ts +121 -121
  21. package/System.Collections.ObjectModel/internal/index.d.ts +23 -23
  22. package/System.Collections.Specialized/internal/index.d.ts +85 -87
  23. package/System.ComponentModel/internal/index.d.ts +595 -597
  24. package/System.ComponentModel.DataAnnotations/internal/index.d.ts +105 -105
  25. package/System.ComponentModel.DataAnnotations.Schema/internal/index.d.ts +9 -9
  26. package/System.ComponentModel.Design/internal/index.d.ts +90 -90
  27. package/System.ComponentModel.Design.Serialization/internal/index.d.ts +37 -37
  28. package/System.Data/internal/index.d.ts +225 -225
  29. package/System.Data.Common/internal/index.d.ts +62 -62
  30. package/System.Data.SqlTypes/internal/index.d.ts +73 -73
  31. package/System.Diagnostics/internal/index.d.ts +343 -343
  32. package/System.Diagnostics.CodeAnalysis/internal/index.d.ts +50 -50
  33. package/System.Diagnostics.Contracts/internal/index.d.ts +20 -20
  34. package/System.Diagnostics.Metrics/internal/index.d.ts +46 -46
  35. package/System.Diagnostics.SymbolStore/internal/index.d.ts +9 -9
  36. package/System.Diagnostics.Tracing/internal/index.d.ts +44 -44
  37. package/System.Drawing/internal/index.d.ts +99 -99
  38. package/System.Dynamic/internal/index.d.ts +33 -33
  39. package/System.Formats.Asn1/internal/index.d.ts +12 -12
  40. package/System.Formats.Tar/internal/index.d.ts +17 -17
  41. package/System.Globalization/internal/index.d.ts +51 -51
  42. package/System.IO/internal/index.d.ts +172 -172
  43. package/System.IO.Compression/internal/index.d.ts +56 -56
  44. package/System.IO.Enumeration/internal/index.d.ts +6 -6
  45. package/System.IO.IsolatedStorage/internal/index.d.ts +17 -17
  46. package/System.IO.MemoryMappedFiles/internal/index.d.ts +11 -11
  47. package/System.IO.Pipelines/internal/index.d.ts +13 -13
  48. package/System.IO.Pipes/internal/index.d.ts +32 -32
  49. package/System.Linq/internal/index.d.ts +187 -187
  50. package/System.Linq.Expressions/internal/index.d.ts +203 -203
  51. package/System.Linq.Expressions.Interpreter/internal/index.d.ts +3 -3
  52. package/System.Net/internal/index.d.ts +218 -220
  53. package/System.Net.Cache/internal/index.d.ts +10 -10
  54. package/System.Net.Http/internal/index.d.ts +89 -89
  55. package/System.Net.Http.Headers/internal/index.d.ts +86 -86
  56. package/System.Net.Http.Json/internal/index.d.ts +59 -59
  57. package/System.Net.Http.Metrics/internal/index.d.ts +2 -2
  58. package/System.Net.Mail/internal/index.d.ts +92 -92
  59. package/System.Net.Mime/internal/index.d.ts +6 -6
  60. package/System.Net.NetworkInformation/internal/index.d.ts +39 -39
  61. package/System.Net.Quic/internal/index.d.ts +13 -13
  62. package/System.Net.Security/internal/index.d.ts +70 -70
  63. package/System.Net.ServerSentEvents/internal/index.d.ts +3 -3
  64. package/System.Net.Sockets/internal/index.d.ts +94 -94
  65. package/System.Net.WebSockets/internal/index.d.ts +46 -46
  66. package/System.Numerics/bindings.json +384 -0
  67. package/System.Numerics/internal/index.d.ts +128 -130
  68. package/System.Numerics/internal/metadata.json +256 -0
  69. package/System.Reflection/internal/index.d.ts +271 -271
  70. package/System.Reflection.Emit/internal/index.d.ts +123 -123
  71. package/System.Reflection.Metadata/bindings.json +48 -0
  72. package/System.Reflection.Metadata/internal/index.d.ts +179 -179
  73. package/System.Reflection.Metadata/internal/metadata.json +32 -0
  74. package/System.Reflection.Metadata.Ecma335/internal/index.d.ts +40 -40
  75. package/System.Reflection.PortableExecutable/internal/index.d.ts +26 -26
  76. package/System.Resources/internal/index.d.ts +38 -38
  77. package/System.Runtime/internal/index.d.ts +9 -9
  78. package/System.Runtime.CompilerServices/internal/index.d.ts +168 -168
  79. package/System.Runtime.ConstrainedExecution/internal/index.d.ts +2 -2
  80. package/System.Runtime.ExceptionServices/internal/index.d.ts +3 -3
  81. package/System.Runtime.InteropServices/bindings.json +22 -22
  82. package/System.Runtime.InteropServices/internal/index.d.ts +184 -184
  83. package/System.Runtime.InteropServices/internal/metadata.json +13 -13
  84. package/System.Runtime.InteropServices.ComTypes/internal/index.d.ts +30 -30
  85. package/System.Runtime.InteropServices.Java/internal/index.d.ts +3 -3
  86. package/System.Runtime.InteropServices.JavaScript/internal/index.d.ts +50 -50
  87. package/System.Runtime.InteropServices.Marshalling/internal/index.d.ts +63 -63
  88. package/System.Runtime.InteropServices.ObjectiveC/internal/index.d.ts +1 -1
  89. package/System.Runtime.InteropServices.Swift/internal/index.d.ts +4 -4
  90. package/System.Runtime.Intrinsics/internal/index.d.ts +4 -4
  91. package/System.Runtime.Loader/internal/index.d.ts +9 -9
  92. package/System.Runtime.Remoting/internal/index.d.ts +2 -2
  93. package/System.Runtime.Serialization/internal/index.d.ts +113 -115
  94. package/System.Runtime.Serialization.DataContracts/internal/index.d.ts +19 -19
  95. package/System.Runtime.Serialization.Formatters/internal/index.d.ts +2 -2
  96. package/System.Runtime.Serialization.Formatters.Binary/internal/index.d.ts +5 -5
  97. package/System.Runtime.Serialization.Json/internal/index.d.ts +28 -28
  98. package/System.Runtime.Versioning/internal/index.d.ts +22 -22
  99. package/System.Security/internal/index.d.ts +63 -63
  100. package/System.Security.AccessControl/internal/index.d.ts +84 -84
  101. package/System.Security.Authentication/internal/index.d.ts +6 -6
  102. package/System.Security.Authentication.ExtendedProtection/internal/index.d.ts +13 -13
  103. package/System.Security.Claims/internal/index.d.ts +38 -40
  104. package/System.Security.Cryptography/internal/index.d.ts +378 -378
  105. package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +172 -172
  106. package/System.Security.Permissions/internal/index.d.ts +1 -1
  107. package/System.Security.Policy/internal/index.d.ts +6 -6
  108. package/System.Security.Principal/internal/index.d.ts +29 -31
  109. package/System.Text/internal/index.d.ts +94 -94
  110. package/System.Text.Encodings.Web/internal/index.d.ts +3 -3
  111. package/System.Text.Json/internal/index.d.ts +103 -103
  112. package/System.Text.Json.Nodes/internal/index.d.ts +73 -73
  113. package/System.Text.Json.Schema/internal/index.d.ts +7 -7
  114. package/System.Text.Json.Serialization/internal/index.d.ts +34 -34
  115. package/System.Text.Json.Serialization.Metadata/internal/index.d.ts +57 -57
  116. package/System.Text.RegularExpressions/internal/index.d.ts +29 -29
  117. package/System.Text.Unicode/internal/index.d.ts +6 -6
  118. package/System.Threading/internal/index.d.ts +160 -160
  119. package/System.Threading.Channels/internal/index.d.ts +12 -12
  120. package/System.Threading.Tasks/internal/index.d.ts +125 -135
  121. package/System.Threading.Tasks.Dataflow/internal/index.d.ts +54 -51
  122. package/System.Threading.Tasks.Sources/internal/index.d.ts +5 -5
  123. package/System.Timers/internal/index.d.ts +8 -8
  124. package/System.Transactions/internal/index.d.ts +51 -51
  125. package/System.Web/internal/index.d.ts +32 -32
  126. package/System.Windows.Input/internal/index.d.ts +2 -2
  127. package/System.Windows.Markup/internal/index.d.ts +2 -2
  128. package/System.Xml/internal/index.d.ts +281 -281
  129. package/System.Xml.Linq/internal/index.d.ts +76 -76
  130. package/System.Xml.Resolvers/internal/index.d.ts +8 -8
  131. package/System.Xml.Schema/internal/index.d.ts +173 -173
  132. package/System.Xml.Serialization/internal/index.d.ts +200 -200
  133. package/System.Xml.XPath/internal/index.d.ts +28 -28
  134. package/System.Xml.Xsl/internal/index.d.ts +53 -53
  135. package/System.Xml.Xsl.Runtime/internal/index.d.ts +72 -72
  136. package/__internal/extensions/index.d.ts +415 -414
  137. package/package.json +1 -1
@@ -51,8 +51,8 @@ export interface GnuTarEntry$instance extends PosixTarEntry {
51
51
 
52
52
 
53
53
  export const GnuTarEntry: {
54
- new(entryType: TarEntryType, entryName: string): GnuTarEntry$instance;
55
- new(other: TarEntry): GnuTarEntry$instance;
54
+ new(entryType: TarEntryType, entryName: string): GnuTarEntry;
55
+ new(other: TarEntry): GnuTarEntry;
56
56
  };
57
57
 
58
58
 
@@ -64,7 +64,7 @@ export interface PaxGlobalExtendedAttributesTarEntry$instance extends PosixTarEn
64
64
 
65
65
 
66
66
  export const PaxGlobalExtendedAttributesTarEntry: {
67
- new(globalExtendedAttributes: IEnumerable_1<KeyValuePair_2<System_Internal.String, System_Internal.String>>): PaxGlobalExtendedAttributesTarEntry$instance;
67
+ new(globalExtendedAttributes: IEnumerable_1<KeyValuePair_2<System_Internal.String, System_Internal.String>>): PaxGlobalExtendedAttributesTarEntry;
68
68
  };
69
69
 
70
70
 
@@ -76,9 +76,9 @@ export interface PaxTarEntry$instance extends PosixTarEntry {
76
76
 
77
77
 
78
78
  export const PaxTarEntry: {
79
- new(entryType: TarEntryType, entryName: string): PaxTarEntry$instance;
80
- new(entryType: TarEntryType, entryName: string, extendedAttributes: IEnumerable_1<KeyValuePair_2<System_Internal.String, System_Internal.String>>): PaxTarEntry$instance;
81
- new(other: TarEntry): PaxTarEntry$instance;
79
+ new(entryType: TarEntryType, entryName: string): PaxTarEntry;
80
+ new(entryType: TarEntryType, entryName: string, extendedAttributes: IEnumerable_1<KeyValuePair_2<System_Internal.String, System_Internal.String>>): PaxTarEntry;
81
+ new(other: TarEntry): PaxTarEntry;
82
82
  };
83
83
 
84
84
 
@@ -101,7 +101,7 @@ export type PosixTarEntry = PosixTarEntry$instance;
101
101
  export interface TarEntry$instance {
102
102
  readonly checksum: int;
103
103
  readonly dataOffset: long;
104
- dataStream: Stream;
104
+ dataStream: Stream | undefined;
105
105
  readonly entryType: TarEntryType;
106
106
  readonly format: TarEntryFormat;
107
107
  gid: int;
@@ -132,7 +132,7 @@ export interface TarReader$instance {
132
132
 
133
133
 
134
134
  export const TarReader: {
135
- new(archiveStream: Stream, leaveOpen: boolean): TarReader$instance;
135
+ new(archiveStream: Stream, leaveOpen: boolean): TarReader;
136
136
  };
137
137
 
138
138
 
@@ -150,17 +150,17 @@ export interface TarWriter$instance {
150
150
  readonly format: TarEntryFormat;
151
151
  dispose(): void;
152
152
  disposeAsync(): ValueTask;
153
- writeEntry(fileName: string, entryName: string): void;
153
+ writeEntry(fileName: string, entryName: string | undefined): void;
154
154
  writeEntry(entry: TarEntry): void;
155
- writeEntryAsync(fileName: string, entryName: string, cancellationToken?: CancellationToken): Task;
155
+ writeEntryAsync(fileName: string, entryName: string | undefined, cancellationToken?: CancellationToken): Task;
156
156
  writeEntryAsync(entry: TarEntry, cancellationToken?: CancellationToken): Task;
157
157
  }
158
158
 
159
159
 
160
160
  export const TarWriter: {
161
- new(archiveStream: Stream): TarWriter$instance;
162
- new(archiveStream: Stream, leaveOpen: boolean): TarWriter$instance;
163
- new(archiveStream: Stream, format: TarEntryFormat, leaveOpen: boolean): TarWriter$instance;
161
+ new(archiveStream: Stream): TarWriter;
162
+ new(archiveStream: Stream, leaveOpen: boolean): TarWriter;
163
+ new(archiveStream: Stream, format: TarEntryFormat, leaveOpen: boolean): TarWriter;
164
164
  };
165
165
 
166
166
 
@@ -179,8 +179,8 @@ export interface UstarTarEntry$instance extends PosixTarEntry {
179
179
 
180
180
 
181
181
  export const UstarTarEntry: {
182
- new(entryType: TarEntryType, entryName: string): UstarTarEntry$instance;
183
- new(other: TarEntry): UstarTarEntry$instance;
182
+ new(entryType: TarEntryType, entryName: string): UstarTarEntry;
183
+ new(other: TarEntry): UstarTarEntry;
184
184
  };
185
185
 
186
186
 
@@ -191,8 +191,8 @@ export interface V7TarEntry$instance extends TarEntry {
191
191
 
192
192
 
193
193
  export const V7TarEntry: {
194
- new(entryType: TarEntryType, entryName: string): V7TarEntry$instance;
195
- new(other: TarEntry): V7TarEntry$instance;
194
+ new(entryType: TarEntryType, entryName: string): V7TarEntry;
195
+ new(other: TarEntry): V7TarEntry;
196
196
  };
197
197
 
198
198
 
@@ -225,7 +225,7 @@ export interface ChineseLunisolarCalendar$instance extends EastAsianLunisolarCal
225
225
 
226
226
 
227
227
  export const ChineseLunisolarCalendar: {
228
- new(): ChineseLunisolarCalendar$instance;
228
+ new(): ChineseLunisolarCalendar;
229
229
  readonly chineseEra: int;
230
230
  };
231
231
 
@@ -299,7 +299,7 @@ export interface CompareInfo$instance {
299
299
 
300
300
 
301
301
  export const CompareInfo: {
302
- new(): CompareInfo$instance;
302
+ new(): CompareInfo;
303
303
  getCompareInfo(culture: int, assembly: Assembly): CompareInfo;
304
304
  getCompareInfo(culture: int): CompareInfo;
305
305
  getCompareInfo(name: string, assembly: Assembly): CompareInfo;
@@ -353,15 +353,15 @@ export interface CultureInfo$instance {
353
353
 
354
354
 
355
355
  export const CultureInfo: {
356
- new(name: string): CultureInfo$instance;
357
- new(name: string, useUserOverride: boolean): CultureInfo$instance;
358
- new(culture: int): CultureInfo$instance;
359
- new(culture: int, useUserOverride: boolean): CultureInfo$instance;
356
+ new(name: string): CultureInfo;
357
+ new(name: string, useUserOverride: boolean): CultureInfo;
358
+ new(culture: int): CultureInfo;
359
+ new(culture: int, useUserOverride: boolean): CultureInfo;
360
360
  currentCulture: CultureInfo;
361
361
  currentUICulture: CultureInfo;
362
362
  readonly installedUICulture: CultureInfo;
363
- defaultThreadCurrentCulture: CultureInfo;
364
- defaultThreadCurrentUICulture: CultureInfo;
363
+ defaultThreadCurrentCulture: CultureInfo | undefined;
364
+ defaultThreadCurrentUICulture: CultureInfo | undefined;
365
365
  readonly invariantCulture: CultureInfo;
366
366
  createSpecificCulture(name: string): CultureInfo;
367
367
  getCultureInfo(culture: int): CultureInfo;
@@ -379,28 +379,28 @@ export interface __CultureInfo$views {
379
379
  As_IFormatProvider(): System_Internal.IFormatProvider$instance;
380
380
  }
381
381
 
382
- export interface CultureInfo$instance extends System_Internal.ICloneable$instance, System_Internal.IFormatProvider$instance {}
382
+ export interface CultureInfo$instance extends System_Internal.ICloneable$instance {}
383
383
 
384
384
  export type CultureInfo = CultureInfo$instance & __CultureInfo$views;
385
385
 
386
386
 
387
387
  export interface CultureNotFoundException$instance extends ArgumentException {
388
388
  readonly invalidCultureId: Nullable_1<System_Internal.Int32>;
389
- readonly invalidCultureName: string;
389
+ readonly invalidCultureName: string | undefined;
390
390
  readonly message: string;
391
- getObjectData(info: SerializationInfo, context: StreamingContext): void;
391
+ getObjectData(info: SerializationInfo | undefined, context: StreamingContext): void;
392
392
  }
393
393
 
394
394
 
395
395
  export const CultureNotFoundException: {
396
- new(): CultureNotFoundException$instance;
397
- new(message: string): CultureNotFoundException$instance;
398
- new(paramName: string, message: string): CultureNotFoundException$instance;
399
- new(message: string, innerException: Exception): CultureNotFoundException$instance;
400
- new(paramName: string, invalidCultureName: string, message: string): CultureNotFoundException$instance;
401
- new(message: string, invalidCultureName: string, innerException: Exception): CultureNotFoundException$instance;
402
- new(message: string, invalidCultureId: int, innerException: Exception): CultureNotFoundException$instance;
403
- new(paramName: string, invalidCultureId: int, message: string): CultureNotFoundException$instance;
396
+ new(): CultureNotFoundException;
397
+ new(message: string | undefined): CultureNotFoundException;
398
+ new(paramName: string | undefined, message: string | undefined): CultureNotFoundException;
399
+ new(message: string | undefined, innerException: Exception | undefined): CultureNotFoundException;
400
+ new(paramName: string | undefined, invalidCultureName: string | undefined, message: string | undefined): CultureNotFoundException;
401
+ new(message: string | undefined, invalidCultureName: string | undefined, innerException: Exception | undefined): CultureNotFoundException;
402
+ new(message: string | undefined, invalidCultureId: int, innerException: Exception | undefined): CultureNotFoundException;
403
+ new(paramName: string | undefined, invalidCultureId: int, message: string | undefined): CultureNotFoundException;
404
404
  };
405
405
 
406
406
 
@@ -455,10 +455,10 @@ export interface DateTimeFormatInfo$instance {
455
455
 
456
456
 
457
457
  export const DateTimeFormatInfo: {
458
- new(): DateTimeFormatInfo$instance;
458
+ new(): DateTimeFormatInfo;
459
459
  readonly invariantInfo: DateTimeFormatInfo;
460
460
  readonly currentInfo: DateTimeFormatInfo;
461
- getInstance(provider: IFormatProvider): DateTimeFormatInfo;
461
+ getInstance(provider: IFormatProvider | undefined): DateTimeFormatInfo;
462
462
  readOnly(dtfi: DateTimeFormatInfo): DateTimeFormatInfo;
463
463
  };
464
464
 
@@ -468,7 +468,7 @@ export interface __DateTimeFormatInfo$views {
468
468
  As_IFormatProvider(): System_Internal.IFormatProvider$instance;
469
469
  }
470
470
 
471
- export interface DateTimeFormatInfo$instance extends System_Internal.ICloneable$instance, System_Internal.IFormatProvider$instance {}
471
+ export interface DateTimeFormatInfo$instance extends System_Internal.ICloneable$instance {}
472
472
 
473
473
  export type DateTimeFormatInfo = DateTimeFormatInfo$instance & __DateTimeFormatInfo$views;
474
474
 
@@ -481,7 +481,7 @@ export interface DaylightTime$instance {
481
481
 
482
482
 
483
483
  export const DaylightTime: {
484
- new(start: DateTime, end: DateTime, delta: TimeSpan): DaylightTime$instance;
484
+ new(start: DateTime, end: DateTime, delta: TimeSpan): DaylightTime;
485
485
  };
486
486
 
487
487
 
@@ -569,8 +569,8 @@ export interface GregorianCalendar$instance extends Calendar$instance {
569
569
 
570
570
 
571
571
  export const GregorianCalendar: {
572
- new(): GregorianCalendar$instance;
573
- new(type_: GregorianCalendarTypes): GregorianCalendar$instance;
572
+ new(): GregorianCalendar;
573
+ new(type_: GregorianCalendarTypes): GregorianCalendar;
574
574
  readonly adEra: int;
575
575
  };
576
576
 
@@ -618,7 +618,7 @@ export interface HebrewCalendar$instance extends Calendar$instance {
618
618
 
619
619
 
620
620
  export const HebrewCalendar: {
621
- new(): HebrewCalendar$instance;
621
+ new(): HebrewCalendar;
622
622
  readonly hebrewEra: int;
623
623
  };
624
624
 
@@ -667,7 +667,7 @@ export interface HijriCalendar$instance extends Calendar$instance {
667
667
 
668
668
 
669
669
  export const HijriCalendar: {
670
- new(): HijriCalendar$instance;
670
+ new(): HijriCalendar;
671
671
  readonly hijriEra: int;
672
672
  };
673
673
 
@@ -694,7 +694,7 @@ export interface IdnMapping$instance {
694
694
 
695
695
 
696
696
  export const IdnMapping: {
697
- new(): IdnMapping$instance;
697
+ new(): IdnMapping;
698
698
  };
699
699
 
700
700
 
@@ -737,7 +737,7 @@ export interface JapaneseCalendar$instance extends Calendar$instance {
737
737
 
738
738
 
739
739
  export const JapaneseCalendar: {
740
- new(): JapaneseCalendar$instance;
740
+ new(): JapaneseCalendar;
741
741
  };
742
742
 
743
743
 
@@ -758,7 +758,7 @@ export interface JapaneseLunisolarCalendar$instance extends EastAsianLunisolarCa
758
758
 
759
759
 
760
760
  export const JapaneseLunisolarCalendar: {
761
- new(): JapaneseLunisolarCalendar$instance;
761
+ new(): JapaneseLunisolarCalendar;
762
762
  readonly japaneseEra: int;
763
763
  };
764
764
 
@@ -806,7 +806,7 @@ export interface JulianCalendar$instance extends Calendar$instance {
806
806
 
807
807
 
808
808
  export const JulianCalendar: {
809
- new(): JulianCalendar$instance;
809
+ new(): JulianCalendar;
810
810
  readonly julianEra: int;
811
811
  };
812
812
 
@@ -855,7 +855,7 @@ export interface KoreanCalendar$instance extends Calendar$instance {
855
855
 
856
856
 
857
857
  export const KoreanCalendar: {
858
- new(): KoreanCalendar$instance;
858
+ new(): KoreanCalendar;
859
859
  readonly koreanEra: int;
860
860
  };
861
861
 
@@ -877,7 +877,7 @@ export interface KoreanLunisolarCalendar$instance extends EastAsianLunisolarCale
877
877
 
878
878
 
879
879
  export const KoreanLunisolarCalendar: {
880
- new(): KoreanLunisolarCalendar$instance;
880
+ new(): KoreanLunisolarCalendar;
881
881
  readonly gregorianEra: int;
882
882
  };
883
883
 
@@ -924,10 +924,10 @@ export interface NumberFormatInfo$instance {
924
924
 
925
925
 
926
926
  export const NumberFormatInfo: {
927
- new(): NumberFormatInfo$instance;
927
+ new(): NumberFormatInfo;
928
928
  readonly invariantInfo: NumberFormatInfo;
929
929
  readonly currentInfo: NumberFormatInfo;
930
- getInstance(formatProvider: IFormatProvider): NumberFormatInfo;
930
+ getInstance(formatProvider: IFormatProvider | undefined): NumberFormatInfo;
931
931
  readOnly(nfi: NumberFormatInfo): NumberFormatInfo;
932
932
  };
933
933
 
@@ -937,7 +937,7 @@ export interface __NumberFormatInfo$views {
937
937
  As_IFormatProvider(): System_Internal.IFormatProvider$instance;
938
938
  }
939
939
 
940
- export interface NumberFormatInfo$instance extends System_Internal.ICloneable$instance, System_Internal.IFormatProvider$instance {}
940
+ export interface NumberFormatInfo$instance extends System_Internal.ICloneable$instance {}
941
941
 
942
942
  export type NumberFormatInfo = NumberFormatInfo$instance & __NumberFormatInfo$views;
943
943
 
@@ -978,7 +978,7 @@ export interface PersianCalendar$instance extends Calendar$instance {
978
978
 
979
979
 
980
980
  export const PersianCalendar: {
981
- new(): PersianCalendar$instance;
981
+ new(): PersianCalendar;
982
982
  readonly persianEra: int;
983
983
  };
984
984
 
@@ -1011,8 +1011,8 @@ export interface RegionInfo$instance {
1011
1011
 
1012
1012
 
1013
1013
  export const RegionInfo: {
1014
- new(name: string): RegionInfo$instance;
1015
- new(culture: int): RegionInfo$instance;
1014
+ new(name: string): RegionInfo;
1015
+ new(culture: int): RegionInfo;
1016
1016
  readonly currentRegion: RegionInfo;
1017
1017
  };
1018
1018
 
@@ -1029,7 +1029,7 @@ export interface SortKey$instance {
1029
1029
 
1030
1030
 
1031
1031
  export const SortKey: {
1032
- new(): SortKey$instance;
1032
+ new(): SortKey;
1033
1033
  compare(sortkey1: SortKey, sortkey2: SortKey): int;
1034
1034
  };
1035
1035
 
@@ -1039,14 +1039,14 @@ export type SortKey = SortKey$instance;
1039
1039
  export interface SortVersion$instance {
1040
1040
  readonly fullVersion: int;
1041
1041
  readonly sortId: Guid;
1042
- equals(obj: unknown): boolean;
1043
- equals(other: SortVersion): boolean;
1042
+ equals(obj: unknown | undefined): boolean;
1043
+ equals(other: SortVersion | undefined): boolean;
1044
1044
  getHashCode(): int;
1045
1045
  }
1046
1046
 
1047
1047
 
1048
1048
  export const SortVersion: {
1049
- new(fullVersion: int, sortId: Guid): SortVersion$instance;
1049
+ new(fullVersion: int, sortId: Guid): SortVersion;
1050
1050
  };
1051
1051
 
1052
1052
 
@@ -1071,8 +1071,8 @@ export interface StringInfo$instance {
1071
1071
 
1072
1072
 
1073
1073
  export const StringInfo: {
1074
- new(): StringInfo$instance;
1075
- new(value: string): StringInfo$instance;
1074
+ new(): StringInfo;
1075
+ new(value: string): StringInfo;
1076
1076
  getNextTextElement(str: string, index: int): string;
1077
1077
  getNextTextElement(str: string): string;
1078
1078
  getNextTextElementLength(str: ReadOnlySpan_1<System_Internal.Char>): int;
@@ -1123,7 +1123,7 @@ export interface TaiwanCalendar$instance extends Calendar$instance {
1123
1123
 
1124
1124
 
1125
1125
  export const TaiwanCalendar: {
1126
- new(): TaiwanCalendar$instance;
1126
+ new(): TaiwanCalendar;
1127
1127
  };
1128
1128
 
1129
1129
 
@@ -1144,7 +1144,7 @@ export interface TaiwanLunisolarCalendar$instance extends EastAsianLunisolarCale
1144
1144
 
1145
1145
 
1146
1146
  export const TaiwanLunisolarCalendar: {
1147
- new(): TaiwanLunisolarCalendar$instance;
1147
+ new(): TaiwanLunisolarCalendar;
1148
1148
  };
1149
1149
 
1150
1150
 
@@ -1165,7 +1165,7 @@ export interface TextElementEnumerator$instance {
1165
1165
 
1166
1166
 
1167
1167
  export const TextElementEnumerator: {
1168
- new(): TextElementEnumerator$instance;
1168
+ new(): TextElementEnumerator;
1169
1169
  };
1170
1170
 
1171
1171
 
@@ -1201,7 +1201,7 @@ export interface TextInfo$instance {
1201
1201
 
1202
1202
 
1203
1203
  export const TextInfo: {
1204
- new(): TextInfo$instance;
1204
+ new(): TextInfo;
1205
1205
  readOnly(textInfo: TextInfo): TextInfo;
1206
1206
  };
1207
1207
 
@@ -1253,7 +1253,7 @@ export interface ThaiBuddhistCalendar$instance extends Calendar$instance {
1253
1253
 
1254
1254
 
1255
1255
  export const ThaiBuddhistCalendar: {
1256
- new(): ThaiBuddhistCalendar$instance;
1256
+ new(): ThaiBuddhistCalendar;
1257
1257
  readonly thaiBuddhistEra: int;
1258
1258
  };
1259
1259
 
@@ -1301,7 +1301,7 @@ export interface UmAlQuraCalendar$instance extends Calendar$instance {
1301
1301
 
1302
1302
 
1303
1303
  export const UmAlQuraCalendar: {
1304
- new(): UmAlQuraCalendar$instance;
1304
+ new(): UmAlQuraCalendar;
1305
1305
  readonly umAlQuraEra: int;
1306
1306
  };
1307
1307