@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
@@ -76,7 +76,7 @@ export interface ParallelLoopResult$instance {
76
76
 
77
77
 
78
78
  export const ParallelLoopResult: {
79
- new(): ParallelLoopResult$instance;
79
+ new(): ParallelLoopResult;
80
80
  };
81
81
 
82
82
 
@@ -98,8 +98,8 @@ export interface ValueTask$instance {
98
98
 
99
99
 
100
100
  export const ValueTask: {
101
- new(task: Task): ValueTask$instance;
102
- new(source: IValueTaskSource, token: short): ValueTask$instance;
101
+ new(task: Task): ValueTask;
102
+ new(source: IValueTaskSource, token: short): ValueTask;
103
103
  readonly completedTask: ValueTask;
104
104
  fromCanceled(cancellationToken: CancellationToken): ValueTask;
105
105
  fromCanceled<TResult>(cancellationToken: CancellationToken): ValueTask_1<TResult>;
@@ -137,9 +137,9 @@ export interface ValueTask_1$instance<TResult> {
137
137
 
138
138
 
139
139
  export const ValueTask_1: {
140
- new<TResult>(result: TResult): ValueTask_1$instance<TResult>;
141
- new<TResult>(task: Task_1<TResult>): ValueTask_1$instance<TResult>;
142
- new<TResult>(source: IValueTaskSource_1<TResult>, token: short): ValueTask_1$instance<TResult>;
140
+ new<TResult>(result: TResult): ValueTask_1<TResult>;
141
+ new<TResult>(task: Task_1<TResult>): ValueTask_1<TResult>;
142
+ new<TResult>(source: IValueTaskSource_1<TResult>, token: short): ValueTask_1<TResult>;
143
143
  };
144
144
 
145
145
 
@@ -162,10 +162,10 @@ export interface ConcurrentExclusiveSchedulerPair$instance {
162
162
 
163
163
 
164
164
  export const ConcurrentExclusiveSchedulerPair: {
165
- new(): ConcurrentExclusiveSchedulerPair$instance;
166
- new(taskScheduler: TaskScheduler): ConcurrentExclusiveSchedulerPair$instance;
167
- new(taskScheduler: TaskScheduler, maxConcurrencyLevel: int): ConcurrentExclusiveSchedulerPair$instance;
168
- new(taskScheduler: TaskScheduler, maxConcurrencyLevel: int, maxItemsPerTask: int): ConcurrentExclusiveSchedulerPair$instance;
165
+ new(): ConcurrentExclusiveSchedulerPair;
166
+ new(taskScheduler: TaskScheduler): ConcurrentExclusiveSchedulerPair;
167
+ new(taskScheduler: TaskScheduler, maxConcurrencyLevel: int): ConcurrentExclusiveSchedulerPair;
168
+ new(taskScheduler: TaskScheduler, maxConcurrencyLevel: int, maxItemsPerTask: int): ConcurrentExclusiveSchedulerPair;
169
169
  };
170
170
 
171
171
 
@@ -182,7 +182,7 @@ export interface ParallelLoopState$instance {
182
182
 
183
183
 
184
184
  export const ParallelLoopState: {
185
- new(): ParallelLoopState$instance;
185
+ new(): ParallelLoopState;
186
186
  };
187
187
 
188
188
 
@@ -196,7 +196,7 @@ export interface ParallelOptions$instance {
196
196
 
197
197
 
198
198
  export const ParallelOptions: {
199
- new(): ParallelOptions$instance;
199
+ new(): ParallelOptions;
200
200
  };
201
201
 
202
202
 
@@ -255,14 +255,14 @@ export interface Task$instance {
255
255
 
256
256
 
257
257
  export const Task: {
258
- new(action: Action): Task$instance;
259
- new(action: Action, cancellationToken: CancellationToken): Task$instance;
260
- new(action: Action, creationOptions: TaskCreationOptions): Task$instance;
261
- new(action: Action, cancellationToken: CancellationToken, creationOptions: TaskCreationOptions): Task$instance;
262
- new(action: Action_1<unknown>, state: unknown): Task$instance;
263
- new(action: Action_1<unknown>, state: unknown, cancellationToken: CancellationToken): Task$instance;
264
- new(action: Action_1<unknown>, state: unknown, creationOptions: TaskCreationOptions): Task$instance;
265
- new(action: Action_1<unknown>, state: unknown, cancellationToken: CancellationToken, creationOptions: TaskCreationOptions): Task$instance;
258
+ new(action: Action): Task;
259
+ new(action: Action, cancellationToken: CancellationToken): Task;
260
+ new(action: Action, creationOptions: TaskCreationOptions): Task;
261
+ new(action: Action, cancellationToken: CancellationToken, creationOptions: TaskCreationOptions): Task;
262
+ new(action: Action_1<unknown>, state: unknown): Task;
263
+ new(action: Action_1<unknown>, state: unknown, cancellationToken: CancellationToken): Task;
264
+ new(action: Action_1<unknown>, state: unknown, creationOptions: TaskCreationOptions): Task;
265
+ new(action: Action_1<unknown>, state: unknown, cancellationToken: CancellationToken, creationOptions: TaskCreationOptions): Task;
266
266
  readonly currentId: Nullable_1<System_Internal.Int32>;
267
267
  readonly factory: TaskFactory;
268
268
  readonly completedTask: Task;
@@ -387,14 +387,14 @@ export interface Task_1$instance<TResult> extends Task$instance {
387
387
 
388
388
 
389
389
  export const Task_1: {
390
- new<TResult>(function_: Func_1<TResult>): Task_1$instance<TResult>;
391
- new<TResult>(function_: Func_1<TResult>, cancellationToken: CancellationToken): Task_1$instance<TResult>;
392
- new<TResult>(function_: Func_1<TResult>, creationOptions: TaskCreationOptions): Task_1$instance<TResult>;
393
- new<TResult>(function_: Func_1<TResult>, cancellationToken: CancellationToken, creationOptions: TaskCreationOptions): Task_1$instance<TResult>;
394
- new<TResult>(function_: Func_2<unknown, TResult>, state: unknown): Task_1$instance<TResult>;
395
- new<TResult>(function_: Func_2<unknown, TResult>, state: unknown, cancellationToken: CancellationToken): Task_1$instance<TResult>;
396
- new<TResult>(function_: Func_2<unknown, TResult>, state: unknown, creationOptions: TaskCreationOptions): Task_1$instance<TResult>;
397
- new<TResult>(function_: Func_2<unknown, TResult>, state: unknown, cancellationToken: CancellationToken, creationOptions: TaskCreationOptions): Task_1$instance<TResult>;
390
+ new<TResult>(function_: Func_1<TResult>): Task_1<TResult>;
391
+ new<TResult>(function_: Func_1<TResult>, cancellationToken: CancellationToken): Task_1<TResult>;
392
+ new<TResult>(function_: Func_1<TResult>, creationOptions: TaskCreationOptions): Task_1<TResult>;
393
+ new<TResult>(function_: Func_1<TResult>, cancellationToken: CancellationToken, creationOptions: TaskCreationOptions): Task_1<TResult>;
394
+ new<TResult>(function_: Func_2<unknown, TResult>, state: unknown): Task_1<TResult>;
395
+ new<TResult>(function_: Func_2<unknown, TResult>, state: unknown, cancellationToken: CancellationToken): Task_1<TResult>;
396
+ new<TResult>(function_: Func_2<unknown, TResult>, state: unknown, creationOptions: TaskCreationOptions): Task_1<TResult>;
397
+ new<TResult>(function_: Func_2<unknown, TResult>, state: unknown, cancellationToken: CancellationToken, creationOptions: TaskCreationOptions): Task_1<TResult>;
398
398
  };
399
399
 
400
400
 
@@ -415,11 +415,11 @@ export interface TaskCanceledException$instance extends OperationCanceledExcepti
415
415
 
416
416
 
417
417
  export const TaskCanceledException: {
418
- new(): TaskCanceledException$instance;
419
- new(message: string): TaskCanceledException$instance;
420
- new(message: string, innerException: Exception): TaskCanceledException$instance;
421
- new(message: string, innerException: Exception, token: CancellationToken): TaskCanceledException$instance;
422
- new(task: Task): TaskCanceledException$instance;
418
+ new(): TaskCanceledException;
419
+ new(message: string): TaskCanceledException;
420
+ new(message: string, innerException: Exception): TaskCanceledException;
421
+ new(message: string, innerException: Exception, token: CancellationToken): TaskCanceledException;
422
+ new(task: Task): TaskCanceledException;
423
423
  };
424
424
 
425
425
 
@@ -448,10 +448,10 @@ export interface TaskCompletionSource$instance {
448
448
 
449
449
 
450
450
  export const TaskCompletionSource: {
451
- new(): TaskCompletionSource$instance;
452
- new(creationOptions: TaskCreationOptions): TaskCompletionSource$instance;
453
- new(state: unknown): TaskCompletionSource$instance;
454
- new(state: unknown, creationOptions: TaskCreationOptions): TaskCompletionSource$instance;
451
+ new(): TaskCompletionSource;
452
+ new(creationOptions: TaskCreationOptions): TaskCompletionSource;
453
+ new(state: unknown): TaskCompletionSource;
454
+ new(state: unknown, creationOptions: TaskCreationOptions): TaskCompletionSource;
455
455
  };
456
456
 
457
457
 
@@ -475,10 +475,10 @@ export interface TaskCompletionSource_1$instance<TResult> {
475
475
 
476
476
 
477
477
  export const TaskCompletionSource_1: {
478
- new<TResult>(): TaskCompletionSource_1$instance<TResult>;
479
- new<TResult>(creationOptions: TaskCreationOptions): TaskCompletionSource_1$instance<TResult>;
480
- new<TResult>(state: unknown): TaskCompletionSource_1$instance<TResult>;
481
- new<TResult>(state: unknown, creationOptions: TaskCreationOptions): TaskCompletionSource_1$instance<TResult>;
478
+ new<TResult>(): TaskCompletionSource_1<TResult>;
479
+ new<TResult>(creationOptions: TaskCreationOptions): TaskCompletionSource_1<TResult>;
480
+ new<TResult>(state: unknown): TaskCompletionSource_1<TResult>;
481
+ new<TResult>(state: unknown, creationOptions: TaskCreationOptions): TaskCompletionSource_1<TResult>;
482
482
  };
483
483
 
484
484
 
@@ -563,11 +563,11 @@ export interface TaskFactory$instance {
563
563
 
564
564
 
565
565
  export const TaskFactory: {
566
- new(): TaskFactory$instance;
567
- new(cancellationToken: CancellationToken): TaskFactory$instance;
568
- new(scheduler: TaskScheduler): TaskFactory$instance;
569
- new(creationOptions: TaskCreationOptions, continuationOptions: TaskContinuationOptions): TaskFactory$instance;
570
- new(cancellationToken: CancellationToken, creationOptions: TaskCreationOptions, continuationOptions: TaskContinuationOptions, scheduler: TaskScheduler): TaskFactory$instance;
566
+ new(): TaskFactory;
567
+ new(cancellationToken: CancellationToken): TaskFactory;
568
+ new(scheduler: TaskScheduler): TaskFactory;
569
+ new(creationOptions: TaskCreationOptions, continuationOptions: TaskContinuationOptions): TaskFactory;
570
+ new(cancellationToken: CancellationToken, creationOptions: TaskCreationOptions, continuationOptions: TaskContinuationOptions, scheduler: TaskScheduler): TaskFactory;
571
571
  };
572
572
 
573
573
 
@@ -617,11 +617,11 @@ export interface TaskFactory_1$instance<TResult> {
617
617
 
618
618
 
619
619
  export const TaskFactory_1: {
620
- new<TResult>(): TaskFactory_1$instance<TResult>;
621
- new<TResult>(cancellationToken: CancellationToken): TaskFactory_1$instance<TResult>;
622
- new<TResult>(scheduler: TaskScheduler): TaskFactory_1$instance<TResult>;
623
- new<TResult>(creationOptions: TaskCreationOptions, continuationOptions: TaskContinuationOptions): TaskFactory_1$instance<TResult>;
624
- new<TResult>(cancellationToken: CancellationToken, creationOptions: TaskCreationOptions, continuationOptions: TaskContinuationOptions, scheduler: TaskScheduler): TaskFactory_1$instance<TResult>;
620
+ new<TResult>(): TaskFactory_1<TResult>;
621
+ new<TResult>(cancellationToken: CancellationToken): TaskFactory_1<TResult>;
622
+ new<TResult>(scheduler: TaskScheduler): TaskFactory_1<TResult>;
623
+ new<TResult>(creationOptions: TaskCreationOptions, continuationOptions: TaskContinuationOptions): TaskFactory_1<TResult>;
624
+ new<TResult>(cancellationToken: CancellationToken, creationOptions: TaskCreationOptions, continuationOptions: TaskContinuationOptions, scheduler: TaskScheduler): TaskFactory_1<TResult>;
625
625
  };
626
626
 
627
627
 
@@ -648,10 +648,10 @@ export interface TaskSchedulerException$instance extends Exception {
648
648
 
649
649
 
650
650
  export const TaskSchedulerException: {
651
- new(): TaskSchedulerException$instance;
652
- new(message: string): TaskSchedulerException$instance;
653
- new(innerException: Exception): TaskSchedulerException$instance;
654
- new(message: string, innerException: Exception): TaskSchedulerException$instance;
651
+ new(): TaskSchedulerException;
652
+ new(message: string): TaskSchedulerException;
653
+ new(innerException: Exception): TaskSchedulerException;
654
+ new(message: string, innerException: Exception): TaskSchedulerException;
655
655
  };
656
656
 
657
657
 
@@ -670,7 +670,7 @@ export interface UnobservedTaskExceptionEventArgs$instance extends EventArgs {
670
670
 
671
671
 
672
672
  export const UnobservedTaskExceptionEventArgs: {
673
- new(exception: AggregateException): UnobservedTaskExceptionEventArgs$instance;
673
+ new(exception: AggregateException): UnobservedTaskExceptionEventArgs;
674
674
  };
675
675
 
676
676
 
@@ -100,7 +100,7 @@ export interface DataflowMessageHeader$instance {
100
100
 
101
101
 
102
102
  export const DataflowMessageHeader: {
103
- new(id: long): DataflowMessageHeader$instance;
103
+ new(id: long): DataflowMessageHeader;
104
104
  };
105
105
 
106
106
 
@@ -124,10 +124,10 @@ export interface ActionBlock_1$instance<TInput> {
124
124
 
125
125
 
126
126
  export const ActionBlock_1: {
127
- new<TInput>(action: Action_1<TInput>): ActionBlock_1$instance<TInput>;
128
- new<TInput>(action: Action_1<TInput>, dataflowBlockOptions: ExecutionDataflowBlockOptions): ActionBlock_1$instance<TInput>;
129
- new<TInput>(action: Func_2<TInput, Task>): ActionBlock_1$instance<TInput>;
130
- new<TInput>(action: Func_2<TInput, Task>, dataflowBlockOptions: ExecutionDataflowBlockOptions): ActionBlock_1$instance<TInput>;
127
+ new<TInput>(action: Action_1<TInput>): ActionBlock_1<TInput>;
128
+ new<TInput>(action: Action_1<TInput>, dataflowBlockOptions: ExecutionDataflowBlockOptions): ActionBlock_1<TInput>;
129
+ new<TInput>(action: Func_2<TInput, Task>): ActionBlock_1<TInput>;
130
+ new<TInput>(action: Func_2<TInput, Task>, dataflowBlockOptions: ExecutionDataflowBlockOptions): ActionBlock_1<TInput>;
131
131
  };
132
132
 
133
133
 
@@ -153,8 +153,8 @@ export interface BatchBlock_1$instance<T> {
153
153
 
154
154
 
155
155
  export const BatchBlock_1: {
156
- new<T>(batchSize: int): BatchBlock_1$instance<T>;
157
- new<T>(batchSize: int, dataflowBlockOptions: GroupingDataflowBlockOptions): BatchBlock_1$instance<T>;
156
+ new<T>(batchSize: int): BatchBlock_1<T>;
157
+ new<T>(batchSize: int, dataflowBlockOptions: GroupingDataflowBlockOptions): BatchBlock_1<T>;
158
158
  };
159
159
 
160
160
 
@@ -183,8 +183,8 @@ export interface BatchedJoinBlock_2$instance<T1, T2> {
183
183
 
184
184
 
185
185
  export const BatchedJoinBlock_2: {
186
- new<T1, T2>(batchSize: int): BatchedJoinBlock_2$instance<T1, T2>;
187
- new<T1, T2>(batchSize: int, dataflowBlockOptions: GroupingDataflowBlockOptions): BatchedJoinBlock_2$instance<T1, T2>;
186
+ new<T1, T2>(batchSize: int): BatchedJoinBlock_2<T1, T2>;
187
+ new<T1, T2>(batchSize: int, dataflowBlockOptions: GroupingDataflowBlockOptions): BatchedJoinBlock_2<T1, T2>;
188
188
  };
189
189
 
190
190
 
@@ -213,8 +213,8 @@ export interface BatchedJoinBlock_3$instance<T1, T2, T3> {
213
213
 
214
214
 
215
215
  export const BatchedJoinBlock_3: {
216
- new<T1, T2, T3>(batchSize: int): BatchedJoinBlock_3$instance<T1, T2, T3>;
217
- new<T1, T2, T3>(batchSize: int, dataflowBlockOptions: GroupingDataflowBlockOptions): BatchedJoinBlock_3$instance<T1, T2, T3>;
216
+ new<T1, T2, T3>(batchSize: int): BatchedJoinBlock_3<T1, T2, T3>;
217
+ new<T1, T2, T3>(batchSize: int, dataflowBlockOptions: GroupingDataflowBlockOptions): BatchedJoinBlock_3<T1, T2, T3>;
218
218
  };
219
219
 
220
220
 
@@ -237,8 +237,8 @@ export interface BroadcastBlock_1$instance<T> {
237
237
 
238
238
 
239
239
  export const BroadcastBlock_1: {
240
- new<T>(cloningFunction: Func_2<T, T>): BroadcastBlock_1$instance<T>;
241
- new<T>(cloningFunction: Func_2<T, T>, dataflowBlockOptions: DataflowBlockOptions): BroadcastBlock_1$instance<T>;
240
+ new<T>(cloningFunction: Func_2<T, T>): BroadcastBlock_1<T>;
241
+ new<T>(cloningFunction: Func_2<T, T>, dataflowBlockOptions: DataflowBlockOptions): BroadcastBlock_1<T>;
242
242
  };
243
243
 
244
244
 
@@ -264,8 +264,8 @@ export interface BufferBlock_1$instance<T> {
264
264
 
265
265
 
266
266
  export const BufferBlock_1: {
267
- new<T>(): BufferBlock_1$instance<T>;
268
- new<T>(dataflowBlockOptions: DataflowBlockOptions): BufferBlock_1$instance<T>;
267
+ new<T>(): BufferBlock_1<T>;
268
+ new<T>(dataflowBlockOptions: DataflowBlockOptions): BufferBlock_1<T>;
269
269
  };
270
270
 
271
271
 
@@ -290,7 +290,7 @@ export interface DataflowBlockOptions$instance {
290
290
 
291
291
 
292
292
  export const DataflowBlockOptions: {
293
- new(): DataflowBlockOptions$instance;
293
+ new(): DataflowBlockOptions;
294
294
  readonly unbounded: int;
295
295
  };
296
296
 
@@ -305,7 +305,7 @@ export interface DataflowLinkOptions$instance {
305
305
 
306
306
 
307
307
  export const DataflowLinkOptions: {
308
- new(): DataflowLinkOptions$instance;
308
+ new(): DataflowLinkOptions;
309
309
  };
310
310
 
311
311
 
@@ -318,7 +318,7 @@ export interface ExecutionDataflowBlockOptions$instance extends DataflowBlockOpt
318
318
 
319
319
 
320
320
  export const ExecutionDataflowBlockOptions: {
321
- new(): ExecutionDataflowBlockOptions$instance;
321
+ new(): ExecutionDataflowBlockOptions;
322
322
  };
323
323
 
324
324
 
@@ -331,7 +331,7 @@ export interface GroupingDataflowBlockOptions$instance extends DataflowBlockOpti
331
331
 
332
332
 
333
333
  export const GroupingDataflowBlockOptions: {
334
- new(): GroupingDataflowBlockOptions$instance;
334
+ new(): GroupingDataflowBlockOptions;
335
335
  };
336
336
 
337
337
 
@@ -351,8 +351,8 @@ export interface JoinBlock_2$instance<T1, T2> {
351
351
 
352
352
 
353
353
  export const JoinBlock_2: {
354
- new<T1, T2>(): JoinBlock_2$instance<T1, T2>;
355
- new<T1, T2>(dataflowBlockOptions: GroupingDataflowBlockOptions): JoinBlock_2$instance<T1, T2>;
354
+ new<T1, T2>(): JoinBlock_2<T1, T2>;
355
+ new<T1, T2>(dataflowBlockOptions: GroupingDataflowBlockOptions): JoinBlock_2<T1, T2>;
356
356
  };
357
357
 
358
358
 
@@ -380,8 +380,8 @@ export interface JoinBlock_3$instance<T1, T2, T3> {
380
380
 
381
381
 
382
382
  export const JoinBlock_3: {
383
- new<T1, T2, T3>(): JoinBlock_3$instance<T1, T2, T3>;
384
- new<T1, T2, T3>(dataflowBlockOptions: GroupingDataflowBlockOptions): JoinBlock_3$instance<T1, T2, T3>;
383
+ new<T1, T2, T3>(): JoinBlock_3<T1, T2, T3>;
384
+ new<T1, T2, T3>(dataflowBlockOptions: GroupingDataflowBlockOptions): JoinBlock_3<T1, T2, T3>;
385
385
  };
386
386
 
387
387
 
@@ -407,8 +407,8 @@ export interface TransformBlock_2$instance<TInput, TOutput> {
407
407
 
408
408
 
409
409
  export const TransformBlock_2: {
410
- new<TInput, TOutput>(transform: Func_2<TInput, TOutput>): TransformBlock_2$instance<TInput, TOutput>;
411
- new<TInput, TOutput>(transform: Func_2<TInput, TOutput>, dataflowBlockOptions: ExecutionDataflowBlockOptions): TransformBlock_2$instance<TInput, TOutput>;
410
+ new<TInput, TOutput>(transform: Func_2<TInput, TOutput>): TransformBlock_2<TInput, TOutput>;
411
+ new<TInput, TOutput>(transform: Func_2<TInput, TOutput>, dataflowBlockOptions: ExecutionDataflowBlockOptions): TransformBlock_2<TInput, TOutput>;
412
412
  };
413
413
 
414
414
 
@@ -435,8 +435,8 @@ export interface TransformManyBlock_2$instance<TInput, TOutput> {
435
435
 
436
436
 
437
437
  export const TransformManyBlock_2: {
438
- new<TInput, TOutput>(transform: Func_2<TInput, IEnumerable_1<TOutput>>): TransformManyBlock_2$instance<TInput, TOutput>;
439
- new<TInput, TOutput>(transform: Func_2<TInput, IEnumerable_1<TOutput>>, dataflowBlockOptions: ExecutionDataflowBlockOptions): TransformManyBlock_2$instance<TInput, TOutput>;
438
+ new<TInput, TOutput>(transform: Func_2<TInput, IEnumerable_1<TOutput>>): TransformManyBlock_2<TInput, TOutput>;
439
+ new<TInput, TOutput>(transform: Func_2<TInput, IEnumerable_1<TOutput>>, dataflowBlockOptions: ExecutionDataflowBlockOptions): TransformManyBlock_2<TInput, TOutput>;
440
440
  };
441
441
 
442
442
 
@@ -460,8 +460,8 @@ export interface WriteOnceBlock_1$instance<T> {
460
460
 
461
461
 
462
462
  export const WriteOnceBlock_1: {
463
- new<T>(cloningFunction: Func_2<T, T>): WriteOnceBlock_1$instance<T>;
464
- new<T>(cloningFunction: Func_2<T, T>, dataflowBlockOptions: DataflowBlockOptions): WriteOnceBlock_1$instance<T>;
463
+ new<T>(cloningFunction: Func_2<T, T>): WriteOnceBlock_1<T>;
464
+ new<T>(cloningFunction: Func_2<T, T>, dataflowBlockOptions: DataflowBlockOptions): WriteOnceBlock_1<T>;
465
465
  };
466
466
 
467
467
 
@@ -55,7 +55,7 @@ export interface ManualResetValueTaskSourceCore_1$instance<TResult> {
55
55
 
56
56
 
57
57
  export const ManualResetValueTaskSourceCore_1: {
58
- new<TResult>(): ManualResetValueTaskSourceCore_1$instance<TResult>;
58
+ new<TResult>(): ManualResetValueTaskSourceCore_1<TResult>;
59
59
  };
60
60
 
61
61
 
@@ -23,7 +23,7 @@ export interface ElapsedEventArgs$instance extends EventArgs {
23
23
 
24
24
 
25
25
  export const ElapsedEventArgs: {
26
- new(signalTime: DateTime): ElapsedEventArgs$instance;
26
+ new(signalTime: DateTime): ElapsedEventArgs;
27
27
  };
28
28
 
29
29
 
@@ -45,9 +45,9 @@ export interface Timer$instance extends Component {
45
45
 
46
46
 
47
47
  export const Timer: {
48
- new(): Timer$instance;
49
- new(interval: double): Timer$instance;
50
- new(interval: TimeSpan): Timer$instance;
48
+ new(): Timer;
49
+ new(interval: double): Timer;
50
+ new(interval: TimeSpan): Timer;
51
51
  };
52
52
 
53
53
 
@@ -68,7 +68,7 @@ export interface TimersDescriptionAttribute$instance extends DescriptionAttribut
68
68
 
69
69
 
70
70
  export const TimersDescriptionAttribute: {
71
- new(description: string): TimersDescriptionAttribute$instance;
71
+ new(description: string): TimersDescriptionAttribute;
72
72
  };
73
73
 
74
74
 
@@ -140,7 +140,7 @@ export interface TransactionOptions$instance {
140
140
 
141
141
 
142
142
  export const TransactionOptions: {
143
- new(): TransactionOptions$instance;
143
+ new(): TransactionOptions;
144
144
  };
145
145
 
146
146
 
@@ -164,9 +164,9 @@ export interface CommittableTransaction$instance extends Transaction$instance {
164
164
 
165
165
 
166
166
  export const CommittableTransaction: {
167
- new(): CommittableTransaction$instance;
168
- new(timeout: TimeSpan): CommittableTransaction$instance;
169
- new(options: TransactionOptions): CommittableTransaction$instance;
167
+ new(): CommittableTransaction;
168
+ new(timeout: TimeSpan): CommittableTransaction;
169
+ new(options: TransactionOptions): CommittableTransaction;
170
170
  };
171
171
 
172
172
 
@@ -189,7 +189,7 @@ export interface DependentTransaction$instance extends Transaction$instance {
189
189
 
190
190
 
191
191
  export const DependentTransaction: {
192
- new(): DependentTransaction$instance;
192
+ new(): DependentTransaction;
193
193
  };
194
194
 
195
195
 
@@ -209,7 +209,7 @@ export interface Enlistment$instance {
209
209
 
210
210
 
211
211
  export const Enlistment: {
212
- new(): Enlistment$instance;
212
+ new(): Enlistment;
213
213
  };
214
214
 
215
215
 
@@ -224,7 +224,7 @@ export interface PreparingEnlistment$instance extends Enlistment {
224
224
 
225
225
 
226
226
  export const PreparingEnlistment: {
227
- new(): PreparingEnlistment$instance;
227
+ new(): PreparingEnlistment;
228
228
  };
229
229
 
230
230
 
@@ -240,7 +240,7 @@ export interface SinglePhaseEnlistment$instance extends Enlistment {
240
240
 
241
241
 
242
242
  export const SinglePhaseEnlistment: {
243
- new(): SinglePhaseEnlistment$instance;
243
+ new(): SinglePhaseEnlistment;
244
244
  };
245
245
 
246
246
 
@@ -253,7 +253,7 @@ export interface SubordinateTransaction$instance extends Transaction$instance {
253
253
 
254
254
 
255
255
  export const SubordinateTransaction: {
256
- new(isoLevel: IsolationLevel, superior: ISimpleTransactionSuperior): SubordinateTransaction$instance;
256
+ new(isoLevel: IsolationLevel, superior: ISimpleTransactionSuperior): SubordinateTransaction;
257
257
  };
258
258
 
259
259
 
@@ -291,7 +291,7 @@ export interface Transaction$instance {
291
291
 
292
292
 
293
293
  export const Transaction: {
294
- new(): Transaction$instance;
294
+ new(): Transaction;
295
295
  current: Transaction;
296
296
  };
297
297
 
@@ -312,9 +312,9 @@ export interface TransactionAbortedException$instance extends TransactionExcepti
312
312
 
313
313
 
314
314
  export const TransactionAbortedException: {
315
- new(): TransactionAbortedException$instance;
316
- new(message: string): TransactionAbortedException$instance;
317
- new(message: string, innerException: Exception): TransactionAbortedException$instance;
315
+ new(): TransactionAbortedException;
316
+ new(message: string): TransactionAbortedException;
317
+ new(message: string, innerException: Exception): TransactionAbortedException;
318
318
  };
319
319
 
320
320
 
@@ -331,7 +331,7 @@ export interface TransactionEventArgs$instance extends EventArgs {
331
331
 
332
332
 
333
333
  export const TransactionEventArgs: {
334
- new(): TransactionEventArgs$instance;
334
+ new(): TransactionEventArgs;
335
335
  };
336
336
 
337
337
 
@@ -343,9 +343,9 @@ export interface TransactionException$instance extends SystemException {
343
343
 
344
344
 
345
345
  export const TransactionException: {
346
- new(): TransactionException$instance;
347
- new(message: string): TransactionException$instance;
348
- new(message: string, innerException: Exception): TransactionException$instance;
346
+ new(): TransactionException;
347
+ new(message: string): TransactionException;
348
+ new(message: string, innerException: Exception): TransactionException;
349
349
  };
350
350
 
351
351
 
@@ -362,9 +362,9 @@ export interface TransactionInDoubtException$instance extends TransactionExcepti
362
362
 
363
363
 
364
364
  export const TransactionInDoubtException: {
365
- new(): TransactionInDoubtException$instance;
366
- new(message: string): TransactionInDoubtException$instance;
367
- new(message: string, innerException: Exception): TransactionInDoubtException$instance;
365
+ new(): TransactionInDoubtException;
366
+ new(message: string): TransactionInDoubtException;
367
+ new(message: string, innerException: Exception): TransactionInDoubtException;
368
368
  };
369
369
 
370
370
 
@@ -384,7 +384,7 @@ export interface TransactionInformation$instance {
384
384
 
385
385
 
386
386
  export const TransactionInformation: {
387
- new(): TransactionInformation$instance;
387
+ new(): TransactionInformation;
388
388
  };
389
389
 
390
390
 
@@ -396,9 +396,9 @@ export interface TransactionManagerCommunicationException$instance extends Trans
396
396
 
397
397
 
398
398
  export const TransactionManagerCommunicationException: {
399
- new(): TransactionManagerCommunicationException$instance;
400
- new(message: string): TransactionManagerCommunicationException$instance;
401
- new(message: string, innerException: Exception): TransactionManagerCommunicationException$instance;
399
+ new(): TransactionManagerCommunicationException;
400
+ new(message: string): TransactionManagerCommunicationException;
401
+ new(message: string, innerException: Exception): TransactionManagerCommunicationException;
402
402
  };
403
403
 
404
404
 
@@ -415,9 +415,9 @@ export interface TransactionPromotionException$instance extends TransactionExcep
415
415
 
416
416
 
417
417
  export const TransactionPromotionException: {
418
- new(): TransactionPromotionException$instance;
419
- new(message: string): TransactionPromotionException$instance;
420
- new(message: string, innerException: Exception): TransactionPromotionException$instance;
418
+ new(): TransactionPromotionException;
419
+ new(message: string): TransactionPromotionException;
420
+ new(message: string, innerException: Exception): TransactionPromotionException;
421
421
  };
422
422
 
423
423
 
@@ -435,20 +435,20 @@ export interface TransactionScope$instance {
435
435
 
436
436
 
437
437
  export const TransactionScope: {
438
- new(): TransactionScope$instance;
439
- new(scopeOption: TransactionScopeOption): TransactionScope$instance;
440
- new(asyncFlowOption: TransactionScopeAsyncFlowOption): TransactionScope$instance;
441
- new(scopeOption: TransactionScopeOption, asyncFlowOption: TransactionScopeAsyncFlowOption): TransactionScope$instance;
442
- new(scopeOption: TransactionScopeOption, scopeTimeout: TimeSpan): TransactionScope$instance;
443
- new(scopeOption: TransactionScopeOption, scopeTimeout: TimeSpan, asyncFlowOption: TransactionScopeAsyncFlowOption): TransactionScope$instance;
444
- new(scopeOption: TransactionScopeOption, transactionOptions: TransactionOptions): TransactionScope$instance;
445
- new(scopeOption: TransactionScopeOption, transactionOptions: TransactionOptions, asyncFlowOption: TransactionScopeAsyncFlowOption): TransactionScope$instance;
446
- new(scopeOption: TransactionScopeOption, transactionOptions: TransactionOptions, interopOption: EnterpriseServicesInteropOption): TransactionScope$instance;
447
- new(transactionToUse: Transaction): TransactionScope$instance;
448
- new(transactionToUse: Transaction, asyncFlowOption: TransactionScopeAsyncFlowOption): TransactionScope$instance;
449
- new(transactionToUse: Transaction, scopeTimeout: TimeSpan): TransactionScope$instance;
450
- new(transactionToUse: Transaction, scopeTimeout: TimeSpan, asyncFlowOption: TransactionScopeAsyncFlowOption): TransactionScope$instance;
451
- new(transactionToUse: Transaction, scopeTimeout: TimeSpan, interopOption: EnterpriseServicesInteropOption): TransactionScope$instance;
438
+ new(): TransactionScope;
439
+ new(scopeOption: TransactionScopeOption): TransactionScope;
440
+ new(asyncFlowOption: TransactionScopeAsyncFlowOption): TransactionScope;
441
+ new(scopeOption: TransactionScopeOption, asyncFlowOption: TransactionScopeAsyncFlowOption): TransactionScope;
442
+ new(scopeOption: TransactionScopeOption, scopeTimeout: TimeSpan): TransactionScope;
443
+ new(scopeOption: TransactionScopeOption, scopeTimeout: TimeSpan, asyncFlowOption: TransactionScopeAsyncFlowOption): TransactionScope;
444
+ new(scopeOption: TransactionScopeOption, transactionOptions: TransactionOptions): TransactionScope;
445
+ new(scopeOption: TransactionScopeOption, transactionOptions: TransactionOptions, asyncFlowOption: TransactionScopeAsyncFlowOption): TransactionScope;
446
+ new(scopeOption: TransactionScopeOption, transactionOptions: TransactionOptions, interopOption: EnterpriseServicesInteropOption): TransactionScope;
447
+ new(transactionToUse: Transaction): TransactionScope;
448
+ new(transactionToUse: Transaction, asyncFlowOption: TransactionScopeAsyncFlowOption): TransactionScope;
449
+ new(transactionToUse: Transaction, scopeTimeout: TimeSpan): TransactionScope;
450
+ new(transactionToUse: Transaction, scopeTimeout: TimeSpan, asyncFlowOption: TransactionScopeAsyncFlowOption): TransactionScope;
451
+ new(transactionToUse: Transaction, scopeTimeout: TimeSpan, interopOption: EnterpriseServicesInteropOption): TransactionScope;
452
452
  };
453
453
 
454
454
 
@@ -24,7 +24,7 @@ export interface HttpUtility$instance {
24
24
 
25
25
 
26
26
  export const HttpUtility: {
27
- new(): HttpUtility$instance;
27
+ new(): HttpUtility;
28
28
  htmlAttributeEncode(s: string, output: TextWriter): void;
29
29
  htmlAttributeEncode(s: string): string;
30
30
  htmlDecode(s: string, output: TextWriter): void;
@@ -16,8 +16,8 @@ export interface ValueSerializerAttribute$instance extends Attribute {
16
16
 
17
17
 
18
18
  export const ValueSerializerAttribute: {
19
- new(valueSerializerType: Type): ValueSerializerAttribute$instance;
20
- new(valueSerializerTypeName: string): ValueSerializerAttribute$instance;
19
+ new(valueSerializerType: Type): ValueSerializerAttribute;
20
+ new(valueSerializerTypeName: string): ValueSerializerAttribute;
21
21
  };
22
22
 
23
23