@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
@@ -88,7 +88,7 @@ export interface XmlDeserializationEvents$instance {
88
88
 
89
89
 
90
90
  export const XmlDeserializationEvents: {
91
- new(): XmlDeserializationEvents$instance;
91
+ new(): XmlDeserializationEvents;
92
92
  };
93
93
 
94
94
 
@@ -99,7 +99,7 @@ export interface CodeIdentifier$instance {
99
99
 
100
100
 
101
101
  export const CodeIdentifier: {
102
- new(): CodeIdentifier$instance;
102
+ new(): CodeIdentifier;
103
103
  makeCamel(identifier: string): string;
104
104
  makePascal(identifier: string): string;
105
105
  makeValid(identifier: string): string;
@@ -124,8 +124,8 @@ export interface CodeIdentifiers$instance {
124
124
 
125
125
 
126
126
  export const CodeIdentifiers: {
127
- new(): CodeIdentifiers$instance;
128
- new(caseSensitive: boolean): CodeIdentifiers$instance;
127
+ new(): CodeIdentifiers;
128
+ new(caseSensitive: boolean): CodeIdentifiers;
129
129
  };
130
130
 
131
131
 
@@ -139,7 +139,7 @@ export interface ImportContext$instance {
139
139
 
140
140
 
141
141
  export const ImportContext: {
142
- new(identifiers: CodeIdentifiers, shareTypes: boolean): ImportContext$instance;
142
+ new(identifiers: CodeIdentifiers, shareTypes: boolean): ImportContext;
143
143
  };
144
144
 
145
145
 
@@ -163,8 +163,8 @@ export interface SoapAttributeAttribute$instance extends Attribute {
163
163
 
164
164
 
165
165
  export const SoapAttributeAttribute: {
166
- new(): SoapAttributeAttribute$instance;
167
- new(attributeName: string): SoapAttributeAttribute$instance;
166
+ new(): SoapAttributeAttribute;
167
+ new(attributeName: string): SoapAttributeAttribute;
168
168
  };
169
169
 
170
170
 
@@ -179,7 +179,7 @@ export interface SoapAttributeOverrides$instance {
179
179
 
180
180
 
181
181
  export const SoapAttributeOverrides: {
182
- new(): SoapAttributeOverrides$instance;
182
+ new(): SoapAttributeOverrides;
183
183
  };
184
184
 
185
185
 
@@ -196,8 +196,8 @@ export interface SoapAttributes$instance {
196
196
 
197
197
 
198
198
  export const SoapAttributes: {
199
- new(): SoapAttributes$instance;
200
- new(provider: ICustomAttributeProvider): SoapAttributes$instance;
199
+ new(): SoapAttributes;
200
+ new(provider: ICustomAttributeProvider): SoapAttributes;
201
201
  };
202
202
 
203
203
 
@@ -211,8 +211,8 @@ export interface SoapElementAttribute$instance extends Attribute {
211
211
 
212
212
 
213
213
  export const SoapElementAttribute: {
214
- new(): SoapElementAttribute$instance;
215
- new(elementName: string): SoapElementAttribute$instance;
214
+ new(): SoapElementAttribute;
215
+ new(elementName: string): SoapElementAttribute;
216
216
  };
217
217
 
218
218
 
@@ -224,8 +224,8 @@ export interface SoapEnumAttribute$instance extends Attribute {
224
224
 
225
225
 
226
226
  export const SoapEnumAttribute: {
227
- new(): SoapEnumAttribute$instance;
228
- new(name: string): SoapEnumAttribute$instance;
227
+ new(): SoapEnumAttribute;
228
+ new(name: string): SoapEnumAttribute;
229
229
  };
230
230
 
231
231
 
@@ -236,7 +236,7 @@ export interface SoapIgnoreAttribute$instance extends Attribute {
236
236
 
237
237
 
238
238
  export const SoapIgnoreAttribute: {
239
- new(): SoapIgnoreAttribute$instance;
239
+ new(): SoapIgnoreAttribute;
240
240
  };
241
241
 
242
242
 
@@ -248,7 +248,7 @@ export interface SoapIncludeAttribute$instance extends Attribute {
248
248
 
249
249
 
250
250
  export const SoapIncludeAttribute: {
251
- new(type_: Type): SoapIncludeAttribute$instance;
251
+ new(type_: Type): SoapIncludeAttribute;
252
252
  };
253
253
 
254
254
 
@@ -267,10 +267,10 @@ export interface SoapReflectionImporter$instance {
267
267
 
268
268
 
269
269
  export const SoapReflectionImporter: {
270
- new(): SoapReflectionImporter$instance;
271
- new(defaultNamespace: string): SoapReflectionImporter$instance;
272
- new(attributeOverrides: SoapAttributeOverrides): SoapReflectionImporter$instance;
273
- new(attributeOverrides: SoapAttributeOverrides, defaultNamespace: string): SoapReflectionImporter$instance;
270
+ new(): SoapReflectionImporter;
271
+ new(defaultNamespace: string): SoapReflectionImporter;
272
+ new(attributeOverrides: SoapAttributeOverrides): SoapReflectionImporter;
273
+ new(attributeOverrides: SoapAttributeOverrides, defaultNamespace: string): SoapReflectionImporter;
274
274
  };
275
275
 
276
276
 
@@ -283,7 +283,7 @@ export interface SoapSchemaMember$instance {
283
283
 
284
284
 
285
285
  export const SoapSchemaMember: {
286
- new(): SoapSchemaMember$instance;
286
+ new(): SoapSchemaMember;
287
287
  };
288
288
 
289
289
 
@@ -297,9 +297,9 @@ export interface SoapTypeAttribute$instance extends Attribute {
297
297
 
298
298
 
299
299
  export const SoapTypeAttribute: {
300
- new(): SoapTypeAttribute$instance;
301
- new(typeName: string): SoapTypeAttribute$instance;
302
- new(typeName: string, ns: string): SoapTypeAttribute$instance;
300
+ new(): SoapTypeAttribute;
301
+ new(typeName: string): SoapTypeAttribute;
302
+ new(typeName: string, ns: string): SoapTypeAttribute;
303
303
  };
304
304
 
305
305
 
@@ -312,7 +312,7 @@ export interface UnreferencedObjectEventArgs$instance extends EventArgs {
312
312
 
313
313
 
314
314
  export const UnreferencedObjectEventArgs: {
315
- new(o: unknown, id: string): UnreferencedObjectEventArgs$instance;
315
+ new(o: unknown, id: string): UnreferencedObjectEventArgs;
316
316
  };
317
317
 
318
318
 
@@ -323,7 +323,7 @@ export interface XmlAnyAttributeAttribute$instance extends Attribute {
323
323
 
324
324
 
325
325
  export const XmlAnyAttributeAttribute: {
326
- new(): XmlAnyAttributeAttribute$instance;
326
+ new(): XmlAnyAttributeAttribute;
327
327
  };
328
328
 
329
329
 
@@ -337,9 +337,9 @@ export interface XmlAnyElementAttribute$instance extends Attribute {
337
337
 
338
338
 
339
339
  export const XmlAnyElementAttribute: {
340
- new(): XmlAnyElementAttribute$instance;
341
- new(name: string): XmlAnyElementAttribute$instance;
342
- new(name: string, ns: string): XmlAnyElementAttribute$instance;
340
+ new(): XmlAnyElementAttribute;
341
+ new(name: string): XmlAnyElementAttribute;
342
+ new(name: string, ns: string): XmlAnyElementAttribute;
343
343
  };
344
344
 
345
345
 
@@ -360,7 +360,7 @@ export interface XmlAnyElementAttributes$instance extends CollectionBase {
360
360
 
361
361
 
362
362
  export const XmlAnyElementAttributes: {
363
- new(): XmlAnyElementAttributes$instance;
363
+ new(): XmlAnyElementAttributes;
364
364
  };
365
365
 
366
366
 
@@ -383,8 +383,8 @@ export interface XmlArrayAttribute$instance extends Attribute {
383
383
 
384
384
 
385
385
  export const XmlArrayAttribute: {
386
- new(): XmlArrayAttribute$instance;
387
- new(elementName: string): XmlArrayAttribute$instance;
386
+ new(): XmlArrayAttribute;
387
+ new(elementName: string): XmlArrayAttribute;
388
388
  };
389
389
 
390
390
 
@@ -402,10 +402,10 @@ export interface XmlArrayItemAttribute$instance extends Attribute {
402
402
 
403
403
 
404
404
  export const XmlArrayItemAttribute: {
405
- new(): XmlArrayItemAttribute$instance;
406
- new(elementName: string): XmlArrayItemAttribute$instance;
407
- new(type_: Type): XmlArrayItemAttribute$instance;
408
- new(elementName: string, type_: Type): XmlArrayItemAttribute$instance;
405
+ new(): XmlArrayItemAttribute;
406
+ new(elementName: string): XmlArrayItemAttribute;
407
+ new(type_: Type): XmlArrayItemAttribute;
408
+ new(elementName: string, type_: Type): XmlArrayItemAttribute;
409
409
  };
410
410
 
411
411
 
@@ -426,7 +426,7 @@ export interface XmlArrayItemAttributes$instance extends CollectionBase {
426
426
 
427
427
 
428
428
  export const XmlArrayItemAttributes: {
429
- new(): XmlArrayItemAttributes$instance;
429
+ new(): XmlArrayItemAttributes;
430
430
  };
431
431
 
432
432
 
@@ -449,10 +449,10 @@ export interface XmlAttributeAttribute$instance extends Attribute {
449
449
 
450
450
 
451
451
  export const XmlAttributeAttribute: {
452
- new(): XmlAttributeAttribute$instance;
453
- new(attributeName: string): XmlAttributeAttribute$instance;
454
- new(type_: Type): XmlAttributeAttribute$instance;
455
- new(attributeName: string, type_: Type): XmlAttributeAttribute$instance;
452
+ new(): XmlAttributeAttribute;
453
+ new(attributeName: string): XmlAttributeAttribute;
454
+ new(type_: Type): XmlAttributeAttribute;
455
+ new(attributeName: string, type_: Type): XmlAttributeAttribute;
456
456
  };
457
457
 
458
458
 
@@ -468,7 +468,7 @@ export interface XmlAttributeEventArgs$instance extends EventArgs {
468
468
 
469
469
 
470
470
  export const XmlAttributeEventArgs: {
471
- new(): XmlAttributeEventArgs$instance;
471
+ new(): XmlAttributeEventArgs;
472
472
  };
473
473
 
474
474
 
@@ -483,7 +483,7 @@ export interface XmlAttributeOverrides$instance {
483
483
 
484
484
 
485
485
  export const XmlAttributeOverrides: {
486
- new(): XmlAttributeOverrides$instance;
486
+ new(): XmlAttributeOverrides;
487
487
  };
488
488
 
489
489
 
@@ -508,8 +508,8 @@ export interface XmlAttributes$instance {
508
508
 
509
509
 
510
510
  export const XmlAttributes: {
511
- new(): XmlAttributes$instance;
512
- new(provider: ICustomAttributeProvider): XmlAttributes$instance;
511
+ new(): XmlAttributes;
512
+ new(provider: ICustomAttributeProvider): XmlAttributes;
513
513
  };
514
514
 
515
515
 
@@ -521,8 +521,8 @@ export interface XmlChoiceIdentifierAttribute$instance extends Attribute {
521
521
 
522
522
 
523
523
  export const XmlChoiceIdentifierAttribute: {
524
- new(): XmlChoiceIdentifierAttribute$instance;
525
- new(name: string): XmlChoiceIdentifierAttribute$instance;
524
+ new(): XmlChoiceIdentifierAttribute;
525
+ new(name: string): XmlChoiceIdentifierAttribute;
526
526
  };
527
527
 
528
528
 
@@ -540,10 +540,10 @@ export interface XmlElementAttribute$instance extends Attribute {
540
540
 
541
541
 
542
542
  export const XmlElementAttribute: {
543
- new(): XmlElementAttribute$instance;
544
- new(elementName: string): XmlElementAttribute$instance;
545
- new(type_: Type): XmlElementAttribute$instance;
546
- new(elementName: string, type_: Type): XmlElementAttribute$instance;
543
+ new(): XmlElementAttribute;
544
+ new(elementName: string): XmlElementAttribute;
545
+ new(type_: Type): XmlElementAttribute;
546
+ new(elementName: string, type_: Type): XmlElementAttribute;
547
547
  };
548
548
 
549
549
 
@@ -564,7 +564,7 @@ export interface XmlElementAttributes$instance extends CollectionBase {
564
564
 
565
565
 
566
566
  export const XmlElementAttributes: {
567
- new(): XmlElementAttributes$instance;
567
+ new(): XmlElementAttributes;
568
568
  };
569
569
 
570
570
 
@@ -587,7 +587,7 @@ export interface XmlElementEventArgs$instance extends EventArgs {
587
587
 
588
588
 
589
589
  export const XmlElementEventArgs: {
590
- new(): XmlElementEventArgs$instance;
590
+ new(): XmlElementEventArgs;
591
591
  };
592
592
 
593
593
 
@@ -599,8 +599,8 @@ export interface XmlEnumAttribute$instance extends Attribute {
599
599
 
600
600
 
601
601
  export const XmlEnumAttribute: {
602
- new(): XmlEnumAttribute$instance;
603
- new(name: string): XmlEnumAttribute$instance;
602
+ new(): XmlEnumAttribute;
603
+ new(name: string): XmlEnumAttribute;
604
604
  };
605
605
 
606
606
 
@@ -611,7 +611,7 @@ export interface XmlIgnoreAttribute$instance extends Attribute {
611
611
 
612
612
 
613
613
  export const XmlIgnoreAttribute: {
614
- new(): XmlIgnoreAttribute$instance;
614
+ new(): XmlIgnoreAttribute;
615
615
  };
616
616
 
617
617
 
@@ -623,7 +623,7 @@ export interface XmlIncludeAttribute$instance extends Attribute {
623
623
 
624
624
 
625
625
  export const XmlIncludeAttribute: {
626
- new(type_: Type): XmlIncludeAttribute$instance;
626
+ new(type_: Type): XmlIncludeAttribute;
627
627
  };
628
628
 
629
629
 
@@ -657,7 +657,7 @@ export interface XmlMemberMapping$instance {
657
657
 
658
658
 
659
659
  export const XmlMemberMapping: {
660
- new(): XmlMemberMapping$instance;
660
+ new(): XmlMemberMapping;
661
661
  };
662
662
 
663
663
 
@@ -672,7 +672,7 @@ export interface XmlMembersMapping$instance extends XmlMapping {
672
672
 
673
673
 
674
674
  export const XmlMembersMapping: {
675
- new(): XmlMembersMapping$instance;
675
+ new(): XmlMembersMapping;
676
676
  };
677
677
 
678
678
 
@@ -683,7 +683,7 @@ export interface XmlNamespaceDeclarationsAttribute$instance extends Attribute {
683
683
 
684
684
 
685
685
  export const XmlNamespaceDeclarationsAttribute: {
686
- new(): XmlNamespaceDeclarationsAttribute$instance;
686
+ new(): XmlNamespaceDeclarationsAttribute;
687
687
  };
688
688
 
689
689
 
@@ -702,7 +702,7 @@ export interface XmlNodeEventArgs$instance extends EventArgs {
702
702
 
703
703
 
704
704
  export const XmlNodeEventArgs: {
705
- new(): XmlNodeEventArgs$instance;
705
+ new(): XmlNodeEventArgs;
706
706
  };
707
707
 
708
708
 
@@ -723,10 +723,10 @@ export interface XmlReflectionImporter$instance {
723
723
 
724
724
 
725
725
  export const XmlReflectionImporter: {
726
- new(): XmlReflectionImporter$instance;
727
- new(defaultNamespace: string): XmlReflectionImporter$instance;
728
- new(attributeOverrides: XmlAttributeOverrides): XmlReflectionImporter$instance;
729
- new(attributeOverrides: XmlAttributeOverrides, defaultNamespace: string): XmlReflectionImporter$instance;
726
+ new(): XmlReflectionImporter;
727
+ new(defaultNamespace: string): XmlReflectionImporter;
728
+ new(attributeOverrides: XmlAttributeOverrides): XmlReflectionImporter;
729
+ new(attributeOverrides: XmlAttributeOverrides, defaultNamespace: string): XmlReflectionImporter;
730
730
  };
731
731
 
732
732
 
@@ -743,7 +743,7 @@ export interface XmlReflectionMember$instance {
743
743
 
744
744
 
745
745
  export const XmlReflectionMember: {
746
- new(): XmlReflectionMember$instance;
746
+ new(): XmlReflectionMember;
747
747
  };
748
748
 
749
749
 
@@ -758,8 +758,8 @@ export interface XmlRootAttribute$instance extends Attribute {
758
758
 
759
759
 
760
760
  export const XmlRootAttribute: {
761
- new(): XmlRootAttribute$instance;
762
- new(elementName: string): XmlRootAttribute$instance;
761
+ new(): XmlRootAttribute;
762
+ new(elementName: string): XmlRootAttribute;
763
763
  };
764
764
 
765
765
 
@@ -774,7 +774,7 @@ export interface XmlSchemaEnumerator$instance extends IDisposable {
774
774
 
775
775
 
776
776
  export const XmlSchemaEnumerator: {
777
- new(list: XmlSchemas): XmlSchemaEnumerator$instance;
777
+ new(list: XmlSchemas): XmlSchemaEnumerator;
778
778
  };
779
779
 
780
780
 
@@ -797,7 +797,7 @@ export interface XmlSchemaExporter$instance {
797
797
 
798
798
 
799
799
  export const XmlSchemaExporter: {
800
- new(schemas: XmlSchemas): XmlSchemaExporter$instance;
800
+ new(schemas: XmlSchemas): XmlSchemaExporter;
801
801
  };
802
802
 
803
803
 
@@ -819,8 +819,8 @@ export interface XmlSchemaImporter$instance extends SchemaImporter {
819
819
 
820
820
 
821
821
  export const XmlSchemaImporter: {
822
- new(schemas: XmlSchemas): XmlSchemaImporter$instance;
823
- new(schemas: XmlSchemas, typeIdentifiers: CodeIdentifiers): XmlSchemaImporter$instance;
822
+ new(schemas: XmlSchemas): XmlSchemaImporter;
823
+ new(schemas: XmlSchemas, typeIdentifiers: CodeIdentifiers): XmlSchemaImporter;
824
824
  };
825
825
 
826
826
 
@@ -833,7 +833,7 @@ export interface XmlSchemaProviderAttribute$instance extends Attribute {
833
833
 
834
834
 
835
835
  export const XmlSchemaProviderAttribute: {
836
- new(methodName: string): XmlSchemaProviderAttribute$instance;
836
+ new(methodName: string): XmlSchemaProviderAttribute;
837
837
  };
838
838
 
839
839
 
@@ -863,7 +863,7 @@ export interface XmlSchemas$instance extends CollectionBase {
863
863
 
864
864
 
865
865
  export const XmlSchemas: {
866
- new(): XmlSchemas$instance;
866
+ new(): XmlSchemas;
867
867
  isDataSet(schema: XmlSchema): boolean;
868
868
  };
869
869
 
@@ -928,14 +928,14 @@ export interface XmlSerializer$instance {
928
928
 
929
929
 
930
930
  export const XmlSerializer: {
931
- new(type_: Type, overrides: XmlAttributeOverrides, extraTypes: Type[], root: XmlRootAttribute, defaultNamespace: string): XmlSerializer$instance;
932
- new(type_: Type, root: XmlRootAttribute): XmlSerializer$instance;
933
- new(type_: Type, extraTypes: Type[]): XmlSerializer$instance;
934
- new(type_: Type, overrides: XmlAttributeOverrides): XmlSerializer$instance;
935
- new(xmlTypeMapping: XmlTypeMapping): XmlSerializer$instance;
936
- new(type_: Type): XmlSerializer$instance;
937
- new(type_: Type, defaultNamespace: string): XmlSerializer$instance;
938
- new(type_: Type, overrides: XmlAttributeOverrides, extraTypes: Type[], root: XmlRootAttribute, defaultNamespace: string, location: string): XmlSerializer$instance;
931
+ new(type_: Type, overrides: XmlAttributeOverrides, extraTypes: Type[], root: XmlRootAttribute, defaultNamespace: string): XmlSerializer;
932
+ new(type_: Type, root: XmlRootAttribute): XmlSerializer;
933
+ new(type_: Type, extraTypes: Type[]): XmlSerializer;
934
+ new(type_: Type, overrides: XmlAttributeOverrides): XmlSerializer;
935
+ new(xmlTypeMapping: XmlTypeMapping): XmlSerializer;
936
+ new(type_: Type): XmlSerializer;
937
+ new(type_: Type, defaultNamespace: string): XmlSerializer;
938
+ new(type_: Type, overrides: XmlAttributeOverrides, extraTypes: Type[], root: XmlRootAttribute, defaultNamespace: string, location: string): XmlSerializer;
939
939
  fromMappings(mappings: XmlMapping[], type_: Type): XmlSerializer[];
940
940
  fromMappings(mappings: XmlMapping[]): XmlSerializer[];
941
941
  fromTypes(types: Type[]): XmlSerializer[];
@@ -953,9 +953,9 @@ export interface XmlSerializerAssemblyAttribute$instance extends Attribute {
953
953
 
954
954
 
955
955
  export const XmlSerializerAssemblyAttribute: {
956
- new(): XmlSerializerAssemblyAttribute$instance;
957
- new(assemblyName: string): XmlSerializerAssemblyAttribute$instance;
958
- new(assemblyName: string, codeBase: string): XmlSerializerAssemblyAttribute$instance;
956
+ new(): XmlSerializerAssemblyAttribute;
957
+ new(assemblyName: string): XmlSerializerAssemblyAttribute;
958
+ new(assemblyName: string, codeBase: string): XmlSerializerAssemblyAttribute;
959
959
  };
960
960
 
961
961
 
@@ -974,7 +974,7 @@ export interface XmlSerializerFactory$instance {
974
974
 
975
975
 
976
976
  export const XmlSerializerFactory: {
977
- new(): XmlSerializerFactory$instance;
977
+ new(): XmlSerializerFactory;
978
978
  };
979
979
 
980
980
 
@@ -1005,9 +1005,9 @@ export interface XmlSerializerNamespaces$instance {
1005
1005
 
1006
1006
 
1007
1007
  export const XmlSerializerNamespaces: {
1008
- new(): XmlSerializerNamespaces$instance;
1009
- new(namespaces: XmlSerializerNamespaces): XmlSerializerNamespaces$instance;
1010
- new(namespaces: XmlQualifiedName[]): XmlSerializerNamespaces$instance;
1008
+ new(): XmlSerializerNamespaces;
1009
+ new(namespaces: XmlSerializerNamespaces): XmlSerializerNamespaces;
1010
+ new(namespaces: XmlQualifiedName[]): XmlSerializerNamespaces;
1011
1011
  };
1012
1012
 
1013
1013
 
@@ -1022,8 +1022,8 @@ export interface XmlSerializerVersionAttribute$instance extends Attribute {
1022
1022
 
1023
1023
 
1024
1024
  export const XmlSerializerVersionAttribute: {
1025
- new(): XmlSerializerVersionAttribute$instance;
1026
- new(type_: Type): XmlSerializerVersionAttribute$instance;
1025
+ new(): XmlSerializerVersionAttribute;
1026
+ new(type_: Type): XmlSerializerVersionAttribute;
1027
1027
  };
1028
1028
 
1029
1029
 
@@ -1036,8 +1036,8 @@ export interface XmlTextAttribute$instance extends Attribute {
1036
1036
 
1037
1037
 
1038
1038
  export const XmlTextAttribute: {
1039
- new(): XmlTextAttribute$instance;
1040
- new(type_: Type): XmlTextAttribute$instance;
1039
+ new(): XmlTextAttribute;
1040
+ new(type_: Type): XmlTextAttribute;
1041
1041
  };
1042
1042
 
1043
1043
 
@@ -1052,8 +1052,8 @@ export interface XmlTypeAttribute$instance extends Attribute {
1052
1052
 
1053
1053
 
1054
1054
  export const XmlTypeAttribute: {
1055
- new(): XmlTypeAttribute$instance;
1056
- new(typeName: string): XmlTypeAttribute$instance;
1055
+ new(): XmlTypeAttribute;
1056
+ new(typeName: string): XmlTypeAttribute;
1057
1057
  };
1058
1058
 
1059
1059
 
@@ -1068,7 +1068,7 @@ export interface XmlTypeMapping$instance extends XmlMapping {
1068
1068
 
1069
1069
 
1070
1070
  export const XmlTypeMapping: {
1071
- new(): XmlTypeMapping$instance;
1071
+ new(): XmlTypeMapping;
1072
1072
  };
1073
1073
 
1074
1074
 
@@ -84,12 +84,12 @@ export interface XPathDocument$instance {
84
84
 
85
85
 
86
86
  export const XPathDocument: {
87
- new(reader: XmlReader): XPathDocument$instance;
88
- new(reader: XmlReader, space: XmlSpace): XPathDocument$instance;
89
- new(textReader: TextReader): XPathDocument$instance;
90
- new(stream: Stream): XPathDocument$instance;
91
- new(uri: string): XPathDocument$instance;
92
- new(uri: string, space: XmlSpace): XPathDocument$instance;
87
+ new(reader: XmlReader): XPathDocument;
88
+ new(reader: XmlReader, space: XmlSpace): XPathDocument;
89
+ new(textReader: TextReader): XPathDocument;
90
+ new(stream: Stream): XPathDocument;
91
+ new(uri: string): XPathDocument;
92
+ new(uri: string, space: XmlSpace): XPathDocument;
93
93
  };
94
94
 
95
95
 
@@ -109,9 +109,9 @@ export interface XPathException$instance extends SystemException {
109
109
 
110
110
 
111
111
  export const XPathException: {
112
- new(): XPathException$instance;
113
- new(message: string): XPathException$instance;
114
- new(message: string, innerException: Exception): XPathException$instance;
112
+ new(): XPathException;
113
+ new(message: string): XPathException;
114
+ new(message: string, innerException: Exception): XPathException;
115
115
  };
116
116
 
117
117
 
@@ -72,8 +72,8 @@ export interface XslCompiledTransform$instance {
72
72
 
73
73
 
74
74
  export const XslCompiledTransform: {
75
- new(): XslCompiledTransform$instance;
76
- new(enableDebug: boolean): XslCompiledTransform$instance;
75
+ new(): XslCompiledTransform;
76
+ new(enableDebug: boolean): XslCompiledTransform;
77
77
  };
78
78
 
79
79
 
@@ -91,7 +91,7 @@ export interface XsltArgumentList$instance {
91
91
 
92
92
 
93
93
  export const XsltArgumentList: {
94
- new(): XsltArgumentList$instance;
94
+ new(): XsltArgumentList;
95
95
  };
96
96
 
97
97
 
@@ -103,10 +103,10 @@ export interface XsltCompileException$instance extends XsltException$instance {
103
103
 
104
104
 
105
105
  export const XsltCompileException: {
106
- new(): XsltCompileException$instance;
107
- new(message: string): XsltCompileException$instance;
108
- new(message: string, innerException: Exception): XsltCompileException$instance;
109
- new(inner: Exception, sourceUri: string, lineNumber: int, linePosition: int): XsltCompileException$instance;
106
+ new(): XsltCompileException;
107
+ new(message: string): XsltCompileException;
108
+ new(message: string, innerException: Exception): XsltCompileException;
109
+ new(inner: Exception, sourceUri: string, lineNumber: int, linePosition: int): XsltCompileException;
110
110
  };
111
111
 
112
112
 
@@ -151,9 +151,9 @@ export interface XsltException$instance extends SystemException {
151
151
 
152
152
 
153
153
  export const XsltException: {
154
- new(): XsltException$instance;
155
- new(message: string): XsltException$instance;
156
- new(message: string, innerException: Exception): XsltException$instance;
154
+ new(): XsltException;
155
+ new(message: string): XsltException;
156
+ new(message: string, innerException: Exception): XsltException;
157
157
  };
158
158
 
159
159
 
@@ -207,7 +207,7 @@ export interface XslTransform$instance {
207
207
 
208
208
 
209
209
  export const XslTransform: {
210
- new(): XslTransform$instance;
210
+ new(): XslTransform;
211
211
  };
212
212
 
213
213
 
@@ -220,8 +220,8 @@ export interface XsltSettings$instance {
220
220
 
221
221
 
222
222
  export const XsltSettings: {
223
- new(): XsltSettings$instance;
224
- new(enableDocumentFunction: boolean, enableScript: boolean): XsltSettings$instance;
223
+ new(): XsltSettings;
224
+ new(enableDocumentFunction: boolean, enableScript: boolean): XsltSettings;
225
225
  readonly default_: XsltSettings;
226
226
  readonly trustedXslt: XsltSettings;
227
227
  };