@tsonic/dotnet 0.8.0 → 0.8.2

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 (137) hide show
  1. package/Microsoft.CSharp.RuntimeBinder/internal/index.d.ts +21 -21
  2. package/Microsoft.VisualBasic/internal/index.d.ts +24 -24
  3. package/Microsoft.VisualBasic.CompilerServices/internal/index.d.ts +30 -30
  4. package/Microsoft.VisualBasic.FileIO/internal/index.d.ts +16 -16
  5. package/Microsoft.Win32/internal/index.d.ts +12 -12
  6. package/Microsoft.Win32.SafeHandles/internal/index.d.ts +19 -19
  7. package/System/bindings.json +114 -114
  8. package/System/internal/index.d.ts +1277 -1289
  9. package/System/internal/metadata.json +73 -73
  10. package/System.Buffers/internal/index.d.ts +13 -13
  11. package/System.CodeDom.Compiler/internal/index.d.ts +13 -13
  12. package/System.Collections/internal/index.d.ts +66 -68
  13. package/System.Collections.Concurrent/internal/index.d.ts +24 -24
  14. package/System.Collections.Frozen/bindings.json +20 -20
  15. package/System.Collections.Frozen/internal/index.d.ts +10 -10
  16. package/System.Collections.Frozen/internal/metadata.json +10 -10
  17. package/System.Collections.Generic/bindings.json +44 -20
  18. package/System.Collections.Generic/internal/index.d.ts +141 -133
  19. package/System.Collections.Generic/internal/metadata.json +26 -10
  20. package/System.Collections.Immutable/internal/index.d.ts +121 -121
  21. package/System.Collections.ObjectModel/internal/index.d.ts +23 -23
  22. package/System.Collections.Specialized/internal/index.d.ts +85 -87
  23. package/System.ComponentModel/internal/index.d.ts +595 -597
  24. package/System.ComponentModel.DataAnnotations/internal/index.d.ts +105 -105
  25. package/System.ComponentModel.DataAnnotations.Schema/internal/index.d.ts +9 -9
  26. package/System.ComponentModel.Design/internal/index.d.ts +90 -90
  27. package/System.ComponentModel.Design.Serialization/internal/index.d.ts +37 -37
  28. package/System.Data/internal/index.d.ts +225 -225
  29. package/System.Data.Common/internal/index.d.ts +62 -62
  30. package/System.Data.SqlTypes/internal/index.d.ts +73 -73
  31. package/System.Diagnostics/internal/index.d.ts +343 -343
  32. package/System.Diagnostics.CodeAnalysis/internal/index.d.ts +50 -50
  33. package/System.Diagnostics.Contracts/internal/index.d.ts +20 -20
  34. package/System.Diagnostics.Metrics/internal/index.d.ts +46 -46
  35. package/System.Diagnostics.SymbolStore/internal/index.d.ts +9 -9
  36. package/System.Diagnostics.Tracing/internal/index.d.ts +44 -44
  37. package/System.Drawing/internal/index.d.ts +99 -99
  38. package/System.Dynamic/internal/index.d.ts +33 -33
  39. package/System.Formats.Asn1/internal/index.d.ts +12 -12
  40. package/System.Formats.Tar/internal/index.d.ts +17 -17
  41. package/System.Globalization/internal/index.d.ts +51 -51
  42. package/System.IO/internal/index.d.ts +172 -172
  43. package/System.IO.Compression/internal/index.d.ts +56 -56
  44. package/System.IO.Enumeration/internal/index.d.ts +6 -6
  45. package/System.IO.IsolatedStorage/internal/index.d.ts +17 -17
  46. package/System.IO.MemoryMappedFiles/internal/index.d.ts +11 -11
  47. package/System.IO.Pipelines/internal/index.d.ts +13 -13
  48. package/System.IO.Pipes/internal/index.d.ts +32 -32
  49. package/System.Linq/internal/index.d.ts +187 -187
  50. package/System.Linq.Expressions/internal/index.d.ts +203 -203
  51. package/System.Linq.Expressions.Interpreter/internal/index.d.ts +3 -3
  52. package/System.Net/internal/index.d.ts +218 -220
  53. package/System.Net.Cache/internal/index.d.ts +10 -10
  54. package/System.Net.Http/internal/index.d.ts +89 -89
  55. package/System.Net.Http.Headers/internal/index.d.ts +86 -86
  56. package/System.Net.Http.Json/internal/index.d.ts +59 -59
  57. package/System.Net.Http.Metrics/internal/index.d.ts +2 -2
  58. package/System.Net.Mail/internal/index.d.ts +92 -92
  59. package/System.Net.Mime/internal/index.d.ts +6 -6
  60. package/System.Net.NetworkInformation/internal/index.d.ts +39 -39
  61. package/System.Net.Quic/internal/index.d.ts +13 -13
  62. package/System.Net.Security/internal/index.d.ts +70 -70
  63. package/System.Net.ServerSentEvents/internal/index.d.ts +3 -3
  64. package/System.Net.Sockets/internal/index.d.ts +94 -94
  65. package/System.Net.WebSockets/internal/index.d.ts +46 -46
  66. package/System.Numerics/bindings.json +384 -0
  67. package/System.Numerics/internal/index.d.ts +128 -130
  68. package/System.Numerics/internal/metadata.json +256 -0
  69. package/System.Reflection/internal/index.d.ts +271 -271
  70. package/System.Reflection.Emit/internal/index.d.ts +123 -123
  71. package/System.Reflection.Metadata/bindings.json +48 -0
  72. package/System.Reflection.Metadata/internal/index.d.ts +179 -179
  73. package/System.Reflection.Metadata/internal/metadata.json +32 -0
  74. package/System.Reflection.Metadata.Ecma335/internal/index.d.ts +40 -40
  75. package/System.Reflection.PortableExecutable/internal/index.d.ts +26 -26
  76. package/System.Resources/internal/index.d.ts +38 -38
  77. package/System.Runtime/internal/index.d.ts +9 -9
  78. package/System.Runtime.CompilerServices/internal/index.d.ts +168 -168
  79. package/System.Runtime.ConstrainedExecution/internal/index.d.ts +2 -2
  80. package/System.Runtime.ExceptionServices/internal/index.d.ts +3 -3
  81. package/System.Runtime.InteropServices/bindings.json +22 -22
  82. package/System.Runtime.InteropServices/internal/index.d.ts +184 -184
  83. package/System.Runtime.InteropServices/internal/metadata.json +13 -13
  84. package/System.Runtime.InteropServices.ComTypes/internal/index.d.ts +30 -30
  85. package/System.Runtime.InteropServices.Java/internal/index.d.ts +3 -3
  86. package/System.Runtime.InteropServices.JavaScript/internal/index.d.ts +50 -50
  87. package/System.Runtime.InteropServices.Marshalling/internal/index.d.ts +63 -63
  88. package/System.Runtime.InteropServices.ObjectiveC/internal/index.d.ts +1 -1
  89. package/System.Runtime.InteropServices.Swift/internal/index.d.ts +4 -4
  90. package/System.Runtime.Intrinsics/internal/index.d.ts +4 -4
  91. package/System.Runtime.Loader/internal/index.d.ts +9 -9
  92. package/System.Runtime.Remoting/internal/index.d.ts +2 -2
  93. package/System.Runtime.Serialization/internal/index.d.ts +113 -115
  94. package/System.Runtime.Serialization.DataContracts/internal/index.d.ts +19 -19
  95. package/System.Runtime.Serialization.Formatters/internal/index.d.ts +2 -2
  96. package/System.Runtime.Serialization.Formatters.Binary/internal/index.d.ts +5 -5
  97. package/System.Runtime.Serialization.Json/internal/index.d.ts +28 -28
  98. package/System.Runtime.Versioning/internal/index.d.ts +22 -22
  99. package/System.Security/internal/index.d.ts +63 -63
  100. package/System.Security.AccessControl/internal/index.d.ts +84 -84
  101. package/System.Security.Authentication/internal/index.d.ts +6 -6
  102. package/System.Security.Authentication.ExtendedProtection/internal/index.d.ts +13 -13
  103. package/System.Security.Claims/internal/index.d.ts +38 -40
  104. package/System.Security.Cryptography/internal/index.d.ts +378 -378
  105. package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +172 -172
  106. package/System.Security.Permissions/internal/index.d.ts +1 -1
  107. package/System.Security.Policy/internal/index.d.ts +6 -6
  108. package/System.Security.Principal/internal/index.d.ts +29 -31
  109. package/System.Text/internal/index.d.ts +94 -94
  110. package/System.Text.Encodings.Web/internal/index.d.ts +3 -3
  111. package/System.Text.Json/internal/index.d.ts +103 -103
  112. package/System.Text.Json.Nodes/internal/index.d.ts +73 -73
  113. package/System.Text.Json.Schema/internal/index.d.ts +7 -7
  114. package/System.Text.Json.Serialization/internal/index.d.ts +34 -34
  115. package/System.Text.Json.Serialization.Metadata/internal/index.d.ts +57 -57
  116. package/System.Text.RegularExpressions/internal/index.d.ts +29 -29
  117. package/System.Text.Unicode/internal/index.d.ts +6 -6
  118. package/System.Threading/internal/index.d.ts +160 -160
  119. package/System.Threading.Channels/internal/index.d.ts +12 -12
  120. package/System.Threading.Tasks/internal/index.d.ts +125 -135
  121. package/System.Threading.Tasks.Dataflow/internal/index.d.ts +54 -51
  122. package/System.Threading.Tasks.Sources/internal/index.d.ts +5 -5
  123. package/System.Timers/internal/index.d.ts +8 -8
  124. package/System.Transactions/internal/index.d.ts +51 -51
  125. package/System.Web/internal/index.d.ts +32 -32
  126. package/System.Windows.Input/internal/index.d.ts +2 -2
  127. package/System.Windows.Markup/internal/index.d.ts +2 -2
  128. package/System.Xml/internal/index.d.ts +281 -281
  129. package/System.Xml.Linq/internal/index.d.ts +76 -76
  130. package/System.Xml.Resolvers/internal/index.d.ts +8 -8
  131. package/System.Xml.Schema/internal/index.d.ts +173 -173
  132. package/System.Xml.Serialization/internal/index.d.ts +200 -200
  133. package/System.Xml.XPath/internal/index.d.ts +28 -28
  134. package/System.Xml.Xsl/internal/index.d.ts +53 -53
  135. package/System.Xml.Xsl.Runtime/internal/index.d.ts +72 -72
  136. package/__internal/extensions/index.d.ts +415 -414
  137. package/package.json +1 -1
@@ -143,19 +143,19 @@ export type IDynamicExpression = IDynamicExpression$instance;
143
143
 
144
144
  export interface BinaryExpression$instance extends Expression {
145
145
  readonly canReduce: boolean;
146
- readonly conversion: LambdaExpression;
146
+ readonly conversion: LambdaExpression | undefined;
147
147
  readonly isLifted: boolean;
148
148
  readonly isLiftedToNull: boolean;
149
149
  readonly left: Expression;
150
150
  readonly method: MethodInfo;
151
151
  readonly right: Expression;
152
152
  reduce(): Expression;
153
- update(left: Expression, conversion: LambdaExpression, right: Expression): BinaryExpression;
153
+ update(left: Expression, conversion: LambdaExpression | undefined, right: Expression): BinaryExpression;
154
154
  }
155
155
 
156
156
 
157
157
  export const BinaryExpression: {
158
- new(): BinaryExpression$instance;
158
+ new(): BinaryExpression;
159
159
  };
160
160
 
161
161
 
@@ -167,12 +167,12 @@ export interface BlockExpression$instance extends Expression {
167
167
  readonly result: Expression;
168
168
  readonly type_: Type;
169
169
  readonly variables: ReadOnlyCollection_1<ParameterExpression>;
170
- update(variables: IEnumerable_1<ParameterExpression>, expressions: IEnumerable_1<Expression>): BlockExpression;
170
+ update(variables: IEnumerable_1<ParameterExpression> | undefined, expressions: IEnumerable_1<Expression>): BlockExpression;
171
171
  }
172
172
 
173
173
 
174
174
  export const BlockExpression: {
175
- new(): BlockExpression$instance;
175
+ new(): BlockExpression;
176
176
  };
177
177
 
178
178
 
@@ -182,14 +182,14 @@ export interface CatchBlock$instance {
182
182
  readonly body: Expression;
183
183
  readonly filter: Expression;
184
184
  readonly test: Type;
185
- readonly variable: ParameterExpression;
185
+ readonly variable: ParameterExpression | undefined;
186
186
  toString(): string;
187
- update(variable: ParameterExpression, filter: Expression, body: Expression): CatchBlock;
187
+ update(variable: ParameterExpression | undefined, filter: Expression | undefined, body: Expression): CatchBlock;
188
188
  }
189
189
 
190
190
 
191
191
  export const CatchBlock: {
192
- new(): CatchBlock$instance;
192
+ new(): CatchBlock;
193
193
  };
194
194
 
195
195
 
@@ -206,7 +206,7 @@ export interface ConditionalExpression$instance extends Expression {
206
206
 
207
207
 
208
208
  export const ConditionalExpression: {
209
- new(): ConditionalExpression$instance;
209
+ new(): ConditionalExpression;
210
210
  };
211
211
 
212
212
 
@@ -220,7 +220,7 @@ export interface ConstantExpression$instance extends Expression {
220
220
 
221
221
 
222
222
  export const ConstantExpression: {
223
- new(): ConstantExpression$instance;
223
+ new(): ConstantExpression;
224
224
  };
225
225
 
226
226
 
@@ -239,7 +239,7 @@ export interface DebugInfoExpression$instance extends Expression {
239
239
 
240
240
 
241
241
  export const DebugInfoExpression: {
242
- new(): DebugInfoExpression$instance;
242
+ new(): DebugInfoExpression;
243
243
  };
244
244
 
245
245
 
@@ -252,7 +252,7 @@ export interface DefaultExpression$instance extends Expression {
252
252
 
253
253
 
254
254
  export const DefaultExpression: {
255
- new(): DefaultExpression$instance;
255
+ new(): DefaultExpression;
256
256
  };
257
257
 
258
258
 
@@ -266,19 +266,19 @@ export interface DynamicExpression$instance extends Expression {
266
266
  readonly nodeType: ExpressionType;
267
267
  readonly type_: Type;
268
268
  reduce(): Expression;
269
- update(arguments: IEnumerable_1<Expression>): DynamicExpression;
269
+ update(arguments: IEnumerable_1<Expression> | undefined): DynamicExpression;
270
270
  }
271
271
 
272
272
 
273
273
  export const DynamicExpression: {
274
- new(): DynamicExpression$instance;
274
+ new(): DynamicExpression;
275
275
  dynamic(binder: CallSiteBinder, returnType: Type, arguments: IEnumerable_1<Expression>): DynamicExpression;
276
276
  dynamic(binder: CallSiteBinder, returnType: Type, arg0: Expression, arg1: Expression, arg2: Expression, arg3: Expression): DynamicExpression;
277
277
  dynamic(binder: CallSiteBinder, returnType: Type, arg0: Expression, arg1: Expression, arg2: Expression): DynamicExpression;
278
278
  dynamic(binder: CallSiteBinder, returnType: Type, arg0: Expression, arg1: Expression): DynamicExpression;
279
279
  dynamic(binder: CallSiteBinder, returnType: Type, arg0: Expression): DynamicExpression;
280
280
  dynamic(binder: CallSiteBinder, returnType: Type, ...arguments: Expression[]): DynamicExpression;
281
- makeDynamic(delegateType: Type, binder: CallSiteBinder, arguments: IEnumerable_1<Expression>): DynamicExpression;
281
+ makeDynamic(delegateType: Type, binder: CallSiteBinder, arguments: IEnumerable_1<Expression> | undefined): DynamicExpression;
282
282
  makeDynamic(delegateType: Type, binder: CallSiteBinder, arg0: Expression, arg1: Expression, arg2: Expression, arg3: Expression): DynamicExpression;
283
283
  makeDynamic(delegateType: Type, binder: CallSiteBinder, arg0: Expression, arg1: Expression, arg2: Expression): DynamicExpression;
284
284
  makeDynamic(delegateType: Type, binder: CallSiteBinder, arg0: Expression, arg1: Expression): DynamicExpression;
@@ -302,7 +302,7 @@ export interface DynamicExpressionVisitor$instance extends ExpressionVisitor {
302
302
 
303
303
 
304
304
  export const DynamicExpressionVisitor: {
305
- new(): DynamicExpressionVisitor$instance;
305
+ new(): DynamicExpressionVisitor;
306
306
  };
307
307
 
308
308
 
@@ -319,7 +319,7 @@ export interface ElementInit$instance {
319
319
 
320
320
 
321
321
  export const ElementInit: {
322
- new(): ElementInit$instance;
322
+ new(): ElementInit;
323
323
  };
324
324
 
325
325
 
@@ -344,24 +344,24 @@ export interface Expression$instance {
344
344
 
345
345
 
346
346
  export const Expression: {
347
- add(left: Expression, right: Expression, method: MethodInfo): BinaryExpression;
347
+ add(left: Expression, right: Expression, method: MethodInfo | undefined): BinaryExpression;
348
348
  add(left: Expression, right: Expression): BinaryExpression;
349
- addAssign(left: Expression, right: Expression, method: MethodInfo, conversion: LambdaExpression): BinaryExpression;
350
- addAssign(left: Expression, right: Expression, method: MethodInfo): BinaryExpression;
349
+ addAssign(left: Expression, right: Expression, method: MethodInfo | undefined, conversion: LambdaExpression | undefined): BinaryExpression;
350
+ addAssign(left: Expression, right: Expression, method: MethodInfo | undefined): BinaryExpression;
351
351
  addAssign(left: Expression, right: Expression): BinaryExpression;
352
- addAssignChecked(left: Expression, right: Expression, method: MethodInfo, conversion: LambdaExpression): BinaryExpression;
353
- addAssignChecked(left: Expression, right: Expression, method: MethodInfo): BinaryExpression;
352
+ addAssignChecked(left: Expression, right: Expression, method: MethodInfo | undefined, conversion: LambdaExpression | undefined): BinaryExpression;
353
+ addAssignChecked(left: Expression, right: Expression, method: MethodInfo | undefined): BinaryExpression;
354
354
  addAssignChecked(left: Expression, right: Expression): BinaryExpression;
355
- addChecked(left: Expression, right: Expression, method: MethodInfo): BinaryExpression;
355
+ addChecked(left: Expression, right: Expression, method: MethodInfo | undefined): BinaryExpression;
356
356
  addChecked(left: Expression, right: Expression): BinaryExpression;
357
- and(left: Expression, right: Expression, method: MethodInfo): BinaryExpression;
357
+ and(left: Expression, right: Expression, method: MethodInfo | undefined): BinaryExpression;
358
358
  and(left: Expression, right: Expression): BinaryExpression;
359
- andAlso(left: Expression, right: Expression, method: MethodInfo): BinaryExpression;
359
+ andAlso(left: Expression, right: Expression, method: MethodInfo | undefined): BinaryExpression;
360
360
  andAlso(left: Expression, right: Expression): BinaryExpression;
361
- andAssign(left: Expression, right: Expression, method: MethodInfo, conversion: LambdaExpression): BinaryExpression;
362
- andAssign(left: Expression, right: Expression, method: MethodInfo): BinaryExpression;
361
+ andAssign(left: Expression, right: Expression, method: MethodInfo | undefined, conversion: LambdaExpression | undefined): BinaryExpression;
362
+ andAssign(left: Expression, right: Expression, method: MethodInfo | undefined): BinaryExpression;
363
363
  andAssign(left: Expression, right: Expression): BinaryExpression;
364
- arrayAccess(array: Expression, indexes: IEnumerable_1<Expression>): IndexExpression;
364
+ arrayAccess(array: Expression, indexes: IEnumerable_1<Expression> | undefined): IndexExpression;
365
365
  arrayAccess(array: Expression, ...indexes: Expression[]): IndexExpression;
366
366
  arrayIndex(array: Expression, indexes: IEnumerable_1<Expression>): MethodCallExpression;
367
367
  arrayIndex(array: Expression, index: Expression): BinaryExpression;
@@ -371,60 +371,60 @@ export const Expression: {
371
371
  bind(member: MemberInfo, expression: Expression): MemberAssignment;
372
372
  bind(propertyAccessor: MethodInfo, expression: Expression): MemberAssignment;
373
373
  block(expressions: IEnumerable_1<Expression>): BlockExpression;
374
- block(variables: IEnumerable_1<ParameterExpression>, expressions: IEnumerable_1<Expression>): BlockExpression;
375
- block(variables: IEnumerable_1<ParameterExpression>, ...expressions: Expression[]): BlockExpression;
374
+ block(variables: IEnumerable_1<ParameterExpression> | undefined, expressions: IEnumerable_1<Expression>): BlockExpression;
375
+ block(variables: IEnumerable_1<ParameterExpression> | undefined, ...expressions: Expression[]): BlockExpression;
376
376
  block(arg0: Expression, arg1: Expression, arg2: Expression, arg3: Expression, arg4: Expression): BlockExpression;
377
377
  block(arg0: Expression, arg1: Expression, arg2: Expression, arg3: Expression): BlockExpression;
378
378
  block(arg0: Expression, arg1: Expression, arg2: Expression): BlockExpression;
379
379
  block(arg0: Expression, arg1: Expression): BlockExpression;
380
380
  block(...expressions: Expression[]): BlockExpression;
381
381
  block(type_: Type, expressions: IEnumerable_1<Expression>): BlockExpression;
382
- block(type_: Type, variables: IEnumerable_1<ParameterExpression>, expressions: IEnumerable_1<Expression>): BlockExpression;
383
- block(type_: Type, variables: IEnumerable_1<ParameterExpression>, ...expressions: Expression[]): BlockExpression;
382
+ block(type_: Type, variables: IEnumerable_1<ParameterExpression> | undefined, expressions: IEnumerable_1<Expression>): BlockExpression;
383
+ block(type_: Type, variables: IEnumerable_1<ParameterExpression> | undefined, ...expressions: Expression[]): BlockExpression;
384
384
  block(type_: Type, ...expressions: Expression[]): BlockExpression;
385
- break_(target: LabelTarget, value: Expression, type_: Type): GotoExpression;
386
- break_(target: LabelTarget, value: Expression): GotoExpression;
385
+ break_(target: LabelTarget, value: Expression | undefined, type_: Type): GotoExpression;
386
+ break_(target: LabelTarget, value: Expression | undefined): GotoExpression;
387
387
  break_(target: LabelTarget, type_: Type): GotoExpression;
388
388
  break_(target: LabelTarget): GotoExpression;
389
- call(instance: Expression, method: MethodInfo, arguments: IEnumerable_1<Expression>): MethodCallExpression;
390
- call(instance: Expression, method: MethodInfo, arg0: Expression, arg1: Expression, arg2: Expression): MethodCallExpression;
391
- call(instance: Expression, method: MethodInfo, arg0: Expression, arg1: Expression): MethodCallExpression;
392
- call(instance: Expression, method: MethodInfo, ...arguments: Expression[]): MethodCallExpression;
393
- call(instance: Expression, method: MethodInfo): MethodCallExpression;
394
- call(instance: Expression, methodName: string, typeArguments: Type[], ...arguments: Expression[]): MethodCallExpression;
395
- call(method: MethodInfo, arguments: IEnumerable_1<Expression>): MethodCallExpression;
389
+ call(instance: Expression | undefined, method: MethodInfo, arguments: IEnumerable_1<Expression> | undefined): MethodCallExpression;
390
+ call(instance: Expression | undefined, method: MethodInfo, arg0: Expression, arg1: Expression, arg2: Expression): MethodCallExpression;
391
+ call(instance: Expression | undefined, method: MethodInfo, arg0: Expression, arg1: Expression): MethodCallExpression;
392
+ call(instance: Expression | undefined, method: MethodInfo, ...arguments: Expression[]): MethodCallExpression;
393
+ call(instance: Expression | undefined, method: MethodInfo): MethodCallExpression;
394
+ call(instance: Expression, methodName: string, typeArguments: Type[] | undefined, ...arguments: Expression[]): MethodCallExpression;
395
+ call(method: MethodInfo, arguments: IEnumerable_1<Expression> | undefined): MethodCallExpression;
396
396
  call(method: MethodInfo, arg0: Expression, arg1: Expression, arg2: Expression, arg3: Expression, arg4: Expression): MethodCallExpression;
397
397
  call(method: MethodInfo, arg0: Expression, arg1: Expression, arg2: Expression, arg3: Expression): MethodCallExpression;
398
398
  call(method: MethodInfo, arg0: Expression, arg1: Expression, arg2: Expression): MethodCallExpression;
399
399
  call(method: MethodInfo, arg0: Expression, arg1: Expression): MethodCallExpression;
400
400
  call(method: MethodInfo, arg0: Expression): MethodCallExpression;
401
401
  call(method: MethodInfo, ...arguments: Expression[]): MethodCallExpression;
402
- call(type_: Type, methodName: string, typeArguments: Type[], ...arguments: Expression[]): MethodCallExpression;
403
- catch_(variable: ParameterExpression, body: Expression, filter: Expression): CatchBlock;
402
+ call(type_: Type, methodName: string, typeArguments: Type[] | undefined, ...arguments: Expression[]): MethodCallExpression;
403
+ catch_(variable: ParameterExpression, body: Expression, filter: Expression | undefined): CatchBlock;
404
404
  catch_(variable: ParameterExpression, body: Expression): CatchBlock;
405
- catch_(type_: Type, body: Expression, filter: Expression): CatchBlock;
405
+ catch_(type_: Type, body: Expression, filter: Expression | undefined): CatchBlock;
406
406
  catch_(type_: Type, body: Expression): CatchBlock;
407
407
  clearDebugInfo(document: SymbolDocumentInfo): DebugInfoExpression;
408
- coalesce(left: Expression, right: Expression, conversion: LambdaExpression): BinaryExpression;
408
+ coalesce(left: Expression, right: Expression, conversion: LambdaExpression | undefined): BinaryExpression;
409
409
  coalesce(left: Expression, right: Expression): BinaryExpression;
410
410
  condition(test: Expression, ifTrue: Expression, ifFalse: Expression, type_: Type): ConditionalExpression;
411
411
  condition(test: Expression, ifTrue: Expression, ifFalse: Expression): ConditionalExpression;
412
- constant(value: unknown, type_: Type): ConstantExpression;
413
- constant(value: unknown): ConstantExpression;
412
+ constant(value: unknown | undefined, type_: Type): ConstantExpression;
413
+ constant(value: unknown | undefined): ConstantExpression;
414
414
  continue_(target: LabelTarget, type_: Type): GotoExpression;
415
415
  continue_(target: LabelTarget): GotoExpression;
416
- convert(expression: Expression, type_: Type, method: MethodInfo): UnaryExpression;
416
+ convert(expression: Expression, type_: Type, method: MethodInfo | undefined): UnaryExpression;
417
417
  convert(expression: Expression, type_: Type): UnaryExpression;
418
- convertChecked(expression: Expression, type_: Type, method: MethodInfo): UnaryExpression;
418
+ convertChecked(expression: Expression, type_: Type, method: MethodInfo | undefined): UnaryExpression;
419
419
  convertChecked(expression: Expression, type_: Type): UnaryExpression;
420
420
  debugInfo(document: SymbolDocumentInfo, startLine: int, startColumn: int, endLine: int, endColumn: int): DebugInfoExpression;
421
- decrement(expression: Expression, method: MethodInfo): UnaryExpression;
421
+ decrement(expression: Expression, method: MethodInfo | undefined): UnaryExpression;
422
422
  decrement(expression: Expression): UnaryExpression;
423
423
  default_(type_: Type): DefaultExpression;
424
- divide(left: Expression, right: Expression, method: MethodInfo): BinaryExpression;
424
+ divide(left: Expression, right: Expression, method: MethodInfo | undefined): BinaryExpression;
425
425
  divide(left: Expression, right: Expression): BinaryExpression;
426
- divideAssign(left: Expression, right: Expression, method: MethodInfo, conversion: LambdaExpression): BinaryExpression;
427
- divideAssign(left: Expression, right: Expression, method: MethodInfo): BinaryExpression;
426
+ divideAssign(left: Expression, right: Expression, method: MethodInfo | undefined, conversion: LambdaExpression | undefined): BinaryExpression;
427
+ divideAssign(left: Expression, right: Expression, method: MethodInfo | undefined): BinaryExpression;
428
428
  divideAssign(left: Expression, right: Expression): BinaryExpression;
429
429
  dynamic(binder: CallSiteBinder, returnType: Type, arguments: IEnumerable_1<Expression>): DynamicExpression;
430
430
  dynamic(binder: CallSiteBinder, returnType: Type, arg0: Expression, arg1: Expression, arg2: Expression, arg3: Expression): DynamicExpression;
@@ -435,69 +435,69 @@ export const Expression: {
435
435
  elementInit(addMethod: MethodInfo, arguments: IEnumerable_1<Expression>): ElementInit;
436
436
  elementInit(addMethod: MethodInfo, ...arguments: Expression[]): ElementInit;
437
437
  empty(): DefaultExpression;
438
- equal(left: Expression, right: Expression, liftToNull: boolean, method: MethodInfo): BinaryExpression;
438
+ equal(left: Expression, right: Expression, liftToNull: boolean, method: MethodInfo | undefined): BinaryExpression;
439
439
  equal(left: Expression, right: Expression): BinaryExpression;
440
- exclusiveOr(left: Expression, right: Expression, method: MethodInfo): BinaryExpression;
440
+ exclusiveOr(left: Expression, right: Expression, method: MethodInfo | undefined): BinaryExpression;
441
441
  exclusiveOr(left: Expression, right: Expression): BinaryExpression;
442
- exclusiveOrAssign(left: Expression, right: Expression, method: MethodInfo, conversion: LambdaExpression): BinaryExpression;
443
- exclusiveOrAssign(left: Expression, right: Expression, method: MethodInfo): BinaryExpression;
442
+ exclusiveOrAssign(left: Expression, right: Expression, method: MethodInfo | undefined, conversion: LambdaExpression | undefined): BinaryExpression;
443
+ exclusiveOrAssign(left: Expression, right: Expression, method: MethodInfo | undefined): BinaryExpression;
444
444
  exclusiveOrAssign(left: Expression, right: Expression): BinaryExpression;
445
- field(expression: Expression, field: FieldInfo): MemberExpression;
445
+ field(expression: Expression | undefined, field: FieldInfo): MemberExpression;
446
446
  field(expression: Expression, fieldName: string): MemberExpression;
447
- field(expression: Expression, type_: Type, fieldName: string): MemberExpression;
447
+ field(expression: Expression | undefined, type_: Type, fieldName: string): MemberExpression;
448
448
  getActionType(...typeArgs: Type[]): Type;
449
449
  getDelegateType(...typeArgs: Type[]): Type;
450
450
  getFuncType(...typeArgs: Type[]): Type;
451
- goto(target: LabelTarget, value: Expression, type_: Type): GotoExpression;
452
- goto(target: LabelTarget, value: Expression): GotoExpression;
451
+ goto(target: LabelTarget, value: Expression | undefined, type_: Type): GotoExpression;
452
+ goto(target: LabelTarget, value: Expression | undefined): GotoExpression;
453
453
  goto(target: LabelTarget, type_: Type): GotoExpression;
454
454
  goto(target: LabelTarget): GotoExpression;
455
- greaterThan(left: Expression, right: Expression, liftToNull: boolean, method: MethodInfo): BinaryExpression;
455
+ greaterThan(left: Expression, right: Expression, liftToNull: boolean, method: MethodInfo | undefined): BinaryExpression;
456
456
  greaterThan(left: Expression, right: Expression): BinaryExpression;
457
- greaterThanOrEqual(left: Expression, right: Expression, liftToNull: boolean, method: MethodInfo): BinaryExpression;
457
+ greaterThanOrEqual(left: Expression, right: Expression, liftToNull: boolean, method: MethodInfo | undefined): BinaryExpression;
458
458
  greaterThanOrEqual(left: Expression, right: Expression): BinaryExpression;
459
459
  ifThen(test: Expression, ifTrue: Expression): ConditionalExpression;
460
460
  ifThenElse(test: Expression, ifTrue: Expression, ifFalse: Expression): ConditionalExpression;
461
- increment(expression: Expression, method: MethodInfo): UnaryExpression;
461
+ increment(expression: Expression, method: MethodInfo | undefined): UnaryExpression;
462
462
  increment(expression: Expression): UnaryExpression;
463
- invoke(expression: Expression, arguments: IEnumerable_1<Expression>): InvocationExpression;
463
+ invoke(expression: Expression, arguments: IEnumerable_1<Expression> | undefined): InvocationExpression;
464
464
  invoke(expression: Expression, ...arguments: Expression[]): InvocationExpression;
465
- isFalse(expression: Expression, method: MethodInfo): UnaryExpression;
465
+ isFalse(expression: Expression, method: MethodInfo | undefined): UnaryExpression;
466
466
  isFalse(expression: Expression): UnaryExpression;
467
- isTrue(expression: Expression, method: MethodInfo): UnaryExpression;
467
+ isTrue(expression: Expression, method: MethodInfo | undefined): UnaryExpression;
468
468
  isTrue(expression: Expression): UnaryExpression;
469
469
  label(): LabelTarget;
470
- label(target: LabelTarget, defaultValue: Expression): LabelExpression;
470
+ label(target: LabelTarget, defaultValue: Expression | undefined): LabelExpression;
471
471
  label(target: LabelTarget): LabelExpression;
472
- label(name: string): LabelTarget;
473
- label(type_: Type, name: string): LabelTarget;
472
+ label(name: string | undefined): LabelTarget;
473
+ label(type_: Type, name: string | undefined): LabelTarget;
474
474
  label(type_: Type): LabelTarget;
475
- lambda<TDelegate>(body: Expression, tailCall: boolean, parameters: IEnumerable_1<ParameterExpression>): Expression_1<TDelegate>;
476
- lambda(body: Expression, tailCall: boolean, parameters: IEnumerable_1<ParameterExpression>): LambdaExpression;
475
+ lambda<TDelegate>(body: Expression, tailCall: boolean, parameters: IEnumerable_1<ParameterExpression> | undefined): Expression_1<TDelegate>;
476
+ lambda(body: Expression, tailCall: boolean, parameters: IEnumerable_1<ParameterExpression> | undefined): LambdaExpression;
477
477
  lambda<TDelegate>(body: Expression, tailCall: boolean, ...parameters: ParameterExpression[]): Expression_1<TDelegate>;
478
478
  lambda(body: Expression, tailCall: boolean, ...parameters: ParameterExpression[]): LambdaExpression;
479
- lambda<TDelegate>(body: Expression, parameters: IEnumerable_1<ParameterExpression>): Expression_1<TDelegate>;
480
- lambda(body: Expression, parameters: IEnumerable_1<ParameterExpression>): LambdaExpression;
479
+ lambda<TDelegate>(body: Expression, parameters: IEnumerable_1<ParameterExpression> | undefined): Expression_1<TDelegate>;
480
+ lambda(body: Expression, parameters: IEnumerable_1<ParameterExpression> | undefined): LambdaExpression;
481
481
  lambda<TDelegate>(body: Expression, ...parameters: ParameterExpression[]): Expression_1<TDelegate>;
482
482
  lambda(body: Expression, ...parameters: ParameterExpression[]): LambdaExpression;
483
- lambda<TDelegate>(body: Expression, name: string, tailCall: boolean, parameters: IEnumerable_1<ParameterExpression>): Expression_1<TDelegate>;
484
- lambda(body: Expression, name: string, tailCall: boolean, parameters: IEnumerable_1<ParameterExpression>): LambdaExpression;
485
- lambda<TDelegate>(body: Expression, name: string, parameters: IEnumerable_1<ParameterExpression>): Expression_1<TDelegate>;
486
- lambda(body: Expression, name: string, parameters: IEnumerable_1<ParameterExpression>): LambdaExpression;
487
- lambda(delegateType: Type, body: Expression, tailCall: boolean, parameters: IEnumerable_1<ParameterExpression>): LambdaExpression;
483
+ lambda<TDelegate>(body: Expression, name: string | undefined, tailCall: boolean, parameters: IEnumerable_1<ParameterExpression> | undefined): Expression_1<TDelegate>;
484
+ lambda(body: Expression, name: string | undefined, tailCall: boolean, parameters: IEnumerable_1<ParameterExpression> | undefined): LambdaExpression;
485
+ lambda<TDelegate>(body: Expression, name: string | undefined, parameters: IEnumerable_1<ParameterExpression> | undefined): Expression_1<TDelegate>;
486
+ lambda(body: Expression, name: string | undefined, parameters: IEnumerable_1<ParameterExpression> | undefined): LambdaExpression;
487
+ lambda(delegateType: Type, body: Expression, tailCall: boolean, parameters: IEnumerable_1<ParameterExpression> | undefined): LambdaExpression;
488
488
  lambda(delegateType: Type, body: Expression, tailCall: boolean, ...parameters: ParameterExpression[]): LambdaExpression;
489
- lambda(delegateType: Type, body: Expression, parameters: IEnumerable_1<ParameterExpression>): LambdaExpression;
489
+ lambda(delegateType: Type, body: Expression, parameters: IEnumerable_1<ParameterExpression> | undefined): LambdaExpression;
490
490
  lambda(delegateType: Type, body: Expression, ...parameters: ParameterExpression[]): LambdaExpression;
491
- lambda(delegateType: Type, body: Expression, name: string, tailCall: boolean, parameters: IEnumerable_1<ParameterExpression>): LambdaExpression;
492
- lambda(delegateType: Type, body: Expression, name: string, parameters: IEnumerable_1<ParameterExpression>): LambdaExpression;
493
- leftShift(left: Expression, right: Expression, method: MethodInfo): BinaryExpression;
491
+ lambda(delegateType: Type, body: Expression, name: string | undefined, tailCall: boolean, parameters: IEnumerable_1<ParameterExpression> | undefined): LambdaExpression;
492
+ lambda(delegateType: Type, body: Expression, name: string | undefined, parameters: IEnumerable_1<ParameterExpression> | undefined): LambdaExpression;
493
+ leftShift(left: Expression, right: Expression, method: MethodInfo | undefined): BinaryExpression;
494
494
  leftShift(left: Expression, right: Expression): BinaryExpression;
495
- leftShiftAssign(left: Expression, right: Expression, method: MethodInfo, conversion: LambdaExpression): BinaryExpression;
496
- leftShiftAssign(left: Expression, right: Expression, method: MethodInfo): BinaryExpression;
495
+ leftShiftAssign(left: Expression, right: Expression, method: MethodInfo | undefined, conversion: LambdaExpression | undefined): BinaryExpression;
496
+ leftShiftAssign(left: Expression, right: Expression, method: MethodInfo | undefined): BinaryExpression;
497
497
  leftShiftAssign(left: Expression, right: Expression): BinaryExpression;
498
- lessThan(left: Expression, right: Expression, liftToNull: boolean, method: MethodInfo): BinaryExpression;
498
+ lessThan(left: Expression, right: Expression, liftToNull: boolean, method: MethodInfo | undefined): BinaryExpression;
499
499
  lessThan(left: Expression, right: Expression): BinaryExpression;
500
- lessThanOrEqual(left: Expression, right: Expression, liftToNull: boolean, method: MethodInfo): BinaryExpression;
500
+ lessThanOrEqual(left: Expression, right: Expression, liftToNull: boolean, method: MethodInfo | undefined): BinaryExpression;
501
501
  lessThanOrEqual(left: Expression, right: Expression): BinaryExpression;
502
502
  listBind(member: MemberInfo, initializers: IEnumerable_1<ElementInit>): MemberListBinding;
503
503
  listBind(member: MemberInfo, ...initializers: ElementInit[]): MemberListBinding;
@@ -507,26 +507,26 @@ export const Expression: {
507
507
  listInit(newExpression: NewExpression, initializers: IEnumerable_1<Expression>): ListInitExpression;
508
508
  listInit(newExpression: NewExpression, ...initializers: ElementInit[]): ListInitExpression;
509
509
  listInit(newExpression: NewExpression, ...initializers: Expression[]): ListInitExpression;
510
- listInit(newExpression: NewExpression, addMethod: MethodInfo, initializers: IEnumerable_1<Expression>): ListInitExpression;
511
- listInit(newExpression: NewExpression, addMethod: MethodInfo, ...initializers: Expression[]): ListInitExpression;
512
- loop(body: Expression, break_: LabelTarget, continue_: LabelTarget): LoopExpression;
513
- loop(body: Expression, break_: LabelTarget): LoopExpression;
510
+ listInit(newExpression: NewExpression, addMethod: MethodInfo | undefined, initializers: IEnumerable_1<Expression>): ListInitExpression;
511
+ listInit(newExpression: NewExpression, addMethod: MethodInfo | undefined, ...initializers: Expression[]): ListInitExpression;
512
+ loop(body: Expression, break_: LabelTarget | undefined, continue_: LabelTarget | undefined): LoopExpression;
513
+ loop(body: Expression, break_: LabelTarget | undefined): LoopExpression;
514
514
  loop(body: Expression): LoopExpression;
515
- makeBinary(binaryType: ExpressionType, left: Expression, right: Expression, liftToNull: boolean, method: MethodInfo, conversion: LambdaExpression): BinaryExpression;
516
- makeBinary(binaryType: ExpressionType, left: Expression, right: Expression, liftToNull: boolean, method: MethodInfo): BinaryExpression;
515
+ makeBinary(binaryType: ExpressionType, left: Expression, right: Expression, liftToNull: boolean, method: MethodInfo | undefined, conversion: LambdaExpression | undefined): BinaryExpression;
516
+ makeBinary(binaryType: ExpressionType, left: Expression, right: Expression, liftToNull: boolean, method: MethodInfo | undefined): BinaryExpression;
517
517
  makeBinary(binaryType: ExpressionType, left: Expression, right: Expression): BinaryExpression;
518
- makeCatchBlock(type_: Type, variable: ParameterExpression, body: Expression, filter: Expression): CatchBlock;
519
- makeDynamic(delegateType: Type, binder: CallSiteBinder, arguments: IEnumerable_1<Expression>): DynamicExpression;
518
+ makeCatchBlock(type_: Type, variable: ParameterExpression | undefined, body: Expression, filter: Expression | undefined): CatchBlock;
519
+ makeDynamic(delegateType: Type, binder: CallSiteBinder, arguments: IEnumerable_1<Expression> | undefined): DynamicExpression;
520
520
  makeDynamic(delegateType: Type, binder: CallSiteBinder, arg0: Expression, arg1: Expression, arg2: Expression, arg3: Expression): DynamicExpression;
521
521
  makeDynamic(delegateType: Type, binder: CallSiteBinder, arg0: Expression, arg1: Expression, arg2: Expression): DynamicExpression;
522
522
  makeDynamic(delegateType: Type, binder: CallSiteBinder, arg0: Expression, arg1: Expression): DynamicExpression;
523
523
  makeDynamic(delegateType: Type, binder: CallSiteBinder, arg0: Expression): DynamicExpression;
524
524
  makeDynamic(delegateType: Type, binder: CallSiteBinder, ...arguments: Expression[]): DynamicExpression;
525
- makeGoto(kind: GotoExpressionKind, target: LabelTarget, value: Expression, type_: Type): GotoExpression;
526
- makeIndex(instance: Expression, indexer: PropertyInfo, arguments: IEnumerable_1<Expression>): IndexExpression;
527
- makeMemberAccess(expression: Expression, member: MemberInfo): MemberExpression;
528
- makeTry(type_: Type, body: Expression, finally_: Expression, fault: Expression, handlers: IEnumerable_1<CatchBlock>): TryExpression;
529
- makeUnary(unaryType: ExpressionType, operand: Expression, type_: Type, method: MethodInfo): UnaryExpression;
525
+ makeGoto(kind: GotoExpressionKind, target: LabelTarget, value: Expression | undefined, type_: Type): GotoExpression;
526
+ makeIndex(instance: Expression, indexer: PropertyInfo | undefined, arguments: IEnumerable_1<Expression> | undefined): IndexExpression;
527
+ makeMemberAccess(expression: Expression | undefined, member: MemberInfo): MemberExpression;
528
+ makeTry(type_: Type, body: Expression, finally_: Expression, fault: Expression, handlers: IEnumerable_1<CatchBlock> | undefined): TryExpression;
529
+ makeUnary(unaryType: ExpressionType, operand: Expression, type_: Type, method: MethodInfo | undefined): UnaryExpression;
530
530
  makeUnary(unaryType: ExpressionType, operand: Expression, type_: Type): UnaryExpression;
531
531
  memberBind(member: MemberInfo, bindings: IEnumerable_1<MemberBinding>): MemberMemberBinding;
532
532
  memberBind(member: MemberInfo, ...bindings: MemberBinding[]): MemberMemberBinding;
@@ -534,28 +534,28 @@ export const Expression: {
534
534
  memberBind(propertyAccessor: MethodInfo, ...bindings: MemberBinding[]): MemberMemberBinding;
535
535
  memberInit(newExpression: NewExpression, bindings: IEnumerable_1<MemberBinding>): MemberInitExpression;
536
536
  memberInit(newExpression: NewExpression, ...bindings: MemberBinding[]): MemberInitExpression;
537
- modulo(left: Expression, right: Expression, method: MethodInfo): BinaryExpression;
537
+ modulo(left: Expression, right: Expression, method: MethodInfo | undefined): BinaryExpression;
538
538
  modulo(left: Expression, right: Expression): BinaryExpression;
539
- moduloAssign(left: Expression, right: Expression, method: MethodInfo, conversion: LambdaExpression): BinaryExpression;
540
- moduloAssign(left: Expression, right: Expression, method: MethodInfo): BinaryExpression;
539
+ moduloAssign(left: Expression, right: Expression, method: MethodInfo | undefined, conversion: LambdaExpression | undefined): BinaryExpression;
540
+ moduloAssign(left: Expression, right: Expression, method: MethodInfo | undefined): BinaryExpression;
541
541
  moduloAssign(left: Expression, right: Expression): BinaryExpression;
542
- multiply(left: Expression, right: Expression, method: MethodInfo): BinaryExpression;
542
+ multiply(left: Expression, right: Expression, method: MethodInfo | undefined): BinaryExpression;
543
543
  multiply(left: Expression, right: Expression): BinaryExpression;
544
- multiplyAssign(left: Expression, right: Expression, method: MethodInfo, conversion: LambdaExpression): BinaryExpression;
545
- multiplyAssign(left: Expression, right: Expression, method: MethodInfo): BinaryExpression;
544
+ multiplyAssign(left: Expression, right: Expression, method: MethodInfo | undefined, conversion: LambdaExpression | undefined): BinaryExpression;
545
+ multiplyAssign(left: Expression, right: Expression, method: MethodInfo | undefined): BinaryExpression;
546
546
  multiplyAssign(left: Expression, right: Expression): BinaryExpression;
547
- multiplyAssignChecked(left: Expression, right: Expression, method: MethodInfo, conversion: LambdaExpression): BinaryExpression;
548
- multiplyAssignChecked(left: Expression, right: Expression, method: MethodInfo): BinaryExpression;
547
+ multiplyAssignChecked(left: Expression, right: Expression, method: MethodInfo | undefined, conversion: LambdaExpression | undefined): BinaryExpression;
548
+ multiplyAssignChecked(left: Expression, right: Expression, method: MethodInfo | undefined): BinaryExpression;
549
549
  multiplyAssignChecked(left: Expression, right: Expression): BinaryExpression;
550
- multiplyChecked(left: Expression, right: Expression, method: MethodInfo): BinaryExpression;
550
+ multiplyChecked(left: Expression, right: Expression, method: MethodInfo | undefined): BinaryExpression;
551
551
  multiplyChecked(left: Expression, right: Expression): BinaryExpression;
552
- negate(expression: Expression, method: MethodInfo): UnaryExpression;
552
+ negate(expression: Expression, method: MethodInfo | undefined): UnaryExpression;
553
553
  negate(expression: Expression): UnaryExpression;
554
- negateChecked(expression: Expression, method: MethodInfo): UnaryExpression;
554
+ negateChecked(expression: Expression, method: MethodInfo | undefined): UnaryExpression;
555
555
  negateChecked(expression: Expression): UnaryExpression;
556
- new_(constructor_: ConstructorInfo, arguments: IEnumerable_1<Expression>, members: IEnumerable_1<MemberInfo>): NewExpression;
557
- new_(constructor_: ConstructorInfo, arguments: IEnumerable_1<Expression>, ...members: MemberInfo[]): NewExpression;
558
- new_(constructor_: ConstructorInfo, arguments: IEnumerable_1<Expression>): NewExpression;
556
+ new_(constructor_: ConstructorInfo, arguments: IEnumerable_1<Expression> | undefined, members: IEnumerable_1<MemberInfo> | undefined): NewExpression;
557
+ new_(constructor_: ConstructorInfo, arguments: IEnumerable_1<Expression> | undefined, ...members: MemberInfo[]): NewExpression;
558
+ new_(constructor_: ConstructorInfo, arguments: IEnumerable_1<Expression> | undefined): NewExpression;
559
559
  new_(constructor_: ConstructorInfo, ...arguments: Expression[]): NewExpression;
560
560
  new_(constructor_: ConstructorInfo): NewExpression;
561
561
  new_(type_: Type): NewExpression;
@@ -563,73 +563,73 @@ export const Expression: {
563
563
  newArrayBounds(type_: Type, ...bounds: Expression[]): NewArrayExpression;
564
564
  newArrayInit(type_: Type, initializers: IEnumerable_1<Expression>): NewArrayExpression;
565
565
  newArrayInit(type_: Type, ...initializers: Expression[]): NewArrayExpression;
566
- not(expression: Expression, method: MethodInfo): UnaryExpression;
566
+ not(expression: Expression, method: MethodInfo | undefined): UnaryExpression;
567
567
  not(expression: Expression): UnaryExpression;
568
- notEqual(left: Expression, right: Expression, liftToNull: boolean, method: MethodInfo): BinaryExpression;
568
+ notEqual(left: Expression, right: Expression, liftToNull: boolean, method: MethodInfo | undefined): BinaryExpression;
569
569
  notEqual(left: Expression, right: Expression): BinaryExpression;
570
- onesComplement(expression: Expression, method: MethodInfo): UnaryExpression;
570
+ onesComplement(expression: Expression, method: MethodInfo | undefined): UnaryExpression;
571
571
  onesComplement(expression: Expression): UnaryExpression;
572
- or(left: Expression, right: Expression, method: MethodInfo): BinaryExpression;
572
+ or(left: Expression, right: Expression, method: MethodInfo | undefined): BinaryExpression;
573
573
  or(left: Expression, right: Expression): BinaryExpression;
574
- orAssign(left: Expression, right: Expression, method: MethodInfo, conversion: LambdaExpression): BinaryExpression;
575
- orAssign(left: Expression, right: Expression, method: MethodInfo): BinaryExpression;
574
+ orAssign(left: Expression, right: Expression, method: MethodInfo | undefined, conversion: LambdaExpression | undefined): BinaryExpression;
575
+ orAssign(left: Expression, right: Expression, method: MethodInfo | undefined): BinaryExpression;
576
576
  orAssign(left: Expression, right: Expression): BinaryExpression;
577
- orElse(left: Expression, right: Expression, method: MethodInfo): BinaryExpression;
577
+ orElse(left: Expression, right: Expression, method: MethodInfo | undefined): BinaryExpression;
578
578
  orElse(left: Expression, right: Expression): BinaryExpression;
579
- parameter(type_: Type, name: string): ParameterExpression;
579
+ parameter(type_: Type, name: string | undefined): ParameterExpression;
580
580
  parameter(type_: Type): ParameterExpression;
581
- postDecrementAssign(expression: Expression, method: MethodInfo): UnaryExpression;
581
+ postDecrementAssign(expression: Expression, method: MethodInfo | undefined): UnaryExpression;
582
582
  postDecrementAssign(expression: Expression): UnaryExpression;
583
- postIncrementAssign(expression: Expression, method: MethodInfo): UnaryExpression;
583
+ postIncrementAssign(expression: Expression, method: MethodInfo | undefined): UnaryExpression;
584
584
  postIncrementAssign(expression: Expression): UnaryExpression;
585
- power(left: Expression, right: Expression, method: MethodInfo): BinaryExpression;
585
+ power(left: Expression, right: Expression, method: MethodInfo | undefined): BinaryExpression;
586
586
  power(left: Expression, right: Expression): BinaryExpression;
587
- powerAssign(left: Expression, right: Expression, method: MethodInfo, conversion: LambdaExpression): BinaryExpression;
588
- powerAssign(left: Expression, right: Expression, method: MethodInfo): BinaryExpression;
587
+ powerAssign(left: Expression, right: Expression, method: MethodInfo | undefined, conversion: LambdaExpression | undefined): BinaryExpression;
588
+ powerAssign(left: Expression, right: Expression, method: MethodInfo | undefined): BinaryExpression;
589
589
  powerAssign(left: Expression, right: Expression): BinaryExpression;
590
- preDecrementAssign(expression: Expression, method: MethodInfo): UnaryExpression;
590
+ preDecrementAssign(expression: Expression, method: MethodInfo | undefined): UnaryExpression;
591
591
  preDecrementAssign(expression: Expression): UnaryExpression;
592
- preIncrementAssign(expression: Expression, method: MethodInfo): UnaryExpression;
592
+ preIncrementAssign(expression: Expression, method: MethodInfo | undefined): UnaryExpression;
593
593
  preIncrementAssign(expression: Expression): UnaryExpression;
594
- property(expression: Expression, propertyAccessor: MethodInfo): MemberExpression;
595
- property(instance: Expression, indexer: PropertyInfo, arguments: IEnumerable_1<Expression>): IndexExpression;
596
- property(instance: Expression, indexer: PropertyInfo, ...arguments: Expression[]): IndexExpression;
597
- property(expression: Expression, property: PropertyInfo): MemberExpression;
594
+ property(expression: Expression | undefined, propertyAccessor: MethodInfo): MemberExpression;
595
+ property(instance: Expression | undefined, indexer: PropertyInfo, arguments: IEnumerable_1<Expression> | undefined): IndexExpression;
596
+ property(instance: Expression | undefined, indexer: PropertyInfo, ...arguments: Expression[]): IndexExpression;
597
+ property(expression: Expression | undefined, property: PropertyInfo): MemberExpression;
598
598
  property(instance: Expression, propertyName: string, ...arguments: Expression[]): IndexExpression;
599
599
  property(expression: Expression, propertyName: string): MemberExpression;
600
- property(expression: Expression, type_: Type, propertyName: string): MemberExpression;
600
+ property(expression: Expression | undefined, type_: Type, propertyName: string): MemberExpression;
601
601
  propertyOrField(expression: Expression, propertyOrFieldName: string): MemberExpression;
602
602
  quote(expression: Expression): UnaryExpression;
603
603
  referenceEqual(left: Expression, right: Expression): BinaryExpression;
604
604
  referenceNotEqual(left: Expression, right: Expression): BinaryExpression;
605
605
  rethrow(): UnaryExpression;
606
606
  rethrow(type_: Type): UnaryExpression;
607
- return_(target: LabelTarget, value: Expression, type_: Type): GotoExpression;
608
- return_(target: LabelTarget, value: Expression): GotoExpression;
607
+ return_(target: LabelTarget, value: Expression | undefined, type_: Type): GotoExpression;
608
+ return_(target: LabelTarget, value: Expression | undefined): GotoExpression;
609
609
  return_(target: LabelTarget, type_: Type): GotoExpression;
610
610
  return_(target: LabelTarget): GotoExpression;
611
- rightShift(left: Expression, right: Expression, method: MethodInfo): BinaryExpression;
611
+ rightShift(left: Expression, right: Expression, method: MethodInfo | undefined): BinaryExpression;
612
612
  rightShift(left: Expression, right: Expression): BinaryExpression;
613
- rightShiftAssign(left: Expression, right: Expression, method: MethodInfo, conversion: LambdaExpression): BinaryExpression;
614
- rightShiftAssign(left: Expression, right: Expression, method: MethodInfo): BinaryExpression;
613
+ rightShiftAssign(left: Expression, right: Expression, method: MethodInfo | undefined, conversion: LambdaExpression | undefined): BinaryExpression;
614
+ rightShiftAssign(left: Expression, right: Expression, method: MethodInfo | undefined): BinaryExpression;
615
615
  rightShiftAssign(left: Expression, right: Expression): BinaryExpression;
616
616
  runtimeVariables(variables: IEnumerable_1<ParameterExpression>): RuntimeVariablesExpression;
617
617
  runtimeVariables(...variables: ParameterExpression[]): RuntimeVariablesExpression;
618
- subtract(left: Expression, right: Expression, method: MethodInfo): BinaryExpression;
618
+ subtract(left: Expression, right: Expression, method: MethodInfo | undefined): BinaryExpression;
619
619
  subtract(left: Expression, right: Expression): BinaryExpression;
620
- subtractAssign(left: Expression, right: Expression, method: MethodInfo, conversion: LambdaExpression): BinaryExpression;
621
- subtractAssign(left: Expression, right: Expression, method: MethodInfo): BinaryExpression;
620
+ subtractAssign(left: Expression, right: Expression, method: MethodInfo | undefined, conversion: LambdaExpression | undefined): BinaryExpression;
621
+ subtractAssign(left: Expression, right: Expression, method: MethodInfo | undefined): BinaryExpression;
622
622
  subtractAssign(left: Expression, right: Expression): BinaryExpression;
623
- subtractAssignChecked(left: Expression, right: Expression, method: MethodInfo, conversion: LambdaExpression): BinaryExpression;
624
- subtractAssignChecked(left: Expression, right: Expression, method: MethodInfo): BinaryExpression;
623
+ subtractAssignChecked(left: Expression, right: Expression, method: MethodInfo | undefined, conversion: LambdaExpression | undefined): BinaryExpression;
624
+ subtractAssignChecked(left: Expression, right: Expression, method: MethodInfo | undefined): BinaryExpression;
625
625
  subtractAssignChecked(left: Expression, right: Expression): BinaryExpression;
626
- subtractChecked(left: Expression, right: Expression, method: MethodInfo): BinaryExpression;
626
+ subtractChecked(left: Expression, right: Expression, method: MethodInfo | undefined): BinaryExpression;
627
627
  subtractChecked(left: Expression, right: Expression): BinaryExpression;
628
- switch_(switchValue: Expression, defaultBody: Expression, ...cases: SwitchCase[]): SwitchExpression;
629
- switch_(switchValue: Expression, defaultBody: Expression, comparison: MethodInfo, cases: IEnumerable_1<SwitchCase>): SwitchExpression;
630
- switch_(switchValue: Expression, defaultBody: Expression, comparison: MethodInfo, ...cases: SwitchCase[]): SwitchExpression;
628
+ switch_(switchValue: Expression, defaultBody: Expression | undefined, ...cases: SwitchCase[]): SwitchExpression;
629
+ switch_(switchValue: Expression, defaultBody: Expression | undefined, comparison: MethodInfo | undefined, cases: IEnumerable_1<SwitchCase> | undefined): SwitchExpression;
630
+ switch_(switchValue: Expression, defaultBody: Expression | undefined, comparison: MethodInfo | undefined, ...cases: SwitchCase[]): SwitchExpression;
631
631
  switch_(switchValue: Expression, ...cases: SwitchCase[]): SwitchExpression;
632
- switch_(type_: Type, switchValue: Expression, defaultBody: Expression, comparison: MethodInfo, cases: IEnumerable_1<SwitchCase>): SwitchExpression;
632
+ switch_(type_: Type, switchValue: Expression, defaultBody: Expression, comparison: MethodInfo, cases: IEnumerable_1<SwitchCase> | undefined): SwitchExpression;
633
633
  switch_(type_: Type, switchValue: Expression, defaultBody: Expression, comparison: MethodInfo, ...cases: SwitchCase[]): SwitchExpression;
634
634
  switchCase(body: Expression, testValues: IEnumerable_1<Expression>): SwitchCase;
635
635
  switchCase(body: Expression, ...testValues: Expression[]): SwitchCase;
@@ -637,21 +637,21 @@ export const Expression: {
637
637
  symbolDocument(fileName: string, language: Guid, languageVendor: Guid): SymbolDocumentInfo;
638
638
  symbolDocument(fileName: string, language: Guid): SymbolDocumentInfo;
639
639
  symbolDocument(fileName: string): SymbolDocumentInfo;
640
- throw_(value: Expression, type_: Type): UnaryExpression;
641
- throw_(value: Expression): UnaryExpression;
640
+ throw_(value: Expression | undefined, type_: Type): UnaryExpression;
641
+ throw_(value: Expression | undefined): UnaryExpression;
642
642
  tryCatch(body: Expression, ...handlers: CatchBlock[]): TryExpression;
643
- tryCatchFinally(body: Expression, finally_: Expression, ...handlers: CatchBlock[]): TryExpression;
644
- tryFault(body: Expression, fault: Expression): TryExpression;
645
- tryFinally(body: Expression, finally_: Expression): TryExpression;
646
- tryGetActionType(typeArgs: Type[], actionType: Type): boolean;
647
- tryGetFuncType(typeArgs: Type[], funcType: Type): boolean;
643
+ tryCatchFinally(body: Expression, finally_: Expression | undefined, ...handlers: CatchBlock[]): TryExpression;
644
+ tryFault(body: Expression, fault: Expression | undefined): TryExpression;
645
+ tryFinally(body: Expression, finally_: Expression | undefined): TryExpression;
646
+ tryGetActionType(typeArgs: Type[], actionType: Type | undefined): boolean;
647
+ tryGetFuncType(typeArgs: Type[], funcType: Type | undefined): boolean;
648
648
  typeAs(expression: Expression, type_: Type): UnaryExpression;
649
649
  typeEqual(expression: Expression, type_: Type): TypeBinaryExpression;
650
650
  typeIs(expression: Expression, type_: Type): TypeBinaryExpression;
651
- unaryPlus(expression: Expression, method: MethodInfo): UnaryExpression;
651
+ unaryPlus(expression: Expression, method: MethodInfo | undefined): UnaryExpression;
652
652
  unaryPlus(expression: Expression): UnaryExpression;
653
653
  unbox(expression: Expression, type_: Type): UnaryExpression;
654
- variable(type_: Type, name: string): ParameterExpression;
654
+ variable(type_: Type, name: string | undefined): ParameterExpression;
655
655
  variable(type_: Type): ParameterExpression;
656
656
  };
657
657
 
@@ -665,12 +665,12 @@ export interface Expression_1$instance<TDelegate> extends LambdaExpression {
665
665
  compile(): Function;
666
666
  compile(preferInterpretation: boolean): Function;
667
667
  compile(debugInfoGenerator: DebugInfoGenerator): Function;
668
- update(body: Expression, parameters: IEnumerable_1<ParameterExpression>): Expression_1<TDelegate>;
668
+ update(body: Expression, parameters: IEnumerable_1<ParameterExpression> | undefined): Expression_1<TDelegate>;
669
669
  }
670
670
 
671
671
 
672
672
  export const Expression_1: {
673
- new<TDelegate>(): Expression_1$instance<TDelegate>;
673
+ new<TDelegate>(): Expression_1<TDelegate>;
674
674
  };
675
675
 
676
676
 
@@ -680,7 +680,7 @@ export interface ExpressionVisitor$instance {
680
680
  visit(node: Expression): Expression;
681
681
  visit(nodes: ReadOnlyCollection_1<Expression>): ReadOnlyCollection_1<Expression>;
682
682
  visitAndConvert<T extends Expression>(node: T, callerName: string): T;
683
- visitAndConvert<T extends Expression>(nodes: ReadOnlyCollection_1<T>, callerName: string): ReadOnlyCollection_1<T>;
683
+ visitAndConvert<T extends Expression>(nodes: ReadOnlyCollection_1<T>, callerName: string | undefined): ReadOnlyCollection_1<T>;
684
684
  }
685
685
 
686
686
 
@@ -697,12 +697,12 @@ export interface GotoExpression$instance extends Expression {
697
697
  readonly target: LabelTarget;
698
698
  readonly type_: Type;
699
699
  readonly value: Expression;
700
- update(target: LabelTarget, value: Expression): GotoExpression;
700
+ update(target: LabelTarget, value: Expression | undefined): GotoExpression;
701
701
  }
702
702
 
703
703
 
704
704
  export const GotoExpression: {
705
- new(): GotoExpression$instance;
705
+ new(): GotoExpression;
706
706
  };
707
707
 
708
708
 
@@ -711,17 +711,17 @@ export type GotoExpression = GotoExpression$instance;
711
711
  export interface IndexExpression$instance extends Expression {
712
712
  readonly argumentCount: int;
713
713
  readonly arguments: ReadOnlyCollection_1<Expression>;
714
- readonly indexer: PropertyInfo;
714
+ readonly indexer: PropertyInfo | undefined;
715
715
  readonly nodeType: ExpressionType;
716
- readonly object_: Expression;
716
+ readonly object_: Expression | undefined;
717
717
  readonly type_: Type;
718
718
  getArgument(index: int): Expression;
719
- update(object_: Expression, arguments: IEnumerable_1<Expression>): IndexExpression;
719
+ update(object_: Expression, arguments: IEnumerable_1<Expression> | undefined): IndexExpression;
720
720
  }
721
721
 
722
722
 
723
723
  export const IndexExpression: {
724
- new(): IndexExpression$instance;
724
+ new(): IndexExpression;
725
725
  };
726
726
 
727
727
 
@@ -741,12 +741,12 @@ export interface InvocationExpression$instance extends Expression {
741
741
  readonly nodeType: ExpressionType;
742
742
  readonly type_: Type;
743
743
  getArgument(index: int): Expression;
744
- update(expression: Expression, arguments: IEnumerable_1<Expression>): InvocationExpression;
744
+ update(expression: Expression, arguments: IEnumerable_1<Expression> | undefined): InvocationExpression;
745
745
  }
746
746
 
747
747
 
748
748
  export const InvocationExpression: {
749
- new(): InvocationExpression$instance;
749
+ new(): InvocationExpression;
750
750
  };
751
751
 
752
752
 
@@ -764,12 +764,12 @@ export interface LabelExpression$instance extends Expression {
764
764
  readonly nodeType: ExpressionType;
765
765
  readonly target: LabelTarget;
766
766
  readonly type_: Type;
767
- update(target: LabelTarget, defaultValue: Expression): LabelExpression;
767
+ update(target: LabelTarget, defaultValue: Expression | undefined): LabelExpression;
768
768
  }
769
769
 
770
770
 
771
771
  export const LabelExpression: {
772
- new(): LabelExpression$instance;
772
+ new(): LabelExpression;
773
773
  };
774
774
 
775
775
 
@@ -783,7 +783,7 @@ export interface LabelTarget$instance {
783
783
 
784
784
 
785
785
  export const LabelTarget: {
786
- new(): LabelTarget$instance;
786
+ new(): LabelTarget;
787
787
  };
788
788
 
789
789
 
@@ -823,7 +823,7 @@ export interface ListInitExpression$instance extends Expression {
823
823
 
824
824
 
825
825
  export const ListInitExpression: {
826
- new(): ListInitExpression$instance;
826
+ new(): ListInitExpression;
827
827
  };
828
828
 
829
829
 
@@ -831,16 +831,16 @@ export type ListInitExpression = ListInitExpression$instance;
831
831
 
832
832
  export interface LoopExpression$instance extends Expression {
833
833
  readonly body: Expression;
834
- readonly breakLabel: LabelTarget;
835
- readonly continueLabel: LabelTarget;
834
+ readonly breakLabel: LabelTarget | undefined;
835
+ readonly continueLabel: LabelTarget | undefined;
836
836
  readonly nodeType: ExpressionType;
837
837
  readonly type_: Type;
838
- update(breakLabel: LabelTarget, continueLabel: LabelTarget, body: Expression): LoopExpression;
838
+ update(breakLabel: LabelTarget | undefined, continueLabel: LabelTarget | undefined, body: Expression): LoopExpression;
839
839
  }
840
840
 
841
841
 
842
842
  export const LoopExpression: {
843
- new(): LoopExpression$instance;
843
+ new(): LoopExpression;
844
844
  };
845
845
 
846
846
 
@@ -853,7 +853,7 @@ export interface MemberAssignment$instance extends MemberBinding {
853
853
 
854
854
 
855
855
  export const MemberAssignment: {
856
- new(): MemberAssignment$instance;
856
+ new(): MemberAssignment;
857
857
  };
858
858
 
859
859
 
@@ -876,12 +876,12 @@ export interface MemberExpression$instance extends Expression {
876
876
  readonly expression: Expression;
877
877
  readonly member: MemberInfo;
878
878
  readonly nodeType: ExpressionType;
879
- update(expression: Expression): MemberExpression;
879
+ update(expression: Expression | undefined): MemberExpression;
880
880
  }
881
881
 
882
882
 
883
883
  export const MemberExpression: {
884
- new(): MemberExpression$instance;
884
+ new(): MemberExpression;
885
885
  };
886
886
 
887
887
 
@@ -899,7 +899,7 @@ export interface MemberInitExpression$instance extends Expression {
899
899
 
900
900
 
901
901
  export const MemberInitExpression: {
902
- new(): MemberInitExpression$instance;
902
+ new(): MemberInitExpression;
903
903
  };
904
904
 
905
905
 
@@ -912,7 +912,7 @@ export interface MemberListBinding$instance extends MemberBinding {
912
912
 
913
913
 
914
914
  export const MemberListBinding: {
915
- new(): MemberListBinding$instance;
915
+ new(): MemberListBinding;
916
916
  };
917
917
 
918
918
 
@@ -925,7 +925,7 @@ export interface MemberMemberBinding$instance extends MemberBinding {
925
925
 
926
926
 
927
927
  export const MemberMemberBinding: {
928
- new(): MemberMemberBinding$instance;
928
+ new(): MemberMemberBinding;
929
929
  };
930
930
 
931
931
 
@@ -936,15 +936,15 @@ export interface MethodCallExpression$instance extends Expression {
936
936
  readonly arguments: ReadOnlyCollection_1<Expression>;
937
937
  readonly method: MethodInfo;
938
938
  readonly nodeType: ExpressionType;
939
- readonly object_: Expression;
939
+ readonly object_: Expression | undefined;
940
940
  readonly type_: Type;
941
941
  getArgument(index: int): Expression;
942
- update(object_: Expression, arguments: IEnumerable_1<Expression>): MethodCallExpression;
942
+ update(object_: Expression | undefined, arguments: IEnumerable_1<Expression> | undefined): MethodCallExpression;
943
943
  }
944
944
 
945
945
 
946
946
  export const MethodCallExpression: {
947
- new(): MethodCallExpression$instance;
947
+ new(): MethodCallExpression;
948
948
  };
949
949
 
950
950
 
@@ -965,7 +965,7 @@ export interface NewArrayExpression$instance extends Expression {
965
965
 
966
966
 
967
967
  export const NewArrayExpression: {
968
- new(): NewArrayExpression$instance;
968
+ new(): NewArrayExpression;
969
969
  };
970
970
 
971
971
 
@@ -979,12 +979,12 @@ export interface NewExpression$instance extends Expression {
979
979
  readonly nodeType: ExpressionType;
980
980
  readonly type_: Type;
981
981
  getArgument(index: int): Expression;
982
- update(arguments: IEnumerable_1<Expression>): NewExpression;
982
+ update(arguments: IEnumerable_1<Expression> | undefined): NewExpression;
983
983
  }
984
984
 
985
985
 
986
986
  export const NewExpression: {
987
- new(): NewExpression$instance;
987
+ new(): NewExpression;
988
988
  };
989
989
 
990
990
 
@@ -1006,7 +1006,7 @@ export interface ParameterExpression$instance extends Expression {
1006
1006
 
1007
1007
 
1008
1008
  export const ParameterExpression: {
1009
- new(): ParameterExpression$instance;
1009
+ new(): ParameterExpression;
1010
1010
  };
1011
1011
 
1012
1012
 
@@ -1021,7 +1021,7 @@ export interface RuntimeVariablesExpression$instance extends Expression {
1021
1021
 
1022
1022
 
1023
1023
  export const RuntimeVariablesExpression: {
1024
- new(): RuntimeVariablesExpression$instance;
1024
+ new(): RuntimeVariablesExpression;
1025
1025
  };
1026
1026
 
1027
1027
 
@@ -1036,7 +1036,7 @@ export interface SwitchCase$instance {
1036
1036
 
1037
1037
 
1038
1038
  export const SwitchCase: {
1039
- new(): SwitchCase$instance;
1039
+ new(): SwitchCase;
1040
1040
  };
1041
1041
 
1042
1042
 
@@ -1044,17 +1044,17 @@ export type SwitchCase = SwitchCase$instance;
1044
1044
 
1045
1045
  export interface SwitchExpression$instance extends Expression {
1046
1046
  readonly cases: ReadOnlyCollection_1<SwitchCase>;
1047
- readonly comparison: MethodInfo;
1048
- readonly defaultBody: Expression;
1047
+ readonly comparison: MethodInfo | undefined;
1048
+ readonly defaultBody: Expression | undefined;
1049
1049
  readonly nodeType: ExpressionType;
1050
1050
  readonly switchValue: Expression;
1051
1051
  readonly type_: Type;
1052
- update(switchValue: Expression, cases: IEnumerable_1<SwitchCase>, defaultBody: Expression): SwitchExpression;
1052
+ update(switchValue: Expression, cases: IEnumerable_1<SwitchCase> | undefined, defaultBody: Expression | undefined): SwitchExpression;
1053
1053
  }
1054
1054
 
1055
1055
 
1056
1056
  export const SwitchExpression: {
1057
- new(): SwitchExpression$instance;
1057
+ new(): SwitchExpression;
1058
1058
  };
1059
1059
 
1060
1060
 
@@ -1069,7 +1069,7 @@ export interface SymbolDocumentInfo$instance {
1069
1069
 
1070
1070
 
1071
1071
  export const SymbolDocumentInfo: {
1072
- new(): SymbolDocumentInfo$instance;
1072
+ new(): SymbolDocumentInfo;
1073
1073
  };
1074
1074
 
1075
1075
 
@@ -1077,17 +1077,17 @@ export type SymbolDocumentInfo = SymbolDocumentInfo$instance;
1077
1077
 
1078
1078
  export interface TryExpression$instance extends Expression {
1079
1079
  readonly body: Expression;
1080
- readonly fault: Expression;
1081
- readonly finally_: Expression;
1080
+ readonly fault: Expression | undefined;
1081
+ readonly finally_: Expression | undefined;
1082
1082
  readonly handlers: ReadOnlyCollection_1<CatchBlock>;
1083
1083
  readonly nodeType: ExpressionType;
1084
1084
  readonly type_: Type;
1085
- update(body: Expression, handlers: IEnumerable_1<CatchBlock>, finally_: Expression, fault: Expression): TryExpression;
1085
+ update(body: Expression, handlers: IEnumerable_1<CatchBlock> | undefined, finally_: Expression | undefined, fault: Expression | undefined): TryExpression;
1086
1086
  }
1087
1087
 
1088
1088
 
1089
1089
  export const TryExpression: {
1090
- new(): TryExpression$instance;
1090
+ new(): TryExpression;
1091
1091
  };
1092
1092
 
1093
1093
 
@@ -1103,7 +1103,7 @@ export interface TypeBinaryExpression$instance extends Expression {
1103
1103
 
1104
1104
 
1105
1105
  export const TypeBinaryExpression: {
1106
- new(): TypeBinaryExpression$instance;
1106
+ new(): TypeBinaryExpression;
1107
1107
  };
1108
1108
 
1109
1109
 
@@ -1123,7 +1123,7 @@ export interface UnaryExpression$instance extends Expression {
1123
1123
 
1124
1124
 
1125
1125
  export const UnaryExpression: {
1126
- new(): UnaryExpression$instance;
1126
+ new(): UnaryExpression;
1127
1127
  };
1128
1128
 
1129
1129