@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
@@ -185,7 +185,7 @@ export interface ValidationEventArgs$instance extends EventArgs {
185
185
 
186
186
 
187
187
  export const ValidationEventArgs: {
188
- new(): ValidationEventArgs$instance;
188
+ new(): ValidationEventArgs;
189
189
  };
190
190
 
191
191
 
@@ -210,7 +210,7 @@ export interface XmlAtomicValue$instance extends XPathItem {
210
210
 
211
211
 
212
212
  export const XmlAtomicValue: {
213
- new(): XmlAtomicValue$instance;
213
+ new(): XmlAtomicValue;
214
214
  };
215
215
 
216
216
 
@@ -251,7 +251,7 @@ export interface XmlSchema$instance extends XmlSchemaObject {
251
251
 
252
252
 
253
253
  export const XmlSchema: {
254
- new(): XmlSchema$instance;
254
+ new(): XmlSchema;
255
255
  readonly namespace_: string;
256
256
  readonly instanceNamespace: string;
257
257
  read(stream: Stream, validationEventHandler: ValidationEventHandler): XmlSchema;
@@ -268,7 +268,7 @@ export interface XmlSchemaAll$instance extends XmlSchemaGroupBase {
268
268
 
269
269
 
270
270
  export const XmlSchemaAll: {
271
- new(): XmlSchemaAll$instance;
271
+ new(): XmlSchemaAll;
272
272
  };
273
273
 
274
274
 
@@ -282,7 +282,7 @@ export interface XmlSchemaAnnotated$instance extends XmlSchemaObject {
282
282
 
283
283
 
284
284
  export const XmlSchemaAnnotated: {
285
- new(): XmlSchemaAnnotated$instance;
285
+ new(): XmlSchemaAnnotated;
286
286
  };
287
287
 
288
288
 
@@ -296,7 +296,7 @@ export interface XmlSchemaAnnotation$instance extends XmlSchemaObject {
296
296
 
297
297
 
298
298
  export const XmlSchemaAnnotation: {
299
- new(): XmlSchemaAnnotation$instance;
299
+ new(): XmlSchemaAnnotation;
300
300
  };
301
301
 
302
302
 
@@ -309,7 +309,7 @@ export interface XmlSchemaAny$instance extends XmlSchemaParticle {
309
309
 
310
310
 
311
311
  export const XmlSchemaAny: {
312
- new(): XmlSchemaAny$instance;
312
+ new(): XmlSchemaAny;
313
313
  };
314
314
 
315
315
 
@@ -322,7 +322,7 @@ export interface XmlSchemaAnyAttribute$instance extends XmlSchemaAnnotated {
322
322
 
323
323
 
324
324
  export const XmlSchemaAnyAttribute: {
325
- new(): XmlSchemaAnyAttribute$instance;
325
+ new(): XmlSchemaAnyAttribute;
326
326
  };
327
327
 
328
328
 
@@ -335,7 +335,7 @@ export interface XmlSchemaAppInfo$instance extends XmlSchemaObject {
335
335
 
336
336
 
337
337
  export const XmlSchemaAppInfo: {
338
- new(): XmlSchemaAppInfo$instance;
338
+ new(): XmlSchemaAppInfo;
339
339
  };
340
340
 
341
341
 
@@ -357,7 +357,7 @@ export interface XmlSchemaAttribute$instance extends XmlSchemaAnnotated {
357
357
 
358
358
 
359
359
  export const XmlSchemaAttribute: {
360
- new(): XmlSchemaAttribute$instance;
360
+ new(): XmlSchemaAttribute;
361
361
  };
362
362
 
363
363
 
@@ -373,7 +373,7 @@ export interface XmlSchemaAttributeGroup$instance extends XmlSchemaAnnotated {
373
373
 
374
374
 
375
375
  export const XmlSchemaAttributeGroup: {
376
- new(): XmlSchemaAttributeGroup$instance;
376
+ new(): XmlSchemaAttributeGroup;
377
377
  };
378
378
 
379
379
 
@@ -385,7 +385,7 @@ export interface XmlSchemaAttributeGroupRef$instance extends XmlSchemaAnnotated
385
385
 
386
386
 
387
387
  export const XmlSchemaAttributeGroupRef: {
388
- new(): XmlSchemaAttributeGroupRef$instance;
388
+ new(): XmlSchemaAttributeGroupRef;
389
389
  };
390
390
 
391
391
 
@@ -397,7 +397,7 @@ export interface XmlSchemaChoice$instance extends XmlSchemaGroupBase {
397
397
 
398
398
 
399
399
  export const XmlSchemaChoice: {
400
- new(): XmlSchemaChoice$instance;
400
+ new(): XmlSchemaChoice;
401
401
  };
402
402
 
403
403
 
@@ -421,8 +421,8 @@ export interface XmlSchemaCollection$instance {
421
421
 
422
422
 
423
423
  export const XmlSchemaCollection: {
424
- new(): XmlSchemaCollection$instance;
425
- new(nametable: XmlNameTable): XmlSchemaCollection$instance;
424
+ new(): XmlSchemaCollection;
425
+ new(nametable: XmlNameTable): XmlSchemaCollection;
426
426
  };
427
427
 
428
428
 
@@ -442,7 +442,7 @@ export interface XmlSchemaCollectionEnumerator$instance {
442
442
 
443
443
 
444
444
  export const XmlSchemaCollectionEnumerator: {
445
- new(): XmlSchemaCollectionEnumerator$instance;
445
+ new(): XmlSchemaCollectionEnumerator;
446
446
  };
447
447
 
448
448
 
@@ -459,7 +459,7 @@ export interface XmlSchemaCompilationSettings$instance {
459
459
 
460
460
 
461
461
  export const XmlSchemaCompilationSettings: {
462
- new(): XmlSchemaCompilationSettings$instance;
462
+ new(): XmlSchemaCompilationSettings;
463
463
  };
464
464
 
465
465
 
@@ -472,7 +472,7 @@ export interface XmlSchemaComplexContent$instance extends XmlSchemaContentModel
472
472
 
473
473
 
474
474
  export const XmlSchemaComplexContent: {
475
- new(): XmlSchemaComplexContent$instance;
475
+ new(): XmlSchemaComplexContent;
476
476
  };
477
477
 
478
478
 
@@ -487,7 +487,7 @@ export interface XmlSchemaComplexContentExtension$instance extends XmlSchemaCont
487
487
 
488
488
 
489
489
  export const XmlSchemaComplexContentExtension: {
490
- new(): XmlSchemaComplexContentExtension$instance;
490
+ new(): XmlSchemaComplexContentExtension;
491
491
  };
492
492
 
493
493
 
@@ -502,7 +502,7 @@ export interface XmlSchemaComplexContentRestriction$instance extends XmlSchemaCo
502
502
 
503
503
 
504
504
  export const XmlSchemaComplexContentRestriction: {
505
- new(): XmlSchemaComplexContentRestriction$instance;
505
+ new(): XmlSchemaComplexContentRestriction;
506
506
  };
507
507
 
508
508
 
@@ -525,7 +525,7 @@ export interface XmlSchemaComplexType$instance extends XmlSchemaType {
525
525
 
526
526
 
527
527
  export const XmlSchemaComplexType: {
528
- new(): XmlSchemaComplexType$instance;
528
+ new(): XmlSchemaComplexType;
529
529
  };
530
530
 
531
531
 
@@ -578,7 +578,7 @@ export interface XmlSchemaDocumentation$instance extends XmlSchemaObject {
578
578
 
579
579
 
580
580
  export const XmlSchemaDocumentation: {
581
- new(): XmlSchemaDocumentation$instance;
581
+ new(): XmlSchemaDocumentation;
582
582
  };
583
583
 
584
584
 
@@ -607,7 +607,7 @@ export interface XmlSchemaElement$instance extends XmlSchemaParticle {
607
607
 
608
608
 
609
609
  export const XmlSchemaElement: {
610
- new(): XmlSchemaElement$instance;
610
+ new(): XmlSchemaElement;
611
611
  };
612
612
 
613
613
 
@@ -618,7 +618,7 @@ export interface XmlSchemaEnumerationFacet$instance extends XmlSchemaFacet {
618
618
 
619
619
 
620
620
  export const XmlSchemaEnumerationFacet: {
621
- new(): XmlSchemaEnumerationFacet$instance;
621
+ new(): XmlSchemaEnumerationFacet;
622
622
  };
623
623
 
624
624
 
@@ -635,10 +635,10 @@ export interface XmlSchemaException$instance extends SystemException {
635
635
 
636
636
 
637
637
  export const XmlSchemaException: {
638
- new(): XmlSchemaException$instance;
639
- new(message: string): XmlSchemaException$instance;
640
- new(message: string, innerException: Exception): XmlSchemaException$instance;
641
- new(message: string, innerException: Exception, lineNumber: int, linePosition: int): XmlSchemaException$instance;
638
+ new(): XmlSchemaException;
639
+ new(message: string): XmlSchemaException;
640
+ new(message: string, innerException: Exception): XmlSchemaException;
641
+ new(message: string, innerException: Exception, lineNumber: int, linePosition: int): XmlSchemaException;
642
642
  };
643
643
 
644
644
 
@@ -680,7 +680,7 @@ export interface XmlSchemaFractionDigitsFacet$instance extends XmlSchemaNumericF
680
680
 
681
681
 
682
682
  export const XmlSchemaFractionDigitsFacet: {
683
- new(): XmlSchemaFractionDigitsFacet$instance;
683
+ new(): XmlSchemaFractionDigitsFacet;
684
684
  };
685
685
 
686
686
 
@@ -694,7 +694,7 @@ export interface XmlSchemaGroup$instance extends XmlSchemaAnnotated {
694
694
 
695
695
 
696
696
  export const XmlSchemaGroup: {
697
- new(): XmlSchemaGroup$instance;
697
+ new(): XmlSchemaGroup;
698
698
  };
699
699
 
700
700
 
@@ -718,7 +718,7 @@ export interface XmlSchemaGroupRef$instance extends XmlSchemaParticle {
718
718
 
719
719
 
720
720
  export const XmlSchemaGroupRef: {
721
- new(): XmlSchemaGroupRef$instance;
721
+ new(): XmlSchemaGroupRef;
722
722
  };
723
723
 
724
724
 
@@ -733,7 +733,7 @@ export interface XmlSchemaIdentityConstraint$instance extends XmlSchemaAnnotated
733
733
 
734
734
 
735
735
  export const XmlSchemaIdentityConstraint: {
736
- new(): XmlSchemaIdentityConstraint$instance;
736
+ new(): XmlSchemaIdentityConstraint;
737
737
  };
738
738
 
739
739
 
@@ -746,7 +746,7 @@ export interface XmlSchemaImport$instance extends XmlSchemaExternal {
746
746
 
747
747
 
748
748
  export const XmlSchemaImport: {
749
- new(): XmlSchemaImport$instance;
749
+ new(): XmlSchemaImport;
750
750
  };
751
751
 
752
752
 
@@ -758,7 +758,7 @@ export interface XmlSchemaInclude$instance extends XmlSchemaExternal {
758
758
 
759
759
 
760
760
  export const XmlSchemaInclude: {
761
- new(): XmlSchemaInclude$instance;
761
+ new(): XmlSchemaInclude;
762
762
  };
763
763
 
764
764
 
@@ -773,7 +773,7 @@ export interface XmlSchemaInference$instance {
773
773
 
774
774
 
775
775
  export const XmlSchemaInference: {
776
- new(): XmlSchemaInference$instance;
776
+ new(): XmlSchemaInference;
777
777
  };
778
778
 
779
779
 
@@ -785,10 +785,10 @@ export interface XmlSchemaInferenceException$instance extends XmlSchemaException
785
785
 
786
786
 
787
787
  export const XmlSchemaInferenceException: {
788
- new(): XmlSchemaInferenceException$instance;
789
- new(message: string): XmlSchemaInferenceException$instance;
790
- new(message: string, innerException: Exception): XmlSchemaInferenceException$instance;
791
- new(message: string, innerException: Exception, lineNumber: int, linePosition: int): XmlSchemaInferenceException$instance;
788
+ new(): XmlSchemaInferenceException;
789
+ new(message: string): XmlSchemaInferenceException;
790
+ new(message: string, innerException: Exception): XmlSchemaInferenceException;
791
+ new(message: string, innerException: Exception, lineNumber: int, linePosition: int): XmlSchemaInferenceException;
792
792
  };
793
793
 
794
794
 
@@ -812,7 +812,7 @@ export interface XmlSchemaInfo$instance {
812
812
 
813
813
 
814
814
  export const XmlSchemaInfo: {
815
- new(): XmlSchemaInfo$instance;
815
+ new(): XmlSchemaInfo;
816
816
  };
817
817
 
818
818
 
@@ -828,7 +828,7 @@ export interface XmlSchemaKey$instance extends XmlSchemaIdentityConstraint {
828
828
 
829
829
 
830
830
  export const XmlSchemaKey: {
831
- new(): XmlSchemaKey$instance;
831
+ new(): XmlSchemaKey;
832
832
  };
833
833
 
834
834
 
@@ -840,7 +840,7 @@ export interface XmlSchemaKeyref$instance extends XmlSchemaIdentityConstraint {
840
840
 
841
841
 
842
842
  export const XmlSchemaKeyref: {
843
- new(): XmlSchemaKeyref$instance;
843
+ new(): XmlSchemaKeyref;
844
844
  };
845
845
 
846
846
 
@@ -851,7 +851,7 @@ export interface XmlSchemaLengthFacet$instance extends XmlSchemaNumericFacet {
851
851
 
852
852
 
853
853
  export const XmlSchemaLengthFacet: {
854
- new(): XmlSchemaLengthFacet$instance;
854
+ new(): XmlSchemaLengthFacet;
855
855
  };
856
856
 
857
857
 
@@ -862,7 +862,7 @@ export interface XmlSchemaMaxExclusiveFacet$instance extends XmlSchemaFacet {
862
862
 
863
863
 
864
864
  export const XmlSchemaMaxExclusiveFacet: {
865
- new(): XmlSchemaMaxExclusiveFacet$instance;
865
+ new(): XmlSchemaMaxExclusiveFacet;
866
866
  };
867
867
 
868
868
 
@@ -873,7 +873,7 @@ export interface XmlSchemaMaxInclusiveFacet$instance extends XmlSchemaFacet {
873
873
 
874
874
 
875
875
  export const XmlSchemaMaxInclusiveFacet: {
876
- new(): XmlSchemaMaxInclusiveFacet$instance;
876
+ new(): XmlSchemaMaxInclusiveFacet;
877
877
  };
878
878
 
879
879
 
@@ -884,7 +884,7 @@ export interface XmlSchemaMaxLengthFacet$instance extends XmlSchemaNumericFacet
884
884
 
885
885
 
886
886
  export const XmlSchemaMaxLengthFacet: {
887
- new(): XmlSchemaMaxLengthFacet$instance;
887
+ new(): XmlSchemaMaxLengthFacet;
888
888
  };
889
889
 
890
890
 
@@ -895,7 +895,7 @@ export interface XmlSchemaMinExclusiveFacet$instance extends XmlSchemaFacet {
895
895
 
896
896
 
897
897
  export const XmlSchemaMinExclusiveFacet: {
898
- new(): XmlSchemaMinExclusiveFacet$instance;
898
+ new(): XmlSchemaMinExclusiveFacet;
899
899
  };
900
900
 
901
901
 
@@ -906,7 +906,7 @@ export interface XmlSchemaMinInclusiveFacet$instance extends XmlSchemaFacet {
906
906
 
907
907
 
908
908
  export const XmlSchemaMinInclusiveFacet: {
909
- new(): XmlSchemaMinInclusiveFacet$instance;
909
+ new(): XmlSchemaMinInclusiveFacet;
910
910
  };
911
911
 
912
912
 
@@ -917,7 +917,7 @@ export interface XmlSchemaMinLengthFacet$instance extends XmlSchemaNumericFacet
917
917
 
918
918
 
919
919
  export const XmlSchemaMinLengthFacet: {
920
- new(): XmlSchemaMinLengthFacet$instance;
920
+ new(): XmlSchemaMinLengthFacet;
921
921
  };
922
922
 
923
923
 
@@ -931,7 +931,7 @@ export interface XmlSchemaNotation$instance extends XmlSchemaAnnotated {
931
931
 
932
932
 
933
933
  export const XmlSchemaNotation: {
934
- new(): XmlSchemaNotation$instance;
934
+ new(): XmlSchemaNotation;
935
935
  };
936
936
 
937
937
 
@@ -977,8 +977,8 @@ export interface XmlSchemaObjectCollection$instance extends CollectionBase {
977
977
 
978
978
 
979
979
  export const XmlSchemaObjectCollection: {
980
- new(): XmlSchemaObjectCollection$instance;
981
- new(parent: XmlSchemaObject): XmlSchemaObjectCollection$instance;
980
+ new(): XmlSchemaObjectCollection;
981
+ new(parent: XmlSchemaObject): XmlSchemaObjectCollection;
982
982
  };
983
983
 
984
984
 
@@ -999,7 +999,7 @@ export interface XmlSchemaObjectEnumerator$instance {
999
999
 
1000
1000
 
1001
1001
  export const XmlSchemaObjectEnumerator: {
1002
- new(): XmlSchemaObjectEnumerator$instance;
1002
+ new(): XmlSchemaObjectEnumerator;
1003
1003
  };
1004
1004
 
1005
1005
 
@@ -1021,7 +1021,7 @@ export interface XmlSchemaObjectTable$instance {
1021
1021
 
1022
1022
 
1023
1023
  export const XmlSchemaObjectTable: {
1024
- new(): XmlSchemaObjectTable$instance;
1024
+ new(): XmlSchemaObjectTable;
1025
1025
  };
1026
1026
 
1027
1027
 
@@ -1046,7 +1046,7 @@ export interface XmlSchemaPatternFacet$instance extends XmlSchemaFacet {
1046
1046
 
1047
1047
 
1048
1048
  export const XmlSchemaPatternFacet: {
1049
- new(): XmlSchemaPatternFacet$instance;
1049
+ new(): XmlSchemaPatternFacet;
1050
1050
  };
1051
1051
 
1052
1052
 
@@ -1061,7 +1061,7 @@ export interface XmlSchemaRedefine$instance extends XmlSchemaExternal {
1061
1061
 
1062
1062
 
1063
1063
  export const XmlSchemaRedefine: {
1064
- new(): XmlSchemaRedefine$instance;
1064
+ new(): XmlSchemaRedefine;
1065
1065
  };
1066
1066
 
1067
1067
 
@@ -1073,7 +1073,7 @@ export interface XmlSchemaSequence$instance extends XmlSchemaGroupBase {
1073
1073
 
1074
1074
 
1075
1075
  export const XmlSchemaSequence: {
1076
- new(): XmlSchemaSequence$instance;
1076
+ new(): XmlSchemaSequence;
1077
1077
  };
1078
1078
 
1079
1079
 
@@ -1105,8 +1105,8 @@ export interface XmlSchemaSet$instance {
1105
1105
 
1106
1106
 
1107
1107
  export const XmlSchemaSet: {
1108
- new(): XmlSchemaSet$instance;
1109
- new(nameTable: XmlNameTable): XmlSchemaSet$instance;
1108
+ new(): XmlSchemaSet;
1109
+ new(nameTable: XmlNameTable): XmlSchemaSet;
1110
1110
  };
1111
1111
 
1112
1112
 
@@ -1118,7 +1118,7 @@ export interface XmlSchemaSimpleContent$instance extends XmlSchemaContentModel {
1118
1118
 
1119
1119
 
1120
1120
  export const XmlSchemaSimpleContent: {
1121
- new(): XmlSchemaSimpleContent$instance;
1121
+ new(): XmlSchemaSimpleContent;
1122
1122
  };
1123
1123
 
1124
1124
 
@@ -1132,7 +1132,7 @@ export interface XmlSchemaSimpleContentExtension$instance extends XmlSchemaConte
1132
1132
 
1133
1133
 
1134
1134
  export const XmlSchemaSimpleContentExtension: {
1135
- new(): XmlSchemaSimpleContentExtension$instance;
1135
+ new(): XmlSchemaSimpleContentExtension;
1136
1136
  };
1137
1137
 
1138
1138
 
@@ -1148,7 +1148,7 @@ export interface XmlSchemaSimpleContentRestriction$instance extends XmlSchemaCon
1148
1148
 
1149
1149
 
1150
1150
  export const XmlSchemaSimpleContentRestriction: {
1151
- new(): XmlSchemaSimpleContentRestriction$instance;
1151
+ new(): XmlSchemaSimpleContentRestriction;
1152
1152
  };
1153
1153
 
1154
1154
 
@@ -1160,7 +1160,7 @@ export interface XmlSchemaSimpleType$instance extends XmlSchemaType {
1160
1160
 
1161
1161
 
1162
1162
  export const XmlSchemaSimpleType: {
1163
- new(): XmlSchemaSimpleType$instance;
1163
+ new(): XmlSchemaSimpleType;
1164
1164
  };
1165
1165
 
1166
1166
 
@@ -1184,7 +1184,7 @@ export interface XmlSchemaSimpleTypeList$instance extends XmlSchemaSimpleTypeCon
1184
1184
 
1185
1185
 
1186
1186
  export const XmlSchemaSimpleTypeList: {
1187
- new(): XmlSchemaSimpleTypeList$instance;
1187
+ new(): XmlSchemaSimpleTypeList;
1188
1188
  };
1189
1189
 
1190
1190
 
@@ -1198,7 +1198,7 @@ export interface XmlSchemaSimpleTypeRestriction$instance extends XmlSchemaSimple
1198
1198
 
1199
1199
 
1200
1200
  export const XmlSchemaSimpleTypeRestriction: {
1201
- new(): XmlSchemaSimpleTypeRestriction$instance;
1201
+ new(): XmlSchemaSimpleTypeRestriction;
1202
1202
  };
1203
1203
 
1204
1204
 
@@ -1212,7 +1212,7 @@ export interface XmlSchemaSimpleTypeUnion$instance extends XmlSchemaSimpleTypeCo
1212
1212
 
1213
1213
 
1214
1214
  export const XmlSchemaSimpleTypeUnion: {
1215
- new(): XmlSchemaSimpleTypeUnion$instance;
1215
+ new(): XmlSchemaSimpleTypeUnion;
1216
1216
  };
1217
1217
 
1218
1218
 
@@ -1223,7 +1223,7 @@ export interface XmlSchemaTotalDigitsFacet$instance extends XmlSchemaNumericFace
1223
1223
 
1224
1224
 
1225
1225
  export const XmlSchemaTotalDigitsFacet: {
1226
- new(): XmlSchemaTotalDigitsFacet$instance;
1226
+ new(): XmlSchemaTotalDigitsFacet;
1227
1227
  };
1228
1228
 
1229
1229
 
@@ -1244,7 +1244,7 @@ export interface XmlSchemaType$instance extends XmlSchemaAnnotated {
1244
1244
 
1245
1245
 
1246
1246
  export const XmlSchemaType: {
1247
- new(): XmlSchemaType$instance;
1247
+ new(): XmlSchemaType;
1248
1248
  getBuiltInComplexType(typeCode: XmlTypeCode): XmlSchemaComplexType;
1249
1249
  getBuiltInComplexType(qualifiedName: XmlQualifiedName): XmlSchemaComplexType;
1250
1250
  getBuiltInSimpleType(typeCode: XmlTypeCode): XmlSchemaSimpleType;
@@ -1260,7 +1260,7 @@ export interface XmlSchemaUnique$instance extends XmlSchemaIdentityConstraint {
1260
1260
 
1261
1261
 
1262
1262
  export const XmlSchemaUnique: {
1263
- new(): XmlSchemaUnique$instance;
1263
+ new(): XmlSchemaUnique;
1264
1264
  };
1265
1265
 
1266
1266
 
@@ -1273,10 +1273,10 @@ export interface XmlSchemaValidationException$instance extends XmlSchemaExceptio
1273
1273
 
1274
1274
 
1275
1275
  export const XmlSchemaValidationException: {
1276
- new(): XmlSchemaValidationException$instance;
1277
- new(message: string): XmlSchemaValidationException$instance;
1278
- new(message: string, innerException: Exception): XmlSchemaValidationException$instance;
1279
- new(message: string, innerException: Exception, lineNumber: int, linePosition: int): XmlSchemaValidationException$instance;
1276
+ new(): XmlSchemaValidationException;
1277
+ new(message: string): XmlSchemaValidationException;
1278
+ new(message: string, innerException: Exception): XmlSchemaValidationException;
1279
+ new(message: string, innerException: Exception, lineNumber: int, linePosition: int): XmlSchemaValidationException;
1280
1280
  };
1281
1281
 
1282
1282
 
@@ -1315,7 +1315,7 @@ export interface XmlSchemaValidator$instance {
1315
1315
 
1316
1316
 
1317
1317
  export const XmlSchemaValidator: {
1318
- new(nameTable: XmlNameTable, schemas: XmlSchemaSet, namespaceResolver: IXmlNamespaceResolver, validationFlags: XmlSchemaValidationFlags): XmlSchemaValidator$instance;
1318
+ new(nameTable: XmlNameTable, schemas: XmlSchemaSet, namespaceResolver: IXmlNamespaceResolver, validationFlags: XmlSchemaValidationFlags): XmlSchemaValidator;
1319
1319
  };
1320
1320
 
1321
1321
 
@@ -1326,7 +1326,7 @@ export interface XmlSchemaWhiteSpaceFacet$instance extends XmlSchemaFacet {
1326
1326
 
1327
1327
 
1328
1328
  export const XmlSchemaWhiteSpaceFacet: {
1329
- new(): XmlSchemaWhiteSpaceFacet$instance;
1329
+ new(): XmlSchemaWhiteSpaceFacet;
1330
1330
  };
1331
1331
 
1332
1332
 
@@ -1338,7 +1338,7 @@ export interface XmlSchemaXPath$instance extends XmlSchemaAnnotated {
1338
1338
 
1339
1339
 
1340
1340
  export const XmlSchemaXPath: {
1341
- new(): XmlSchemaXPath$instance;
1341
+ new(): XmlSchemaXPath;
1342
1342
  };
1343
1343
 
1344
1344