@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
@@ -51,7 +51,7 @@ export interface AllowedValuesAttribute$instance extends ValidationAttribute {
51
51
 
52
52
 
53
53
  export const AllowedValuesAttribute: {
54
- new(values: unknown[]): AllowedValuesAttribute$instance;
54
+ new(values: unknown[]): AllowedValuesAttribute;
55
55
  };
56
56
 
57
57
 
@@ -65,8 +65,8 @@ export interface AssociatedMetadataTypeTypeDescriptionProvider$instance extends
65
65
 
66
66
 
67
67
  export const AssociatedMetadataTypeTypeDescriptionProvider: {
68
- new(type_: Type): AssociatedMetadataTypeTypeDescriptionProvider$instance;
69
- new(type_: Type, associatedMetadataType: Type): AssociatedMetadataTypeTypeDescriptionProvider$instance;
68
+ new(type_: Type): AssociatedMetadataTypeTypeDescriptionProvider;
69
+ new(type_: Type, associatedMetadataType: Type): AssociatedMetadataTypeTypeDescriptionProvider;
70
70
  };
71
71
 
72
72
 
@@ -83,7 +83,7 @@ export interface AssociationAttribute$instance extends Attribute {
83
83
 
84
84
 
85
85
  export const AssociationAttribute: {
86
- new(name: string, thisKey: string, otherKey: string): AssociationAttribute$instance;
86
+ new(name: string, thisKey: string, otherKey: string): AssociationAttribute;
87
87
  };
88
88
 
89
89
 
@@ -95,7 +95,7 @@ export interface Base64StringAttribute$instance extends ValidationAttribute {
95
95
 
96
96
 
97
97
  export const Base64StringAttribute: {
98
- new(): Base64StringAttribute$instance;
98
+ new(): Base64StringAttribute;
99
99
  };
100
100
 
101
101
 
@@ -110,7 +110,7 @@ export interface CompareAttribute$instance extends ValidationAttribute {
110
110
 
111
111
 
112
112
  export const CompareAttribute: {
113
- new(otherProperty: string): CompareAttribute$instance;
113
+ new(otherProperty: string): CompareAttribute;
114
114
  };
115
115
 
116
116
 
@@ -121,7 +121,7 @@ export interface ConcurrencyCheckAttribute$instance extends Attribute {
121
121
 
122
122
 
123
123
  export const ConcurrencyCheckAttribute: {
124
- new(): ConcurrencyCheckAttribute$instance;
124
+ new(): ConcurrencyCheckAttribute;
125
125
  };
126
126
 
127
127
 
@@ -133,7 +133,7 @@ export interface CreditCardAttribute$instance extends DataTypeAttribute {
133
133
 
134
134
 
135
135
  export const CreditCardAttribute: {
136
- new(): CreditCardAttribute$instance;
136
+ new(): CreditCardAttribute;
137
137
  };
138
138
 
139
139
 
@@ -149,7 +149,7 @@ export interface CustomValidationAttribute$instance extends ValidationAttribute
149
149
 
150
150
 
151
151
  export const CustomValidationAttribute: {
152
- new(validatorType: Type, method: string): CustomValidationAttribute$instance;
152
+ new(validatorType: Type, method: string): CustomValidationAttribute;
153
153
  };
154
154
 
155
155
 
@@ -165,8 +165,8 @@ export interface DataTypeAttribute$instance extends ValidationAttribute {
165
165
 
166
166
 
167
167
  export const DataTypeAttribute: {
168
- new(dataType: DataType): DataTypeAttribute$instance;
169
- new(customDataType: string): DataTypeAttribute$instance;
168
+ new(dataType: DataType): DataTypeAttribute;
169
+ new(customDataType: string): DataTypeAttribute;
170
170
  };
171
171
 
172
172
 
@@ -179,7 +179,7 @@ export interface DeniedValuesAttribute$instance extends ValidationAttribute {
179
179
 
180
180
 
181
181
  export const DeniedValuesAttribute: {
182
- new(values: unknown[]): DeniedValuesAttribute$instance;
182
+ new(values: unknown[]): DeniedValuesAttribute;
183
183
  };
184
184
 
185
185
 
@@ -207,7 +207,7 @@ export interface DisplayAttribute$instance extends Attribute {
207
207
 
208
208
 
209
209
  export const DisplayAttribute: {
210
- new(): DisplayAttribute$instance;
210
+ new(): DisplayAttribute;
211
211
  };
212
212
 
213
213
 
@@ -221,9 +221,9 @@ export interface DisplayColumnAttribute$instance extends Attribute {
221
221
 
222
222
 
223
223
  export const DisplayColumnAttribute: {
224
- new(displayColumn: string): DisplayColumnAttribute$instance;
225
- new(displayColumn: string, sortColumn: string): DisplayColumnAttribute$instance;
226
- new(displayColumn: string, sortColumn: string, sortDescending: boolean): DisplayColumnAttribute$instance;
224
+ new(displayColumn: string): DisplayColumnAttribute;
225
+ new(displayColumn: string, sortColumn: string): DisplayColumnAttribute;
226
+ new(displayColumn: string, sortColumn: string, sortDescending: boolean): DisplayColumnAttribute;
227
227
  };
228
228
 
229
229
 
@@ -241,7 +241,7 @@ export interface DisplayFormatAttribute$instance extends Attribute {
241
241
 
242
242
 
243
243
  export const DisplayFormatAttribute: {
244
- new(): DisplayFormatAttribute$instance;
244
+ new(): DisplayFormatAttribute;
245
245
  };
246
246
 
247
247
 
@@ -254,7 +254,7 @@ export interface EditableAttribute$instance extends Attribute {
254
254
 
255
255
 
256
256
  export const EditableAttribute: {
257
- new(allowEdit: boolean): EditableAttribute$instance;
257
+ new(allowEdit: boolean): EditableAttribute;
258
258
  };
259
259
 
260
260
 
@@ -266,7 +266,7 @@ export interface EmailAddressAttribute$instance extends DataTypeAttribute {
266
266
 
267
267
 
268
268
  export const EmailAddressAttribute: {
269
- new(): EmailAddressAttribute$instance;
269
+ new(): EmailAddressAttribute;
270
270
  };
271
271
 
272
272
 
@@ -279,7 +279,7 @@ export interface EnumDataTypeAttribute$instance extends DataTypeAttribute {
279
279
 
280
280
 
281
281
  export const EnumDataTypeAttribute: {
282
- new(enumType: Type): EnumDataTypeAttribute$instance;
282
+ new(enumType: Type): EnumDataTypeAttribute;
283
283
  };
284
284
 
285
285
 
@@ -293,7 +293,7 @@ export interface FileExtensionsAttribute$instance extends DataTypeAttribute {
293
293
 
294
294
 
295
295
  export const FileExtensionsAttribute: {
296
- new(): FileExtensionsAttribute$instance;
296
+ new(): FileExtensionsAttribute;
297
297
  };
298
298
 
299
299
 
@@ -309,9 +309,9 @@ export interface FilterUIHintAttribute$instance extends Attribute {
309
309
 
310
310
 
311
311
  export const FilterUIHintAttribute: {
312
- new(filterUIHint: string): FilterUIHintAttribute$instance;
313
- new(filterUIHint: string, presentationLayer: string): FilterUIHintAttribute$instance;
314
- new(filterUIHint: string, presentationLayer: string, controlParameters: unknown[]): FilterUIHintAttribute$instance;
312
+ new(filterUIHint: string): FilterUIHintAttribute;
313
+ new(filterUIHint: string, presentationLayer: string): FilterUIHintAttribute;
314
+ new(filterUIHint: string, presentationLayer: string, controlParameters: unknown[]): FilterUIHintAttribute;
315
315
  };
316
316
 
317
317
 
@@ -322,7 +322,7 @@ export interface KeyAttribute$instance extends Attribute {
322
322
 
323
323
 
324
324
  export const KeyAttribute: {
325
- new(): KeyAttribute$instance;
325
+ new(): KeyAttribute;
326
326
  };
327
327
 
328
328
 
@@ -337,7 +337,7 @@ export interface LengthAttribute$instance extends ValidationAttribute {
337
337
 
338
338
 
339
339
  export const LengthAttribute: {
340
- new(minimumLength: int, maximumLength: int): LengthAttribute$instance;
340
+ new(minimumLength: int, maximumLength: int): LengthAttribute;
341
341
  };
342
342
 
343
343
 
@@ -351,8 +351,8 @@ export interface MaxLengthAttribute$instance extends ValidationAttribute {
351
351
 
352
352
 
353
353
  export const MaxLengthAttribute: {
354
- new(length: int): MaxLengthAttribute$instance;
355
- new(): MaxLengthAttribute$instance;
354
+ new(length: int): MaxLengthAttribute;
355
+ new(): MaxLengthAttribute;
356
356
  };
357
357
 
358
358
 
@@ -364,7 +364,7 @@ export interface MetadataTypeAttribute$instance extends Attribute {
364
364
 
365
365
 
366
366
  export const MetadataTypeAttribute: {
367
- new(metadataClassType: Type): MetadataTypeAttribute$instance;
367
+ new(metadataClassType: Type): MetadataTypeAttribute;
368
368
  };
369
369
 
370
370
 
@@ -378,7 +378,7 @@ export interface MinLengthAttribute$instance extends ValidationAttribute {
378
378
 
379
379
 
380
380
  export const MinLengthAttribute: {
381
- new(length: int): MinLengthAttribute$instance;
381
+ new(length: int): MinLengthAttribute;
382
382
  };
383
383
 
384
384
 
@@ -390,7 +390,7 @@ export interface PhoneAttribute$instance extends DataTypeAttribute {
390
390
 
391
391
 
392
392
  export const PhoneAttribute: {
393
- new(): PhoneAttribute$instance;
393
+ new(): PhoneAttribute;
394
394
  };
395
395
 
396
396
 
@@ -410,9 +410,9 @@ export interface RangeAttribute$instance extends ValidationAttribute {
410
410
 
411
411
 
412
412
  export const RangeAttribute: {
413
- new(minimum: int, maximum: int): RangeAttribute$instance;
414
- new(minimum: double, maximum: double): RangeAttribute$instance;
415
- new(type_: Type, minimum: string, maximum: string): RangeAttribute$instance;
413
+ new(minimum: int, maximum: int): RangeAttribute;
414
+ new(minimum: double, maximum: double): RangeAttribute;
415
+ new(type_: Type, minimum: string, maximum: string): RangeAttribute;
416
416
  };
417
417
 
418
418
 
@@ -428,7 +428,7 @@ export interface RegularExpressionAttribute$instance extends ValidationAttribute
428
428
 
429
429
 
430
430
  export const RegularExpressionAttribute: {
431
- new(pattern: string): RegularExpressionAttribute$instance;
431
+ new(pattern: string): RegularExpressionAttribute;
432
432
  };
433
433
 
434
434
 
@@ -441,7 +441,7 @@ export interface RequiredAttribute$instance extends ValidationAttribute {
441
441
 
442
442
 
443
443
  export const RequiredAttribute: {
444
- new(): RequiredAttribute$instance;
444
+ new(): RequiredAttribute;
445
445
  };
446
446
 
447
447
 
@@ -453,7 +453,7 @@ export interface ScaffoldColumnAttribute$instance extends Attribute {
453
453
 
454
454
 
455
455
  export const ScaffoldColumnAttribute: {
456
- new(scaffold: boolean): ScaffoldColumnAttribute$instance;
456
+ new(scaffold: boolean): ScaffoldColumnAttribute;
457
457
  };
458
458
 
459
459
 
@@ -468,7 +468,7 @@ export interface StringLengthAttribute$instance extends ValidationAttribute {
468
468
 
469
469
 
470
470
  export const StringLengthAttribute: {
471
- new(maximumLength: int): StringLengthAttribute$instance;
471
+ new(maximumLength: int): StringLengthAttribute;
472
472
  };
473
473
 
474
474
 
@@ -479,7 +479,7 @@ export interface TimestampAttribute$instance extends Attribute {
479
479
 
480
480
 
481
481
  export const TimestampAttribute: {
482
- new(): TimestampAttribute$instance;
482
+ new(): TimestampAttribute;
483
483
  };
484
484
 
485
485
 
@@ -495,9 +495,9 @@ export interface UIHintAttribute$instance extends Attribute {
495
495
 
496
496
 
497
497
  export const UIHintAttribute: {
498
- new(uiHint: string): UIHintAttribute$instance;
499
- new(uiHint: string, presentationLayer: string): UIHintAttribute$instance;
500
- new(uiHint: string, presentationLayer: string, controlParameters: unknown[]): UIHintAttribute$instance;
498
+ new(uiHint: string): UIHintAttribute;
499
+ new(uiHint: string, presentationLayer: string): UIHintAttribute;
500
+ new(uiHint: string, presentationLayer: string, controlParameters: unknown[]): UIHintAttribute;
501
501
  };
502
502
 
503
503
 
@@ -509,7 +509,7 @@ export interface UrlAttribute$instance extends DataTypeAttribute {
509
509
 
510
510
 
511
511
  export const UrlAttribute: {
512
- new(): UrlAttribute$instance;
512
+ new(): UrlAttribute;
513
513
  };
514
514
 
515
515
 
@@ -546,10 +546,10 @@ export interface ValidationContext$instance {
546
546
 
547
547
 
548
548
  export const ValidationContext: {
549
- new(instance: unknown): ValidationContext$instance;
550
- new(instance: unknown, items: IDictionary_2<unknown, unknown>): ValidationContext$instance;
551
- new(instance: unknown, serviceProvider: IServiceProvider, items: IDictionary_2<unknown, unknown>): ValidationContext$instance;
552
- new(instance: unknown, displayName: string, serviceProvider: IServiceProvider, items: IDictionary_2<unknown, unknown>): ValidationContext$instance;
549
+ new(instance: unknown): ValidationContext;
550
+ new(instance: unknown, items: IDictionary_2<unknown, unknown>): ValidationContext;
551
+ new(instance: unknown, serviceProvider: IServiceProvider, items: IDictionary_2<unknown, unknown>): ValidationContext;
552
+ new(instance: unknown, displayName: string, serviceProvider: IServiceProvider, items: IDictionary_2<unknown, unknown>): ValidationContext;
553
553
  };
554
554
 
555
555
 
@@ -571,11 +571,11 @@ export interface ValidationException$instance extends Exception {
571
571
 
572
572
 
573
573
  export const ValidationException: {
574
- new(validationResult: ValidationResult, validatingAttribute: ValidationAttribute, value: unknown): ValidationException$instance;
575
- new(errorMessage: string, validatingAttribute: ValidationAttribute, value: unknown): ValidationException$instance;
576
- new(): ValidationException$instance;
577
- new(message: string): ValidationException$instance;
578
- new(message: string, innerException: Exception): ValidationException$instance;
574
+ new(validationResult: ValidationResult, validatingAttribute: ValidationAttribute, value: unknown): ValidationException;
575
+ new(errorMessage: string, validatingAttribute: ValidationAttribute, value: unknown): ValidationException;
576
+ new(): ValidationException;
577
+ new(message: string): ValidationException;
578
+ new(message: string, innerException: Exception): ValidationException;
579
579
  };
580
580
 
581
581
 
@@ -594,8 +594,8 @@ export interface ValidationResult$instance {
594
594
 
595
595
 
596
596
  export const ValidationResult: {
597
- new(errorMessage: string): ValidationResult$instance;
598
- new(errorMessage: string, memberNames: IEnumerable_1<System_Internal.String>): ValidationResult$instance;
597
+ new(errorMessage: string): ValidationResult;
598
+ new(errorMessage: string, memberNames: IEnumerable_1<System_Internal.String>): ValidationResult;
599
599
  readonly success: ValidationResult;
600
600
  };
601
601
 
@@ -24,8 +24,8 @@ export interface ColumnAttribute$instance extends Attribute {
24
24
 
25
25
 
26
26
  export const ColumnAttribute: {
27
- new(): ColumnAttribute$instance;
28
- new(name: string): ColumnAttribute$instance;
27
+ new(): ColumnAttribute;
28
+ new(name: string): ColumnAttribute;
29
29
  };
30
30
 
31
31
 
@@ -36,7 +36,7 @@ export interface ComplexTypeAttribute$instance extends Attribute {
36
36
 
37
37
 
38
38
  export const ComplexTypeAttribute: {
39
- new(): ComplexTypeAttribute$instance;
39
+ new(): ComplexTypeAttribute;
40
40
  };
41
41
 
42
42
 
@@ -48,7 +48,7 @@ export interface DatabaseGeneratedAttribute$instance extends Attribute {
48
48
 
49
49
 
50
50
  export const DatabaseGeneratedAttribute: {
51
- new(databaseGeneratedOption: DatabaseGeneratedOption): DatabaseGeneratedAttribute$instance;
51
+ new(databaseGeneratedOption: DatabaseGeneratedOption): DatabaseGeneratedAttribute;
52
52
  };
53
53
 
54
54
 
@@ -60,7 +60,7 @@ export interface ForeignKeyAttribute$instance extends Attribute {
60
60
 
61
61
 
62
62
  export const ForeignKeyAttribute: {
63
- new(name: string): ForeignKeyAttribute$instance;
63
+ new(name: string): ForeignKeyAttribute;
64
64
  };
65
65
 
66
66
 
@@ -72,7 +72,7 @@ export interface InversePropertyAttribute$instance extends Attribute {
72
72
 
73
73
 
74
74
  export const InversePropertyAttribute: {
75
- new(property: string): InversePropertyAttribute$instance;
75
+ new(property: string): InversePropertyAttribute;
76
76
  };
77
77
 
78
78
 
@@ -83,7 +83,7 @@ export interface NotMappedAttribute$instance extends Attribute {
83
83
 
84
84
 
85
85
  export const NotMappedAttribute: {
86
- new(): NotMappedAttribute$instance;
86
+ new(): NotMappedAttribute;
87
87
  };
88
88
 
89
89
 
@@ -96,7 +96,7 @@ export interface TableAttribute$instance extends Attribute {
96
96
 
97
97
 
98
98
  export const TableAttribute: {
99
- new(name: string): TableAttribute$instance;
99
+ new(name: string): TableAttribute;
100
100
  };
101
101
 
102
102
 
@@ -352,7 +352,7 @@ export interface ActiveDesignerEventArgs$instance extends EventArgs {
352
352
 
353
353
 
354
354
  export const ActiveDesignerEventArgs: {
355
- new(oldDesigner: IDesignerHost, newDesigner: IDesignerHost): ActiveDesignerEventArgs$instance;
355
+ new(oldDesigner: IDesignerHost, newDesigner: IDesignerHost): ActiveDesignerEventArgs;
356
356
  };
357
357
 
358
358
 
@@ -364,10 +364,10 @@ export interface CheckoutException$instance extends ExternalException {
364
364
 
365
365
 
366
366
  export const CheckoutException: {
367
- new(): CheckoutException$instance;
368
- new(message: string): CheckoutException$instance;
369
- new(message: string, errorCode: int): CheckoutException$instance;
370
- new(message: string, innerException: Exception): CheckoutException$instance;
367
+ new(): CheckoutException;
368
+ new(message: string): CheckoutException;
369
+ new(message: string, errorCode: int): CheckoutException;
370
+ new(message: string, innerException: Exception): CheckoutException;
371
371
  readonly canceled: CheckoutException;
372
372
  };
373
373
 
@@ -389,7 +389,7 @@ export interface CommandID$instance {
389
389
 
390
390
 
391
391
  export const CommandID: {
392
- new(menuGroup: Guid, commandID: int): CommandID$instance;
392
+ new(menuGroup: Guid, commandID: int): CommandID;
393
393
  };
394
394
 
395
395
 
@@ -404,7 +404,7 @@ export interface ComponentChangedEventArgs$instance extends EventArgs {
404
404
 
405
405
 
406
406
  export const ComponentChangedEventArgs: {
407
- new(component: unknown, member: MemberDescriptor, oldValue: unknown, newValue: unknown): ComponentChangedEventArgs$instance;
407
+ new(component: unknown, member: MemberDescriptor, oldValue: unknown, newValue: unknown): ComponentChangedEventArgs;
408
408
  };
409
409
 
410
410
 
@@ -417,7 +417,7 @@ export interface ComponentChangingEventArgs$instance extends EventArgs {
417
417
 
418
418
 
419
419
  export const ComponentChangingEventArgs: {
420
- new(component: unknown, member: MemberDescriptor): ComponentChangingEventArgs$instance;
420
+ new(component: unknown, member: MemberDescriptor): ComponentChangingEventArgs;
421
421
  };
422
422
 
423
423
 
@@ -429,7 +429,7 @@ export interface ComponentEventArgs$instance extends EventArgs {
429
429
 
430
430
 
431
431
  export const ComponentEventArgs: {
432
- new(component: IComponent): ComponentEventArgs$instance;
432
+ new(component: IComponent): ComponentEventArgs;
433
433
  };
434
434
 
435
435
 
@@ -443,7 +443,7 @@ export interface ComponentRenameEventArgs$instance extends EventArgs {
443
443
 
444
444
 
445
445
  export const ComponentRenameEventArgs: {
446
- new(component: unknown, oldName: string, newName: string): ComponentRenameEventArgs$instance;
446
+ new(component: unknown, oldName: string, newName: string): ComponentRenameEventArgs;
447
447
  };
448
448
 
449
449
 
@@ -457,8 +457,8 @@ export interface DesignerCollection$instance {
457
457
 
458
458
 
459
459
  export const DesignerCollection: {
460
- new(designers: IDesignerHost[]): DesignerCollection$instance;
461
- new(designers: IList): DesignerCollection$instance;
460
+ new(designers: IDesignerHost[]): DesignerCollection;
461
+ new(designers: IList): DesignerCollection;
462
462
  };
463
463
 
464
464
 
@@ -476,7 +476,7 @@ export interface DesignerEventArgs$instance extends EventArgs {
476
476
 
477
477
 
478
478
  export const DesignerEventArgs: {
479
- new(host: IDesignerHost): DesignerEventArgs$instance;
479
+ new(host: IDesignerHost): DesignerEventArgs;
480
480
  };
481
481
 
482
482
 
@@ -515,7 +515,7 @@ export interface DesignerOptionService_DesignerOptionCollection$instance {
515
515
 
516
516
 
517
517
  export const DesignerOptionService_DesignerOptionCollection: {
518
- new(): DesignerOptionService_DesignerOptionCollection$instance;
518
+ new(): DesignerOptionService_DesignerOptionCollection;
519
519
  };
520
520
 
521
521
 
@@ -557,8 +557,8 @@ export interface DesignerTransactionCloseEventArgs$instance extends EventArgs {
557
557
 
558
558
 
559
559
  export const DesignerTransactionCloseEventArgs: {
560
- new(commit: boolean): DesignerTransactionCloseEventArgs$instance;
561
- new(commit: boolean, lastTransaction: boolean): DesignerTransactionCloseEventArgs$instance;
560
+ new(commit: boolean): DesignerTransactionCloseEventArgs;
561
+ new(commit: boolean, lastTransaction: boolean): DesignerTransactionCloseEventArgs;
562
562
  };
563
563
 
564
564
 
@@ -572,8 +572,8 @@ export interface DesignerVerb$instance extends MenuCommand {
572
572
 
573
573
 
574
574
  export const DesignerVerb: {
575
- new(text: string, handler: EventHandler): DesignerVerb$instance;
576
- new(text: string, handler: EventHandler, startCommandID: CommandID): DesignerVerb$instance;
575
+ new(text: string, handler: EventHandler): DesignerVerb;
576
+ new(text: string, handler: EventHandler, startCommandID: CommandID): DesignerVerb;
577
577
  };
578
578
 
579
579
 
@@ -596,8 +596,8 @@ export interface DesignerVerbCollection$instance extends CollectionBase {
596
596
 
597
597
 
598
598
  export const DesignerVerbCollection: {
599
- new(): DesignerVerbCollection$instance;
600
- new(value: DesignerVerb[]): DesignerVerbCollection$instance;
599
+ new(): DesignerVerbCollection;
600
+ new(value: DesignerVerb[]): DesignerVerbCollection;
601
601
  };
602
602
 
603
603
 
@@ -619,7 +619,7 @@ export interface DesigntimeLicenseContext$instance extends LicenseContext {
619
619
 
620
620
 
621
621
  export const DesigntimeLicenseContext: {
622
- new(): DesigntimeLicenseContext$instance;
622
+ new(): DesigntimeLicenseContext;
623
623
  };
624
624
 
625
625
 
@@ -635,7 +635,7 @@ export interface DesigntimeLicenseContextSerializer$instance {
635
635
 
636
636
 
637
637
  export const DesigntimeLicenseContextSerializer: {
638
- new(): DesigntimeLicenseContextSerializer$instance;
638
+ new(): DesigntimeLicenseContextSerializer;
639
639
  serialize(o: Stream, cryptoKey: string, context: DesigntimeLicenseContext): void;
640
640
  };
641
641
 
@@ -651,9 +651,9 @@ export interface HelpKeywordAttribute$instance extends Attribute {
651
651
 
652
652
 
653
653
  export const HelpKeywordAttribute: {
654
- new(): HelpKeywordAttribute$instance;
655
- new(keyword: string): HelpKeywordAttribute$instance;
656
- new(t: Type): HelpKeywordAttribute$instance;
654
+ new(): HelpKeywordAttribute;
655
+ new(keyword: string): HelpKeywordAttribute;
656
+ new(t: Type): HelpKeywordAttribute;
657
657
  readonly default_: HelpKeywordAttribute;
658
658
  };
659
659
 
@@ -675,7 +675,7 @@ export interface MenuCommand$instance {
675
675
 
676
676
 
677
677
  export const MenuCommand: {
678
- new(handler: EventHandler, command: CommandID): MenuCommand$instance;
678
+ new(handler: EventHandler, command: CommandID): MenuCommand;
679
679
  };
680
680
 
681
681
 
@@ -694,8 +694,8 @@ export interface ServiceContainer$instance {
694
694
 
695
695
 
696
696
  export const ServiceContainer: {
697
- new(): ServiceContainer$instance;
698
- new(parentProvider: IServiceProvider): ServiceContainer$instance;
697
+ new(): ServiceContainer;
698
+ new(parentProvider: IServiceProvider): ServiceContainer;
699
699
  };
700
700
 
701
701
 
@@ -715,7 +715,7 @@ export interface StandardCommands$instance {
715
715
 
716
716
 
717
717
  export const StandardCommands: {
718
- new(): StandardCommands$instance;
718
+ new(): StandardCommands;
719
719
  readonly alignBottom: CommandID;
720
720
  readonly alignHorizontalCenters: CommandID;
721
721
  readonly alignLeft: CommandID;
@@ -781,7 +781,7 @@ export interface StandardToolWindows$instance {
781
781
 
782
782
 
783
783
  export const StandardToolWindows: {
784
- new(): StandardToolWindows$instance;
784
+ new(): StandardToolWindows;
785
785
  readonly objectBrowser: Guid;
786
786
  readonly outputWindow: Guid;
787
787
  readonly projectExplorer: Guid;
@@ -143,7 +143,7 @@ export interface MemberRelationship$instance {
143
143
 
144
144
 
145
145
  export const MemberRelationship: {
146
- new(owner: unknown, member: MemberDescriptor): MemberRelationship$instance;
146
+ new(owner: unknown, member: MemberDescriptor): MemberRelationship;
147
147
  readonly empty: MemberRelationship;
148
148
  };
149
149
 
@@ -190,7 +190,7 @@ export interface ContextStack$instance {
190
190
 
191
191
 
192
192
  export const ContextStack: {
193
- new(): ContextStack$instance;
193
+ new(): ContextStack;
194
194
  };
195
195
 
196
196
 
@@ -202,8 +202,8 @@ export interface DefaultSerializationProviderAttribute$instance extends Attribut
202
202
 
203
203
 
204
204
  export const DefaultSerializationProviderAttribute: {
205
- new(providerType: Type): DefaultSerializationProviderAttribute$instance;
206
- new(providerTypeName: string): DefaultSerializationProviderAttribute$instance;
205
+ new(providerType: Type): DefaultSerializationProviderAttribute;
206
+ new(providerTypeName: string): DefaultSerializationProviderAttribute;
207
207
  };
208
208
 
209
209
 
@@ -231,9 +231,9 @@ export interface DesignerSerializerAttribute$instance extends Attribute {
231
231
 
232
232
 
233
233
  export const DesignerSerializerAttribute: {
234
- new(serializerType: Type, baseSerializerType: Type): DesignerSerializerAttribute$instance;
235
- new(serializerTypeName: string, baseSerializerType: Type): DesignerSerializerAttribute$instance;
236
- new(serializerTypeName: string, baseSerializerTypeName: string): DesignerSerializerAttribute$instance;
234
+ new(serializerType: Type, baseSerializerType: Type): DesignerSerializerAttribute;
235
+ new(serializerTypeName: string, baseSerializerType: Type): DesignerSerializerAttribute;
236
+ new(serializerTypeName: string, baseSerializerTypeName: string): DesignerSerializerAttribute;
237
237
  };
238
238
 
239
239
 
@@ -248,8 +248,8 @@ export interface InstanceDescriptor$instance {
248
248
 
249
249
 
250
250
  export const InstanceDescriptor: {
251
- new(member: MemberInfo, arguments: ICollection): InstanceDescriptor$instance;
252
- new(member: MemberInfo, arguments: ICollection, isComplete: boolean): InstanceDescriptor$instance;
251
+ new(member: MemberInfo, arguments: ICollection): InstanceDescriptor;
252
+ new(member: MemberInfo, arguments: ICollection, isComplete: boolean): InstanceDescriptor;
253
253
  };
254
254
 
255
255
 
@@ -277,7 +277,7 @@ export interface ResolveNameEventArgs$instance extends EventArgs {
277
277
 
278
278
 
279
279
  export const ResolveNameEventArgs: {
280
- new(name: string): ResolveNameEventArgs$instance;
280
+ new(name: string): ResolveNameEventArgs;
281
281
  };
282
282
 
283
283
 
@@ -292,9 +292,9 @@ export interface RootDesignerSerializerAttribute$instance extends Attribute {
292
292
 
293
293
 
294
294
  export const RootDesignerSerializerAttribute: {
295
- new(serializerType: Type, baseSerializerType: Type, reloadable: boolean): RootDesignerSerializerAttribute$instance;
296
- new(serializerTypeName: string, baseSerializerType: Type, reloadable: boolean): RootDesignerSerializerAttribute$instance;
297
- new(serializerTypeName: string, baseSerializerTypeName: string, reloadable: boolean): RootDesignerSerializerAttribute$instance;
295
+ new(serializerType: Type, baseSerializerType: Type, reloadable: boolean): RootDesignerSerializerAttribute;
296
+ new(serializerTypeName: string, baseSerializerType: Type, reloadable: boolean): RootDesignerSerializerAttribute;
297
+ new(serializerTypeName: string, baseSerializerTypeName: string, reloadable: boolean): RootDesignerSerializerAttribute;
298
298
  };
299
299
 
300
300