@tsonic/dotnet 0.8.0 → 0.8.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (122) hide show
  1. package/Microsoft.CSharp.RuntimeBinder/internal/index.d.ts +7 -7
  2. package/Microsoft.VisualBasic/internal/index.d.ts +23 -23
  3. package/Microsoft.VisualBasic.CompilerServices/internal/index.d.ts +29 -29
  4. package/Microsoft.VisualBasic.FileIO/internal/index.d.ts +15 -15
  5. package/Microsoft.Win32/internal/index.d.ts +1 -1
  6. package/Microsoft.Win32.SafeHandles/internal/index.d.ts +19 -19
  7. package/System/internal/index.d.ts +408 -408
  8. package/System.Buffers/internal/index.d.ts +11 -11
  9. package/System.CodeDom.Compiler/internal/index.d.ts +3 -3
  10. package/System.Collections/internal/index.d.ts +44 -44
  11. package/System.Collections.Concurrent/internal/index.d.ts +18 -18
  12. package/System.Collections.Frozen/internal/index.d.ts +4 -4
  13. package/System.Collections.Generic/internal/index.d.ts +98 -98
  14. package/System.Collections.Immutable/internal/index.d.ts +22 -22
  15. package/System.Collections.ObjectModel/internal/index.d.ts +11 -11
  16. package/System.Collections.Specialized/internal/index.d.ts +38 -38
  17. package/System.ComponentModel/internal/index.d.ts +222 -222
  18. package/System.ComponentModel.DataAnnotations/internal/index.d.ts +54 -54
  19. package/System.ComponentModel.DataAnnotations.Schema/internal/index.d.ts +8 -8
  20. package/System.ComponentModel.Design/internal/index.d.ts +30 -30
  21. package/System.ComponentModel.Design.Serialization/internal/index.d.ts +13 -13
  22. package/System.Data/internal/index.d.ts +110 -110
  23. package/System.Data.Common/internal/index.d.ts +17 -17
  24. package/System.Data.SqlTypes/internal/index.d.ts +62 -62
  25. package/System.Diagnostics/internal/index.d.ts +117 -117
  26. package/System.Diagnostics.CodeAnalysis/internal/index.d.ts +34 -34
  27. package/System.Diagnostics.Contracts/internal/index.d.ts +14 -14
  28. package/System.Diagnostics.Metrics/internal/index.d.ts +19 -19
  29. package/System.Diagnostics.SymbolStore/internal/index.d.ts +4 -4
  30. package/System.Diagnostics.Tracing/internal/index.d.ts +21 -21
  31. package/System.Drawing/internal/index.d.ts +22 -22
  32. package/System.Dynamic/internal/index.d.ts +6 -6
  33. package/System.Formats.Asn1/internal/index.d.ts +10 -10
  34. package/System.Formats.Tar/internal/index.d.ts +14 -14
  35. package/System.Globalization/internal/index.d.ts +40 -40
  36. package/System.IO/internal/index.d.ts +107 -107
  37. package/System.IO.Compression/internal/index.d.ts +32 -32
  38. package/System.IO.Enumeration/internal/index.d.ts +3 -3
  39. package/System.IO.IsolatedStorage/internal/index.d.ts +12 -12
  40. package/System.IO.MemoryMappedFiles/internal/index.d.ts +3 -3
  41. package/System.IO.Pipelines/internal/index.d.ts +8 -8
  42. package/System.IO.Pipes/internal/index.d.ts +28 -28
  43. package/System.Linq/internal/index.d.ts +7 -7
  44. package/System.Linq.Expressions/internal/index.d.ts +34 -34
  45. package/System.Linq.Expressions.Interpreter/internal/index.d.ts +1 -1
  46. package/System.Net/internal/index.d.ts +84 -84
  47. package/System.Net.Cache/internal/index.d.ts +8 -8
  48. package/System.Net.Http/internal/index.d.ts +40 -40
  49. package/System.Net.Http.Headers/internal/index.d.ts +48 -48
  50. package/System.Net.Http.Json/internal/index.d.ts +1 -1
  51. package/System.Net.Http.Metrics/internal/index.d.ts +1 -1
  52. package/System.Net.Mail/internal/index.d.ts +47 -47
  53. package/System.Net.Mime/internal/index.d.ts +4 -4
  54. package/System.Net.NetworkInformation/internal/index.d.ts +17 -17
  55. package/System.Net.Quic/internal/index.d.ts +9 -9
  56. package/System.Net.Security/internal/index.d.ts +19 -19
  57. package/System.Net.ServerSentEvents/internal/index.d.ts +2 -2
  58. package/System.Net.Sockets/internal/index.d.ts +53 -53
  59. package/System.Net.WebSockets/internal/index.d.ts +23 -23
  60. package/System.Numerics/internal/index.d.ts +37 -37
  61. package/System.Reflection/internal/index.d.ts +69 -69
  62. package/System.Reflection.Emit/internal/index.d.ts +18 -18
  63. package/System.Reflection.Metadata/internal/index.d.ts +170 -170
  64. package/System.Reflection.Metadata.Ecma335/internal/index.d.ts +39 -39
  65. package/System.Reflection.PortableExecutable/internal/index.d.ts +23 -23
  66. package/System.Resources/internal/index.d.ts +20 -20
  67. package/System.Runtime/internal/index.d.ts +7 -7
  68. package/System.Runtime.CompilerServices/internal/index.d.ts +145 -145
  69. package/System.Runtime.ConstrainedExecution/internal/index.d.ts +2 -2
  70. package/System.Runtime.ExceptionServices/internal/index.d.ts +3 -3
  71. package/System.Runtime.InteropServices/internal/index.d.ts +120 -120
  72. package/System.Runtime.InteropServices.ComTypes/internal/index.d.ts +20 -20
  73. package/System.Runtime.InteropServices.Java/internal/index.d.ts +3 -3
  74. package/System.Runtime.InteropServices.JavaScript/internal/index.d.ts +27 -27
  75. package/System.Runtime.InteropServices.Marshalling/internal/index.d.ts +27 -27
  76. package/System.Runtime.InteropServices.ObjectiveC/internal/index.d.ts +1 -1
  77. package/System.Runtime.InteropServices.Swift/internal/index.d.ts +4 -4
  78. package/System.Runtime.Intrinsics/internal/index.d.ts +4 -4
  79. package/System.Runtime.Loader/internal/index.d.ts +3 -3
  80. package/System.Runtime.Remoting/internal/index.d.ts +1 -1
  81. package/System.Runtime.Serialization/internal/index.d.ts +47 -47
  82. package/System.Runtime.Serialization.DataContracts/internal/index.d.ts +4 -4
  83. package/System.Runtime.Serialization.Formatters.Binary/internal/index.d.ts +2 -2
  84. package/System.Runtime.Serialization.Json/internal/index.d.ts +8 -8
  85. package/System.Runtime.Versioning/internal/index.d.ts +18 -18
  86. package/System.Security/internal/index.d.ts +23 -23
  87. package/System.Security.AccessControl/internal/index.d.ts +65 -65
  88. package/System.Security.Authentication/internal/index.d.ts +6 -6
  89. package/System.Security.Authentication.ExtendedProtection/internal/index.d.ts +6 -6
  90. package/System.Security.Claims/internal/index.d.ts +24 -24
  91. package/System.Security.Cryptography/internal/index.d.ts +220 -220
  92. package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +120 -120
  93. package/System.Security.Permissions/internal/index.d.ts +1 -1
  94. package/System.Security.Policy/internal/index.d.ts +4 -4
  95. package/System.Security.Principal/internal/index.d.ts +21 -21
  96. package/System.Text/internal/index.d.ts +49 -49
  97. package/System.Text.Encodings.Web/internal/index.d.ts +3 -3
  98. package/System.Text.Json/internal/index.d.ts +24 -24
  99. package/System.Text.Json.Nodes/internal/index.d.ts +8 -8
  100. package/System.Text.Json.Schema/internal/index.d.ts +2 -2
  101. package/System.Text.Json.Serialization/internal/index.d.ts +25 -25
  102. package/System.Text.Json.Serialization.Metadata/internal/index.d.ts +10 -10
  103. package/System.Text.RegularExpressions/internal/index.d.ts +24 -24
  104. package/System.Text.Unicode/internal/index.d.ts +3 -3
  105. package/System.Threading/internal/index.d.ts +105 -105
  106. package/System.Threading.Channels/internal/index.d.ts +7 -7
  107. package/System.Threading.Tasks/internal/index.d.ts +56 -56
  108. package/System.Threading.Tasks.Dataflow/internal/index.d.ts +29 -29
  109. package/System.Threading.Tasks.Sources/internal/index.d.ts +1 -1
  110. package/System.Timers/internal/index.d.ts +5 -5
  111. package/System.Transactions/internal/index.d.ts +41 -41
  112. package/System.Web/internal/index.d.ts +1 -1
  113. package/System.Windows.Markup/internal/index.d.ts +2 -2
  114. package/System.Xml/internal/index.d.ts +72 -72
  115. package/System.Xml.Linq/internal/index.d.ts +31 -31
  116. package/System.Xml.Resolvers/internal/index.d.ts +5 -5
  117. package/System.Xml.Schema/internal/index.d.ts +76 -76
  118. package/System.Xml.Serialization/internal/index.d.ts +96 -96
  119. package/System.Xml.XPath/internal/index.d.ts +9 -9
  120. package/System.Xml.Xsl/internal/index.d.ts +13 -13
  121. package/System.Xml.Xsl.Runtime/internal/index.d.ts +52 -52
  122. package/package.json +1 -1
@@ -24,7 +24,7 @@ export interface Vector128_1$instance<T> extends IAdditionOperators_3<Vector128_
24
24
 
25
25
 
26
26
  export const Vector128_1: {
27
- new<T>(): Vector128_1$instance<T>;
27
+ new<T>(): Vector128_1<T>;
28
28
  readonly allBitsSet: unknown;
29
29
  readonly count: int;
30
30
  readonly indices: unknown;
@@ -56,7 +56,7 @@ export interface Vector256_1$instance<T> extends IAdditionOperators_3<Vector256_
56
56
 
57
57
 
58
58
  export const Vector256_1: {
59
- new<T>(): Vector256_1$instance<T>;
59
+ new<T>(): Vector256_1<T>;
60
60
  readonly allBitsSet: unknown;
61
61
  readonly count: int;
62
62
  readonly indices: unknown;
@@ -88,7 +88,7 @@ export interface Vector512_1$instance<T> extends IAdditionOperators_3<Vector512_
88
88
 
89
89
 
90
90
  export const Vector512_1: {
91
- new<T>(): Vector512_1$instance<T>;
91
+ new<T>(): Vector512_1<T>;
92
92
  readonly allBitsSet: unknown;
93
93
  readonly count: int;
94
94
  readonly indices: unknown;
@@ -120,7 +120,7 @@ export interface Vector64_1$instance<T> extends IAdditionOperators_3<Vector64_1<
120
120
 
121
121
 
122
122
  export const Vector64_1: {
123
- new<T>(): Vector64_1$instance<T>;
123
+ new<T>(): Vector64_1<T>;
124
124
  readonly allBitsSet: unknown;
125
125
  readonly count: int;
126
126
  readonly indices: unknown;
@@ -18,7 +18,7 @@ export interface AssemblyLoadContext_ContextualReflectionScope$instance {
18
18
 
19
19
 
20
20
  export const AssemblyLoadContext_ContextualReflectionScope: {
21
- new(): AssemblyLoadContext_ContextualReflectionScope$instance;
21
+ new(): AssemblyLoadContext_ContextualReflectionScope;
22
22
  };
23
23
 
24
24
 
@@ -38,7 +38,7 @@ export interface AssemblyDependencyResolver$instance {
38
38
 
39
39
 
40
40
  export const AssemblyDependencyResolver: {
41
- new(componentAssemblyPath: string): AssemblyDependencyResolver$instance;
41
+ new(componentAssemblyPath: string): AssemblyDependencyResolver;
42
42
  };
43
43
 
44
44
 
@@ -62,7 +62,7 @@ export interface AssemblyLoadContext$instance {
62
62
 
63
63
 
64
64
  export const AssemblyLoadContext: {
65
- new(name: string, isCollectible: boolean): AssemblyLoadContext$instance;
65
+ new(name: string, isCollectible: boolean): AssemblyLoadContext;
66
66
  readonly default_: AssemblyLoadContext;
67
67
  readonly all: IEnumerable_1<AssemblyLoadContext>;
68
68
  readonly currentContextualReflectionContext: AssemblyLoadContext;
@@ -15,7 +15,7 @@ export interface ObjectHandle$instance extends MarshalByRefObject {
15
15
 
16
16
 
17
17
  export const ObjectHandle: {
18
- new(o: unknown): ObjectHandle$instance;
18
+ new(o: unknown): ObjectHandle;
19
19
  };
20
20
 
21
21
 
@@ -160,7 +160,7 @@ export interface DeserializationToken$instance {
160
160
 
161
161
 
162
162
  export const DeserializationToken: {
163
- new(): DeserializationToken$instance;
163
+ new(): DeserializationToken;
164
164
  };
165
165
 
166
166
 
@@ -181,7 +181,7 @@ export interface SerializationEntry$instance {
181
181
 
182
182
 
183
183
  export const SerializationEntry: {
184
- new(): SerializationEntry$instance;
184
+ new(): SerializationEntry;
185
185
  };
186
186
 
187
187
 
@@ -196,8 +196,8 @@ export interface StreamingContext$instance {
196
196
 
197
197
 
198
198
  export const StreamingContext: {
199
- new(state: StreamingContextStates): StreamingContext$instance;
200
- new(state: StreamingContextStates, additional: unknown): StreamingContext$instance;
199
+ new(state: StreamingContextStates): StreamingContext;
200
+ new(state: StreamingContextStates, additional: unknown): StreamingContext;
201
201
  };
202
202
 
203
203
 
@@ -220,7 +220,7 @@ export interface CollectionDataContractAttribute$instance extends Attribute {
220
220
 
221
221
 
222
222
  export const CollectionDataContractAttribute: {
223
- new(): CollectionDataContractAttribute$instance;
223
+ new(): CollectionDataContractAttribute;
224
224
  };
225
225
 
226
226
 
@@ -233,7 +233,7 @@ export interface ContractNamespaceAttribute$instance extends Attribute {
233
233
 
234
234
 
235
235
  export const ContractNamespaceAttribute: {
236
- new(contractNamespace: string): ContractNamespaceAttribute$instance;
236
+ new(contractNamespace: string): ContractNamespaceAttribute;
237
237
  };
238
238
 
239
239
 
@@ -250,7 +250,7 @@ export interface DataContractAttribute$instance extends Attribute {
250
250
 
251
251
 
252
252
  export const DataContractAttribute: {
253
- new(): DataContractAttribute$instance;
253
+ new(): DataContractAttribute;
254
254
  };
255
255
 
256
256
 
@@ -297,13 +297,13 @@ export interface DataContractSerializer$instance extends XmlObjectSerializer {
297
297
 
298
298
 
299
299
  export const DataContractSerializer: {
300
- new(type_: Type): DataContractSerializer$instance;
301
- new(type_: Type, knownTypes: IEnumerable_1<Type>): DataContractSerializer$instance;
302
- new(type_: Type, rootName: string, rootNamespace: string): DataContractSerializer$instance;
303
- new(type_: Type, rootName: string, rootNamespace: string, knownTypes: IEnumerable_1<Type>): DataContractSerializer$instance;
304
- new(type_: Type, rootName: XmlDictionaryString, rootNamespace: XmlDictionaryString): DataContractSerializer$instance;
305
- new(type_: Type, rootName: XmlDictionaryString, rootNamespace: XmlDictionaryString, knownTypes: IEnumerable_1<Type>): DataContractSerializer$instance;
306
- new(type_: Type, settings: DataContractSerializerSettings): DataContractSerializer$instance;
300
+ new(type_: Type): DataContractSerializer;
301
+ new(type_: Type, knownTypes: IEnumerable_1<Type>): DataContractSerializer;
302
+ new(type_: Type, rootName: string, rootNamespace: string): DataContractSerializer;
303
+ new(type_: Type, rootName: string, rootNamespace: string, knownTypes: IEnumerable_1<Type>): DataContractSerializer;
304
+ new(type_: Type, rootName: XmlDictionaryString, rootNamespace: XmlDictionaryString): DataContractSerializer;
305
+ new(type_: Type, rootName: XmlDictionaryString, rootNamespace: XmlDictionaryString, knownTypes: IEnumerable_1<Type>): DataContractSerializer;
306
+ new(type_: Type, settings: DataContractSerializerSettings): DataContractSerializer;
307
307
  };
308
308
 
309
309
 
@@ -322,7 +322,7 @@ export interface DataContractSerializerSettings$instance {
322
322
 
323
323
 
324
324
  export const DataContractSerializerSettings: {
325
- new(): DataContractSerializerSettings$instance;
325
+ new(): DataContractSerializerSettings;
326
326
  };
327
327
 
328
328
 
@@ -338,7 +338,7 @@ export interface DataMemberAttribute$instance extends Attribute {
338
338
 
339
339
 
340
340
  export const DataMemberAttribute: {
341
- new(): DataMemberAttribute$instance;
341
+ new(): DataMemberAttribute;
342
342
  };
343
343
 
344
344
 
@@ -352,8 +352,8 @@ export interface DateTimeFormat$instance {
352
352
 
353
353
 
354
354
  export const DateTimeFormat: {
355
- new(formatString: string): DateTimeFormat$instance;
356
- new(formatString: string, formatProvider: IFormatProvider): DateTimeFormat$instance;
355
+ new(formatString: string): DateTimeFormat;
356
+ new(formatString: string, formatProvider: IFormatProvider): DateTimeFormat;
357
357
  };
358
358
 
359
359
 
@@ -366,7 +366,7 @@ export interface EnumMemberAttribute$instance extends Attribute {
366
366
 
367
367
 
368
368
  export const EnumMemberAttribute: {
369
- new(): EnumMemberAttribute$instance;
369
+ new(): EnumMemberAttribute;
370
370
  };
371
371
 
372
372
 
@@ -379,7 +379,7 @@ export interface ExportOptions$instance {
379
379
 
380
380
 
381
381
  export const ExportOptions: {
382
- new(): ExportOptions$instance;
382
+ new(): ExportOptions;
383
383
  };
384
384
 
385
385
 
@@ -390,7 +390,7 @@ export interface ExtensionDataObject$instance {
390
390
 
391
391
 
392
392
  export const ExtensionDataObject: {
393
- new(): ExtensionDataObject$instance;
393
+ new(): ExtensionDataObject;
394
394
  };
395
395
 
396
396
 
@@ -440,7 +440,7 @@ export interface FormatterConverter$instance {
440
440
 
441
441
 
442
442
  export const FormatterConverter: {
443
- new(): FormatterConverter$instance;
443
+ new(): FormatterConverter;
444
444
  };
445
445
 
446
446
 
@@ -456,7 +456,7 @@ export interface IgnoreDataMemberAttribute$instance extends Attribute {
456
456
 
457
457
 
458
458
  export const IgnoreDataMemberAttribute: {
459
- new(): IgnoreDataMemberAttribute$instance;
459
+ new(): IgnoreDataMemberAttribute;
460
460
  };
461
461
 
462
462
 
@@ -468,9 +468,9 @@ export interface InvalidDataContractException$instance extends Exception {
468
468
 
469
469
 
470
470
  export const InvalidDataContractException: {
471
- new(): InvalidDataContractException$instance;
472
- new(message: string): InvalidDataContractException$instance;
473
- new(message: string, innerException: Exception): InvalidDataContractException$instance;
471
+ new(): InvalidDataContractException;
472
+ new(message: string): InvalidDataContractException;
473
+ new(message: string, innerException: Exception): InvalidDataContractException;
474
474
  };
475
475
 
476
476
 
@@ -488,8 +488,8 @@ export interface KnownTypeAttribute$instance extends Attribute {
488
488
 
489
489
 
490
490
  export const KnownTypeAttribute: {
491
- new(type_: Type): KnownTypeAttribute$instance;
492
- new(methodName: string): KnownTypeAttribute$instance;
491
+ new(type_: Type): KnownTypeAttribute;
492
+ new(methodName: string): KnownTypeAttribute;
493
493
  };
494
494
 
495
495
 
@@ -502,7 +502,7 @@ export interface ObjectIDGenerator$instance {
502
502
 
503
503
 
504
504
  export const ObjectIDGenerator: {
505
- new(): ObjectIDGenerator$instance;
505
+ new(): ObjectIDGenerator;
506
506
  };
507
507
 
508
508
 
@@ -525,7 +525,7 @@ export interface ObjectManager$instance {
525
525
 
526
526
 
527
527
  export const ObjectManager: {
528
- new(selector: ISurrogateSelector, context: StreamingContext): ObjectManager$instance;
528
+ new(selector: ISurrogateSelector, context: StreamingContext): ObjectManager;
529
529
  };
530
530
 
531
531
 
@@ -536,7 +536,7 @@ export interface OnDeserializedAttribute$instance extends Attribute {
536
536
 
537
537
 
538
538
  export const OnDeserializedAttribute: {
539
- new(): OnDeserializedAttribute$instance;
539
+ new(): OnDeserializedAttribute;
540
540
  };
541
541
 
542
542
 
@@ -547,7 +547,7 @@ export interface OnDeserializingAttribute$instance extends Attribute {
547
547
 
548
548
 
549
549
  export const OnDeserializingAttribute: {
550
- new(): OnDeserializingAttribute$instance;
550
+ new(): OnDeserializingAttribute;
551
551
  };
552
552
 
553
553
 
@@ -558,7 +558,7 @@ export interface OnSerializedAttribute$instance extends Attribute {
558
558
 
559
559
 
560
560
  export const OnSerializedAttribute: {
561
- new(): OnSerializedAttribute$instance;
561
+ new(): OnSerializedAttribute;
562
562
  };
563
563
 
564
564
 
@@ -569,7 +569,7 @@ export interface OnSerializingAttribute$instance extends Attribute {
569
569
 
570
570
 
571
571
  export const OnSerializingAttribute: {
572
- new(): OnSerializingAttribute$instance;
572
+ new(): OnSerializingAttribute;
573
573
  };
574
574
 
575
575
 
@@ -581,7 +581,7 @@ export interface OptionalFieldAttribute$instance extends Attribute {
581
581
 
582
582
 
583
583
  export const OptionalFieldAttribute: {
584
- new(): OptionalFieldAttribute$instance;
584
+ new(): OptionalFieldAttribute;
585
585
  };
586
586
 
587
587
 
@@ -594,7 +594,7 @@ export interface SafeSerializationEventArgs$instance extends EventArgs {
594
594
 
595
595
 
596
596
  export const SafeSerializationEventArgs: {
597
- new(): SafeSerializationEventArgs$instance;
597
+ new(): SafeSerializationEventArgs;
598
598
  };
599
599
 
600
600
 
@@ -618,9 +618,9 @@ export interface SerializationException$instance extends SystemException {
618
618
 
619
619
 
620
620
  export const SerializationException: {
621
- new(): SerializationException$instance;
622
- new(message: string): SerializationException$instance;
623
- new(message: string, innerException: Exception): SerializationException$instance;
621
+ new(): SerializationException;
622
+ new(message: string): SerializationException;
623
+ new(message: string, innerException: Exception): SerializationException;
624
624
  };
625
625
 
626
626
 
@@ -676,8 +676,8 @@ export interface SerializationInfo$instance {
676
676
 
677
677
 
678
678
  export const SerializationInfo: {
679
- new(type_: Type, converter: IFormatterConverter): SerializationInfo$instance;
680
- new(type_: Type, converter: IFormatterConverter, requireSameTokenInPartialTrust: boolean): SerializationInfo$instance;
679
+ new(type_: Type, converter: IFormatterConverter): SerializationInfo;
680
+ new(type_: Type, converter: IFormatterConverter, requireSameTokenInPartialTrust: boolean): SerializationInfo;
681
681
  startDeserialization(): DeserializationToken;
682
682
  };
683
683
 
@@ -695,7 +695,7 @@ export interface SerializationInfoEnumerator$instance {
695
695
 
696
696
 
697
697
  export const SerializationInfoEnumerator: {
698
- new(): SerializationInfoEnumerator$instance;
698
+ new(): SerializationInfoEnumerator;
699
699
  };
700
700
 
701
701
 
@@ -713,7 +713,7 @@ export interface SerializationObjectManager$instance {
713
713
 
714
714
 
715
715
  export const SerializationObjectManager: {
716
- new(context: StreamingContext): SerializationObjectManager$instance;
716
+ new(context: StreamingContext): SerializationObjectManager;
717
717
  };
718
718
 
719
719
 
@@ -729,7 +729,7 @@ export interface SurrogateSelector$instance {
729
729
 
730
730
 
731
731
  export const SurrogateSelector: {
732
- new(): SurrogateSelector$instance;
732
+ new(): SurrogateSelector;
733
733
  };
734
734
 
735
735
 
@@ -747,7 +747,7 @@ export interface TypeLoadExceptionHolder$instance {
747
747
 
748
748
 
749
749
  export const TypeLoadExceptionHolder: {
750
- new(): TypeLoadExceptionHolder$instance;
750
+ new(): TypeLoadExceptionHolder;
751
751
  };
752
752
 
753
753
 
@@ -795,8 +795,8 @@ export interface XsdDataContractExporter$instance {
795
795
 
796
796
 
797
797
  export const XsdDataContractExporter: {
798
- new(): XsdDataContractExporter$instance;
799
- new(schemas: XmlSchemaSet): XsdDataContractExporter$instance;
798
+ new(): XsdDataContractExporter;
799
+ new(schemas: XmlSchemaSet): XsdDataContractExporter;
800
800
  };
801
801
 
802
802
 
@@ -61,8 +61,8 @@ export interface DataContractSet$instance {
61
61
 
62
62
 
63
63
  export const DataContractSet: {
64
- new(dataContractSurrogate: ISerializationSurrogateProvider, referencedTypes: IEnumerable_1<Type>, referencedCollectionTypes: IEnumerable_1<Type>): DataContractSet$instance;
65
- new(dataContractSet: DataContractSet): DataContractSet$instance;
64
+ new(dataContractSurrogate: ISerializationSurrogateProvider, referencedTypes: IEnumerable_1<Type>, referencedCollectionTypes: IEnumerable_1<Type>): DataContractSet;
65
+ new(dataContractSet: DataContractSet): DataContractSet;
66
66
  };
67
67
 
68
68
 
@@ -79,7 +79,7 @@ export interface DataMember$instance {
79
79
 
80
80
 
81
81
  export const DataMember: {
82
- new(): DataMember$instance;
82
+ new(): DataMember;
83
83
  };
84
84
 
85
85
 
@@ -101,7 +101,7 @@ export interface XmlDataContract$instance extends DataContract {
101
101
 
102
102
 
103
103
  export const XmlDataContract: {
104
- new(): XmlDataContract$instance;
104
+ new(): XmlDataContract;
105
105
  };
106
106
 
107
107
 
@@ -26,8 +26,8 @@ export interface BinaryFormatter$instance {
26
26
 
27
27
 
28
28
  export const BinaryFormatter: {
29
- new(): BinaryFormatter$instance;
30
- new(selector: ISurrogateSelector, context: StreamingContext): BinaryFormatter$instance;
29
+ new(): BinaryFormatter;
30
+ new(selector: ISurrogateSelector, context: StreamingContext): BinaryFormatter;
31
31
  };
32
32
 
33
33
 
@@ -61,13 +61,13 @@ export interface DataContractJsonSerializer$instance extends XmlObjectSerializer
61
61
 
62
62
 
63
63
  export const DataContractJsonSerializer: {
64
- new(type_: Type): DataContractJsonSerializer$instance;
65
- new(type_: Type, rootName: string): DataContractJsonSerializer$instance;
66
- new(type_: Type, rootName: XmlDictionaryString): DataContractJsonSerializer$instance;
67
- new(type_: Type, knownTypes: IEnumerable_1<Type>): DataContractJsonSerializer$instance;
68
- new(type_: Type, rootName: string, knownTypes: IEnumerable_1<Type>): DataContractJsonSerializer$instance;
69
- new(type_: Type, rootName: XmlDictionaryString, knownTypes: IEnumerable_1<Type>): DataContractJsonSerializer$instance;
70
- new(type_: Type, settings: DataContractJsonSerializerSettings): DataContractJsonSerializer$instance;
64
+ new(type_: Type): DataContractJsonSerializer;
65
+ new(type_: Type, rootName: string): DataContractJsonSerializer;
66
+ new(type_: Type, rootName: XmlDictionaryString): DataContractJsonSerializer;
67
+ new(type_: Type, knownTypes: IEnumerable_1<Type>): DataContractJsonSerializer;
68
+ new(type_: Type, rootName: string, knownTypes: IEnumerable_1<Type>): DataContractJsonSerializer;
69
+ new(type_: Type, rootName: XmlDictionaryString, knownTypes: IEnumerable_1<Type>): DataContractJsonSerializer;
70
+ new(type_: Type, settings: DataContractJsonSerializerSettings): DataContractJsonSerializer;
71
71
  };
72
72
 
73
73
 
@@ -86,7 +86,7 @@ export interface DataContractJsonSerializerSettings$instance {
86
86
 
87
87
 
88
88
  export const DataContractJsonSerializerSettings: {
89
- new(): DataContractJsonSerializerSettings$instance;
89
+ new(): DataContractJsonSerializerSettings;
90
90
  };
91
91
 
92
92
 
@@ -34,7 +34,7 @@ export interface ComponentGuaranteesAttribute$instance extends Attribute {
34
34
 
35
35
 
36
36
  export const ComponentGuaranteesAttribute: {
37
- new(guarantees: ComponentGuaranteesOptions): ComponentGuaranteesAttribute$instance;
37
+ new(guarantees: ComponentGuaranteesOptions): ComponentGuaranteesAttribute;
38
38
  };
39
39
 
40
40
 
@@ -53,9 +53,9 @@ export interface FrameworkName$instance {
53
53
 
54
54
 
55
55
  export const FrameworkName: {
56
- new(identifier: string, version: Version): FrameworkName$instance;
57
- new(identifier: string, version: Version, profile: string): FrameworkName$instance;
58
- new(frameworkName: string): FrameworkName$instance;
56
+ new(identifier: string, version: Version): FrameworkName;
57
+ new(identifier: string, version: Version, profile: string): FrameworkName;
58
+ new(frameworkName: string): FrameworkName;
59
59
  };
60
60
 
61
61
 
@@ -76,8 +76,8 @@ export interface ObsoletedOSPlatformAttribute$instance extends OSPlatformAttribu
76
76
 
77
77
 
78
78
  export const ObsoletedOSPlatformAttribute: {
79
- new(platformName: string): ObsoletedOSPlatformAttribute$instance;
80
- new(platformName: string, message: string): ObsoletedOSPlatformAttribute$instance;
79
+ new(platformName: string): ObsoletedOSPlatformAttribute;
80
+ new(platformName: string, message: string): ObsoletedOSPlatformAttribute;
81
81
  };
82
82
 
83
83
 
@@ -101,8 +101,8 @@ export interface RequiresPreviewFeaturesAttribute$instance extends Attribute {
101
101
 
102
102
 
103
103
  export const RequiresPreviewFeaturesAttribute: {
104
- new(): RequiresPreviewFeaturesAttribute$instance;
105
- new(message: string): RequiresPreviewFeaturesAttribute$instance;
104
+ new(): RequiresPreviewFeaturesAttribute;
105
+ new(message: string): RequiresPreviewFeaturesAttribute;
106
106
  };
107
107
 
108
108
 
@@ -115,8 +115,8 @@ export interface ResourceConsumptionAttribute$instance extends Attribute {
115
115
 
116
116
 
117
117
  export const ResourceConsumptionAttribute: {
118
- new(resourceScope: ResourceScope): ResourceConsumptionAttribute$instance;
119
- new(resourceScope: ResourceScope, consumptionScope: ResourceScope): ResourceConsumptionAttribute$instance;
118
+ new(resourceScope: ResourceScope): ResourceConsumptionAttribute;
119
+ new(resourceScope: ResourceScope, consumptionScope: ResourceScope): ResourceConsumptionAttribute;
120
120
  };
121
121
 
122
122
 
@@ -128,7 +128,7 @@ export interface ResourceExposureAttribute$instance extends Attribute {
128
128
 
129
129
 
130
130
  export const ResourceExposureAttribute: {
131
- new(exposureLevel: ResourceScope): ResourceExposureAttribute$instance;
131
+ new(exposureLevel: ResourceScope): ResourceExposureAttribute;
132
132
  };
133
133
 
134
134
 
@@ -139,7 +139,7 @@ export interface SupportedOSPlatformAttribute$instance extends OSPlatformAttribu
139
139
 
140
140
 
141
141
  export const SupportedOSPlatformAttribute: {
142
- new(platformName: string): SupportedOSPlatformAttribute$instance;
142
+ new(platformName: string): SupportedOSPlatformAttribute;
143
143
  };
144
144
 
145
145
 
@@ -150,7 +150,7 @@ export interface SupportedOSPlatformGuardAttribute$instance extends OSPlatformAt
150
150
 
151
151
 
152
152
  export const SupportedOSPlatformGuardAttribute: {
153
- new(platformName: string): SupportedOSPlatformGuardAttribute$instance;
153
+ new(platformName: string): SupportedOSPlatformGuardAttribute;
154
154
  };
155
155
 
156
156
 
@@ -163,7 +163,7 @@ export interface TargetFrameworkAttribute$instance extends Attribute {
163
163
 
164
164
 
165
165
  export const TargetFrameworkAttribute: {
166
- new(frameworkName: string): TargetFrameworkAttribute$instance;
166
+ new(frameworkName: string): TargetFrameworkAttribute;
167
167
  };
168
168
 
169
169
 
@@ -174,7 +174,7 @@ export interface TargetPlatformAttribute$instance extends OSPlatformAttribute {
174
174
 
175
175
 
176
176
  export const TargetPlatformAttribute: {
177
- new(platformName: string): TargetPlatformAttribute$instance;
177
+ new(platformName: string): TargetPlatformAttribute;
178
178
  };
179
179
 
180
180
 
@@ -186,8 +186,8 @@ export interface UnsupportedOSPlatformAttribute$instance extends OSPlatformAttri
186
186
 
187
187
 
188
188
  export const UnsupportedOSPlatformAttribute: {
189
- new(platformName: string): UnsupportedOSPlatformAttribute$instance;
190
- new(platformName: string, message: string): UnsupportedOSPlatformAttribute$instance;
189
+ new(platformName: string): UnsupportedOSPlatformAttribute;
190
+ new(platformName: string, message: string): UnsupportedOSPlatformAttribute;
191
191
  };
192
192
 
193
193
 
@@ -198,7 +198,7 @@ export interface UnsupportedOSPlatformGuardAttribute$instance extends OSPlatform
198
198
 
199
199
 
200
200
  export const UnsupportedOSPlatformGuardAttribute: {
201
- new(platformName: string): UnsupportedOSPlatformGuardAttribute$instance;
201
+ new(platformName: string): UnsupportedOSPlatformGuardAttribute;
202
202
  };
203
203
 
204
204