@tsonic/dotnet 10.0.39 → 10.0.41

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 (187) hide show
  1. package/Internal/internal/index.d.ts +4 -3
  2. package/Microsoft.CSharp.RuntimeBinder/internal/index.d.ts +19 -18
  3. package/Microsoft.VisualBasic/internal/index.d.ts +52 -54
  4. package/Microsoft.VisualBasic.CompilerServices/internal/index.d.ts +117 -119
  5. package/Microsoft.VisualBasic.FileIO/internal/index.d.ts +3 -2
  6. package/Microsoft.Win32/internal/index.d.ts +19 -18
  7. package/Microsoft.Win32.SafeHandles/internal/index.d.ts +3 -2
  8. package/README.md +76 -104
  9. package/System/bindings.json +1520 -2039
  10. package/System/internal/index.d.ts +1549 -1602
  11. package/System.Buffers/bindings.json +12 -3
  12. package/System.Buffers/internal/index.d.ts +12 -14
  13. package/System.Buffers.Binary/internal/index.d.ts +2 -4
  14. package/System.Buffers.Text/internal/index.d.ts +2 -4
  15. package/System.CodeDom.Compiler/internal/index.d.ts +32 -31
  16. package/System.Collections/internal/index.d.ts +129 -131
  17. package/System.Collections.Concurrent/bindings.json +218 -218
  18. package/System.Collections.Concurrent/internal/index.d.ts +34 -36
  19. package/System.Collections.Frozen/bindings.json +413 -611
  20. package/System.Collections.Frozen/internal/index.d.ts +81 -97
  21. package/System.Collections.Frozen.d.ts +14 -2
  22. package/System.Collections.Generic/bindings.json +9420 -14155
  23. package/System.Collections.Generic/internal/index.d.ts +547 -758
  24. package/System.Collections.Generic.d.ts +1 -1
  25. package/System.Collections.Immutable/bindings.json +6000 -9080
  26. package/System.Collections.Immutable/internal/index.d.ts +265 -354
  27. package/System.Collections.Immutable.d.ts +49 -12
  28. package/System.Collections.ObjectModel/bindings.json +132 -654
  29. package/System.Collections.ObjectModel/internal/index.d.ts +10 -30
  30. package/System.Collections.Specialized/bindings.json +0 -123
  31. package/System.Collections.Specialized/internal/index.d.ts +88 -101
  32. package/System.ComponentModel/bindings.json +163 -102
  33. package/System.ComponentModel/internal/index.d.ts +618 -608
  34. package/System.ComponentModel.DataAnnotations/internal/index.d.ts +133 -132
  35. package/System.ComponentModel.DataAnnotations.Schema/internal/index.d.ts +8 -7
  36. package/System.ComponentModel.Design/bindings.json +22 -292
  37. package/System.ComponentModel.Design/internal/index.d.ts +101 -109
  38. package/System.ComponentModel.Design.Serialization/internal/index.d.ts +61 -60
  39. package/System.ComponentModel.d.ts +1 -0
  40. package/System.Configuration.Assemblies/internal/index.d.ts +3 -2
  41. package/System.Data/bindings.json +4 -1
  42. package/System.Data/internal/index.d.ts +351 -350
  43. package/System.Data.Common/internal/index.d.ts +151 -152
  44. package/System.Data.SqlTypes/internal/index.d.ts +68 -67
  45. package/System.Diagnostics/bindings.json +7044 -7249
  46. package/System.Diagnostics/internal/index.d.ts +446 -461
  47. package/System.Diagnostics.CodeAnalysis/internal/index.d.ts +44 -43
  48. package/System.Diagnostics.Contracts/internal/index.d.ts +16 -18
  49. package/System.Diagnostics.Metrics/internal/index.d.ts +92 -94
  50. package/System.Diagnostics.Metrics.d.ts +1 -1
  51. package/System.Diagnostics.SymbolStore/internal/index.d.ts +12 -11
  52. package/System.Diagnostics.Tracing/bindings.json +81 -21
  53. package/System.Diagnostics.Tracing/internal/index.d.ts +69 -56
  54. package/System.Diagnostics.Tracing.d.ts +2 -1
  55. package/System.Drawing/internal/index.d.ts +76 -75
  56. package/System.Dynamic/internal/index.d.ts +55 -57
  57. package/System.Formats.Asn1/bindings.json +48 -69
  58. package/System.Formats.Asn1/internal/index.d.ts +21 -28
  59. package/System.Formats.Tar/internal/index.d.ts +8 -7
  60. package/System.Globalization/internal/index.d.ts +40 -42
  61. package/System.IO/internal/index.d.ts +187 -189
  62. package/System.IO.Compression/internal/index.d.ts +29 -31
  63. package/System.IO.Enumeration/bindings.json +250 -250
  64. package/System.IO.Enumeration/internal/index.d.ts +15 -17
  65. package/System.IO.IsolatedStorage/internal/index.d.ts +19 -18
  66. package/System.IO.MemoryMappedFiles/internal/index.d.ts +11 -10
  67. package/System.IO.Pipelines/internal/index.d.ts +15 -17
  68. package/System.IO.Pipes/internal/index.d.ts +8 -7
  69. package/System.Linq/internal/index.d.ts +223 -225
  70. package/System.Linq.Expressions/internal/index.d.ts +205 -207
  71. package/System.Linq.Expressions.Interpreter/internal/index.d.ts +5 -4
  72. package/System.Net/bindings.json +104 -104
  73. package/System.Net/internal/index.d.ts +279 -281
  74. package/System.Net.Cache/internal/index.d.ts +3 -2
  75. package/System.Net.Http/internal/index.d.ts +128 -130
  76. package/System.Net.Http.Headers/bindings.json +0 -204
  77. package/System.Net.Http.Headers/internal/index.d.ts +111 -127
  78. package/System.Net.Http.Json/internal/index.d.ts +67 -69
  79. package/System.Net.Http.Metrics/internal/index.d.ts +6 -5
  80. package/System.Net.Mail/internal/index.d.ts +76 -78
  81. package/System.Net.Mime/internal/index.d.ts +11 -10
  82. package/System.Net.NetworkInformation/internal/index.d.ts +30 -32
  83. package/System.Net.Quic/internal/index.d.ts +10 -9
  84. package/System.Net.Security/internal/index.d.ts +87 -89
  85. package/System.Net.ServerSentEvents/internal/index.d.ts +6 -5
  86. package/System.Net.Sockets/internal/index.d.ts +91 -93
  87. package/System.Net.WebSockets/internal/index.d.ts +47 -46
  88. package/System.Numerics/bindings.json +544 -116
  89. package/System.Numerics/internal/index.d.ts +110 -112
  90. package/System.Reflection/internal/index.d.ts +270 -272
  91. package/System.Reflection.Emit/internal/index.d.ts +114 -116
  92. package/System.Reflection.Metadata/bindings.json +166 -3169
  93. package/System.Reflection.Metadata/internal/index.d.ts +154 -361
  94. package/System.Reflection.Metadata.Ecma335/internal/index.d.ts +13 -15
  95. package/System.Reflection.PortableExecutable/bindings.json +58 -0
  96. package/System.Reflection.PortableExecutable/internal/index.d.ts +24 -11
  97. package/System.Reflection.PortableExecutable.d.ts +1 -0
  98. package/System.Resources/internal/index.d.ts +33 -35
  99. package/System.Runtime/internal/index.d.ts +12 -11
  100. package/System.Runtime.CompilerServices/bindings.json +519 -717
  101. package/System.Runtime.CompilerServices/internal/index.d.ts +113 -137
  102. package/System.Runtime.CompilerServices.d.ts +14 -4
  103. package/System.Runtime.ConstrainedExecution/internal/index.d.ts +3 -2
  104. package/System.Runtime.ExceptionServices/internal/index.d.ts +4 -3
  105. package/System.Runtime.InteropServices/bindings.json +101 -101
  106. package/System.Runtime.InteropServices/internal/index.d.ts +234 -236
  107. package/System.Runtime.InteropServices.ComTypes/internal/index.d.ts +34 -36
  108. package/System.Runtime.InteropServices.Java/internal/index.d.ts +4 -6
  109. package/System.Runtime.InteropServices.JavaScript/bindings.json +328 -328
  110. package/System.Runtime.InteropServices.JavaScript/internal/index.d.ts +67 -69
  111. package/System.Runtime.InteropServices.JavaScript.d.ts +8 -26
  112. package/System.Runtime.InteropServices.Marshalling/bindings.json +2619 -2619
  113. package/System.Runtime.InteropServices.Marshalling/internal/index.d.ts +308 -310
  114. package/System.Runtime.InteropServices.ObjectiveC/bindings.json +141 -141
  115. package/System.Runtime.InteropServices.ObjectiveC/internal/index.d.ts +17 -19
  116. package/System.Runtime.InteropServices.Swift/internal/index.d.ts +4 -6
  117. package/System.Runtime.InteropServices.Swift.d.ts +1 -1
  118. package/System.Runtime.Intrinsics/bindings.json +64 -16
  119. package/System.Runtime.Intrinsics/internal/index.d.ts +22 -24
  120. package/System.Runtime.Intrinsics.Arm/internal/index.d.ts +12 -13
  121. package/System.Runtime.Intrinsics.Wasm/internal/index.d.ts +2 -4
  122. package/System.Runtime.Intrinsics.X86/internal/index.d.ts +42 -41
  123. package/System.Runtime.Loader/bindings.json +48 -69
  124. package/System.Runtime.Loader/internal/index.d.ts +30 -34
  125. package/System.Runtime.Remoting/internal/index.d.ts +5 -4
  126. package/System.Runtime.Serialization/internal/index.d.ts +175 -177
  127. package/System.Runtime.Serialization.DataContracts/internal/index.d.ts +29 -31
  128. package/System.Runtime.Serialization.Formatters/internal/index.d.ts +7 -6
  129. package/System.Runtime.Serialization.Formatters.Binary/internal/index.d.ts +10 -9
  130. package/System.Runtime.Serialization.Json/internal/index.d.ts +37 -36
  131. package/System.Runtime.Versioning/internal/index.d.ts +20 -19
  132. package/System.Security/internal/index.d.ts +64 -66
  133. package/System.Security.AccessControl/bindings.json +104 -0
  134. package/System.Security.AccessControl/internal/index.d.ts +59 -58
  135. package/System.Security.AccessControl.d.ts +6 -5
  136. package/System.Security.Authentication/internal/index.d.ts +7 -6
  137. package/System.Security.Authentication.ExtendedProtection/internal/index.d.ts +12 -11
  138. package/System.Security.Claims/internal/index.d.ts +45 -44
  139. package/System.Security.Cryptography/bindings.json +469 -469
  140. package/System.Security.Cryptography/internal/index.d.ts +269 -271
  141. package/System.Security.Cryptography.X509Certificates/bindings.json +0 -62
  142. package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +98 -105
  143. package/System.Security.Permissions/internal/index.d.ts +5 -4
  144. package/System.Security.Policy/internal/index.d.ts +11 -10
  145. package/System.Security.Principal/internal/index.d.ts +28 -27
  146. package/System.Text/bindings.json +1562 -1562
  147. package/System.Text/internal/index.d.ts +119 -121
  148. package/System.Text.Encodings.Web/internal/index.d.ts +2 -4
  149. package/System.Text.Json/bindings.json +0 -290
  150. package/System.Text.Json/internal/index.d.ts +135 -153
  151. package/System.Text.Json.Nodes/internal/index.d.ts +60 -62
  152. package/System.Text.Json.Schema/internal/index.d.ts +9 -8
  153. package/System.Text.Json.Serialization/internal/index.d.ts +32 -34
  154. package/System.Text.Json.Serialization.Metadata/internal/index.d.ts +86 -85
  155. package/System.Text.Json.Serialization.d.ts +1 -1
  156. package/System.Text.RegularExpressions/bindings.json +198 -402
  157. package/System.Text.RegularExpressions/internal/index.d.ts +48 -64
  158. package/System.Text.Unicode/bindings.json +508 -508
  159. package/System.Text.Unicode/internal/index.d.ts +29 -31
  160. package/System.Threading/bindings.json +42 -42
  161. package/System.Threading/internal/index.d.ts +157 -159
  162. package/System.Threading.Channels/internal/index.d.ts +10 -12
  163. package/System.Threading.Tasks/bindings.json +4 -1
  164. package/System.Threading.Tasks/internal/index.d.ts +115 -114
  165. package/System.Threading.Tasks.Dataflow/internal/index.d.ts +32 -33
  166. package/System.Threading.Tasks.Sources/internal/index.d.ts +6 -5
  167. package/System.Timers/internal/index.d.ts +8 -7
  168. package/System.Transactions/internal/index.d.ts +31 -30
  169. package/System.Web/internal/index.d.ts +32 -31
  170. package/System.Windows.Input/internal/index.d.ts +5 -4
  171. package/System.Windows.Markup/internal/index.d.ts +3 -2
  172. package/System.Xml/internal/index.d.ts +383 -385
  173. package/System.Xml.Linq/internal/index.d.ts +103 -102
  174. package/System.Xml.Resolvers/internal/index.d.ts +10 -9
  175. package/System.Xml.Schema/bindings.json +76 -76
  176. package/System.Xml.Schema/internal/index.d.ts +233 -232
  177. package/System.Xml.Serialization/bindings.json +193 -0
  178. package/System.Xml.Serialization/internal/index.d.ts +277 -245
  179. package/System.Xml.Serialization.d.ts +2 -0
  180. package/System.Xml.XPath/internal/index.d.ts +46 -45
  181. package/System.Xml.Xsl/internal/index.d.ts +53 -52
  182. package/System.Xml.Xsl.Runtime/bindings.json +4 -1
  183. package/System.Xml.Xsl.Runtime/internal/index.d.ts +35 -37
  184. package/System.d.ts +2 -2
  185. package/__internal/extensions/index.d.ts +517 -515
  186. package/families.json +63 -7
  187. package/package.json +2 -2
@@ -2,8 +2,9 @@
2
2
  // Namespace: System.Drawing
3
3
  // Assembly: System.ComponentModel.TypeConverter, System.Drawing.Primitives
4
4
 
5
- // Primitive type aliases from @tsonic/core
6
- import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
5
+ // Core type aliases from @tsonic/core
6
+ import type { JsValue, fnptr, ptr, sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
7
+
7
8
 
8
9
  // Import types from other namespaces
9
10
  import type { ICollection, IDictionary } from "../../System.Collections/internal/index.js";
@@ -207,7 +208,7 @@ export interface Color$instance {
207
208
  readonly IsSystemColor: boolean;
208
209
  readonly Name: string;
209
210
  readonly R: byte;
210
- Equals(obj: unknown): boolean;
211
+ Equals(obj: JsValue | null): boolean;
211
212
  Equals(other: Color): boolean;
212
213
  GetBrightness(): float;
213
214
  GetHashCode(): int;
@@ -391,7 +392,7 @@ export interface Point$instance {
391
392
  readonly IsEmpty: boolean;
392
393
  X: int;
393
394
  Y: int;
394
- Equals(obj: unknown): boolean;
395
+ Equals(obj: JsValue | null): boolean;
395
396
  Equals(other: Point): boolean;
396
397
  GetHashCode(): int;
397
398
  Offset(dx: int, dy: int): void;
@@ -431,7 +432,7 @@ export interface PointF$instance {
431
432
  readonly IsEmpty: boolean;
432
433
  X: float;
433
434
  Y: float;
434
- Equals(obj: unknown): boolean;
435
+ Equals(obj: JsValue | null): boolean;
435
436
  Equals(other: PointF): boolean;
436
437
  GetHashCode(): int;
437
438
  ToString(): string;
@@ -479,7 +480,7 @@ export interface Rectangle$instance {
479
480
  Contains(x: int, y: int): boolean;
480
481
  Contains(pt: Point): boolean;
481
482
  Contains(rect: Rectangle): boolean;
482
- Equals(obj: unknown): boolean;
483
+ Equals(obj: JsValue | null): boolean;
483
484
  Equals(other: Rectangle): boolean;
484
485
  GetHashCode(): int;
485
486
  Inflate(width: int, height: int): void;
@@ -535,7 +536,7 @@ export interface RectangleF$instance {
535
536
  Contains(x: float, y: float): boolean;
536
537
  Contains(pt: PointF): boolean;
537
538
  Contains(rect: RectangleF): boolean;
538
- Equals(obj: unknown): boolean;
539
+ Equals(obj: JsValue | null): boolean;
539
540
  Equals(other: RectangleF): boolean;
540
541
  GetHashCode(): int;
541
542
  Inflate(x: float, y: float): void;
@@ -579,7 +580,7 @@ export interface Size$instance {
579
580
  Height: int;
580
581
  readonly IsEmpty: boolean;
581
582
  Width: int;
582
- Equals(obj: unknown): boolean;
583
+ Equals(obj: JsValue | null): boolean;
583
584
  Equals(other: Size): boolean;
584
585
  GetHashCode(): int;
585
586
  ToString(): string;
@@ -616,7 +617,7 @@ export interface SizeF$instance {
616
617
  Height: float;
617
618
  readonly IsEmpty: boolean;
618
619
  Width: float;
619
- Equals(obj: unknown): boolean;
620
+ Equals(obj: JsValue | null): boolean;
620
621
  Equals(other: SizeF): boolean;
621
622
  GetHashCode(): int;
622
623
  ToPointF(): PointF;
@@ -650,17 +651,17 @@ export type SizeF = SizeF$instance & __SizeF$views;
650
651
  export interface ColorConverter$instance extends TypeConverter {
651
652
  readonly __tsonic_type_System_Drawing_ColorConverter: never;
652
653
 
653
- CanConvertFrom(context: ITypeDescriptorContext, sourceType: Type): boolean;
654
+ CanConvertFrom(context: ITypeDescriptorContext | null, sourceType: Type): boolean;
654
655
  CanConvertFrom(sourceType: Type): boolean;
655
- CanConvertTo(context: ITypeDescriptorContext, destinationType: Type): boolean;
656
- CanConvertTo(destinationType: Type): boolean;
657
- ConvertFrom(context: ITypeDescriptorContext, culture: CultureInfo, value: unknown): unknown | undefined;
658
- ConvertFrom(value: unknown): unknown | undefined;
659
- ConvertTo(context: ITypeDescriptorContext, culture: CultureInfo, value: unknown, destinationType: Type): unknown | undefined;
660
- ConvertTo(value: unknown, destinationType: Type): unknown | undefined;
661
- GetStandardValues(context: ITypeDescriptorContext): TypeConverter_StandardValuesCollection;
662
- GetStandardValues(): ICollection | undefined;
663
- GetStandardValuesSupported(context: ITypeDescriptorContext): boolean;
656
+ CanConvertTo(context: ITypeDescriptorContext | null, destinationType: Type | null): boolean;
657
+ CanConvertTo(destinationType: Type | null): boolean;
658
+ ConvertFrom(context: ITypeDescriptorContext | null, culture: CultureInfo | null, value: JsValue): JsValue | null;
659
+ ConvertFrom(value: JsValue): JsValue | null;
660
+ ConvertTo(context: ITypeDescriptorContext | null, culture: CultureInfo | null, value: JsValue | null, destinationType: Type): JsValue | null;
661
+ ConvertTo(value: JsValue | null, destinationType: Type): JsValue | null;
662
+ GetStandardValues(context: ITypeDescriptorContext | null): TypeConverter_StandardValuesCollection;
663
+ GetStandardValues(): ICollection | null;
664
+ GetStandardValuesSupported(context: ITypeDescriptorContext | null): boolean;
664
665
  GetStandardValuesSupported(): boolean;
665
666
  }
666
667
 
@@ -675,22 +676,22 @@ export type ColorConverter = ColorConverter$instance;
675
676
  export interface PointConverter$instance extends TypeConverter {
676
677
  readonly __tsonic_type_System_Drawing_PointConverter: never;
677
678
 
678
- CanConvertFrom(context: ITypeDescriptorContext, sourceType: Type): boolean;
679
+ CanConvertFrom(context: ITypeDescriptorContext | null, sourceType: Type): boolean;
679
680
  CanConvertFrom(sourceType: Type): boolean;
680
- CanConvertTo(context: ITypeDescriptorContext, destinationType: Type): boolean;
681
- CanConvertTo(destinationType: Type): boolean;
682
- ConvertFrom(context: ITypeDescriptorContext, culture: CultureInfo, value: unknown): unknown | undefined;
683
- ConvertFrom(value: unknown): unknown | undefined;
684
- ConvertTo(context: ITypeDescriptorContext, culture: CultureInfo, value: unknown, destinationType: Type): unknown | undefined;
685
- ConvertTo(value: unknown, destinationType: Type): unknown | undefined;
686
- CreateInstance(context: ITypeDescriptorContext, propertyValues: IDictionary): unknown;
687
- CreateInstance(propertyValues: IDictionary): unknown | undefined;
688
- GetCreateInstanceSupported(context: ITypeDescriptorContext): boolean;
681
+ CanConvertTo(context: ITypeDescriptorContext | null, destinationType: Type | null): boolean;
682
+ CanConvertTo(destinationType: Type | null): boolean;
683
+ ConvertFrom(context: ITypeDescriptorContext | null, culture: CultureInfo | null, value: JsValue): JsValue | null;
684
+ ConvertFrom(value: JsValue): JsValue | null;
685
+ ConvertTo(context: ITypeDescriptorContext | null, culture: CultureInfo | null, value: JsValue | null, destinationType: Type): JsValue | null;
686
+ ConvertTo(value: JsValue | null, destinationType: Type): JsValue | null;
687
+ CreateInstance(context: ITypeDescriptorContext | null, propertyValues: IDictionary): JsValue;
688
+ CreateInstance(propertyValues: IDictionary): JsValue | null;
689
+ GetCreateInstanceSupported(context: ITypeDescriptorContext | null): boolean;
689
690
  GetCreateInstanceSupported(): boolean;
690
- GetProperties(context: ITypeDescriptorContext, value: unknown, attributes: Attribute[]): PropertyDescriptorCollection;
691
- GetProperties(value: unknown): PropertyDescriptorCollection | undefined;
692
- GetProperties(context: ITypeDescriptorContext, value: unknown): PropertyDescriptorCollection | undefined;
693
- GetPropertiesSupported(context: ITypeDescriptorContext): boolean;
691
+ GetProperties(context: ITypeDescriptorContext | null, value: JsValue | null, attributes: Attribute[] | null): PropertyDescriptorCollection;
692
+ GetProperties(value: JsValue): PropertyDescriptorCollection | null;
693
+ GetProperties(context: ITypeDescriptorContext | null, value: JsValue): PropertyDescriptorCollection | null;
694
+ GetPropertiesSupported(context: ITypeDescriptorContext | null): boolean;
694
695
  GetPropertiesSupported(): boolean;
695
696
  }
696
697
 
@@ -705,22 +706,22 @@ export type PointConverter = PointConverter$instance;
705
706
  export interface RectangleConverter$instance extends TypeConverter {
706
707
  readonly __tsonic_type_System_Drawing_RectangleConverter: never;
707
708
 
708
- CanConvertFrom(context: ITypeDescriptorContext, sourceType: Type): boolean;
709
+ CanConvertFrom(context: ITypeDescriptorContext | null, sourceType: Type): boolean;
709
710
  CanConvertFrom(sourceType: Type): boolean;
710
- CanConvertTo(context: ITypeDescriptorContext, destinationType: Type): boolean;
711
- CanConvertTo(destinationType: Type): boolean;
712
- ConvertFrom(context: ITypeDescriptorContext, culture: CultureInfo, value: unknown): unknown | undefined;
713
- ConvertFrom(value: unknown): unknown | undefined;
714
- ConvertTo(context: ITypeDescriptorContext, culture: CultureInfo, value: unknown, destinationType: Type): unknown | undefined;
715
- ConvertTo(value: unknown, destinationType: Type): unknown | undefined;
716
- CreateInstance(context: ITypeDescriptorContext, propertyValues: IDictionary): unknown;
717
- CreateInstance(propertyValues: IDictionary): unknown | undefined;
718
- GetCreateInstanceSupported(context: ITypeDescriptorContext): boolean;
711
+ CanConvertTo(context: ITypeDescriptorContext | null, destinationType: Type | null): boolean;
712
+ CanConvertTo(destinationType: Type | null): boolean;
713
+ ConvertFrom(context: ITypeDescriptorContext | null, culture: CultureInfo | null, value: JsValue): JsValue | null;
714
+ ConvertFrom(value: JsValue): JsValue | null;
715
+ ConvertTo(context: ITypeDescriptorContext | null, culture: CultureInfo | null, value: JsValue | null, destinationType: Type): JsValue | null;
716
+ ConvertTo(value: JsValue | null, destinationType: Type): JsValue | null;
717
+ CreateInstance(context: ITypeDescriptorContext | null, propertyValues: IDictionary): JsValue;
718
+ CreateInstance(propertyValues: IDictionary): JsValue | null;
719
+ GetCreateInstanceSupported(context: ITypeDescriptorContext | null): boolean;
719
720
  GetCreateInstanceSupported(): boolean;
720
- GetProperties(context: ITypeDescriptorContext, value: unknown, attributes: Attribute[]): PropertyDescriptorCollection;
721
- GetProperties(value: unknown): PropertyDescriptorCollection | undefined;
722
- GetProperties(context: ITypeDescriptorContext, value: unknown): PropertyDescriptorCollection | undefined;
723
- GetPropertiesSupported(context: ITypeDescriptorContext): boolean;
721
+ GetProperties(context: ITypeDescriptorContext | null, value: JsValue | null, attributes: Attribute[] | null): PropertyDescriptorCollection;
722
+ GetProperties(value: JsValue): PropertyDescriptorCollection | null;
723
+ GetProperties(context: ITypeDescriptorContext | null, value: JsValue): PropertyDescriptorCollection | null;
724
+ GetPropertiesSupported(context: ITypeDescriptorContext | null): boolean;
724
725
  GetPropertiesSupported(): boolean;
725
726
  }
726
727
 
@@ -735,22 +736,22 @@ export type RectangleConverter = RectangleConverter$instance;
735
736
  export interface SizeConverter$instance extends TypeConverter {
736
737
  readonly __tsonic_type_System_Drawing_SizeConverter: never;
737
738
 
738
- CanConvertFrom(context: ITypeDescriptorContext, sourceType: Type): boolean;
739
+ CanConvertFrom(context: ITypeDescriptorContext | null, sourceType: Type): boolean;
739
740
  CanConvertFrom(sourceType: Type): boolean;
740
- CanConvertTo(context: ITypeDescriptorContext, destinationType: Type): boolean;
741
- CanConvertTo(destinationType: Type): boolean;
742
- ConvertFrom(context: ITypeDescriptorContext, culture: CultureInfo, value: unknown): unknown | undefined;
743
- ConvertFrom(value: unknown): unknown | undefined;
744
- ConvertTo(context: ITypeDescriptorContext, culture: CultureInfo, value: unknown, destinationType: Type): unknown | undefined;
745
- ConvertTo(value: unknown, destinationType: Type): unknown | undefined;
746
- CreateInstance(context: ITypeDescriptorContext, propertyValues: IDictionary): unknown;
747
- CreateInstance(propertyValues: IDictionary): unknown | undefined;
748
- GetCreateInstanceSupported(context: ITypeDescriptorContext): boolean;
741
+ CanConvertTo(context: ITypeDescriptorContext | null, destinationType: Type | null): boolean;
742
+ CanConvertTo(destinationType: Type | null): boolean;
743
+ ConvertFrom(context: ITypeDescriptorContext | null, culture: CultureInfo | null, value: JsValue): JsValue | null;
744
+ ConvertFrom(value: JsValue): JsValue | null;
745
+ ConvertTo(context: ITypeDescriptorContext | null, culture: CultureInfo | null, value: JsValue | null, destinationType: Type): JsValue | null;
746
+ ConvertTo(value: JsValue | null, destinationType: Type): JsValue | null;
747
+ CreateInstance(context: ITypeDescriptorContext | null, propertyValues: IDictionary): JsValue;
748
+ CreateInstance(propertyValues: IDictionary): JsValue | null;
749
+ GetCreateInstanceSupported(context: ITypeDescriptorContext | null): boolean;
749
750
  GetCreateInstanceSupported(): boolean;
750
- GetProperties(context: ITypeDescriptorContext, value: unknown, attributes: Attribute[]): PropertyDescriptorCollection;
751
- GetProperties(value: unknown): PropertyDescriptorCollection | undefined;
752
- GetProperties(context: ITypeDescriptorContext, value: unknown): PropertyDescriptorCollection | undefined;
753
- GetPropertiesSupported(context: ITypeDescriptorContext): boolean;
751
+ GetProperties(context: ITypeDescriptorContext | null, value: JsValue, attributes: Attribute[] | null): PropertyDescriptorCollection;
752
+ GetProperties(value: JsValue): PropertyDescriptorCollection | null;
753
+ GetProperties(context: ITypeDescriptorContext | null, value: JsValue): PropertyDescriptorCollection | null;
754
+ GetPropertiesSupported(context: ITypeDescriptorContext | null): boolean;
754
755
  GetPropertiesSupported(): boolean;
755
756
  }
756
757
 
@@ -765,22 +766,22 @@ export type SizeConverter = SizeConverter$instance;
765
766
  export interface SizeFConverter$instance extends TypeConverter {
766
767
  readonly __tsonic_type_System_Drawing_SizeFConverter: never;
767
768
 
768
- CanConvertFrom(context: ITypeDescriptorContext, sourceType: Type): boolean;
769
+ CanConvertFrom(context: ITypeDescriptorContext | null, sourceType: Type): boolean;
769
770
  CanConvertFrom(sourceType: Type): boolean;
770
- CanConvertTo(context: ITypeDescriptorContext, destinationType: Type): boolean;
771
- CanConvertTo(destinationType: Type): boolean;
772
- ConvertFrom(context: ITypeDescriptorContext, culture: CultureInfo, value: unknown): unknown | undefined;
773
- ConvertFrom(value: unknown): unknown | undefined;
774
- ConvertTo(context: ITypeDescriptorContext, culture: CultureInfo, value: unknown, destinationType: Type): unknown | undefined;
775
- ConvertTo(value: unknown, destinationType: Type): unknown | undefined;
776
- CreateInstance(context: ITypeDescriptorContext, propertyValues: IDictionary): unknown;
777
- CreateInstance(propertyValues: IDictionary): unknown | undefined;
778
- GetCreateInstanceSupported(context: ITypeDescriptorContext): boolean;
771
+ CanConvertTo(context: ITypeDescriptorContext | null, destinationType: Type | null): boolean;
772
+ CanConvertTo(destinationType: Type | null): boolean;
773
+ ConvertFrom(context: ITypeDescriptorContext | null, culture: CultureInfo | null, value: JsValue): JsValue | null;
774
+ ConvertFrom(value: JsValue): JsValue | null;
775
+ ConvertTo(context: ITypeDescriptorContext | null, culture: CultureInfo | null, value: JsValue | null, destinationType: Type): JsValue | null;
776
+ ConvertTo(value: JsValue | null, destinationType: Type): JsValue | null;
777
+ CreateInstance(context: ITypeDescriptorContext | null, propertyValues: IDictionary): JsValue;
778
+ CreateInstance(propertyValues: IDictionary): JsValue | null;
779
+ GetCreateInstanceSupported(context: ITypeDescriptorContext | null): boolean;
779
780
  GetCreateInstanceSupported(): boolean;
780
- GetProperties(context: ITypeDescriptorContext, value: unknown, attributes: Attribute[]): PropertyDescriptorCollection;
781
- GetProperties(value: unknown): PropertyDescriptorCollection | undefined;
782
- GetProperties(context: ITypeDescriptorContext, value: unknown): PropertyDescriptorCollection | undefined;
783
- GetPropertiesSupported(context: ITypeDescriptorContext): boolean;
781
+ GetProperties(context: ITypeDescriptorContext | null, value: JsValue, attributes: Attribute[] | null): PropertyDescriptorCollection;
782
+ GetProperties(value: JsValue): PropertyDescriptorCollection | null;
783
+ GetProperties(context: ITypeDescriptorContext | null, value: JsValue): PropertyDescriptorCollection | null;
784
+ GetPropertiesSupported(context: ITypeDescriptorContext | null): boolean;
784
785
  GetPropertiesSupported(): boolean;
785
786
  }
786
787
 
@@ -2,11 +2,9 @@
2
2
  // Namespace: System.Dynamic
3
3
  // Assembly: System.Linq.Expressions
4
4
 
5
- // Primitive type aliases from @tsonic/core
6
- import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
5
+ // Core type aliases from @tsonic/core
6
+ import type { JsValue, fnptr, ptr, sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
7
7
 
8
- // Import support types from @tsonic/core
9
- import type { ptr } from "@tsonic/core/types.js";
10
8
 
11
9
  // Import types from other namespaces
12
10
  import * as System_Collections_Generic_Internal from "../../System.Collections.Generic/internal/index.js";
@@ -46,9 +44,9 @@ export interface BinaryOperationBinder$instance extends DynamicMetaObjectBinder
46
44
  readonly Operation: ExpressionType;
47
45
  readonly ReturnType: Type;
48
46
  Bind(target: DynamicMetaObject, args: DynamicMetaObject[]): DynamicMetaObject;
49
- Bind(args: unknown[], parameters: ReadOnlyCollection_1<ParameterExpression>, returnLabel: LabelTarget): Expression;
47
+ Bind(args: JsValue[], parameters: ReadOnlyCollection_1<ParameterExpression>, returnLabel: LabelTarget): Expression;
50
48
  FallbackBinaryOperation(target: DynamicMetaObject, arg: DynamicMetaObject): DynamicMetaObject;
51
- FallbackBinaryOperation(target: DynamicMetaObject, arg: DynamicMetaObject, errorSuggestion: DynamicMetaObject): DynamicMetaObject;
49
+ FallbackBinaryOperation(target: DynamicMetaObject, arg: DynamicMetaObject, errorSuggestion: DynamicMetaObject | null): DynamicMetaObject;
52
50
  }
53
51
 
54
52
 
@@ -68,9 +66,9 @@ export interface BindingRestrictions$instance {
68
66
 
69
67
  export const BindingRestrictions: {
70
68
  readonly Empty: BindingRestrictions;
71
- Combine(contributingObjects: IList_1<DynamicMetaObject>): BindingRestrictions;
69
+ Combine(contributingObjects: IList_1<DynamicMetaObject> | null): BindingRestrictions;
72
70
  GetExpressionRestriction(expression: Expression): BindingRestrictions;
73
- GetInstanceRestriction(expression: Expression, instance: unknown): BindingRestrictions;
71
+ GetInstanceRestriction(expression: Expression, instance: JsValue | null): BindingRestrictions;
74
72
  GetTypeRestriction(expression: Expression, type: Type): BindingRestrictions;
75
73
  };
76
74
 
@@ -82,7 +80,7 @@ export interface CallInfo$instance {
82
80
 
83
81
  readonly ArgumentCount: int;
84
82
  readonly ArgumentNames: ReadOnlyCollection_1<System_Internal.String>;
85
- Equals(obj: unknown): boolean;
83
+ Equals(obj: JsValue | null): boolean;
86
84
  GetHashCode(): int;
87
85
  }
88
86
 
@@ -101,10 +99,10 @@ export interface ConvertBinder$instance extends DynamicMetaObjectBinder {
101
99
  readonly Explicit: boolean;
102
100
  readonly ReturnType: Type;
103
101
  readonly Type: Type;
104
- Bind(target: DynamicMetaObject, args: DynamicMetaObject[]): DynamicMetaObject;
105
- Bind(args: unknown[], parameters: ReadOnlyCollection_1<ParameterExpression>, returnLabel: LabelTarget): Expression;
102
+ Bind(target: DynamicMetaObject, args: DynamicMetaObject[] | null): DynamicMetaObject;
103
+ Bind(args: JsValue[], parameters: ReadOnlyCollection_1<ParameterExpression>, returnLabel: LabelTarget): Expression;
106
104
  FallbackConvert(target: DynamicMetaObject): DynamicMetaObject;
107
- FallbackConvert(target: DynamicMetaObject, errorSuggestion: DynamicMetaObject): DynamicMetaObject;
105
+ FallbackConvert(target: DynamicMetaObject, errorSuggestion: DynamicMetaObject | null): DynamicMetaObject;
108
106
  }
109
107
 
110
108
 
@@ -120,9 +118,9 @@ export interface CreateInstanceBinder$instance extends DynamicMetaObjectBinder {
120
118
  readonly CallInfo: CallInfo;
121
119
  readonly ReturnType: Type;
122
120
  Bind(target: DynamicMetaObject, args: DynamicMetaObject[]): DynamicMetaObject;
123
- Bind(args: unknown[], parameters: ReadOnlyCollection_1<ParameterExpression>, returnLabel: LabelTarget): Expression;
121
+ Bind(args: JsValue[], parameters: ReadOnlyCollection_1<ParameterExpression>, returnLabel: LabelTarget): Expression;
124
122
  FallbackCreateInstance(target: DynamicMetaObject, args: DynamicMetaObject[]): DynamicMetaObject;
125
- FallbackCreateInstance(target: DynamicMetaObject, args: DynamicMetaObject[], errorSuggestion: DynamicMetaObject): DynamicMetaObject;
123
+ FallbackCreateInstance(target: DynamicMetaObject, args: DynamicMetaObject[], errorSuggestion: DynamicMetaObject | null): DynamicMetaObject;
126
124
  }
127
125
 
128
126
 
@@ -138,9 +136,9 @@ export interface DeleteIndexBinder$instance extends DynamicMetaObjectBinder {
138
136
  readonly CallInfo: CallInfo;
139
137
  readonly ReturnType: Type;
140
138
  Bind(target: DynamicMetaObject, args: DynamicMetaObject[]): DynamicMetaObject;
141
- Bind(args: unknown[], parameters: ReadOnlyCollection_1<ParameterExpression>, returnLabel: LabelTarget): Expression;
139
+ Bind(args: JsValue[], parameters: ReadOnlyCollection_1<ParameterExpression>, returnLabel: LabelTarget): Expression;
142
140
  FallbackDeleteIndex(target: DynamicMetaObject, indexes: DynamicMetaObject[]): DynamicMetaObject;
143
- FallbackDeleteIndex(target: DynamicMetaObject, indexes: DynamicMetaObject[], errorSuggestion: DynamicMetaObject): DynamicMetaObject;
141
+ FallbackDeleteIndex(target: DynamicMetaObject, indexes: DynamicMetaObject[], errorSuggestion: DynamicMetaObject | null): DynamicMetaObject;
144
142
  }
145
143
 
146
144
 
@@ -156,10 +154,10 @@ export interface DeleteMemberBinder$instance extends DynamicMetaObjectBinder {
156
154
  readonly IgnoreCase: boolean;
157
155
  readonly Name: string;
158
156
  readonly ReturnType: Type;
159
- Bind(target: DynamicMetaObject, args: DynamicMetaObject[]): DynamicMetaObject;
160
- Bind(args: unknown[], parameters: ReadOnlyCollection_1<ParameterExpression>, returnLabel: LabelTarget): Expression;
157
+ Bind(target: DynamicMetaObject, args: DynamicMetaObject[] | null): DynamicMetaObject;
158
+ Bind(args: JsValue[], parameters: ReadOnlyCollection_1<ParameterExpression>, returnLabel: LabelTarget): Expression;
161
159
  FallbackDeleteMember(target: DynamicMetaObject): DynamicMetaObject;
162
- FallbackDeleteMember(target: DynamicMetaObject, errorSuggestion: DynamicMetaObject): DynamicMetaObject;
160
+ FallbackDeleteMember(target: DynamicMetaObject, errorSuggestion: DynamicMetaObject | null): DynamicMetaObject;
163
161
  }
164
162
 
165
163
 
@@ -176,8 +174,8 @@ export interface DynamicMetaObject$instance {
176
174
  readonly HasValue: boolean;
177
175
  readonly LimitType: Type;
178
176
  readonly Restrictions: BindingRestrictions;
179
- readonly RuntimeType: Type | undefined;
180
- readonly Value: unknown | undefined;
177
+ readonly RuntimeType: Type | null;
178
+ readonly Value: JsValue | null;
181
179
  BindBinaryOperation(binder: BinaryOperationBinder, arg: DynamicMetaObject): DynamicMetaObject;
182
180
  BindConvert(binder: ConvertBinder): DynamicMetaObject;
183
181
  BindCreateInstance(binder: CreateInstanceBinder, args: DynamicMetaObject[]): DynamicMetaObject;
@@ -196,9 +194,9 @@ export interface DynamicMetaObject$instance {
196
194
 
197
195
  export const DynamicMetaObject: {
198
196
  new(expression: Expression, restrictions: BindingRestrictions): DynamicMetaObject;
199
- new(expression: Expression, restrictions: BindingRestrictions, value: unknown): DynamicMetaObject;
197
+ new(expression: Expression, restrictions: BindingRestrictions, value: JsValue): DynamicMetaObject;
200
198
  readonly EmptyMetaObjects: DynamicMetaObject[];
201
- Create(value: unknown, expression: Expression): DynamicMetaObject;
199
+ Create(value: JsValue, expression: Expression): DynamicMetaObject;
202
200
  };
203
201
 
204
202
 
@@ -208,9 +206,9 @@ export interface DynamicMetaObjectBinder$instance extends CallSiteBinder {
208
206
  readonly __tsonic_type_System_Dynamic_DynamicMetaObjectBinder: never;
209
207
 
210
208
  readonly ReturnType: Type;
211
- Bind(args: unknown[], parameters: ReadOnlyCollection_1<ParameterExpression>, returnLabel: LabelTarget): Expression;
209
+ Bind(args: JsValue[], parameters: ReadOnlyCollection_1<ParameterExpression>, returnLabel: LabelTarget): Expression;
212
210
  Bind(target: DynamicMetaObject, args: DynamicMetaObject[]): DynamicMetaObject;
213
- Defer(target: DynamicMetaObject, ...args: DynamicMetaObject[]): DynamicMetaObject;
211
+ Defer(target: DynamicMetaObject, ...args: DynamicMetaObject[] | null): DynamicMetaObject;
214
212
  Defer(...args: DynamicMetaObject[]): DynamicMetaObject;
215
213
  GetUpdateExpression(type: Type): Expression;
216
214
  }
@@ -229,18 +227,18 @@ export interface DynamicObject$instance extends IDynamicMetaObjectProvider$insta
229
227
 
230
228
  GetDynamicMemberNames(): IEnumerable_1<System_Internal.String>;
231
229
  GetMetaObject(parameter: Expression): DynamicMetaObject;
232
- TryBinaryOperation(binder: BinaryOperationBinder, arg: unknown, result: unknown): boolean;
233
- TryConvert(binder: ConvertBinder, result: unknown): boolean;
234
- TryCreateInstance(binder: CreateInstanceBinder, args: unknown[], result: unknown): boolean;
235
- TryDeleteIndex(binder: DeleteIndexBinder, indexes: unknown[]): boolean;
230
+ TryBinaryOperation(binder: BinaryOperationBinder, arg: JsValue, result: JsValue | null): boolean;
231
+ TryConvert(binder: ConvertBinder, result: JsValue | null): boolean;
232
+ TryCreateInstance(binder: CreateInstanceBinder, args: (JsValue | null)[] | null, result: JsValue | null): boolean;
233
+ TryDeleteIndex(binder: DeleteIndexBinder, indexes: JsValue[]): boolean;
236
234
  TryDeleteMember(binder: DeleteMemberBinder): boolean;
237
- TryGetIndex(binder: GetIndexBinder, indexes: unknown[], result: unknown): boolean;
238
- TryGetMember(binder: GetMemberBinder, result: unknown): boolean;
239
- TryInvoke(binder: InvokeBinder, args: unknown[], result: unknown): boolean;
240
- TryInvokeMember(binder: InvokeMemberBinder, args: unknown[], result: unknown): boolean;
241
- TrySetIndex(binder: SetIndexBinder, indexes: unknown[], value: unknown): boolean;
242
- TrySetMember(binder: SetMemberBinder, value: unknown): boolean;
243
- TryUnaryOperation(binder: UnaryOperationBinder, result: unknown): boolean;
235
+ TryGetIndex(binder: GetIndexBinder, indexes: JsValue[], result: JsValue | null): boolean;
236
+ TryGetMember(binder: GetMemberBinder, result: JsValue | null): boolean;
237
+ TryInvoke(binder: InvokeBinder, args: (JsValue | null)[] | null, result: JsValue | null): boolean;
238
+ TryInvokeMember(binder: InvokeMemberBinder, args: (JsValue | null)[] | null, result: JsValue | null): boolean;
239
+ TrySetIndex(binder: SetIndexBinder, indexes: JsValue[], value: JsValue | null): boolean;
240
+ TrySetMember(binder: SetMemberBinder, value: JsValue | null): boolean;
241
+ TryUnaryOperation(binder: UnaryOperationBinder, result: JsValue | null): boolean;
244
242
  }
245
243
 
246
244
 
@@ -255,7 +253,7 @@ export interface __DynamicObject$views {
255
253
  export type DynamicObject = DynamicObject$instance & __DynamicObject$views;
256
254
 
257
255
 
258
- export interface ExpandoObject$instance extends INotifyPropertyChanged, System_Collections_Generic_Internal.IDictionary_2$instance<System_Internal.String, unknown>, System_ComponentModel_Internal.INotifyPropertyChanged$instance, IDynamicMetaObjectProvider$instance {
256
+ export interface ExpandoObject$instance extends INotifyPropertyChanged, System_Collections_Generic_Internal.IDictionary_2$instance<System_Internal.String, JsValue>, System_ComponentModel_Internal.INotifyPropertyChanged$instance, IDynamicMetaObjectProvider$instance {
259
257
  readonly __tsonic_type_System_Dynamic_ExpandoObject: never;
260
258
 
261
259
  readonly __tsonic_iface_System_Collections_Generic_ICollection_1: never;
@@ -275,9 +273,9 @@ export const ExpandoObject: {
275
273
 
276
274
  export interface __ExpandoObject$views {
277
275
  As_IDynamicMetaObjectProvider(): IDynamicMetaObjectProvider$instance;
278
- As_ICollection_1(): System_Collections_Generic_Internal.ICollection_1$instance<KeyValuePair_2<System_Internal.String, unknown>>;
279
- As_IDictionary_2(): System_Collections_Generic_Internal.IDictionary_2$instance<System_Internal.String, unknown>;
280
- As_IEnumerable_1(): System_Collections_Generic_Internal.IEnumerable_1$instance<KeyValuePair_2<System_Internal.String, unknown>>;
276
+ As_ICollection_1(): System_Collections_Generic_Internal.ICollection_1$instance<KeyValuePair_2<System_Internal.String, JsValue>>;
277
+ As_IDictionary_2(): System_Collections_Generic_Internal.IDictionary_2$instance<System_Internal.String, JsValue>;
278
+ As_IEnumerable_1(): System_Collections_Generic_Internal.IEnumerable_1$instance<KeyValuePair_2<System_Internal.String, JsValue>>;
281
279
  As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
282
280
  }
283
281
 
@@ -290,9 +288,9 @@ export interface GetIndexBinder$instance extends DynamicMetaObjectBinder {
290
288
  readonly CallInfo: CallInfo;
291
289
  readonly ReturnType: Type;
292
290
  Bind(target: DynamicMetaObject, args: DynamicMetaObject[]): DynamicMetaObject;
293
- Bind(args: unknown[], parameters: ReadOnlyCollection_1<ParameterExpression>, returnLabel: LabelTarget): Expression;
291
+ Bind(args: JsValue[], parameters: ReadOnlyCollection_1<ParameterExpression>, returnLabel: LabelTarget): Expression;
294
292
  FallbackGetIndex(target: DynamicMetaObject, indexes: DynamicMetaObject[]): DynamicMetaObject;
295
- FallbackGetIndex(target: DynamicMetaObject, indexes: DynamicMetaObject[], errorSuggestion: DynamicMetaObject): DynamicMetaObject;
293
+ FallbackGetIndex(target: DynamicMetaObject, indexes: DynamicMetaObject[], errorSuggestion: DynamicMetaObject | null): DynamicMetaObject;
296
294
  }
297
295
 
298
296
 
@@ -308,10 +306,10 @@ export interface GetMemberBinder$instance extends DynamicMetaObjectBinder {
308
306
  readonly IgnoreCase: boolean;
309
307
  readonly Name: string;
310
308
  readonly ReturnType: Type;
311
- Bind(target: DynamicMetaObject, args: DynamicMetaObject[]): DynamicMetaObject;
312
- Bind(args: unknown[], parameters: ReadOnlyCollection_1<ParameterExpression>, returnLabel: LabelTarget): Expression;
309
+ Bind(target: DynamicMetaObject, args: DynamicMetaObject[] | null): DynamicMetaObject;
310
+ Bind(args: JsValue[], parameters: ReadOnlyCollection_1<ParameterExpression>, returnLabel: LabelTarget): Expression;
313
311
  FallbackGetMember(target: DynamicMetaObject): DynamicMetaObject;
314
- FallbackGetMember(target: DynamicMetaObject, errorSuggestion: DynamicMetaObject): DynamicMetaObject;
312
+ FallbackGetMember(target: DynamicMetaObject, errorSuggestion: DynamicMetaObject | null): DynamicMetaObject;
315
313
  }
316
314
 
317
315
 
@@ -327,9 +325,9 @@ export interface InvokeBinder$instance extends DynamicMetaObjectBinder {
327
325
  readonly CallInfo: CallInfo;
328
326
  readonly ReturnType: Type;
329
327
  Bind(target: DynamicMetaObject, args: DynamicMetaObject[]): DynamicMetaObject;
330
- Bind(args: unknown[], parameters: ReadOnlyCollection_1<ParameterExpression>, returnLabel: LabelTarget): Expression;
328
+ Bind(args: JsValue[], parameters: ReadOnlyCollection_1<ParameterExpression>, returnLabel: LabelTarget): Expression;
331
329
  FallbackInvoke(target: DynamicMetaObject, args: DynamicMetaObject[]): DynamicMetaObject;
332
- FallbackInvoke(target: DynamicMetaObject, args: DynamicMetaObject[], errorSuggestion: DynamicMetaObject): DynamicMetaObject;
330
+ FallbackInvoke(target: DynamicMetaObject, args: DynamicMetaObject[], errorSuggestion: DynamicMetaObject | null): DynamicMetaObject;
333
331
  }
334
332
 
335
333
 
@@ -347,10 +345,10 @@ export interface InvokeMemberBinder$instance extends DynamicMetaObjectBinder {
347
345
  readonly Name: string;
348
346
  readonly ReturnType: Type;
349
347
  Bind(target: DynamicMetaObject, args: DynamicMetaObject[]): DynamicMetaObject;
350
- Bind(args: unknown[], parameters: ReadOnlyCollection_1<ParameterExpression>, returnLabel: LabelTarget): Expression;
351
- FallbackInvoke(target: DynamicMetaObject, args: DynamicMetaObject[], errorSuggestion: DynamicMetaObject): DynamicMetaObject;
348
+ Bind(args: JsValue[], parameters: ReadOnlyCollection_1<ParameterExpression>, returnLabel: LabelTarget): Expression;
349
+ FallbackInvoke(target: DynamicMetaObject, args: DynamicMetaObject[], errorSuggestion: DynamicMetaObject | null): DynamicMetaObject;
352
350
  FallbackInvokeMember(target: DynamicMetaObject, args: DynamicMetaObject[]): DynamicMetaObject;
353
- FallbackInvokeMember(target: DynamicMetaObject, args: DynamicMetaObject[], errorSuggestion: DynamicMetaObject): DynamicMetaObject;
351
+ FallbackInvokeMember(target: DynamicMetaObject, args: DynamicMetaObject[], errorSuggestion: DynamicMetaObject | null): DynamicMetaObject;
354
352
  }
355
353
 
356
354
 
@@ -366,9 +364,9 @@ export interface SetIndexBinder$instance extends DynamicMetaObjectBinder {
366
364
  readonly CallInfo: CallInfo;
367
365
  readonly ReturnType: Type;
368
366
  Bind(target: DynamicMetaObject, args: DynamicMetaObject[]): DynamicMetaObject;
369
- Bind(args: unknown[], parameters: ReadOnlyCollection_1<ParameterExpression>, returnLabel: LabelTarget): Expression;
367
+ Bind(args: JsValue[], parameters: ReadOnlyCollection_1<ParameterExpression>, returnLabel: LabelTarget): Expression;
370
368
  FallbackSetIndex(target: DynamicMetaObject, indexes: DynamicMetaObject[], value: DynamicMetaObject): DynamicMetaObject;
371
- FallbackSetIndex(target: DynamicMetaObject, indexes: DynamicMetaObject[], value: DynamicMetaObject, errorSuggestion: DynamicMetaObject): DynamicMetaObject;
369
+ FallbackSetIndex(target: DynamicMetaObject, indexes: DynamicMetaObject[], value: DynamicMetaObject, errorSuggestion: DynamicMetaObject | null): DynamicMetaObject;
372
370
  }
373
371
 
374
372
 
@@ -385,9 +383,9 @@ export interface SetMemberBinder$instance extends DynamicMetaObjectBinder {
385
383
  readonly Name: string;
386
384
  readonly ReturnType: Type;
387
385
  Bind(target: DynamicMetaObject, args: DynamicMetaObject[]): DynamicMetaObject;
388
- Bind(args: unknown[], parameters: ReadOnlyCollection_1<ParameterExpression>, returnLabel: LabelTarget): Expression;
386
+ Bind(args: JsValue[], parameters: ReadOnlyCollection_1<ParameterExpression>, returnLabel: LabelTarget): Expression;
389
387
  FallbackSetMember(target: DynamicMetaObject, value: DynamicMetaObject): DynamicMetaObject;
390
- FallbackSetMember(target: DynamicMetaObject, value: DynamicMetaObject, errorSuggestion: DynamicMetaObject): DynamicMetaObject;
388
+ FallbackSetMember(target: DynamicMetaObject, value: DynamicMetaObject, errorSuggestion: DynamicMetaObject | null): DynamicMetaObject;
391
389
  }
392
390
 
393
391
 
@@ -402,10 +400,10 @@ export interface UnaryOperationBinder$instance extends DynamicMetaObjectBinder {
402
400
 
403
401
  readonly Operation: ExpressionType;
404
402
  readonly ReturnType: Type;
405
- Bind(target: DynamicMetaObject, args: DynamicMetaObject[]): DynamicMetaObject;
406
- Bind(args: unknown[], parameters: ReadOnlyCollection_1<ParameterExpression>, returnLabel: LabelTarget): Expression;
403
+ Bind(target: DynamicMetaObject, args: DynamicMetaObject[] | null): DynamicMetaObject;
404
+ Bind(args: JsValue[], parameters: ReadOnlyCollection_1<ParameterExpression>, returnLabel: LabelTarget): Expression;
407
405
  FallbackUnaryOperation(target: DynamicMetaObject): DynamicMetaObject;
408
- FallbackUnaryOperation(target: DynamicMetaObject, errorSuggestion: DynamicMetaObject): DynamicMetaObject;
406
+ FallbackUnaryOperation(target: DynamicMetaObject, errorSuggestion: DynamicMetaObject | null): DynamicMetaObject;
409
407
  }
410
408
 
411
409