@tsonic/dotnet 0.7.9 → 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 +2 -2
@@ -216,7 +216,7 @@ export interface Color$instance {
216
216
 
217
217
 
218
218
  export const Color: {
219
- new(): Color$instance;
219
+ new(): Color;
220
220
  readonly empty: Color;
221
221
  readonly transparent: Color;
222
222
  readonly aliceBlue: Color;
@@ -393,9 +393,9 @@ export interface Point$instance {
393
393
 
394
394
 
395
395
  export const Point: {
396
- new(x: int, y: int): Point$instance;
397
- new(sz: Size): Point$instance;
398
- new(dw: int): Point$instance;
396
+ new(x: int, y: int): Point;
397
+ new(sz: Size): Point;
398
+ new(dw: int): Point;
399
399
  readonly empty: Point;
400
400
  add(pt: Point, sz: Size): Point;
401
401
  ceiling(value: PointF): Point;
@@ -428,8 +428,8 @@ export interface PointF$instance {
428
428
 
429
429
 
430
430
  export const PointF: {
431
- new(x: float, y: float): PointF$instance;
432
- new(vector: Vector2): PointF$instance;
431
+ new(x: float, y: float): PointF;
432
+ new(vector: Vector2): PointF;
433
433
  readonly empty: PointF;
434
434
  add(pt: PointF, sz: Size): PointF;
435
435
  add(pt: PointF, sz: SizeF): PointF;
@@ -477,8 +477,8 @@ export interface Rectangle$instance {
477
477
 
478
478
 
479
479
  export const Rectangle: {
480
- new(x: int, y: int, width: int, height: int): Rectangle$instance;
481
- new(location: Point, size: Size): Rectangle$instance;
480
+ new(x: int, y: int, width: int, height: int): Rectangle;
481
+ new(location: Point, size: Size): Rectangle;
482
482
  readonly empty: Rectangle;
483
483
  ceiling(value: RectangleF): Rectangle;
484
484
  fromLTRB(left: int, top: int, right: int, bottom: int): Rectangle;
@@ -530,9 +530,9 @@ export interface RectangleF$instance {
530
530
 
531
531
 
532
532
  export const RectangleF: {
533
- new(x: float, y: float, width: float, height: float): RectangleF$instance;
534
- new(location: PointF, size: SizeF): RectangleF$instance;
535
- new(vector: Vector4): RectangleF$instance;
533
+ new(x: float, y: float, width: float, height: float): RectangleF;
534
+ new(location: PointF, size: SizeF): RectangleF;
535
+ new(vector: Vector4): RectangleF;
536
536
  readonly empty: RectangleF;
537
537
  fromLTRB(left: float, top: float, right: float, bottom: float): RectangleF;
538
538
  inflate(rect: RectangleF, x: float, y: float): RectangleF;
@@ -563,8 +563,8 @@ export interface Size$instance {
563
563
 
564
564
 
565
565
  export const Size: {
566
- new(pt: Point): Size$instance;
567
- new(width: int, height: int): Size$instance;
566
+ new(pt: Point): Size;
567
+ new(width: int, height: int): Size;
568
568
  readonly empty: Size;
569
569
  add(sz1: Size, sz2: Size): Size;
570
570
  ceiling(value: SizeF): Size;
@@ -599,10 +599,10 @@ export interface SizeF$instance {
599
599
 
600
600
 
601
601
  export const SizeF: {
602
- new(size: SizeF): SizeF$instance;
603
- new(pt: PointF): SizeF$instance;
604
- new(vector: Vector2): SizeF$instance;
605
- new(width: float, height: float): SizeF$instance;
602
+ new(size: SizeF): SizeF;
603
+ new(pt: PointF): SizeF;
604
+ new(vector: Vector2): SizeF;
605
+ new(width: float, height: float): SizeF;
606
606
  readonly empty: SizeF;
607
607
  add(sz1: SizeF, sz2: SizeF): SizeF;
608
608
  subtract(sz1: SizeF, sz2: SizeF): SizeF;
@@ -636,7 +636,7 @@ export interface ColorConverter$instance extends TypeConverter {
636
636
 
637
637
 
638
638
  export const ColorConverter: {
639
- new(): ColorConverter$instance;
639
+ new(): ColorConverter;
640
640
  };
641
641
 
642
642
 
@@ -664,7 +664,7 @@ export interface PointConverter$instance extends TypeConverter {
664
664
 
665
665
 
666
666
  export const PointConverter: {
667
- new(): PointConverter$instance;
667
+ new(): PointConverter;
668
668
  };
669
669
 
670
670
 
@@ -692,7 +692,7 @@ export interface RectangleConverter$instance extends TypeConverter {
692
692
 
693
693
 
694
694
  export const RectangleConverter: {
695
- new(): RectangleConverter$instance;
695
+ new(): RectangleConverter;
696
696
  };
697
697
 
698
698
 
@@ -720,7 +720,7 @@ export interface SizeConverter$instance extends TypeConverter {
720
720
 
721
721
 
722
722
  export const SizeConverter: {
723
- new(): SizeConverter$instance;
723
+ new(): SizeConverter;
724
724
  };
725
725
 
726
726
 
@@ -748,7 +748,7 @@ export interface SizeFConverter$instance extends TypeConverter {
748
748
 
749
749
 
750
750
  export const SizeFConverter: {
751
- new(): SizeFConverter$instance;
751
+ new(): SizeFConverter;
752
752
  };
753
753
 
754
754
 
@@ -78,8 +78,8 @@ export interface CallInfo$instance {
78
78
 
79
79
 
80
80
  export const CallInfo: {
81
- new(argCount: int, argNames: string[]): CallInfo$instance;
82
- new(argCount: int, argNames: IEnumerable_1<System_Internal.String>): CallInfo$instance;
81
+ new(argCount: int, argNames: string[]): CallInfo;
82
+ new(argCount: int, argNames: IEnumerable_1<System_Internal.String>): CallInfo;
83
83
  };
84
84
 
85
85
 
@@ -175,8 +175,8 @@ export interface DynamicMetaObject$instance {
175
175
 
176
176
 
177
177
  export const DynamicMetaObject: {
178
- new(expression: Expression, restrictions: BindingRestrictions): DynamicMetaObject$instance;
179
- new(expression: Expression, restrictions: BindingRestrictions, value: unknown): DynamicMetaObject$instance;
178
+ new(expression: Expression, restrictions: BindingRestrictions): DynamicMetaObject;
179
+ new(expression: Expression, restrictions: BindingRestrictions, value: unknown): DynamicMetaObject;
180
180
  readonly emptyMetaObjects: DynamicMetaObject[];
181
181
  create(value: unknown, expression: Expression): DynamicMetaObject;
182
182
  };
@@ -220,7 +220,7 @@ export interface DynamicObject$instance {
220
220
 
221
221
 
222
222
  export const DynamicObject: {
223
- new(): DynamicObject$instance;
223
+ new(): DynamicObject;
224
224
  };
225
225
 
226
226
 
@@ -238,7 +238,7 @@ export interface ExpandoObject$instance extends INotifyPropertyChanged {
238
238
 
239
239
 
240
240
  export const ExpandoObject: {
241
- new(): ExpandoObject$instance;
241
+ new(): ExpandoObject;
242
242
  };
243
243
 
244
244
 
@@ -95,8 +95,8 @@ export interface Asn1Tag$instance {
95
95
 
96
96
 
97
97
  export const Asn1Tag: {
98
- new(universalTagNumber: UniversalTagNumber, isConstructed: boolean): Asn1Tag$instance;
99
- new(tagClass: TagClass, tagValue: int, isConstructed: boolean): Asn1Tag$instance;
98
+ new(universalTagNumber: UniversalTagNumber, isConstructed: boolean): Asn1Tag;
99
+ new(tagClass: TagClass, tagValue: int, isConstructed: boolean): Asn1Tag;
100
100
  readonly boolean_: Asn1Tag;
101
101
  readonly integer: Asn1Tag;
102
102
  readonly primitiveBitString: Asn1Tag;
@@ -132,7 +132,7 @@ export interface AsnReaderOptions$instance {
132
132
 
133
133
 
134
134
  export const AsnReaderOptions: {
135
- new(): AsnReaderOptions$instance;
135
+ new(): AsnReaderOptions;
136
136
  };
137
137
 
138
138
 
@@ -144,7 +144,7 @@ export interface AsnWriter_Scope$instance {
144
144
 
145
145
 
146
146
  export const AsnWriter_Scope: {
147
- new(): AsnWriter_Scope$instance;
147
+ new(): AsnWriter_Scope;
148
148
  };
149
149
 
150
150
 
@@ -163,9 +163,9 @@ export interface AsnContentException$instance extends Exception {
163
163
 
164
164
 
165
165
  export const AsnContentException: {
166
- new(): AsnContentException$instance;
167
- new(message: string): AsnContentException$instance;
168
- new(message: string, inner: Exception): AsnContentException$instance;
166
+ new(): AsnContentException;
167
+ new(message: string): AsnContentException;
168
+ new(message: string, inner: Exception): AsnContentException;
169
169
  };
170
170
 
171
171
 
@@ -220,7 +220,7 @@ export interface AsnReader$instance {
220
220
 
221
221
 
222
222
  export const AsnReader: {
223
- new(data: ReadOnlyMemory_1<System_Internal.Byte>, ruleSet: AsnEncodingRules, options: AsnReaderOptions): AsnReader$instance;
223
+ new(data: ReadOnlyMemory_1<System_Internal.Byte>, ruleSet: AsnEncodingRules, options: AsnReaderOptions): AsnReader;
224
224
  };
225
225
 
226
226
 
@@ -271,8 +271,8 @@ export interface AsnWriter$instance {
271
271
 
272
272
 
273
273
  export const AsnWriter: {
274
- new(ruleSet: AsnEncodingRules): AsnWriter$instance;
275
- new(ruleSet: AsnEncodingRules, initialCapacity: int): AsnWriter$instance;
274
+ new(ruleSet: AsnEncodingRules): AsnWriter;
275
+ new(ruleSet: AsnEncodingRules, initialCapacity: int): AsnWriter;
276
276
  };
277
277
 
278
278
 
@@ -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
 
@@ -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
 
@@ -158,9 +158,9 @@ export interface TarWriter$instance {
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,10 +353,10 @@ 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;
@@ -393,14 +393,14 @@ export interface CultureNotFoundException$instance extends ArgumentException {
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): CultureNotFoundException;
398
+ new(paramName: string, message: string): CultureNotFoundException;
399
+ new(message: string, innerException: Exception): CultureNotFoundException;
400
+ new(paramName: string, invalidCultureName: string, message: string): CultureNotFoundException;
401
+ new(message: string, invalidCultureName: string, innerException: Exception): CultureNotFoundException;
402
+ new(message: string, invalidCultureId: int, innerException: Exception): CultureNotFoundException;
403
+ new(paramName: string, invalidCultureId: int, message: string): CultureNotFoundException;
404
404
  };
405
405
 
406
406
 
@@ -455,7 +455,7 @@ 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
461
  getInstance(provider: IFormatProvider): DateTimeFormatInfo;
@@ -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,7 +924,7 @@ 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
930
  getInstance(formatProvider: IFormatProvider): NumberFormatInfo;
@@ -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
 
@@ -1046,7 +1046,7 @@ export interface SortVersion$instance {
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