@tsonic/dotnet 10.0.40 → 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
@@ -54,8 +54,9 @@ import * as System_Xml_Linq from "../../System.Xml.Linq/internal/index.js";
54
54
  import * as System_Xml_Schema from "../../System.Xml.Schema/internal/index.js";
55
55
  import * as System_Xml_XPath from "../../System.Xml.XPath/internal/index.js";
56
56
 
57
- // Import primitive type aliases
58
- import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
57
+ // Core type aliases from @tsonic/core
58
+ 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';
59
+
59
60
 
60
61
  // Import sticky extension scope helper
61
62
  import type { Rewrap } from '@tsonic/core/lang.js';
@@ -63,9 +64,6 @@ import type { Rewrap } from '@tsonic/core/lang.js';
63
64
  // Import CLR type aliases for generic type arguments
64
65
  import * as System_Internal from "../../System/internal/index.js";
65
66
 
66
- // Import unsafe type markers
67
- import type { ptr } from '@tsonic/core/types.js';
68
-
69
67
  // Internal helper types for sticky extension scopes
70
68
  type __TsonicExtMapOf<T> = T extends { __tsonic_ext?: infer M } ? M : {};
71
69
  type __TsonicMergeExtMaps<A, B> = A & B;
@@ -76,21 +74,21 @@ interface __TsonicExtMethods_System {
76
74
  AsMemory<T>(this: System.ArraySegment_1<T>): Rewrap<this, System.Memory_1<T>>;
77
75
  AsMemory<T>(this: System.ArraySegment_1<T>, start: int): Rewrap<this, System.Memory_1<T>>;
78
76
  AsMemory<T>(this: System.ArraySegment_1<T>, start: int, length: int): Rewrap<this, System.Memory_1<T>>;
79
- AsMemory(this: string): Rewrap<this, System.ReadOnlyMemory_1<System_Internal.Char>>;
80
- AsMemory(this: string, start: int): Rewrap<this, System.ReadOnlyMemory_1<System_Internal.Char>>;
81
- AsMemory(this: string, startIndex: System.Index): Rewrap<this, System.ReadOnlyMemory_1<System_Internal.Char>>;
82
- AsMemory(this: string, start: int, length: int): Rewrap<this, System.ReadOnlyMemory_1<System_Internal.Char>>;
83
- AsMemory(this: string, range: System.Range): Rewrap<this, System.ReadOnlyMemory_1<System_Internal.Char>>;
77
+ AsMemory(this: string | null): Rewrap<this, System.ReadOnlyMemory_1<System_Internal.Char>>;
78
+ AsMemory(this: string | null, start: int): Rewrap<this, System.ReadOnlyMemory_1<System_Internal.Char>>;
79
+ AsMemory(this: string | null, startIndex: System.Index): Rewrap<this, System.ReadOnlyMemory_1<System_Internal.Char>>;
80
+ AsMemory(this: string | null, start: int, length: int): Rewrap<this, System.ReadOnlyMemory_1<System_Internal.Char>>;
81
+ AsMemory(this: string | null, range: System.Range): Rewrap<this, System.ReadOnlyMemory_1<System_Internal.Char>>;
84
82
  AsSpan<T>(this: System.ArraySegment_1<T>): Rewrap<this, System.Span_1<T>>;
85
83
  AsSpan<T>(this: System.ArraySegment_1<T>, start: int): Rewrap<this, System.Span_1<T>>;
86
84
  AsSpan<T>(this: System.ArraySegment_1<T>, startIndex: System.Index): Rewrap<this, System.Span_1<T>>;
87
85
  AsSpan<T>(this: System.ArraySegment_1<T>, start: int, length: int): Rewrap<this, System.Span_1<T>>;
88
86
  AsSpan<T>(this: System.ArraySegment_1<T>, range: System.Range): Rewrap<this, System.Span_1<T>>;
89
- AsSpan(this: string): Rewrap<this, System.ReadOnlySpan_1<System_Internal.Char>>;
90
- AsSpan(this: string, start: int): Rewrap<this, System.ReadOnlySpan_1<System_Internal.Char>>;
91
- AsSpan(this: string, startIndex: System.Index): Rewrap<this, System.ReadOnlySpan_1<System_Internal.Char>>;
92
- AsSpan(this: string, range: System.Range): Rewrap<this, System.ReadOnlySpan_1<System_Internal.Char>>;
93
- AsSpan(this: string, start: int, length: int): Rewrap<this, System.ReadOnlySpan_1<System_Internal.Char>>;
87
+ AsSpan(this: string | null): Rewrap<this, System.ReadOnlySpan_1<System_Internal.Char>>;
88
+ AsSpan(this: string | null, start: int): Rewrap<this, System.ReadOnlySpan_1<System_Internal.Char>>;
89
+ AsSpan(this: string | null, startIndex: System.Index): Rewrap<this, System.ReadOnlySpan_1<System_Internal.Char>>;
90
+ AsSpan(this: string | null, range: System.Range): Rewrap<this, System.ReadOnlySpan_1<System_Internal.Char>>;
91
+ AsSpan(this: string | null, start: int, length: int): Rewrap<this, System.ReadOnlySpan_1<System_Internal.Char>>;
94
92
  BinarySearch<T>(this: System.ReadOnlySpan_1<T>, comparable: System.IComparable_1<T>): Rewrap<this, int>;
95
93
  BinarySearch<T, TComparable extends System.IComparable_1<T>>(this: System.ReadOnlySpan_1<T>, comparable: TComparable): Rewrap<this, int>;
96
94
  BinarySearch<T, TComparer extends System_Collections_Generic.IComparer_1<T>>(this: System.ReadOnlySpan_1<T>, value: T, comparer: TComparer): Rewrap<this, int>;
@@ -98,20 +96,20 @@ interface __TsonicExtMethods_System {
98
96
  BinarySearch<T, TComparable extends System.IComparable_1<T>>(this: System.Span_1<T>, comparable: TComparable): Rewrap<this, int>;
99
97
  BinarySearch<T, TComparer extends System_Collections_Generic.IComparer_1<T>>(this: System.Span_1<T>, value: T, comparer: TComparer): Rewrap<this, int>;
100
98
  CommonPrefixLength<T>(this: System.ReadOnlySpan_1<T>, other: System.ReadOnlySpan_1<T>): Rewrap<this, int>;
101
- CommonPrefixLength<T>(this: System.ReadOnlySpan_1<T>, other: System.ReadOnlySpan_1<T>, comparer: System_Collections_Generic.IEqualityComparer_1<T>): Rewrap<this, int>;
99
+ CommonPrefixLength<T>(this: System.ReadOnlySpan_1<T>, other: System.ReadOnlySpan_1<T>, comparer: System_Collections_Generic.IEqualityComparer_1<T> | null): Rewrap<this, int>;
102
100
  CommonPrefixLength<T>(this: System.Span_1<T>, other: System.ReadOnlySpan_1<T>): Rewrap<this, int>;
103
- CommonPrefixLength<T>(this: System.Span_1<T>, other: System.ReadOnlySpan_1<T>, comparer: System_Collections_Generic.IEqualityComparer_1<T>): Rewrap<this, int>;
101
+ CommonPrefixLength<T>(this: System.Span_1<T>, other: System.ReadOnlySpan_1<T>, comparer: System_Collections_Generic.IEqualityComparer_1<T> | null): Rewrap<this, int>;
104
102
  CompareTo(this: System.ReadOnlySpan_1<System_Internal.Char>, other: System.ReadOnlySpan_1<System_Internal.Char>, comparisonType: System.StringComparison): Rewrap<this, int>;
105
103
  Contains<T extends System.IEquatable_1<T>>(this: System.ReadOnlySpan_1<T>, value: T): Rewrap<this, boolean>;
106
- Contains<T>(this: System.ReadOnlySpan_1<T>, value: T, comparer?: System_Collections_Generic.IEqualityComparer_1<T>): Rewrap<this, boolean>;
104
+ Contains<T>(this: System.ReadOnlySpan_1<T>, value: T, comparer?: System_Collections_Generic.IEqualityComparer_1<T> | null): Rewrap<this, boolean>;
107
105
  Contains(this: System.ReadOnlySpan_1<System_Internal.Char>, value: System.ReadOnlySpan_1<System_Internal.Char>, comparisonType: System.StringComparison): Rewrap<this, boolean>;
108
106
  Contains<T extends System.IEquatable_1<T>>(this: System.Span_1<T>, value: T): Rewrap<this, boolean>;
109
107
  ContainsAny<T extends System.IEquatable_1<T>>(this: System.ReadOnlySpan_1<T>, value0: T, value1: T): Rewrap<this, boolean>;
110
- ContainsAny<T>(this: System.ReadOnlySpan_1<T>, value0: T, value1: T, comparer?: System_Collections_Generic.IEqualityComparer_1<T>): Rewrap<this, boolean>;
108
+ ContainsAny<T>(this: System.ReadOnlySpan_1<T>, value0: T, value1: T, comparer?: System_Collections_Generic.IEqualityComparer_1<T> | null): Rewrap<this, boolean>;
111
109
  ContainsAny<T extends System.IEquatable_1<T>>(this: System.ReadOnlySpan_1<T>, value0: T, value1: T, value2: T): Rewrap<this, boolean>;
112
- ContainsAny<T>(this: System.ReadOnlySpan_1<T>, value0: T, value1: T, value2: T, comparer?: System_Collections_Generic.IEqualityComparer_1<T>): Rewrap<this, boolean>;
110
+ ContainsAny<T>(this: System.ReadOnlySpan_1<T>, value0: T, value1: T, value2: T, comparer?: System_Collections_Generic.IEqualityComparer_1<T> | null): Rewrap<this, boolean>;
113
111
  ContainsAny<T extends System.IEquatable_1<T>>(this: System.ReadOnlySpan_1<T>, values: System.ReadOnlySpan_1<T>): Rewrap<this, boolean>;
114
- ContainsAny<T>(this: System.ReadOnlySpan_1<T>, values: System.ReadOnlySpan_1<T>, comparer?: System_Collections_Generic.IEqualityComparer_1<T>): Rewrap<this, boolean>;
112
+ ContainsAny<T>(this: System.ReadOnlySpan_1<T>, values: System.ReadOnlySpan_1<T>, comparer?: System_Collections_Generic.IEqualityComparer_1<T> | null): Rewrap<this, boolean>;
115
113
  ContainsAny<T extends System.IEquatable_1<T>>(this: System.ReadOnlySpan_1<T>, values: System_Buffers.SearchValues_1<T>): Rewrap<this, boolean>;
116
114
  ContainsAny(this: System.ReadOnlySpan_1<System_Internal.Char>, values: System_Buffers.SearchValues_1<System_Internal.String>): Rewrap<this, boolean>;
117
115
  ContainsAny<T extends System.IEquatable_1<T>>(this: System.Span_1<T>, value0: T, value1: T): Rewrap<this, boolean>;
@@ -120,13 +118,13 @@ interface __TsonicExtMethods_System {
120
118
  ContainsAny<T extends System.IEquatable_1<T>>(this: System.Span_1<T>, values: System_Buffers.SearchValues_1<T>): Rewrap<this, boolean>;
121
119
  ContainsAny(this: System.Span_1<System_Internal.Char>, values: System_Buffers.SearchValues_1<System_Internal.String>): Rewrap<this, boolean>;
122
120
  ContainsAnyExcept<T extends System.IEquatable_1<T>>(this: System.ReadOnlySpan_1<T>, value: T): Rewrap<this, boolean>;
123
- ContainsAnyExcept<T>(this: System.ReadOnlySpan_1<T>, value: T, comparer?: System_Collections_Generic.IEqualityComparer_1<T>): Rewrap<this, boolean>;
121
+ ContainsAnyExcept<T>(this: System.ReadOnlySpan_1<T>, value: T, comparer?: System_Collections_Generic.IEqualityComparer_1<T> | null): Rewrap<this, boolean>;
124
122
  ContainsAnyExcept<T extends System.IEquatable_1<T>>(this: System.ReadOnlySpan_1<T>, value0: T, value1: T): Rewrap<this, boolean>;
125
- ContainsAnyExcept<T>(this: System.ReadOnlySpan_1<T>, value0: T, value1: T, comparer?: System_Collections_Generic.IEqualityComparer_1<T>): Rewrap<this, boolean>;
123
+ ContainsAnyExcept<T>(this: System.ReadOnlySpan_1<T>, value0: T, value1: T, comparer?: System_Collections_Generic.IEqualityComparer_1<T> | null): Rewrap<this, boolean>;
126
124
  ContainsAnyExcept<T extends System.IEquatable_1<T>>(this: System.ReadOnlySpan_1<T>, value0: T, value1: T, value2: T): Rewrap<this, boolean>;
127
- ContainsAnyExcept<T>(this: System.ReadOnlySpan_1<T>, value0: T, value1: T, value2: T, comparer?: System_Collections_Generic.IEqualityComparer_1<T>): Rewrap<this, boolean>;
125
+ ContainsAnyExcept<T>(this: System.ReadOnlySpan_1<T>, value0: T, value1: T, value2: T, comparer?: System_Collections_Generic.IEqualityComparer_1<T> | null): Rewrap<this, boolean>;
128
126
  ContainsAnyExcept<T extends System.IEquatable_1<T>>(this: System.ReadOnlySpan_1<T>, values: System.ReadOnlySpan_1<T>): Rewrap<this, boolean>;
129
- ContainsAnyExcept<T>(this: System.ReadOnlySpan_1<T>, values: System.ReadOnlySpan_1<T>, comparer?: System_Collections_Generic.IEqualityComparer_1<T>): Rewrap<this, boolean>;
127
+ ContainsAnyExcept<T>(this: System.ReadOnlySpan_1<T>, values: System.ReadOnlySpan_1<T>, comparer?: System_Collections_Generic.IEqualityComparer_1<T> | null): Rewrap<this, boolean>;
130
128
  ContainsAnyExcept<T extends System.IEquatable_1<T>>(this: System.ReadOnlySpan_1<T>, values: System_Buffers.SearchValues_1<T>): Rewrap<this, boolean>;
131
129
  ContainsAnyExcept<T extends System.IEquatable_1<T>>(this: System.Span_1<T>, value: T): Rewrap<this, boolean>;
132
130
  ContainsAnyExcept<T extends System.IEquatable_1<T>>(this: System.Span_1<T>, value0: T, value1: T): Rewrap<this, boolean>;
@@ -138,14 +136,14 @@ interface __TsonicExtMethods_System {
138
136
  ContainsAnyInRange<T extends System.IComparable_1<T>>(this: System.ReadOnlySpan_1<T>, lowInclusive: T, highInclusive: T): Rewrap<this, boolean>;
139
137
  ContainsAnyInRange<T extends System.IComparable_1<T>>(this: System.Span_1<T>, lowInclusive: T, highInclusive: T): Rewrap<this, boolean>;
140
138
  Count<T extends System.IEquatable_1<T>>(this: System.ReadOnlySpan_1<T>, value: T): Rewrap<this, int>;
141
- Count<T>(this: System.ReadOnlySpan_1<T>, value: T, comparer?: System_Collections_Generic.IEqualityComparer_1<T>): Rewrap<this, int>;
139
+ Count<T>(this: System.ReadOnlySpan_1<T>, value: T, comparer?: System_Collections_Generic.IEqualityComparer_1<T> | null): Rewrap<this, int>;
142
140
  Count<T extends System.IEquatable_1<T>>(this: System.ReadOnlySpan_1<T>, value: System.ReadOnlySpan_1<T>): Rewrap<this, int>;
143
- Count<T>(this: System.ReadOnlySpan_1<T>, value: System.ReadOnlySpan_1<T>, comparer?: System_Collections_Generic.IEqualityComparer_1<T>): Rewrap<this, int>;
141
+ Count<T>(this: System.ReadOnlySpan_1<T>, value: System.ReadOnlySpan_1<T>, comparer?: System_Collections_Generic.IEqualityComparer_1<T> | null): Rewrap<this, int>;
144
142
  Count<T extends System.IEquatable_1<T>>(this: System.Span_1<T>, value: T): Rewrap<this, int>;
145
143
  Count<T extends System.IEquatable_1<T>>(this: System.Span_1<T>, value: System.ReadOnlySpan_1<T>): Rewrap<this, int>;
146
144
  CountAny<T extends System.IEquatable_1<T>>(this: System.ReadOnlySpan_1<T>, values: System_Buffers.SearchValues_1<T>): Rewrap<this, int>;
147
145
  CountAny<T extends System.IEquatable_1<T>>(this: System.ReadOnlySpan_1<T>, values: System.ReadOnlySpan_1<T>): Rewrap<this, int>;
148
- CountAny<T>(this: System.ReadOnlySpan_1<T>, values: System.ReadOnlySpan_1<T>, comparer?: System_Collections_Generic.IEqualityComparer_1<T>): Rewrap<this, int>;
146
+ CountAny<T>(this: System.ReadOnlySpan_1<T>, values: System.ReadOnlySpan_1<T>, comparer?: System_Collections_Generic.IEqualityComparer_1<T> | null): Rewrap<this, int>;
149
147
  Deconstruct<T1>(this: System.Tuple_1<T1>, item1: T1): Rewrap<this, void>;
150
148
  Deconstruct<T1, T2>(this: System.Tuple_2<T1, T2>, item1: T1, item2: T2): Rewrap<this, void>;
151
149
  Deconstruct<T1, T2, T3>(this: System.Tuple_3<T1, T2, T3>, item1: T1, item2: T2, item3: T3): Rewrap<this, void>;
@@ -168,9 +166,9 @@ interface __TsonicExtMethods_System {
168
166
  Deconstruct<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20>(this: System.Tuple_8<T1, T2, T3, T4, T5, T6, T7, System.Tuple_8<T8, T9, T10, T11, T12, T13, T14, System.Tuple_6<T15, T16, T17, T18, T19, T20>>>, item1: T1, item2: T2, item3: T3, item4: T4, item5: T5, item6: T6, item7: T7, item8: T8, item9: T9, item10: T10, item11: T11, item12: T12, item13: T13, item14: T14, item15: T15, item16: T16, item17: T17, item18: T18, item19: T19, item20: T20): Rewrap<this, void>;
169
167
  Deconstruct<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21>(this: System.Tuple_8<T1, T2, T3, T4, T5, T6, T7, System.Tuple_8<T8, T9, T10, T11, T12, T13, T14, System.Tuple_7<T15, T16, T17, T18, T19, T20, T21>>>, item1: T1, item2: T2, item3: T3, item4: T4, item5: T5, item6: T6, item7: T7, item8: T8, item9: T9, item10: T10, item11: T11, item12: T12, item13: T13, item14: T14, item15: T15, item16: T16, item17: T17, item18: T18, item19: T19, item20: T20, item21: T21): Rewrap<this, void>;
170
168
  EndsWith<T extends System.IEquatable_1<T>>(this: System.ReadOnlySpan_1<T>, value: System.ReadOnlySpan_1<T>): Rewrap<this, boolean>;
171
- EndsWith<T>(this: System.ReadOnlySpan_1<T>, value: System.ReadOnlySpan_1<T>, comparer?: System_Collections_Generic.IEqualityComparer_1<T>): Rewrap<this, boolean>;
169
+ EndsWith<T>(this: System.ReadOnlySpan_1<T>, value: System.ReadOnlySpan_1<T>, comparer?: System_Collections_Generic.IEqualityComparer_1<T> | null): Rewrap<this, boolean>;
172
170
  EndsWith<T extends System.IEquatable_1<T>>(this: System.ReadOnlySpan_1<T>, value: T): Rewrap<this, boolean>;
173
- EndsWith<T>(this: System.ReadOnlySpan_1<T>, value: T, comparer?: System_Collections_Generic.IEqualityComparer_1<T>): Rewrap<this, boolean>;
171
+ EndsWith<T>(this: System.ReadOnlySpan_1<T>, value: T, comparer?: System_Collections_Generic.IEqualityComparer_1<T> | null): Rewrap<this, boolean>;
174
172
  EndsWith(this: System.ReadOnlySpan_1<System_Internal.Char>, value: System.ReadOnlySpan_1<System_Internal.Char>, comparisonType: System.StringComparison): Rewrap<this, boolean>;
175
173
  EndsWith<T extends System.IEquatable_1<T>>(this: System.Span_1<T>, value: System.ReadOnlySpan_1<T>): Rewrap<this, boolean>;
176
174
  EnumerateLines(this: System.ReadOnlySpan_1<System_Internal.Char>): Rewrap<this, System_Text.SpanLineEnumerator>;
@@ -180,18 +178,18 @@ interface __TsonicExtMethods_System {
180
178
  Equals(this: System.ReadOnlySpan_1<System_Internal.Char>, other: System.ReadOnlySpan_1<System_Internal.Char>, comparisonType: System.StringComparison): Rewrap<this, boolean>;
181
179
  GetNormalizedLength(this: System.ReadOnlySpan_1<System_Internal.Char>, normalizationForm?: System_Text.NormalizationForm): Rewrap<this, int>;
182
180
  IndexOf<T extends System.IEquatable_1<T>>(this: System.ReadOnlySpan_1<T>, value: T): Rewrap<this, int>;
183
- IndexOf<T>(this: System.ReadOnlySpan_1<T>, value: T, comparer?: System_Collections_Generic.IEqualityComparer_1<T>): Rewrap<this, int>;
181
+ IndexOf<T>(this: System.ReadOnlySpan_1<T>, value: T, comparer?: System_Collections_Generic.IEqualityComparer_1<T> | null): Rewrap<this, int>;
184
182
  IndexOf<T extends System.IEquatable_1<T>>(this: System.ReadOnlySpan_1<T>, value: System.ReadOnlySpan_1<T>): Rewrap<this, int>;
185
- IndexOf<T>(this: System.ReadOnlySpan_1<T>, value: System.ReadOnlySpan_1<T>, comparer?: System_Collections_Generic.IEqualityComparer_1<T>): Rewrap<this, int>;
183
+ IndexOf<T>(this: System.ReadOnlySpan_1<T>, value: System.ReadOnlySpan_1<T>, comparer?: System_Collections_Generic.IEqualityComparer_1<T> | null): Rewrap<this, int>;
186
184
  IndexOf(this: System.ReadOnlySpan_1<System_Internal.Char>, value: System.ReadOnlySpan_1<System_Internal.Char>, comparisonType: System.StringComparison): Rewrap<this, int>;
187
185
  IndexOf<T extends System.IEquatable_1<T>>(this: System.Span_1<T>, value: T): Rewrap<this, int>;
188
186
  IndexOf<T extends System.IEquatable_1<T>>(this: System.Span_1<T>, value: System.ReadOnlySpan_1<T>): Rewrap<this, int>;
189
187
  IndexOfAny<T extends System.IEquatable_1<T>>(this: System.ReadOnlySpan_1<T>, value0: T, value1: T): Rewrap<this, int>;
190
- IndexOfAny<T>(this: System.ReadOnlySpan_1<T>, value0: T, value1: T, comparer?: System_Collections_Generic.IEqualityComparer_1<T>): Rewrap<this, int>;
188
+ IndexOfAny<T>(this: System.ReadOnlySpan_1<T>, value0: T, value1: T, comparer?: System_Collections_Generic.IEqualityComparer_1<T> | null): Rewrap<this, int>;
191
189
  IndexOfAny<T extends System.IEquatable_1<T>>(this: System.ReadOnlySpan_1<T>, value0: T, value1: T, value2: T): Rewrap<this, int>;
192
- IndexOfAny<T>(this: System.ReadOnlySpan_1<T>, value0: T, value1: T, value2: T, comparer?: System_Collections_Generic.IEqualityComparer_1<T>): Rewrap<this, int>;
190
+ IndexOfAny<T>(this: System.ReadOnlySpan_1<T>, value0: T, value1: T, value2: T, comparer?: System_Collections_Generic.IEqualityComparer_1<T> | null): Rewrap<this, int>;
193
191
  IndexOfAny<T extends System.IEquatable_1<T>>(this: System.ReadOnlySpan_1<T>, values: System.ReadOnlySpan_1<T>): Rewrap<this, int>;
194
- IndexOfAny<T>(this: System.ReadOnlySpan_1<T>, values: System.ReadOnlySpan_1<T>, comparer?: System_Collections_Generic.IEqualityComparer_1<T>): Rewrap<this, int>;
192
+ IndexOfAny<T>(this: System.ReadOnlySpan_1<T>, values: System.ReadOnlySpan_1<T>, comparer?: System_Collections_Generic.IEqualityComparer_1<T> | null): Rewrap<this, int>;
195
193
  IndexOfAny<T extends System.IEquatable_1<T>>(this: System.ReadOnlySpan_1<T>, values: System_Buffers.SearchValues_1<T>): Rewrap<this, int>;
196
194
  IndexOfAny(this: System.ReadOnlySpan_1<System_Internal.Char>, values: System_Buffers.SearchValues_1<System_Internal.String>): Rewrap<this, int>;
197
195
  IndexOfAny<T extends System.IEquatable_1<T>>(this: System.Span_1<T>, value0: T, value1: T): Rewrap<this, int>;
@@ -200,13 +198,13 @@ interface __TsonicExtMethods_System {
200
198
  IndexOfAny<T extends System.IEquatable_1<T>>(this: System.Span_1<T>, values: System_Buffers.SearchValues_1<T>): Rewrap<this, int>;
201
199
  IndexOfAny(this: System.Span_1<System_Internal.Char>, values: System_Buffers.SearchValues_1<System_Internal.String>): Rewrap<this, int>;
202
200
  IndexOfAnyExcept<T extends System.IEquatable_1<T>>(this: System.ReadOnlySpan_1<T>, value: T): Rewrap<this, int>;
203
- IndexOfAnyExcept<T>(this: System.ReadOnlySpan_1<T>, value: T, comparer?: System_Collections_Generic.IEqualityComparer_1<T>): Rewrap<this, int>;
201
+ IndexOfAnyExcept<T>(this: System.ReadOnlySpan_1<T>, value: T, comparer?: System_Collections_Generic.IEqualityComparer_1<T> | null): Rewrap<this, int>;
204
202
  IndexOfAnyExcept<T extends System.IEquatable_1<T>>(this: System.ReadOnlySpan_1<T>, value0: T, value1: T): Rewrap<this, int>;
205
- IndexOfAnyExcept<T>(this: System.ReadOnlySpan_1<T>, value0: T, value1: T, comparer?: System_Collections_Generic.IEqualityComparer_1<T>): Rewrap<this, int>;
203
+ IndexOfAnyExcept<T>(this: System.ReadOnlySpan_1<T>, value0: T, value1: T, comparer?: System_Collections_Generic.IEqualityComparer_1<T> | null): Rewrap<this, int>;
206
204
  IndexOfAnyExcept<T extends System.IEquatable_1<T>>(this: System.ReadOnlySpan_1<T>, value0: T, value1: T, value2: T): Rewrap<this, int>;
207
- IndexOfAnyExcept<T>(this: System.ReadOnlySpan_1<T>, value0: T, value1: T, value2: T, comparer?: System_Collections_Generic.IEqualityComparer_1<T>): Rewrap<this, int>;
205
+ IndexOfAnyExcept<T>(this: System.ReadOnlySpan_1<T>, value0: T, value1: T, value2: T, comparer?: System_Collections_Generic.IEqualityComparer_1<T> | null): Rewrap<this, int>;
208
206
  IndexOfAnyExcept<T extends System.IEquatable_1<T>>(this: System.ReadOnlySpan_1<T>, values: System.ReadOnlySpan_1<T>): Rewrap<this, int>;
209
- IndexOfAnyExcept<T>(this: System.ReadOnlySpan_1<T>, values: System.ReadOnlySpan_1<T>, comparer?: System_Collections_Generic.IEqualityComparer_1<T>): Rewrap<this, int>;
207
+ IndexOfAnyExcept<T>(this: System.ReadOnlySpan_1<T>, values: System.ReadOnlySpan_1<T>, comparer?: System_Collections_Generic.IEqualityComparer_1<T> | null): Rewrap<this, int>;
210
208
  IndexOfAnyExcept<T extends System.IEquatable_1<T>>(this: System.ReadOnlySpan_1<T>, values: System_Buffers.SearchValues_1<T>): Rewrap<this, int>;
211
209
  IndexOfAnyExcept<T extends System.IEquatable_1<T>>(this: System.Span_1<T>, value: T): Rewrap<this, int>;
212
210
  IndexOfAnyExcept<T extends System.IEquatable_1<T>>(this: System.Span_1<T>, value0: T, value1: T): Rewrap<this, int>;
@@ -222,31 +220,31 @@ interface __TsonicExtMethods_System {
222
220
  IsNormalized(this: string, normalizationForm: System_Text.NormalizationForm): Rewrap<this, boolean>;
223
221
  IsWhiteSpace(this: System.ReadOnlySpan_1<System_Internal.Char>): Rewrap<this, boolean>;
224
222
  LastIndexOf<T extends System.IEquatable_1<T>>(this: System.ReadOnlySpan_1<T>, value: T): Rewrap<this, int>;
225
- LastIndexOf<T>(this: System.ReadOnlySpan_1<T>, value: T, comparer?: System_Collections_Generic.IEqualityComparer_1<T>): Rewrap<this, int>;
223
+ LastIndexOf<T>(this: System.ReadOnlySpan_1<T>, value: T, comparer?: System_Collections_Generic.IEqualityComparer_1<T> | null): Rewrap<this, int>;
226
224
  LastIndexOf<T extends System.IEquatable_1<T>>(this: System.ReadOnlySpan_1<T>, value: System.ReadOnlySpan_1<T>): Rewrap<this, int>;
227
- LastIndexOf<T>(this: System.ReadOnlySpan_1<T>, value: System.ReadOnlySpan_1<T>, comparer?: System_Collections_Generic.IEqualityComparer_1<T>): Rewrap<this, int>;
225
+ LastIndexOf<T>(this: System.ReadOnlySpan_1<T>, value: System.ReadOnlySpan_1<T>, comparer?: System_Collections_Generic.IEqualityComparer_1<T> | null): Rewrap<this, int>;
228
226
  LastIndexOf(this: System.ReadOnlySpan_1<System_Internal.Char>, value: System.ReadOnlySpan_1<System_Internal.Char>, comparisonType: System.StringComparison): Rewrap<this, int>;
229
227
  LastIndexOf<T extends System.IEquatable_1<T>>(this: System.Span_1<T>, value: T): Rewrap<this, int>;
230
228
  LastIndexOf<T extends System.IEquatable_1<T>>(this: System.Span_1<T>, value: System.ReadOnlySpan_1<T>): Rewrap<this, int>;
231
229
  LastIndexOfAny<T extends System.IEquatable_1<T>>(this: System.ReadOnlySpan_1<T>, value0: T, value1: T): Rewrap<this, int>;
232
- LastIndexOfAny<T>(this: System.ReadOnlySpan_1<T>, value0: T, value1: T, comparer?: System_Collections_Generic.IEqualityComparer_1<T>): Rewrap<this, int>;
230
+ LastIndexOfAny<T>(this: System.ReadOnlySpan_1<T>, value0: T, value1: T, comparer?: System_Collections_Generic.IEqualityComparer_1<T> | null): Rewrap<this, int>;
233
231
  LastIndexOfAny<T extends System.IEquatable_1<T>>(this: System.ReadOnlySpan_1<T>, value0: T, value1: T, value2: T): Rewrap<this, int>;
234
- LastIndexOfAny<T>(this: System.ReadOnlySpan_1<T>, value0: T, value1: T, value2: T, comparer?: System_Collections_Generic.IEqualityComparer_1<T>): Rewrap<this, int>;
232
+ LastIndexOfAny<T>(this: System.ReadOnlySpan_1<T>, value0: T, value1: T, value2: T, comparer?: System_Collections_Generic.IEqualityComparer_1<T> | null): Rewrap<this, int>;
235
233
  LastIndexOfAny<T extends System.IEquatable_1<T>>(this: System.ReadOnlySpan_1<T>, values: System.ReadOnlySpan_1<T>): Rewrap<this, int>;
236
- LastIndexOfAny<T>(this: System.ReadOnlySpan_1<T>, values: System.ReadOnlySpan_1<T>, comparer?: System_Collections_Generic.IEqualityComparer_1<T>): Rewrap<this, int>;
234
+ LastIndexOfAny<T>(this: System.ReadOnlySpan_1<T>, values: System.ReadOnlySpan_1<T>, comparer?: System_Collections_Generic.IEqualityComparer_1<T> | null): Rewrap<this, int>;
237
235
  LastIndexOfAny<T extends System.IEquatable_1<T>>(this: System.ReadOnlySpan_1<T>, values: System_Buffers.SearchValues_1<T>): Rewrap<this, int>;
238
236
  LastIndexOfAny<T extends System.IEquatable_1<T>>(this: System.Span_1<T>, value0: T, value1: T): Rewrap<this, int>;
239
237
  LastIndexOfAny<T extends System.IEquatable_1<T>>(this: System.Span_1<T>, value0: T, value1: T, value2: T): Rewrap<this, int>;
240
238
  LastIndexOfAny<T extends System.IEquatable_1<T>>(this: System.Span_1<T>, values: System.ReadOnlySpan_1<T>): Rewrap<this, int>;
241
239
  LastIndexOfAny<T extends System.IEquatable_1<T>>(this: System.Span_1<T>, values: System_Buffers.SearchValues_1<T>): Rewrap<this, int>;
242
240
  LastIndexOfAnyExcept<T extends System.IEquatable_1<T>>(this: System.ReadOnlySpan_1<T>, value: T): Rewrap<this, int>;
243
- LastIndexOfAnyExcept<T>(this: System.ReadOnlySpan_1<T>, value: T, comparer?: System_Collections_Generic.IEqualityComparer_1<T>): Rewrap<this, int>;
241
+ LastIndexOfAnyExcept<T>(this: System.ReadOnlySpan_1<T>, value: T, comparer?: System_Collections_Generic.IEqualityComparer_1<T> | null): Rewrap<this, int>;
244
242
  LastIndexOfAnyExcept<T extends System.IEquatable_1<T>>(this: System.ReadOnlySpan_1<T>, value0: T, value1: T): Rewrap<this, int>;
245
- LastIndexOfAnyExcept<T>(this: System.ReadOnlySpan_1<T>, value0: T, value1: T, comparer?: System_Collections_Generic.IEqualityComparer_1<T>): Rewrap<this, int>;
243
+ LastIndexOfAnyExcept<T>(this: System.ReadOnlySpan_1<T>, value0: T, value1: T, comparer?: System_Collections_Generic.IEqualityComparer_1<T> | null): Rewrap<this, int>;
246
244
  LastIndexOfAnyExcept<T extends System.IEquatable_1<T>>(this: System.ReadOnlySpan_1<T>, value0: T, value1: T, value2: T): Rewrap<this, int>;
247
- LastIndexOfAnyExcept<T>(this: System.ReadOnlySpan_1<T>, value0: T, value1: T, value2: T, comparer?: System_Collections_Generic.IEqualityComparer_1<T>): Rewrap<this, int>;
245
+ LastIndexOfAnyExcept<T>(this: System.ReadOnlySpan_1<T>, value0: T, value1: T, value2: T, comparer?: System_Collections_Generic.IEqualityComparer_1<T> | null): Rewrap<this, int>;
248
246
  LastIndexOfAnyExcept<T extends System.IEquatable_1<T>>(this: System.ReadOnlySpan_1<T>, values: System.ReadOnlySpan_1<T>): Rewrap<this, int>;
249
- LastIndexOfAnyExcept<T>(this: System.ReadOnlySpan_1<T>, values: System.ReadOnlySpan_1<T>, comparer?: System_Collections_Generic.IEqualityComparer_1<T>): Rewrap<this, int>;
247
+ LastIndexOfAnyExcept<T>(this: System.ReadOnlySpan_1<T>, values: System.ReadOnlySpan_1<T>, comparer?: System_Collections_Generic.IEqualityComparer_1<T> | null): Rewrap<this, int>;
250
248
  LastIndexOfAnyExcept<T extends System.IEquatable_1<T>>(this: System.ReadOnlySpan_1<T>, values: System_Buffers.SearchValues_1<T>): Rewrap<this, int>;
251
249
  LastIndexOfAnyExcept<T extends System.IEquatable_1<T>>(this: System.Span_1<T>, value: T): Rewrap<this, int>;
252
250
  LastIndexOfAnyExcept<T extends System.IEquatable_1<T>>(this: System.Span_1<T>, value0: T, value1: T): Rewrap<this, int>;
@@ -264,21 +262,21 @@ interface __TsonicExtMethods_System {
264
262
  Overlaps<T>(this: System.Span_1<T>, other: System.ReadOnlySpan_1<T>): Rewrap<this, boolean>;
265
263
  Overlaps<T>(this: System.Span_1<T>, other: System.ReadOnlySpan_1<T>, elementOffset: int): Rewrap<this, boolean>;
266
264
  Replace<T extends System.IEquatable_1<T>>(this: System.ReadOnlySpan_1<T>, destination: System.Span_1<T>, oldValue: T, newValue: T): Rewrap<this, void>;
267
- Replace<T>(this: System.ReadOnlySpan_1<T>, destination: System.Span_1<T>, oldValue: T, newValue: T, comparer?: System_Collections_Generic.IEqualityComparer_1<T>): Rewrap<this, void>;
265
+ Replace<T>(this: System.ReadOnlySpan_1<T>, destination: System.Span_1<T>, oldValue: T, newValue: T, comparer?: System_Collections_Generic.IEqualityComparer_1<T> | null): Rewrap<this, void>;
268
266
  Replace<T extends System.IEquatable_1<T>>(this: System.Span_1<T>, oldValue: T, newValue: T): Rewrap<this, void>;
269
- Replace<T>(this: System.Span_1<T>, oldValue: T, newValue: T, comparer?: System_Collections_Generic.IEqualityComparer_1<T>): Rewrap<this, void>;
267
+ Replace<T>(this: System.Span_1<T>, oldValue: T, newValue: T, comparer?: System_Collections_Generic.IEqualityComparer_1<T> | null): Rewrap<this, void>;
270
268
  ReplaceAny<T extends System.IEquatable_1<T>>(this: System.ReadOnlySpan_1<T>, destination: System.Span_1<T>, values: System_Buffers.SearchValues_1<T>, newValue: T): Rewrap<this, void>;
271
269
  ReplaceAny<T extends System.IEquatable_1<T>>(this: System.Span_1<T>, values: System_Buffers.SearchValues_1<T>, newValue: T): Rewrap<this, void>;
272
270
  ReplaceAnyExcept<T extends System.IEquatable_1<T>>(this: System.ReadOnlySpan_1<T>, destination: System.Span_1<T>, values: System_Buffers.SearchValues_1<T>, newValue: T): Rewrap<this, void>;
273
271
  ReplaceAnyExcept<T extends System.IEquatable_1<T>>(this: System.Span_1<T>, values: System_Buffers.SearchValues_1<T>, newValue: T): Rewrap<this, void>;
274
272
  Reverse<T>(this: System.Span_1<T>): Rewrap<this, void>;
275
273
  SequenceCompareTo<T extends System.IComparable_1<T>>(this: System.ReadOnlySpan_1<T>, other: System.ReadOnlySpan_1<T>): Rewrap<this, int>;
276
- SequenceCompareTo<T>(this: System.ReadOnlySpan_1<T>, other: System.ReadOnlySpan_1<T>, comparer?: System_Collections_Generic.IComparer_1<T>): Rewrap<this, int>;
274
+ SequenceCompareTo<T>(this: System.ReadOnlySpan_1<T>, other: System.ReadOnlySpan_1<T>, comparer?: System_Collections_Generic.IComparer_1<T> | null): Rewrap<this, int>;
277
275
  SequenceCompareTo<T extends System.IComparable_1<T>>(this: System.Span_1<T>, other: System.ReadOnlySpan_1<T>): Rewrap<this, int>;
278
276
  SequenceEqual<T extends System.IEquatable_1<T>>(this: System.ReadOnlySpan_1<T>, other: System.ReadOnlySpan_1<T>): Rewrap<this, boolean>;
279
- SequenceEqual<T>(this: System.ReadOnlySpan_1<T>, other: System.ReadOnlySpan_1<T>, comparer?: System_Collections_Generic.IEqualityComparer_1<T>): Rewrap<this, boolean>;
277
+ SequenceEqual<T>(this: System.ReadOnlySpan_1<T>, other: System.ReadOnlySpan_1<T>, comparer?: System_Collections_Generic.IEqualityComparer_1<T> | null): Rewrap<this, boolean>;
280
278
  SequenceEqual<T extends System.IEquatable_1<T>>(this: System.Span_1<T>, other: System.ReadOnlySpan_1<T>): Rewrap<this, boolean>;
281
- SequenceEqual<T>(this: System.Span_1<T>, other: System.ReadOnlySpan_1<T>, comparer?: System_Collections_Generic.IEqualityComparer_1<T>): Rewrap<this, boolean>;
279
+ SequenceEqual<T>(this: System.Span_1<T>, other: System.ReadOnlySpan_1<T>, comparer?: System_Collections_Generic.IEqualityComparer_1<T> | null): Rewrap<this, boolean>;
282
280
  Sort<T>(this: System.Span_1<T>): Rewrap<this, void>;
283
281
  Sort<T, TComparer extends System_Collections_Generic.IComparer_1<T>>(this: System.Span_1<T>, comparer: TComparer): Rewrap<this, void>;
284
282
  Sort<T>(this: System.Span_1<T>, comparison: System.Comparison_1<T>): Rewrap<this, void>;
@@ -294,12 +292,12 @@ interface __TsonicExtMethods_System {
294
292
  SplitAny(this: System.ReadOnlySpan_1<System_Internal.Char>, destination: System.Span_1<System.Range>, separators: System.ReadOnlySpan_1<System_Internal.Char>, options?: System.StringSplitOptions): Rewrap<this, int>;
295
293
  SplitAny(this: System.ReadOnlySpan_1<System_Internal.Char>, destination: System.Span_1<System.Range>, separators: System.ReadOnlySpan_1<System_Internal.String>, options?: System.StringSplitOptions): Rewrap<this, int>;
296
294
  StartsWith<T extends System.IEquatable_1<T>>(this: System.ReadOnlySpan_1<T>, value: System.ReadOnlySpan_1<T>): Rewrap<this, boolean>;
297
- StartsWith<T>(this: System.ReadOnlySpan_1<T>, value: System.ReadOnlySpan_1<T>, comparer?: System_Collections_Generic.IEqualityComparer_1<T>): Rewrap<this, boolean>;
295
+ StartsWith<T>(this: System.ReadOnlySpan_1<T>, value: System.ReadOnlySpan_1<T>, comparer?: System_Collections_Generic.IEqualityComparer_1<T> | null): Rewrap<this, boolean>;
298
296
  StartsWith<T extends System.IEquatable_1<T>>(this: System.ReadOnlySpan_1<T>, value: T): Rewrap<this, boolean>;
299
- StartsWith<T>(this: System.ReadOnlySpan_1<T>, value: T, comparer?: System_Collections_Generic.IEqualityComparer_1<T>): Rewrap<this, boolean>;
297
+ StartsWith<T>(this: System.ReadOnlySpan_1<T>, value: T, comparer?: System_Collections_Generic.IEqualityComparer_1<T> | null): Rewrap<this, boolean>;
300
298
  StartsWith(this: System.ReadOnlySpan_1<System_Internal.Char>, value: System.ReadOnlySpan_1<System_Internal.Char>, comparisonType: System.StringComparison): Rewrap<this, boolean>;
301
299
  StartsWith<T extends System.IEquatable_1<T>>(this: System.Span_1<T>, value: System.ReadOnlySpan_1<T>): Rewrap<this, boolean>;
302
- ToLower(this: System.ReadOnlySpan_1<System_Internal.Char>, destination: System.Span_1<System_Internal.Char>, culture: System_Globalization.CultureInfo): Rewrap<this, int>;
300
+ ToLower(this: System.ReadOnlySpan_1<System_Internal.Char>, destination: System.Span_1<System_Internal.Char>, culture: System_Globalization.CultureInfo | null): Rewrap<this, int>;
303
301
  ToLowerInvariant(this: System.ReadOnlySpan_1<System_Internal.Char>, destination: System.Span_1<System_Internal.Char>): Rewrap<this, int>;
304
302
  ToTuple<T1>(this: System.ValueTuple_1<T1>): Rewrap<this, System.Tuple_1<T1>>;
305
303
  ToTuple<T1, T2>(this: System.ValueTuple_2<T1, T2>): Rewrap<this, System.Tuple_2<T1, T2>>;
@@ -309,7 +307,7 @@ interface __TsonicExtMethods_System {
309
307
  ToTuple<T1, T2, T3, T4, T5, T6>(this: System.ValueTuple_6<T1, T2, T3, T4, T5, T6>): Rewrap<this, System.Tuple_6<T1, T2, T3, T4, T5, T6>>;
310
308
  ToTuple<T1, T2, T3, T4, T5, T6, T7>(this: System.ValueTuple_7<T1, T2, T3, T4, T5, T6, T7>): Rewrap<this, System.Tuple_7<T1, T2, T3, T4, T5, T6, T7>>;
311
309
  ToTuple<T1, T2, T3, T4, T5, T6, T7, T8>(this: System.ValueTuple_8<T1, T2, T3, T4, T5, T6, T7, System.ValueTuple_1<T8>>): Rewrap<this, System.Tuple_8<T1, T2, T3, T4, T5, T6, T7, System.Tuple_1<T8>>>;
312
- ToUpper(this: System.ReadOnlySpan_1<System_Internal.Char>, destination: System.Span_1<System_Internal.Char>, culture: System_Globalization.CultureInfo): Rewrap<this, int>;
310
+ ToUpper(this: System.ReadOnlySpan_1<System_Internal.Char>, destination: System.Span_1<System_Internal.Char>, culture: System_Globalization.CultureInfo | null): Rewrap<this, int>;
313
311
  ToUpperInvariant(this: System.ReadOnlySpan_1<System_Internal.Char>, destination: System.Span_1<System_Internal.Char>): Rewrap<this, int>;
314
312
  ToValueTuple<T1>(this: System.Tuple_1<T1>): Rewrap<this, System.ValueTuple_1<T1>>;
315
313
  ToValueTuple<T1, T2>(this: System.Tuple_2<T1, T2>): Rewrap<this, System.ValueTuple_2<T1, T2>>;
@@ -363,17 +361,17 @@ interface __TsonicExtMethods_System {
363
361
  TrimStart(this: System.Span_1<System_Internal.Char>): Rewrap<this, System.Span_1<System_Internal.Char>>;
364
362
  TryNormalize(this: System.ReadOnlySpan_1<System_Internal.Char>, destination: System.Span_1<System_Internal.Char>, charsWritten: int, normalizationForm?: System_Text.NormalizationForm): Rewrap<this, boolean>;
365
363
  TryWrite(this: System.Span_1<System_Internal.Char>, handler: System.MemoryExtensions_TryWriteInterpolatedStringHandler, charsWritten: int): Rewrap<this, boolean>;
366
- TryWrite(this: System.Span_1<System_Internal.Char>, provider: System.IFormatProvider, handler: System.MemoryExtensions_TryWriteInterpolatedStringHandler, charsWritten: int): Rewrap<this, boolean>;
367
- TryWrite<TArg0>(this: System.Span_1<System_Internal.Char>, provider: System.IFormatProvider, format: System_Text.CompositeFormat, charsWritten: int, arg0: TArg0): Rewrap<this, boolean>;
368
- TryWrite<TArg0, TArg1>(this: System.Span_1<System_Internal.Char>, provider: System.IFormatProvider, format: System_Text.CompositeFormat, charsWritten: int, arg0: TArg0, arg1: TArg1): Rewrap<this, boolean>;
369
- TryWrite<TArg0, TArg1, TArg2>(this: System.Span_1<System_Internal.Char>, provider: System.IFormatProvider, format: System_Text.CompositeFormat, charsWritten: int, arg0: TArg0, arg1: TArg1, arg2: TArg2): Rewrap<this, boolean>;
370
- TryWrite(this: System.Span_1<System_Internal.Char>, provider: System.IFormatProvider, format: System_Text.CompositeFormat, charsWritten: int, ...args: unknown[]): Rewrap<this, boolean>;
371
- TryWrite(this: System.Span_1<System_Internal.Char>, provider: System.IFormatProvider, format: System_Text.CompositeFormat, charsWritten: int, args: System.ReadOnlySpan_1<unknown>): Rewrap<this, boolean>;
364
+ TryWrite(this: System.Span_1<System_Internal.Char>, provider: System.IFormatProvider | null, handler: System.MemoryExtensions_TryWriteInterpolatedStringHandler, charsWritten: int): Rewrap<this, boolean>;
365
+ TryWrite<TArg0>(this: System.Span_1<System_Internal.Char>, provider: System.IFormatProvider | null, format: System_Text.CompositeFormat, charsWritten: int, arg0: TArg0): Rewrap<this, boolean>;
366
+ TryWrite<TArg0, TArg1>(this: System.Span_1<System_Internal.Char>, provider: System.IFormatProvider | null, format: System_Text.CompositeFormat, charsWritten: int, arg0: TArg0, arg1: TArg1): Rewrap<this, boolean>;
367
+ TryWrite<TArg0, TArg1, TArg2>(this: System.Span_1<System_Internal.Char>, provider: System.IFormatProvider | null, format: System_Text.CompositeFormat, charsWritten: int, arg0: TArg0, arg1: TArg1, arg2: TArg2): Rewrap<this, boolean>;
368
+ TryWrite(this: System.Span_1<System_Internal.Char>, provider: System.IFormatProvider | null, format: System_Text.CompositeFormat, charsWritten: int, ...args: (JsValue | null)[]): Rewrap<this, boolean>;
369
+ TryWrite(this: System.Span_1<System_Internal.Char>, provider: System.IFormatProvider | null, format: System_Text.CompositeFormat, charsWritten: int, args: System.ReadOnlySpan_1<JsValue>): Rewrap<this, boolean>;
372
370
  }
373
371
 
374
372
  // Generic helper type for extension methods in namespace: System
375
373
  interface __TsonicExtApplier_System {
376
- __tsonic_shape: unknown;
374
+ __tsonic_shape: JsValue;
377
375
  __tsonic_type: __TsonicExtMethods_System;
378
376
  }
379
377
 
@@ -389,7 +387,7 @@ interface __TsonicExtMethods_System_Buffers {
389
387
 
390
388
  // Generic helper type for extension methods in namespace: System.Buffers
391
389
  interface __TsonicExtApplier_System_Buffers {
392
- __tsonic_shape: unknown;
390
+ __tsonic_shape: JsValue;
393
391
  __tsonic_type: __TsonicExtMethods_System_Buffers;
394
392
  }
395
393
 
@@ -400,15 +398,15 @@ export type ExtensionMethods_System_Buffers<TShape> =
400
398
 
401
399
  // Extension method table for namespace: System.Collections.Frozen
402
400
  interface __TsonicExtMethods_System_Collections_Frozen {
403
- ToFrozenDictionary<TKey, TValue>(this: System_Collections_Generic.IEnumerable_1<System_Collections_Generic.KeyValuePair_2<TKey, TValue>>, comparer?: System_Collections_Generic.IEqualityComparer_1<TKey>): Rewrap<this, System_Collections_Frozen.FrozenDictionary_2<TKey, TValue>>;
404
- ToFrozenDictionary<TSource, TKey>(this: System_Collections_Generic.IEnumerable_1<TSource>, keySelector: System.Func_2<TSource, TKey>, comparer?: System_Collections_Generic.IEqualityComparer_1<TKey>): Rewrap<this, System_Collections_Frozen.FrozenDictionary_2<TKey, TSource>>;
405
- ToFrozenDictionary<TSource, TKey, TElement>(this: System_Collections_Generic.IEnumerable_1<TSource>, keySelector: System.Func_2<TSource, TKey>, elementSelector: System.Func_2<TSource, TElement>, comparer?: System_Collections_Generic.IEqualityComparer_1<TKey>): Rewrap<this, System_Collections_Frozen.FrozenDictionary_2<TKey, TElement>>;
406
- ToFrozenSet<T>(this: System_Collections_Generic.IEnumerable_1<T>, comparer?: System_Collections_Generic.IEqualityComparer_1<T>): Rewrap<this, System_Collections_Frozen.FrozenSet_1<T>>;
401
+ ToFrozenDictionary<TKey, TValue>(this: System_Collections_Generic.IEnumerable_1<System_Collections_Generic.KeyValuePair_2<TKey, TValue>>, comparer?: System_Collections_Generic.IEqualityComparer_1<TKey> | null): Rewrap<this, System_Collections_Frozen.FrozenDictionary_2<TKey, TValue>>;
402
+ ToFrozenDictionary<TSource, TKey>(this: System_Collections_Generic.IEnumerable_1<TSource>, keySelector: System.Func_2<TSource, TKey>, comparer?: System_Collections_Generic.IEqualityComparer_1<TKey> | null): Rewrap<this, System_Collections_Frozen.FrozenDictionary_2<TKey, TSource>>;
403
+ ToFrozenDictionary<TSource, TKey, TElement>(this: System_Collections_Generic.IEnumerable_1<TSource>, keySelector: System.Func_2<TSource, TKey>, elementSelector: System.Func_2<TSource, TElement>, comparer?: System_Collections_Generic.IEqualityComparer_1<TKey> | null): Rewrap<this, System_Collections_Frozen.FrozenDictionary_2<TKey, TElement>>;
404
+ ToFrozenSet<T>(this: System_Collections_Generic.IEnumerable_1<T>, comparer?: System_Collections_Generic.IEqualityComparer_1<T> | null): Rewrap<this, System_Collections_Frozen.FrozenSet_1<T>>;
407
405
  }
408
406
 
409
407
  // Generic helper type for extension methods in namespace: System.Collections.Frozen
410
408
  interface __TsonicExtApplier_System_Collections_Frozen {
411
- __tsonic_shape: unknown;
409
+ __tsonic_shape: JsValue;
412
410
  __tsonic_type: __TsonicExtMethods_System_Collections_Frozen;
413
411
  }
414
412
 
@@ -425,7 +423,7 @@ interface __TsonicExtMethods_System_Collections_Generic {
425
423
  AsReadOnly<T>(this: System_Collections_Generic.ISet_1<T>): Rewrap<this, System_Collections_ObjectModel.ReadOnlySet_1<T>>;
426
424
  AsReadOnly<T>(this: System_Collections_Generic.IList_1<T>): Rewrap<this, System_Collections_ObjectModel.ReadOnlyCollection_1<T>>;
427
425
  CopyTo<T>(this: System_Collections_Generic.List_1<T>, destination: System.Span_1<T>): Rewrap<this, void>;
428
- GetValueOrDefault<TKey, TValue>(this: System_Collections_Generic.IReadOnlyDictionary_2<TKey, TValue>, key: TKey): Rewrap<this, TValue | undefined>;
426
+ GetValueOrDefault<TKey, TValue>(this: System_Collections_Generic.IReadOnlyDictionary_2<TKey, TValue>, key: TKey): Rewrap<this, TValue | null>;
429
427
  GetValueOrDefault<TKey, TValue>(this: System_Collections_Generic.IReadOnlyDictionary_2<TKey, TValue>, key: TKey, defaultValue: TValue): Rewrap<this, TValue>;
430
428
  InsertRange<T>(this: System_Collections_Generic.List_1<T>, index: int, source: System.ReadOnlySpan_1<T>): Rewrap<this, void>;
431
429
  Remove<TKey, TValue>(this: System_Collections_Generic.IDictionary_2<TKey, TValue>, key: TKey, value: TValue): Rewrap<this, boolean>;
@@ -434,7 +432,7 @@ interface __TsonicExtMethods_System_Collections_Generic {
434
432
 
435
433
  // Generic helper type for extension methods in namespace: System.Collections.Generic
436
434
  interface __TsonicExtApplier_System_Collections_Generic {
437
- __tsonic_shape: unknown;
435
+ __tsonic_shape: JsValue;
438
436
  __tsonic_type: __TsonicExtMethods_System_Collections_Generic;
439
437
  }
440
438
 
@@ -446,19 +444,19 @@ export type ExtensionMethods_System_Collections_Generic<TShape> =
446
444
  // Extension method table for namespace: System.Collections.Immutable
447
445
  interface __TsonicExtMethods_System_Collections_Immutable {
448
446
  BinarySearch<T>(this: System_Collections_Immutable.ImmutableArray_1<T>, value: T): Rewrap<this, int>;
449
- BinarySearch<T>(this: System_Collections_Immutable.ImmutableArray_1<T>, value: T, comparer: System_Collections_Generic.IComparer_1<T>): Rewrap<this, int>;
447
+ BinarySearch<T>(this: System_Collections_Immutable.ImmutableArray_1<T>, value: T, comparer: System_Collections_Generic.IComparer_1<T> | null): Rewrap<this, int>;
450
448
  BinarySearch<T>(this: System_Collections_Immutable.ImmutableArray_1<T>, index: int, length: int, value: T): Rewrap<this, int>;
451
- BinarySearch<T>(this: System_Collections_Immutable.ImmutableArray_1<T>, index: int, length: int, value: T, comparer: System_Collections_Generic.IComparer_1<T>): Rewrap<this, int>;
449
+ BinarySearch<T>(this: System_Collections_Immutable.ImmutableArray_1<T>, index: int, length: int, value: T, comparer: System_Collections_Generic.IComparer_1<T> | null): Rewrap<this, int>;
452
450
  Contains<TKey, TValue>(this: System_Collections_Immutable.IImmutableDictionary_2<TKey, TValue>, key: TKey, value: TValue): Rewrap<this, boolean>;
453
451
  Dequeue<T>(this: System_Collections_Immutable.IImmutableQueue_1<T>, value: T): Rewrap<this, System_Collections_Immutable.IImmutableQueue_1<T>>;
454
- GetValueOrDefault<TKey, TValue>(this: System_Collections_Immutable.IImmutableDictionary_2<TKey, TValue>, key: TKey): Rewrap<this, TValue | undefined>;
452
+ GetValueOrDefault<TKey, TValue>(this: System_Collections_Immutable.IImmutableDictionary_2<TKey, TValue>, key: TKey): Rewrap<this, TValue | null>;
455
453
  GetValueOrDefault<TKey, TValue>(this: System_Collections_Immutable.IImmutableDictionary_2<TKey, TValue>, key: TKey, defaultValue: TValue): Rewrap<this, TValue>;
456
454
  IndexOf<T>(this: System_Collections_Immutable.IImmutableList_1<T>, item: T): Rewrap<this, int>;
457
- IndexOf<T>(this: System_Collections_Immutable.IImmutableList_1<T>, item: T, equalityComparer: System_Collections_Generic.IEqualityComparer_1<T>): Rewrap<this, int>;
455
+ IndexOf<T>(this: System_Collections_Immutable.IImmutableList_1<T>, item: T, equalityComparer: System_Collections_Generic.IEqualityComparer_1<T> | null): Rewrap<this, int>;
458
456
  IndexOf<T>(this: System_Collections_Immutable.IImmutableList_1<T>, item: T, startIndex: int): Rewrap<this, int>;
459
457
  IndexOf<T>(this: System_Collections_Immutable.IImmutableList_1<T>, item: T, startIndex: int, count: int): Rewrap<this, int>;
460
458
  LastIndexOf<T>(this: System_Collections_Immutable.IImmutableList_1<T>, item: T): Rewrap<this, int>;
461
- LastIndexOf<T>(this: System_Collections_Immutable.IImmutableList_1<T>, item: T, equalityComparer: System_Collections_Generic.IEqualityComparer_1<T>): Rewrap<this, int>;
459
+ LastIndexOf<T>(this: System_Collections_Immutable.IImmutableList_1<T>, item: T, equalityComparer: System_Collections_Generic.IEqualityComparer_1<T> | null): Rewrap<this, int>;
462
460
  LastIndexOf<T>(this: System_Collections_Immutable.IImmutableList_1<T>, item: T, startIndex: int): Rewrap<this, int>;
463
461
  LastIndexOf<T>(this: System_Collections_Immutable.IImmutableList_1<T>, item: T, startIndex: int, count: int): Rewrap<this, int>;
464
462
  Pop<T>(this: System_Collections_Immutable.IImmutableStack_1<T>, value: T): Rewrap<this, System_Collections_Immutable.IImmutableStack_1<T>>;
@@ -470,34 +468,34 @@ interface __TsonicExtMethods_System_Collections_Immutable {
470
468
  ToImmutableArray<TSource>(this: System_Collections_Immutable.ImmutableArray_1_Builder<TSource>): Rewrap<this, System_Collections_Immutable.ImmutableArray_1<TSource>>;
471
469
  ToImmutableArray<TSource>(this: System_Collections_Generic.IEnumerable_1<TSource>): Rewrap<this, System_Collections_Immutable.ImmutableArray_1<TSource>>;
472
470
  ToImmutableDictionary<TKey, TValue>(this: System_Collections_Immutable.ImmutableDictionary_2_Builder<TKey, TValue>): Rewrap<this, System_Collections_Immutable.ImmutableDictionary_2<TKey, TValue>>;
473
- ToImmutableDictionary<TSource, TKey, TValue>(this: System_Collections_Generic.IEnumerable_1<TSource>, keySelector: System.Func_2<TSource, TKey>, elementSelector: System.Func_2<TSource, TValue>, keyComparer: System_Collections_Generic.IEqualityComparer_1<TKey>, valueComparer: System_Collections_Generic.IEqualityComparer_1<TValue>): Rewrap<this, System_Collections_Immutable.ImmutableDictionary_2<TKey, TValue>>;
474
- ToImmutableDictionary<TSource, TKey, TValue>(this: System_Collections_Generic.IEnumerable_1<TSource>, keySelector: System.Func_2<TSource, TKey>, elementSelector: System.Func_2<TSource, TValue>, keyComparer: System_Collections_Generic.IEqualityComparer_1<TKey>): Rewrap<this, System_Collections_Immutable.ImmutableDictionary_2<TKey, TValue>>;
471
+ ToImmutableDictionary<TSource, TKey, TValue>(this: System_Collections_Generic.IEnumerable_1<TSource>, keySelector: System.Func_2<TSource, TKey>, elementSelector: System.Func_2<TSource, TValue>, keyComparer: System_Collections_Generic.IEqualityComparer_1<TKey> | null, valueComparer: System_Collections_Generic.IEqualityComparer_1<TValue> | null): Rewrap<this, System_Collections_Immutable.ImmutableDictionary_2<TKey, TValue>>;
472
+ ToImmutableDictionary<TSource, TKey, TValue>(this: System_Collections_Generic.IEnumerable_1<TSource>, keySelector: System.Func_2<TSource, TKey>, elementSelector: System.Func_2<TSource, TValue>, keyComparer: System_Collections_Generic.IEqualityComparer_1<TKey> | null): Rewrap<this, System_Collections_Immutable.ImmutableDictionary_2<TKey, TValue>>;
475
473
  ToImmutableDictionary<TSource, TKey>(this: System_Collections_Generic.IEnumerable_1<TSource>, keySelector: System.Func_2<TSource, TKey>): Rewrap<this, System_Collections_Immutable.ImmutableDictionary_2<TKey, TSource>>;
476
- ToImmutableDictionary<TSource, TKey>(this: System_Collections_Generic.IEnumerable_1<TSource>, keySelector: System.Func_2<TSource, TKey>, keyComparer: System_Collections_Generic.IEqualityComparer_1<TKey>): Rewrap<this, System_Collections_Immutable.ImmutableDictionary_2<TKey, TSource>>;
474
+ ToImmutableDictionary<TSource, TKey>(this: System_Collections_Generic.IEnumerable_1<TSource>, keySelector: System.Func_2<TSource, TKey>, keyComparer: System_Collections_Generic.IEqualityComparer_1<TKey> | null): Rewrap<this, System_Collections_Immutable.ImmutableDictionary_2<TKey, TSource>>;
477
475
  ToImmutableDictionary<TSource, TKey, TValue>(this: System_Collections_Generic.IEnumerable_1<TSource>, keySelector: System.Func_2<TSource, TKey>, elementSelector: System.Func_2<TSource, TValue>): Rewrap<this, System_Collections_Immutable.ImmutableDictionary_2<TKey, TValue>>;
478
- ToImmutableDictionary<TKey, TValue>(this: System_Collections_Generic.IEnumerable_1<System_Collections_Generic.KeyValuePair_2<TKey, TValue>>, keyComparer: System_Collections_Generic.IEqualityComparer_1<TKey>, valueComparer: System_Collections_Generic.IEqualityComparer_1<TValue>): Rewrap<this, System_Collections_Immutable.ImmutableDictionary_2<TKey, TValue>>;
479
- ToImmutableDictionary<TKey, TValue>(this: System_Collections_Generic.IEnumerable_1<System_Collections_Generic.KeyValuePair_2<TKey, TValue>>, keyComparer: System_Collections_Generic.IEqualityComparer_1<TKey>): Rewrap<this, System_Collections_Immutable.ImmutableDictionary_2<TKey, TValue>>;
476
+ ToImmutableDictionary<TKey, TValue>(this: System_Collections_Generic.IEnumerable_1<System_Collections_Generic.KeyValuePair_2<TKey, TValue>>, keyComparer: System_Collections_Generic.IEqualityComparer_1<TKey> | null, valueComparer: System_Collections_Generic.IEqualityComparer_1<TValue> | null): Rewrap<this, System_Collections_Immutable.ImmutableDictionary_2<TKey, TValue>>;
477
+ ToImmutableDictionary<TKey, TValue>(this: System_Collections_Generic.IEnumerable_1<System_Collections_Generic.KeyValuePair_2<TKey, TValue>>, keyComparer: System_Collections_Generic.IEqualityComparer_1<TKey> | null): Rewrap<this, System_Collections_Immutable.ImmutableDictionary_2<TKey, TValue>>;
480
478
  ToImmutableDictionary<TKey, TValue>(this: System_Collections_Generic.IEnumerable_1<System_Collections_Generic.KeyValuePair_2<TKey, TValue>>): Rewrap<this, System_Collections_Immutable.ImmutableDictionary_2<TKey, TValue>>;
481
479
  ToImmutableHashSet<TSource>(this: System_Collections_Immutable.ImmutableHashSet_1_Builder<TSource>): Rewrap<this, System_Collections_Immutable.ImmutableHashSet_1<TSource>>;
482
- ToImmutableHashSet<TSource>(this: System_Collections_Generic.IEnumerable_1<TSource>, equalityComparer: System_Collections_Generic.IEqualityComparer_1<TSource>): Rewrap<this, System_Collections_Immutable.ImmutableHashSet_1<TSource>>;
480
+ ToImmutableHashSet<TSource>(this: System_Collections_Generic.IEnumerable_1<TSource>, equalityComparer: System_Collections_Generic.IEqualityComparer_1<TSource> | null): Rewrap<this, System_Collections_Immutable.ImmutableHashSet_1<TSource>>;
483
481
  ToImmutableHashSet<TSource>(this: System_Collections_Generic.IEnumerable_1<TSource>): Rewrap<this, System_Collections_Immutable.ImmutableHashSet_1<TSource>>;
484
482
  ToImmutableList<TSource>(this: System_Collections_Immutable.ImmutableList_1_Builder<TSource>): Rewrap<this, System_Collections_Immutable.ImmutableList_1<TSource>>;
485
483
  ToImmutableList<TSource>(this: System_Collections_Generic.IEnumerable_1<TSource>): Rewrap<this, System_Collections_Immutable.ImmutableList_1<TSource>>;
486
484
  ToImmutableSortedDictionary<TKey, TValue>(this: System_Collections_Immutable.ImmutableSortedDictionary_2_Builder<TKey, TValue>): Rewrap<this, System_Collections_Immutable.ImmutableSortedDictionary_2<TKey, TValue>>;
487
- ToImmutableSortedDictionary<TSource, TKey, TValue>(this: System_Collections_Generic.IEnumerable_1<TSource>, keySelector: System.Func_2<TSource, TKey>, elementSelector: System.Func_2<TSource, TValue>, keyComparer: System_Collections_Generic.IComparer_1<TKey>, valueComparer: System_Collections_Generic.IEqualityComparer_1<TValue>): Rewrap<this, System_Collections_Immutable.ImmutableSortedDictionary_2<TKey, TValue>>;
488
- ToImmutableSortedDictionary<TSource, TKey, TValue>(this: System_Collections_Generic.IEnumerable_1<TSource>, keySelector: System.Func_2<TSource, TKey>, elementSelector: System.Func_2<TSource, TValue>, keyComparer: System_Collections_Generic.IComparer_1<TKey>): Rewrap<this, System_Collections_Immutable.ImmutableSortedDictionary_2<TKey, TValue>>;
485
+ ToImmutableSortedDictionary<TSource, TKey, TValue>(this: System_Collections_Generic.IEnumerable_1<TSource>, keySelector: System.Func_2<TSource, TKey>, elementSelector: System.Func_2<TSource, TValue>, keyComparer: System_Collections_Generic.IComparer_1<TKey> | null, valueComparer: System_Collections_Generic.IEqualityComparer_1<TValue> | null): Rewrap<this, System_Collections_Immutable.ImmutableSortedDictionary_2<TKey, TValue>>;
486
+ ToImmutableSortedDictionary<TSource, TKey, TValue>(this: System_Collections_Generic.IEnumerable_1<TSource>, keySelector: System.Func_2<TSource, TKey>, elementSelector: System.Func_2<TSource, TValue>, keyComparer: System_Collections_Generic.IComparer_1<TKey> | null): Rewrap<this, System_Collections_Immutable.ImmutableSortedDictionary_2<TKey, TValue>>;
489
487
  ToImmutableSortedDictionary<TSource, TKey, TValue>(this: System_Collections_Generic.IEnumerable_1<TSource>, keySelector: System.Func_2<TSource, TKey>, elementSelector: System.Func_2<TSource, TValue>): Rewrap<this, System_Collections_Immutable.ImmutableSortedDictionary_2<TKey, TValue>>;
490
- ToImmutableSortedDictionary<TKey, TValue>(this: System_Collections_Generic.IEnumerable_1<System_Collections_Generic.KeyValuePair_2<TKey, TValue>>, keyComparer: System_Collections_Generic.IComparer_1<TKey>, valueComparer: System_Collections_Generic.IEqualityComparer_1<TValue>): Rewrap<this, System_Collections_Immutable.ImmutableSortedDictionary_2<TKey, TValue>>;
491
- ToImmutableSortedDictionary<TKey, TValue>(this: System_Collections_Generic.IEnumerable_1<System_Collections_Generic.KeyValuePair_2<TKey, TValue>>, keyComparer: System_Collections_Generic.IComparer_1<TKey>): Rewrap<this, System_Collections_Immutable.ImmutableSortedDictionary_2<TKey, TValue>>;
488
+ ToImmutableSortedDictionary<TKey, TValue>(this: System_Collections_Generic.IEnumerable_1<System_Collections_Generic.KeyValuePair_2<TKey, TValue>>, keyComparer: System_Collections_Generic.IComparer_1<TKey> | null, valueComparer: System_Collections_Generic.IEqualityComparer_1<TValue> | null): Rewrap<this, System_Collections_Immutable.ImmutableSortedDictionary_2<TKey, TValue>>;
489
+ ToImmutableSortedDictionary<TKey, TValue>(this: System_Collections_Generic.IEnumerable_1<System_Collections_Generic.KeyValuePair_2<TKey, TValue>>, keyComparer: System_Collections_Generic.IComparer_1<TKey> | null): Rewrap<this, System_Collections_Immutable.ImmutableSortedDictionary_2<TKey, TValue>>;
492
490
  ToImmutableSortedDictionary<TKey, TValue>(this: System_Collections_Generic.IEnumerable_1<System_Collections_Generic.KeyValuePair_2<TKey, TValue>>): Rewrap<this, System_Collections_Immutable.ImmutableSortedDictionary_2<TKey, TValue>>;
493
491
  ToImmutableSortedSet<TSource>(this: System_Collections_Immutable.ImmutableSortedSet_1_Builder<TSource>): Rewrap<this, System_Collections_Immutable.ImmutableSortedSet_1<TSource>>;
494
- ToImmutableSortedSet<TSource>(this: System_Collections_Generic.IEnumerable_1<TSource>, comparer: System_Collections_Generic.IComparer_1<TSource>): Rewrap<this, System_Collections_Immutable.ImmutableSortedSet_1<TSource>>;
492
+ ToImmutableSortedSet<TSource>(this: System_Collections_Generic.IEnumerable_1<TSource>, comparer: System_Collections_Generic.IComparer_1<TSource> | null): Rewrap<this, System_Collections_Immutable.ImmutableSortedSet_1<TSource>>;
495
493
  ToImmutableSortedSet<TSource>(this: System_Collections_Generic.IEnumerable_1<TSource>): Rewrap<this, System_Collections_Immutable.ImmutableSortedSet_1<TSource>>;
496
494
  }
497
495
 
498
496
  // Generic helper type for extension methods in namespace: System.Collections.Immutable
499
497
  interface __TsonicExtApplier_System_Collections_Immutable {
500
- __tsonic_shape: unknown;
498
+ __tsonic_shape: JsValue;
501
499
  __tsonic_type: __TsonicExtMethods_System_Collections_Immutable;
502
500
  }
503
501
 
@@ -516,14 +514,14 @@ interface __TsonicExtMethods_System_Data {
516
514
  Cast<TResult>(this: System_Data.EnumerableRowCollection): Rewrap<this, System_Data.EnumerableRowCollection_1<TResult>>;
517
515
  CopyToDataTable<T extends System_Data.DataRow>(this: System_Collections_Generic.IEnumerable_1<T>): Rewrap<this, System_Data.DataTable>;
518
516
  CopyToDataTable<T extends System_Data.DataRow>(this: System_Collections_Generic.IEnumerable_1<T>, table: System_Data.DataTable, options: System_Data.LoadOption): Rewrap<this, void>;
519
- CopyToDataTable<T extends System_Data.DataRow>(this: System_Collections_Generic.IEnumerable_1<T>, table: System_Data.DataTable, options: System_Data.LoadOption, errorHandler: System_Data.FillErrorEventHandler): Rewrap<this, void>;
520
- ElementAtOrDefault<TRow extends System_Data.DataRow>(this: System_Data.TypedTableBase_1<TRow>, index: int): Rewrap<this, TRow | undefined>;
521
- Field<T>(this: System_Data.DataRow, columnName: string): Rewrap<this, T | undefined>;
522
- Field<T>(this: System_Data.DataRow, column: System_Data.DataColumn): Rewrap<this, T | undefined>;
523
- Field<T>(this: System_Data.DataRow, columnIndex: int): Rewrap<this, T | undefined>;
524
- Field<T>(this: System_Data.DataRow, columnIndex: int, version: System_Data.DataRowVersion): Rewrap<this, T | undefined>;
525
- Field<T>(this: System_Data.DataRow, columnName: string, version: System_Data.DataRowVersion): Rewrap<this, T | undefined>;
526
- Field<T>(this: System_Data.DataRow, column: System_Data.DataColumn, version: System_Data.DataRowVersion): Rewrap<this, T | undefined>;
517
+ CopyToDataTable<T extends System_Data.DataRow>(this: System_Collections_Generic.IEnumerable_1<T>, table: System_Data.DataTable, options: System_Data.LoadOption, errorHandler: System_Data.FillErrorEventHandler | null): Rewrap<this, void>;
518
+ ElementAtOrDefault<TRow extends System_Data.DataRow>(this: System_Data.TypedTableBase_1<TRow>, index: int): Rewrap<this, TRow | null>;
519
+ Field<T>(this: System_Data.DataRow, columnName: string): Rewrap<this, T | null>;
520
+ Field<T>(this: System_Data.DataRow, column: System_Data.DataColumn): Rewrap<this, T | null>;
521
+ Field<T>(this: System_Data.DataRow, columnIndex: int): Rewrap<this, T | null>;
522
+ Field<T>(this: System_Data.DataRow, columnIndex: int, version: System_Data.DataRowVersion): Rewrap<this, T | null>;
523
+ Field<T>(this: System_Data.DataRow, columnName: string, version: System_Data.DataRowVersion): Rewrap<this, T | null>;
524
+ Field<T>(this: System_Data.DataRow, column: System_Data.DataColumn, version: System_Data.DataRowVersion): Rewrap<this, T | null>;
527
525
  GetBoolean(this: System_Data_Common.DbDataReader, name: string): Rewrap<this, boolean>;
528
526
  GetByte(this: System_Data_Common.DbDataReader, name: string): Rewrap<this, byte>;
529
527
  GetBytes(this: System_Data_Common.DbDataReader, name: string, dataOffset: long, buffer: byte[], bufferOffset: int, length: int): Rewrap<this, long>;
@@ -543,11 +541,11 @@ interface __TsonicExtMethods_System_Data {
543
541
  GetInt32(this: System_Data_Common.DbDataReader, name: string): Rewrap<this, int>;
544
542
  GetInt64(this: System_Data_Common.DbDataReader, name: string): Rewrap<this, long>;
545
543
  GetProviderSpecificFieldType(this: System_Data_Common.DbDataReader, name: string): Rewrap<this, System.Type>;
546
- GetProviderSpecificValue(this: System_Data_Common.DbDataReader, name: string): Rewrap<this, unknown>;
544
+ GetProviderSpecificValue(this: System_Data_Common.DbDataReader, name: string): Rewrap<this, JsValue>;
547
545
  GetStream(this: System_Data_Common.DbDataReader, name: string): Rewrap<this, System_IO.Stream>;
548
546
  GetString(this: System_Data_Common.DbDataReader, name: string): Rewrap<this, string>;
549
547
  GetTextReader(this: System_Data_Common.DbDataReader, name: string): Rewrap<this, System_IO.TextReader>;
550
- GetValue(this: System_Data_Common.DbDataReader, name: string): Rewrap<this, unknown>;
548
+ GetValue(this: System_Data_Common.DbDataReader, name: string): Rewrap<this, JsValue>;
551
549
  IsDBNull(this: System_Data_Common.DbDataReader, name: string): Rewrap<this, boolean>;
552
550
  IsDBNullAsync(this: System_Data_Common.DbDataReader, name: string, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<System_Internal.Boolean>>;
553
551
  OrderBy<TRow, TKey>(this: System_Data.EnumerableRowCollection_1<TRow>, keySelector: System.Func_2<TRow, TKey>): Rewrap<this, System_Data.OrderedEnumerableRowCollection_1<TRow>>;
@@ -560,9 +558,9 @@ interface __TsonicExtMethods_System_Data {
560
558
  OrderByDescending<TRow extends System_Data.DataRow, TKey>(this: System_Data.TypedTableBase_1<TRow>, keySelector: System.Func_2<TRow, TKey>, comparer: System_Collections_Generic.IComparer_1<TKey>): Rewrap<this, System_Data.OrderedEnumerableRowCollection_1<TRow>>;
561
559
  Select<TRow, S>(this: System_Data.EnumerableRowCollection_1<TRow>, selector: System.Func_2<TRow, S>): Rewrap<this, System_Data.EnumerableRowCollection_1<S>>;
562
560
  Select<TRow extends System_Data.DataRow, S>(this: System_Data.TypedTableBase_1<TRow>, selector: System.Func_2<TRow, S>): Rewrap<this, System_Data.EnumerableRowCollection_1<S>>;
563
- SetField<T>(this: System_Data.DataRow, columnIndex: int, value: T): Rewrap<this, void>;
564
- SetField<T>(this: System_Data.DataRow, columnName: string, value: T): Rewrap<this, void>;
565
- SetField<T>(this: System_Data.DataRow, column: System_Data.DataColumn, value: T): Rewrap<this, void>;
561
+ SetField<T>(this: System_Data.DataRow, columnIndex: int, value: T | null): Rewrap<this, void>;
562
+ SetField<T>(this: System_Data.DataRow, columnName: string, value: T | null): Rewrap<this, void>;
563
+ SetField<T>(this: System_Data.DataRow, column: System_Data.DataColumn, value: T | null): Rewrap<this, void>;
566
564
  ThenBy<TRow, TKey>(this: System_Data.OrderedEnumerableRowCollection_1<TRow>, keySelector: System.Func_2<TRow, TKey>): Rewrap<this, System_Data.OrderedEnumerableRowCollection_1<TRow>>;
567
565
  ThenBy<TRow, TKey>(this: System_Data.OrderedEnumerableRowCollection_1<TRow>, keySelector: System.Func_2<TRow, TKey>, comparer: System_Collections_Generic.IComparer_1<TKey>): Rewrap<this, System_Data.OrderedEnumerableRowCollection_1<TRow>>;
568
566
  ThenByDescending<TRow, TKey>(this: System_Data.OrderedEnumerableRowCollection_1<TRow>, keySelector: System.Func_2<TRow, TKey>): Rewrap<this, System_Data.OrderedEnumerableRowCollection_1<TRow>>;
@@ -573,7 +571,7 @@ interface __TsonicExtMethods_System_Data {
573
571
 
574
572
  // Generic helper type for extension methods in namespace: System.Data
575
573
  interface __TsonicExtApplier_System_Data {
576
- __tsonic_shape: unknown;
574
+ __tsonic_shape: JsValue;
577
575
  __tsonic_type: __TsonicExtMethods_System_Data;
578
576
  }
579
577
 
@@ -591,7 +589,7 @@ interface __TsonicExtMethods_System_Data_Common {
591
589
 
592
590
  // Generic helper type for extension methods in namespace: System.Data.Common
593
591
  interface __TsonicExtApplier_System_Data_Common {
594
- __tsonic_shape: unknown;
592
+ __tsonic_shape: JsValue;
595
593
  __tsonic_type: __TsonicExtMethods_System_Data_Common;
596
594
  }
597
595
 
@@ -612,7 +610,7 @@ interface __TsonicExtMethods_System_Diagnostics {
612
610
 
613
611
  // Generic helper type for extension methods in namespace: System.Diagnostics
614
612
  interface __TsonicExtApplier_System_Diagnostics {
615
- __tsonic_shape: unknown;
613
+ __tsonic_shape: JsValue;
616
614
  __tsonic_type: __TsonicExtMethods_System_Diagnostics;
617
615
  }
618
616
 
@@ -623,12 +621,12 @@ export type ExtensionMethods_System_Diagnostics<TShape> =
623
621
 
624
622
  // Extension method table for namespace: System.Diagnostics.Metrics
625
623
  interface __TsonicExtMethods_System_Diagnostics_Metrics {
626
- Create(this: System_Diagnostics_Metrics.IMeterFactory, name: string, version?: string, tags?: System_Collections_Generic.IEnumerable_1<System_Collections_Generic.KeyValuePair_2<System_Internal.String, unknown>>): Rewrap<this, System_Diagnostics_Metrics.Meter>;
624
+ Create(this: System_Diagnostics_Metrics.IMeterFactory, name: string, version?: string | null, tags?: System_Collections_Generic.IEnumerable_1<System_Collections_Generic.KeyValuePair_2<System_Internal.String, JsValue>> | null): Rewrap<this, System_Diagnostics_Metrics.Meter>;
627
625
  }
628
626
 
629
627
  // Generic helper type for extension methods in namespace: System.Diagnostics.Metrics
630
628
  interface __TsonicExtApplier_System_Diagnostics_Metrics {
631
- __tsonic_shape: unknown;
629
+ __tsonic_shape: JsValue;
632
630
  __tsonic_type: __TsonicExtMethods_System_Diagnostics_Metrics;
633
631
  }
634
632
 
@@ -644,7 +642,7 @@ interface __TsonicExtMethods_System_Globalization {
644
642
 
645
643
  // Generic helper type for extension methods in namespace: System.Globalization
646
644
  interface __TsonicExtApplier_System_Globalization {
647
- __tsonic_shape: unknown;
645
+ __tsonic_shape: JsValue;
648
646
  __tsonic_type: __TsonicExtMethods_System_Globalization;
649
647
  }
650
648
 
@@ -656,7 +654,7 @@ export type ExtensionMethods_System_Globalization<TShape> =
656
654
  // Extension method table for namespace: System.IO
657
655
  interface __TsonicExtMethods_System_IO {
658
656
  Create(this: System_IO.DirectoryInfo, directorySecurity: System_Security_AccessControl.DirectorySecurity): Rewrap<this, void>;
659
- Create(this: System_IO.FileInfo, mode: System_IO.FileMode, rights: System_Security_AccessControl.FileSystemRights, share: System_IO.FileShare, bufferSize: int, options: System_IO.FileOptions, fileSecurity: System_Security_AccessControl.FileSecurity): Rewrap<this, System_IO.FileStream>;
657
+ Create(this: System_IO.FileInfo, mode: System_IO.FileMode, rights: System_Security_AccessControl.FileSystemRights, share: System_IO.FileShare, bufferSize: int, options: System_IO.FileOptions, fileSecurity: System_Security_AccessControl.FileSecurity | null): Rewrap<this, System_IO.FileStream>;
660
658
  CreateDirectory(this: System_Security_AccessControl.DirectorySecurity, path: string): Rewrap<this, System_IO.DirectoryInfo>;
661
659
  GetAccessControl(this: System_IO.DirectoryInfo): Rewrap<this, System_Security_AccessControl.DirectorySecurity>;
662
660
  GetAccessControl(this: System_IO.DirectoryInfo, includeSections: System_Security_AccessControl.AccessControlSections): Rewrap<this, System_Security_AccessControl.DirectorySecurity>;
@@ -670,7 +668,7 @@ interface __TsonicExtMethods_System_IO {
670
668
 
671
669
  // Generic helper type for extension methods in namespace: System.IO
672
670
  interface __TsonicExtApplier_System_IO {
673
- __tsonic_shape: unknown;
671
+ __tsonic_shape: JsValue;
674
672
  __tsonic_type: __TsonicExtMethods_System_IO;
675
673
  }
676
674
 
@@ -697,7 +695,7 @@ interface __TsonicExtMethods_System_IO_Compression {
697
695
 
698
696
  // Generic helper type for extension methods in namespace: System.IO.Compression
699
697
  interface __TsonicExtApplier_System_IO_Compression {
700
- __tsonic_shape: unknown;
698
+ __tsonic_shape: JsValue;
701
699
  __tsonic_type: __TsonicExtMethods_System_IO_Compression;
702
700
  }
703
701
 
@@ -713,7 +711,7 @@ interface __TsonicExtMethods_System_IO_Pipelines {
713
711
 
714
712
  // Generic helper type for extension methods in namespace: System.IO.Pipelines
715
713
  interface __TsonicExtApplier_System_IO_Pipelines {
716
- __tsonic_shape: unknown;
714
+ __tsonic_shape: JsValue;
717
715
  __tsonic_type: __TsonicExtMethods_System_IO_Pipelines;
718
716
  }
719
717
 
@@ -730,7 +728,7 @@ interface __TsonicExtMethods_System_IO_Pipes {
730
728
 
731
729
  // Generic helper type for extension methods in namespace: System.IO.Pipes
732
730
  interface __TsonicExtApplier_System_IO_Pipes {
733
- __tsonic_shape: unknown;
731
+ __tsonic_shape: JsValue;
734
732
  __tsonic_type: __TsonicExtMethods_System_IO_Pipes;
735
733
  }
736
734
 
@@ -741,7 +739,7 @@ export type ExtensionMethods_System_IO_Pipes<TShape> =
741
739
 
742
740
  // Extension method table for namespace: System.Linq
743
741
  interface __TsonicExtMethods_System_Linq {
744
- Aggregate<T>(this: System_Collections_Immutable.ImmutableArray_1<T>, func: System.Func_3<T, T, T>): Rewrap<this, T | undefined>;
742
+ Aggregate<T>(this: System_Collections_Immutable.ImmutableArray_1<T>, func: System.Func_3<T, T, T>): Rewrap<this, T | null>;
745
743
  Aggregate<TAccumulate, T>(this: System_Collections_Immutable.ImmutableArray_1<T>, seed: TAccumulate, func: System.Func_3<TAccumulate, T, TAccumulate>): Rewrap<this, TAccumulate>;
746
744
  Aggregate<TAccumulate, TResult, T>(this: System_Collections_Immutable.ImmutableArray_1<T>, seed: TAccumulate, func: System.Func_3<TAccumulate, T, TAccumulate>, resultSelector: System.Func_2<TAccumulate, TResult>): Rewrap<this, TResult>;
747
745
  Aggregate<TSource>(this: System_Linq.IQueryable_1<TSource>, func: System_Linq_Expressions.Expression_1<System.Func_3<TSource, TSource, TSource>>): Rewrap<this, TSource>;
@@ -761,23 +759,23 @@ interface __TsonicExtMethods_System_Linq {
761
759
  AggregateAsync<TSource, TAccumulate>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, seed: TAccumulate, func: System.Func_4<TAccumulate, TSource, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TAccumulate>>, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.ValueTask_1<TAccumulate>>;
762
760
  AggregateAsync<TSource, TAccumulate, TResult>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, seed: TAccumulate, func: System.Func_3<TAccumulate, TSource, TAccumulate>, resultSelector: System.Func_2<TAccumulate, TResult>, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.ValueTask_1<TResult>>;
763
761
  AggregateAsync<TSource, TAccumulate, TResult>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, seed: TAccumulate, func: System.Func_4<TAccumulate, TSource, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TAccumulate>>, resultSelector: System.Func_3<TAccumulate, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TResult>>, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.ValueTask_1<TResult>>;
764
- AggregateBy<TSource, TKey, TAccumulate>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, keySelector: System.Func_2<TSource, TKey>, seed: TAccumulate, func: System.Func_3<TAccumulate, TSource, TAccumulate>, keyComparer?: System_Collections_Generic.IEqualityComparer_1<TKey>): Rewrap<this, System_Collections_Generic.IAsyncEnumerable_1<System_Collections_Generic.KeyValuePair_2<TKey, TAccumulate>>>;
765
- AggregateBy<TSource, TKey, TAccumulate>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, keySelector: System.Func_3<TSource, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TKey>>, seed: TAccumulate, func: System.Func_4<TAccumulate, TSource, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TAccumulate>>, keyComparer?: System_Collections_Generic.IEqualityComparer_1<TKey>): Rewrap<this, System_Collections_Generic.IAsyncEnumerable_1<System_Collections_Generic.KeyValuePair_2<TKey, TAccumulate>>>;
766
- AggregateBy<TSource, TKey, TAccumulate>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, keySelector: System.Func_2<TSource, TKey>, seedSelector: System.Func_2<TKey, TAccumulate>, func: System.Func_3<TAccumulate, TSource, TAccumulate>, keyComparer?: System_Collections_Generic.IEqualityComparer_1<TKey>): Rewrap<this, System_Collections_Generic.IAsyncEnumerable_1<System_Collections_Generic.KeyValuePair_2<TKey, TAccumulate>>>;
767
- AggregateBy<TSource, TKey, TAccumulate>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, keySelector: System.Func_3<TSource, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TKey>>, seedSelector: System.Func_3<TKey, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TAccumulate>>, func: System.Func_4<TAccumulate, TSource, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TAccumulate>>, keyComparer?: System_Collections_Generic.IEqualityComparer_1<TKey>): Rewrap<this, System_Collections_Generic.IAsyncEnumerable_1<System_Collections_Generic.KeyValuePair_2<TKey, TAccumulate>>>;
768
- AggregateBy<TSource, TKey, TAccumulate>(this: System_Linq.IQueryable_1<TSource>, keySelector: System_Linq_Expressions.Expression_1<System.Func_2<TSource, TKey>>, seed: TAccumulate, func: System_Linq_Expressions.Expression_1<System.Func_3<TAccumulate, TSource, TAccumulate>>, keyComparer?: System_Collections_Generic.IEqualityComparer_1<TKey>): Rewrap<this, System_Linq.IQueryable_1<System_Collections_Generic.KeyValuePair_2<TKey, TAccumulate>>>;
769
- AggregateBy<TSource, TKey, TAccumulate>(this: System_Linq.IQueryable_1<TSource>, keySelector: System_Linq_Expressions.Expression_1<System.Func_2<TSource, TKey>>, seedSelector: System_Linq_Expressions.Expression_1<System.Func_2<TKey, TAccumulate>>, func: System_Linq_Expressions.Expression_1<System.Func_3<TAccumulate, TSource, TAccumulate>>, keyComparer?: System_Collections_Generic.IEqualityComparer_1<TKey>): Rewrap<this, System_Linq.IQueryable_1<System_Collections_Generic.KeyValuePair_2<TKey, TAccumulate>>>;
770
- AggregateBy<TSource, TKey, TAccumulate>(this: System_Collections_Generic.IEnumerable_1<TSource>, keySelector: System.Func_2<TSource, TKey>, seed: TAccumulate, func: System.Func_3<TAccumulate, TSource, TAccumulate>, keyComparer?: System_Collections_Generic.IEqualityComparer_1<TKey>): Rewrap<this, System_Collections_Generic.IEnumerable_1<System_Collections_Generic.KeyValuePair_2<TKey, TAccumulate>>>;
771
- AggregateBy<TSource, TKey, TAccumulate>(this: System_Collections_Generic.IEnumerable_1<TSource>, keySelector: System.Func_2<TSource, TKey>, seedSelector: System.Func_2<TKey, TAccumulate>, func: System.Func_3<TAccumulate, TSource, TAccumulate>, keyComparer?: System_Collections_Generic.IEqualityComparer_1<TKey>): Rewrap<this, System_Collections_Generic.IEnumerable_1<System_Collections_Generic.KeyValuePair_2<TKey, TAccumulate>>>;
762
+ AggregateBy<TSource, TKey, TAccumulate>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, keySelector: System.Func_2<TSource, TKey>, seed: TAccumulate, func: System.Func_3<TAccumulate, TSource, TAccumulate>, keyComparer?: System_Collections_Generic.IEqualityComparer_1<TKey> | null): Rewrap<this, System_Collections_Generic.IAsyncEnumerable_1<System_Collections_Generic.KeyValuePair_2<TKey, TAccumulate>>>;
763
+ AggregateBy<TSource, TKey, TAccumulate>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, keySelector: System.Func_3<TSource, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TKey>>, seed: TAccumulate, func: System.Func_4<TAccumulate, TSource, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TAccumulate>>, keyComparer?: System_Collections_Generic.IEqualityComparer_1<TKey> | null): Rewrap<this, System_Collections_Generic.IAsyncEnumerable_1<System_Collections_Generic.KeyValuePair_2<TKey, TAccumulate>>>;
764
+ AggregateBy<TSource, TKey, TAccumulate>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, keySelector: System.Func_2<TSource, TKey>, seedSelector: System.Func_2<TKey, TAccumulate>, func: System.Func_3<TAccumulate, TSource, TAccumulate>, keyComparer?: System_Collections_Generic.IEqualityComparer_1<TKey> | null): Rewrap<this, System_Collections_Generic.IAsyncEnumerable_1<System_Collections_Generic.KeyValuePair_2<TKey, TAccumulate>>>;
765
+ AggregateBy<TSource, TKey, TAccumulate>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, keySelector: System.Func_3<TSource, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TKey>>, seedSelector: System.Func_3<TKey, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TAccumulate>>, func: System.Func_4<TAccumulate, TSource, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TAccumulate>>, keyComparer?: System_Collections_Generic.IEqualityComparer_1<TKey> | null): Rewrap<this, System_Collections_Generic.IAsyncEnumerable_1<System_Collections_Generic.KeyValuePair_2<TKey, TAccumulate>>>;
766
+ AggregateBy<TSource, TKey, TAccumulate>(this: System_Linq.IQueryable_1<TSource>, keySelector: System_Linq_Expressions.Expression_1<System.Func_2<TSource, TKey>>, seed: TAccumulate, func: System_Linq_Expressions.Expression_1<System.Func_3<TAccumulate, TSource, TAccumulate>>, keyComparer?: System_Collections_Generic.IEqualityComparer_1<TKey> | null): Rewrap<this, System_Linq.IQueryable_1<System_Collections_Generic.KeyValuePair_2<TKey, TAccumulate>>>;
767
+ AggregateBy<TSource, TKey, TAccumulate>(this: System_Linq.IQueryable_1<TSource>, keySelector: System_Linq_Expressions.Expression_1<System.Func_2<TSource, TKey>>, seedSelector: System_Linq_Expressions.Expression_1<System.Func_2<TKey, TAccumulate>>, func: System_Linq_Expressions.Expression_1<System.Func_3<TAccumulate, TSource, TAccumulate>>, keyComparer?: System_Collections_Generic.IEqualityComparer_1<TKey> | null): Rewrap<this, System_Linq.IQueryable_1<System_Collections_Generic.KeyValuePair_2<TKey, TAccumulate>>>;
768
+ AggregateBy<TSource, TKey, TAccumulate>(this: System_Collections_Generic.IEnumerable_1<TSource>, keySelector: System.Func_2<TSource, TKey>, seed: TAccumulate, func: System.Func_3<TAccumulate, TSource, TAccumulate>, keyComparer?: System_Collections_Generic.IEqualityComparer_1<TKey> | null): Rewrap<this, System_Collections_Generic.IEnumerable_1<System_Collections_Generic.KeyValuePair_2<TKey, TAccumulate>>>;
769
+ AggregateBy<TSource, TKey, TAccumulate>(this: System_Collections_Generic.IEnumerable_1<TSource>, keySelector: System.Func_2<TSource, TKey>, seedSelector: System.Func_2<TKey, TAccumulate>, func: System.Func_3<TAccumulate, TSource, TAccumulate>, keyComparer?: System_Collections_Generic.IEqualityComparer_1<TKey> | null): Rewrap<this, System_Collections_Generic.IEnumerable_1<System_Collections_Generic.KeyValuePair_2<TKey, TAccumulate>>>;
772
770
  All<T>(this: System_Collections_Immutable.ImmutableArray_1<T>, predicate: System.Func_2<T, System_Internal.Boolean>): Rewrap<this, boolean>;
773
771
  All<TSource>(this: System_Linq.IQueryable_1<TSource>, predicate: System_Linq_Expressions.Expression_1<System.Func_2<TSource, System_Internal.Boolean>>): Rewrap<this, boolean>;
774
772
  All<TSource>(this: System_Linq.ParallelQuery_1<TSource>, predicate: System.Func_2<TSource, System_Internal.Boolean>): Rewrap<this, boolean>;
775
773
  All<TSource>(this: System_Collections_Generic.IEnumerable_1<TSource>, predicate: System.Func_2<TSource, System_Internal.Boolean>): Rewrap<this, boolean>;
776
774
  AllAsync<TSource>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, predicate: System.Func_2<TSource, System_Internal.Boolean>, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.ValueTask_1<System_Internal.Boolean>>;
777
775
  AllAsync<TSource>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, predicate: System.Func_3<TSource, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<System_Internal.Boolean>>, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.ValueTask_1<System_Internal.Boolean>>;
776
+ Any<T>(this: System_Collections_Immutable.ImmutableArray_1_Builder<T>): Rewrap<this, boolean>;
778
777
  Any<T>(this: System_Collections_Immutable.ImmutableArray_1<T>): Rewrap<this, boolean>;
779
778
  Any<T>(this: System_Collections_Immutable.ImmutableArray_1<T>, predicate: System.Func_2<T, System_Internal.Boolean>): Rewrap<this, boolean>;
780
- Any<T>(this: System_Collections_Immutable.ImmutableArray_1_Builder<T>): Rewrap<this, boolean>;
781
779
  Any<TSource>(this: System_Linq.IQueryable_1<TSource>): Rewrap<this, boolean>;
782
780
  Any<TSource>(this: System_Linq.IQueryable_1<TSource>, predicate: System_Linq_Expressions.Expression_1<System.Func_2<TSource, System_Internal.Boolean>>): Rewrap<this, boolean>;
783
781
  Any<TSource>(this: System_Linq.ParallelQuery_1<TSource>, predicate: System.Func_2<TSource, System_Internal.Boolean>): Rewrap<this, boolean>;
@@ -859,7 +857,7 @@ interface __TsonicExtMethods_System_Linq {
859
857
  AverageAsync(this: System_Collections_Generic.IAsyncEnumerable_1<System.Nullable_1<System_Internal.Single>>, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.ValueTask_1<System.Nullable_1<System_Internal.Single>>>;
860
858
  AverageAsync(this: System_Collections_Generic.IAsyncEnumerable_1<System.Nullable_1<System_Internal.Double>>, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.ValueTask_1<System.Nullable_1<System_Internal.Double>>>;
861
859
  AverageAsync(this: System_Collections_Generic.IAsyncEnumerable_1<System.Nullable_1<System_Internal.Decimal>>, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.ValueTask_1<System.Nullable_1<System_Internal.Decimal>>>;
862
- Cast<TResult>(this: System_Collections_Generic.IAsyncEnumerable_1<unknown>): Rewrap<this, System_Collections_Generic.IAsyncEnumerable_1<TResult>>;
860
+ Cast<TResult>(this: System_Collections_Generic.IAsyncEnumerable_1<JsValue | null>): Rewrap<this, System_Collections_Generic.IAsyncEnumerable_1<TResult>>;
863
861
  Cast<TResult>(this: System_Linq.IQueryable): Rewrap<this, System_Linq.IQueryable_1<TResult>>;
864
862
  Cast<TResult>(this: System_Linq.ParallelQuery): Rewrap<this, System_Linq.ParallelQuery_1<TResult>>;
865
863
  Cast<TResult>(this: System_Collections.IEnumerable): Rewrap<this, System_Collections_Generic.IEnumerable_1<TResult>>;
@@ -872,12 +870,12 @@ interface __TsonicExtMethods_System_Linq {
872
870
  Concat<TSource>(this: System_Linq.ParallelQuery_1<TSource>, second: System_Collections_Generic.IEnumerable_1<TSource>): Rewrap<this, System_Linq.ParallelQuery_1<TSource>>;
873
871
  Concat<TSource>(this: System_Collections_Generic.IEnumerable_1<TSource>, second: System_Collections_Generic.IEnumerable_1<TSource>): Rewrap<this, System_Collections_Generic.IEnumerable_1<TSource>>;
874
872
  Contains<TSource>(this: System_Linq.IQueryable_1<TSource>, item: TSource): Rewrap<this, boolean>;
875
- Contains<TSource>(this: System_Linq.IQueryable_1<TSource>, item: TSource, comparer: System_Collections_Generic.IEqualityComparer_1<TSource>): Rewrap<this, boolean>;
873
+ Contains<TSource>(this: System_Linq.IQueryable_1<TSource>, item: TSource, comparer: System_Collections_Generic.IEqualityComparer_1<TSource> | null): Rewrap<this, boolean>;
876
874
  Contains<TSource>(this: System_Linq.ParallelQuery_1<TSource>, value: TSource): Rewrap<this, boolean>;
877
- Contains<TSource>(this: System_Linq.ParallelQuery_1<TSource>, value: TSource, comparer: System_Collections_Generic.IEqualityComparer_1<TSource>): Rewrap<this, boolean>;
875
+ Contains<TSource>(this: System_Linq.ParallelQuery_1<TSource>, value: TSource, comparer: System_Collections_Generic.IEqualityComparer_1<TSource> | null): Rewrap<this, boolean>;
878
876
  Contains<TSource>(this: System_Collections_Generic.IEnumerable_1<TSource>, value: TSource): Rewrap<this, boolean>;
879
- Contains<TSource>(this: System_Collections_Generic.IEnumerable_1<TSource>, value: TSource, comparer: System_Collections_Generic.IEqualityComparer_1<TSource>): Rewrap<this, boolean>;
880
- ContainsAsync<TSource>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, value: TSource, comparer?: System_Collections_Generic.IEqualityComparer_1<TSource>, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.ValueTask_1<System_Internal.Boolean>>;
877
+ Contains<TSource>(this: System_Collections_Generic.IEnumerable_1<TSource>, value: TSource, comparer: System_Collections_Generic.IEqualityComparer_1<TSource> | null): Rewrap<this, boolean>;
878
+ ContainsAsync<TSource>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, value: TSource, comparer?: System_Collections_Generic.IEqualityComparer_1<TSource> | null, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.ValueTask_1<System_Internal.Boolean>>;
881
879
  Count<TSource>(this: System_Linq.IQueryable_1<TSource>): Rewrap<this, int>;
882
880
  Count<TSource>(this: System_Linq.IQueryable_1<TSource>, predicate: System_Linq_Expressions.Expression_1<System.Func_2<TSource, System_Internal.Boolean>>): Rewrap<this, int>;
883
881
  Count<TSource>(this: System_Linq.ParallelQuery_1<TSource>): Rewrap<this, int>;
@@ -887,31 +885,31 @@ interface __TsonicExtMethods_System_Linq {
887
885
  CountAsync<TSource>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.ValueTask_1<System_Internal.Int32>>;
888
886
  CountAsync<TSource>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, predicate: System.Func_2<TSource, System_Internal.Boolean>, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.ValueTask_1<System_Internal.Int32>>;
889
887
  CountAsync<TSource>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, predicate: System.Func_3<TSource, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<System_Internal.Boolean>>, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.ValueTask_1<System_Internal.Int32>>;
890
- CountBy<TSource, TKey>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, keySelector: System.Func_2<TSource, TKey>, keyComparer?: System_Collections_Generic.IEqualityComparer_1<TKey>): Rewrap<this, System_Collections_Generic.IAsyncEnumerable_1<System_Collections_Generic.KeyValuePair_2<TKey, System_Internal.Int32>>>;
891
- CountBy<TSource, TKey>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, keySelector: System.Func_3<TSource, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TKey>>, keyComparer?: System_Collections_Generic.IEqualityComparer_1<TKey>): Rewrap<this, System_Collections_Generic.IAsyncEnumerable_1<System_Collections_Generic.KeyValuePair_2<TKey, System_Internal.Int32>>>;
892
- CountBy<TSource, TKey>(this: System_Linq.IQueryable_1<TSource>, keySelector: System_Linq_Expressions.Expression_1<System.Func_2<TSource, TKey>>, comparer?: System_Collections_Generic.IEqualityComparer_1<TKey>): Rewrap<this, System_Linq.IQueryable_1<System_Collections_Generic.KeyValuePair_2<TKey, System_Internal.Int32>>>;
893
- CountBy<TSource, TKey>(this: System_Collections_Generic.IEnumerable_1<TSource>, keySelector: System.Func_2<TSource, TKey>, keyComparer?: System_Collections_Generic.IEqualityComparer_1<TKey>): Rewrap<this, System_Collections_Generic.IEnumerable_1<System_Collections_Generic.KeyValuePair_2<TKey, System_Internal.Int32>>>;
894
- DefaultIfEmpty<TSource>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>): Rewrap<this, System_Collections_Generic.IAsyncEnumerable_1<TSource | undefined>>;
888
+ CountBy<TSource, TKey>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, keySelector: System.Func_2<TSource, TKey>, keyComparer?: System_Collections_Generic.IEqualityComparer_1<TKey> | null): Rewrap<this, System_Collections_Generic.IAsyncEnumerable_1<System_Collections_Generic.KeyValuePair_2<TKey, System_Internal.Int32>>>;
889
+ CountBy<TSource, TKey>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, keySelector: System.Func_3<TSource, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TKey>>, keyComparer?: System_Collections_Generic.IEqualityComparer_1<TKey> | null): Rewrap<this, System_Collections_Generic.IAsyncEnumerable_1<System_Collections_Generic.KeyValuePair_2<TKey, System_Internal.Int32>>>;
890
+ CountBy<TSource, TKey>(this: System_Linq.IQueryable_1<TSource>, keySelector: System_Linq_Expressions.Expression_1<System.Func_2<TSource, TKey>>, comparer?: System_Collections_Generic.IEqualityComparer_1<TKey> | null): Rewrap<this, System_Linq.IQueryable_1<System_Collections_Generic.KeyValuePair_2<TKey, System_Internal.Int32>>>;
891
+ CountBy<TSource, TKey>(this: System_Collections_Generic.IEnumerable_1<TSource>, keySelector: System.Func_2<TSource, TKey>, keyComparer?: System_Collections_Generic.IEqualityComparer_1<TKey> | null): Rewrap<this, System_Collections_Generic.IEnumerable_1<System_Collections_Generic.KeyValuePair_2<TKey, System_Internal.Int32>>>;
892
+ DefaultIfEmpty<TSource>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>): Rewrap<this, System_Collections_Generic.IAsyncEnumerable_1<TSource | null>>;
895
893
  DefaultIfEmpty<TSource>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, defaultValue: TSource): Rewrap<this, System_Collections_Generic.IAsyncEnumerable_1<TSource>>;
896
- DefaultIfEmpty<TSource>(this: System_Linq.IQueryable_1<TSource>): Rewrap<this, System_Linq.IQueryable_1<TSource | undefined>>;
894
+ DefaultIfEmpty<TSource>(this: System_Linq.IQueryable_1<TSource>): Rewrap<this, System_Linq.IQueryable_1<TSource | null>>;
897
895
  DefaultIfEmpty<TSource>(this: System_Linq.IQueryable_1<TSource>, defaultValue: TSource): Rewrap<this, System_Linq.IQueryable_1<TSource>>;
898
- DefaultIfEmpty<TSource>(this: System_Linq.ParallelQuery_1<TSource>): Rewrap<this, System_Linq.ParallelQuery_1<TSource | undefined>>;
896
+ DefaultIfEmpty<TSource>(this: System_Linq.ParallelQuery_1<TSource>): Rewrap<this, System_Linq.ParallelQuery_1<TSource | null>>;
899
897
  DefaultIfEmpty<TSource>(this: System_Linq.ParallelQuery_1<TSource>, defaultValue: TSource): Rewrap<this, System_Linq.ParallelQuery_1<TSource>>;
900
- DefaultIfEmpty<TSource>(this: System_Collections_Generic.IEnumerable_1<TSource>): Rewrap<this, System_Collections_Generic.IEnumerable_1<TSource | undefined>>;
898
+ DefaultIfEmpty<TSource>(this: System_Collections_Generic.IEnumerable_1<TSource>): Rewrap<this, System_Collections_Generic.IEnumerable_1<TSource | null>>;
901
899
  DefaultIfEmpty<TSource>(this: System_Collections_Generic.IEnumerable_1<TSource>, defaultValue: TSource): Rewrap<this, System_Collections_Generic.IEnumerable_1<TSource>>;
902
- Distinct<TSource>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, comparer?: System_Collections_Generic.IEqualityComparer_1<TSource>): Rewrap<this, System_Collections_Generic.IAsyncEnumerable_1<TSource>>;
900
+ Distinct<TSource>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, comparer?: System_Collections_Generic.IEqualityComparer_1<TSource> | null): Rewrap<this, System_Collections_Generic.IAsyncEnumerable_1<TSource>>;
903
901
  Distinct<TSource>(this: System_Linq.IQueryable_1<TSource>): Rewrap<this, System_Linq.IQueryable_1<TSource>>;
904
- Distinct<TSource>(this: System_Linq.IQueryable_1<TSource>, comparer: System_Collections_Generic.IEqualityComparer_1<TSource>): Rewrap<this, System_Linq.IQueryable_1<TSource>>;
902
+ Distinct<TSource>(this: System_Linq.IQueryable_1<TSource>, comparer: System_Collections_Generic.IEqualityComparer_1<TSource> | null): Rewrap<this, System_Linq.IQueryable_1<TSource>>;
905
903
  Distinct<TSource>(this: System_Linq.ParallelQuery_1<TSource>): Rewrap<this, System_Linq.ParallelQuery_1<TSource>>;
906
- Distinct<TSource>(this: System_Linq.ParallelQuery_1<TSource>, comparer: System_Collections_Generic.IEqualityComparer_1<TSource>): Rewrap<this, System_Linq.ParallelQuery_1<TSource>>;
904
+ Distinct<TSource>(this: System_Linq.ParallelQuery_1<TSource>, comparer: System_Collections_Generic.IEqualityComparer_1<TSource> | null): Rewrap<this, System_Linq.ParallelQuery_1<TSource>>;
907
905
  Distinct<TSource>(this: System_Collections_Generic.IEnumerable_1<TSource>): Rewrap<this, System_Collections_Generic.IEnumerable_1<TSource>>;
908
- Distinct<TSource>(this: System_Collections_Generic.IEnumerable_1<TSource>, comparer: System_Collections_Generic.IEqualityComparer_1<TSource>): Rewrap<this, System_Collections_Generic.IEnumerable_1<TSource>>;
909
- DistinctBy<TSource, TKey>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, keySelector: System.Func_2<TSource, TKey>, comparer?: System_Collections_Generic.IEqualityComparer_1<TKey>): Rewrap<this, System_Collections_Generic.IAsyncEnumerable_1<TSource>>;
910
- DistinctBy<TSource, TKey>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, keySelector: System.Func_3<TSource, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TKey>>, comparer?: System_Collections_Generic.IEqualityComparer_1<TKey>): Rewrap<this, System_Collections_Generic.IAsyncEnumerable_1<TSource>>;
906
+ Distinct<TSource>(this: System_Collections_Generic.IEnumerable_1<TSource>, comparer: System_Collections_Generic.IEqualityComparer_1<TSource> | null): Rewrap<this, System_Collections_Generic.IEnumerable_1<TSource>>;
907
+ DistinctBy<TSource, TKey>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, keySelector: System.Func_2<TSource, TKey>, comparer?: System_Collections_Generic.IEqualityComparer_1<TKey> | null): Rewrap<this, System_Collections_Generic.IAsyncEnumerable_1<TSource>>;
908
+ DistinctBy<TSource, TKey>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, keySelector: System.Func_3<TSource, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TKey>>, comparer?: System_Collections_Generic.IEqualityComparer_1<TKey> | null): Rewrap<this, System_Collections_Generic.IAsyncEnumerable_1<TSource>>;
911
909
  DistinctBy<TSource, TKey>(this: System_Linq.IQueryable_1<TSource>, keySelector: System_Linq_Expressions.Expression_1<System.Func_2<TSource, TKey>>): Rewrap<this, System_Linq.IQueryable_1<TSource>>;
912
- DistinctBy<TSource, TKey>(this: System_Linq.IQueryable_1<TSource>, keySelector: System_Linq_Expressions.Expression_1<System.Func_2<TSource, TKey>>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey>): Rewrap<this, System_Linq.IQueryable_1<TSource>>;
910
+ DistinctBy<TSource, TKey>(this: System_Linq.IQueryable_1<TSource>, keySelector: System_Linq_Expressions.Expression_1<System.Func_2<TSource, TKey>>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey> | null): Rewrap<this, System_Linq.IQueryable_1<TSource>>;
913
911
  DistinctBy<TSource, TKey>(this: System_Collections_Generic.IEnumerable_1<TSource>, keySelector: System.Func_2<TSource, TKey>): Rewrap<this, System_Collections_Generic.IEnumerable_1<TSource>>;
914
- DistinctBy<TSource, TKey>(this: System_Collections_Generic.IEnumerable_1<TSource>, keySelector: System.Func_2<TSource, TKey>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey>): Rewrap<this, System_Collections_Generic.IEnumerable_1<TSource>>;
912
+ DistinctBy<TSource, TKey>(this: System_Collections_Generic.IEnumerable_1<TSource>, keySelector: System.Func_2<TSource, TKey>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey> | null): Rewrap<this, System_Collections_Generic.IEnumerable_1<TSource>>;
915
913
  ElementAt<T>(this: System_Collections_Immutable.ImmutableArray_1<T>, index: int): Rewrap<this, T>;
916
914
  ElementAt<TSource>(this: System_Linq.IQueryable_1<TSource>, index: int): Rewrap<this, TSource>;
917
915
  ElementAt<TSource>(this: System_Linq.IQueryable_1<TSource>, index: System.Index): Rewrap<this, TSource>;
@@ -920,32 +918,32 @@ interface __TsonicExtMethods_System_Linq {
920
918
  ElementAt<TSource>(this: System_Collections_Generic.IEnumerable_1<TSource>, index: System.Index): Rewrap<this, TSource>;
921
919
  ElementAtAsync<TSource>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, index: int, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.ValueTask_1<TSource>>;
922
920
  ElementAtAsync<TSource>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, index: System.Index, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.ValueTask_1<TSource>>;
923
- ElementAtOrDefault<T>(this: System_Collections_Immutable.ImmutableArray_1<T>, index: int): Rewrap<this, T | undefined>;
924
- ElementAtOrDefault<TSource>(this: System_Linq.IQueryable_1<TSource>, index: int): Rewrap<this, TSource | undefined>;
925
- ElementAtOrDefault<TSource>(this: System_Linq.IQueryable_1<TSource>, index: System.Index): Rewrap<this, TSource | undefined>;
926
- ElementAtOrDefault<TSource>(this: System_Linq.ParallelQuery_1<TSource>, index: int): Rewrap<this, TSource | undefined>;
927
- ElementAtOrDefault<TSource>(this: System_Collections_Generic.IEnumerable_1<TSource>, index: int): Rewrap<this, TSource | undefined>;
928
- ElementAtOrDefault<TSource>(this: System_Collections_Generic.IEnumerable_1<TSource>, index: System.Index): Rewrap<this, TSource | undefined>;
921
+ ElementAtOrDefault<T>(this: System_Collections_Immutable.ImmutableArray_1<T>, index: int): Rewrap<this, T | null>;
922
+ ElementAtOrDefault<TSource>(this: System_Linq.IQueryable_1<TSource>, index: int): Rewrap<this, TSource | null>;
923
+ ElementAtOrDefault<TSource>(this: System_Linq.IQueryable_1<TSource>, index: System.Index): Rewrap<this, TSource | null>;
924
+ ElementAtOrDefault<TSource>(this: System_Linq.ParallelQuery_1<TSource>, index: int): Rewrap<this, TSource | null>;
925
+ ElementAtOrDefault<TSource>(this: System_Collections_Generic.IEnumerable_1<TSource>, index: int): Rewrap<this, TSource | null>;
926
+ ElementAtOrDefault<TSource>(this: System_Collections_Generic.IEnumerable_1<TSource>, index: System.Index): Rewrap<this, TSource | null>;
929
927
  ElementAtOrDefaultAsync<TSource>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, index: int, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.ValueTask_1<TSource>>;
930
928
  ElementAtOrDefaultAsync<TSource>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, index: System.Index, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.ValueTask_1<TSource>>;
931
- Except<TSource>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, second: System_Collections_Generic.IAsyncEnumerable_1<TSource>, comparer?: System_Collections_Generic.IEqualityComparer_1<TSource>): Rewrap<this, System_Collections_Generic.IAsyncEnumerable_1<TSource>>;
929
+ Except<TSource>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, second: System_Collections_Generic.IAsyncEnumerable_1<TSource>, comparer?: System_Collections_Generic.IEqualityComparer_1<TSource> | null): Rewrap<this, System_Collections_Generic.IAsyncEnumerable_1<TSource>>;
932
930
  Except<TSource>(this: System_Linq.IQueryable_1<TSource>, source2: System_Collections_Generic.IEnumerable_1<TSource>): Rewrap<this, System_Linq.IQueryable_1<TSource>>;
933
- Except<TSource>(this: System_Linq.IQueryable_1<TSource>, source2: System_Collections_Generic.IEnumerable_1<TSource>, comparer: System_Collections_Generic.IEqualityComparer_1<TSource>): Rewrap<this, System_Linq.IQueryable_1<TSource>>;
931
+ Except<TSource>(this: System_Linq.IQueryable_1<TSource>, source2: System_Collections_Generic.IEnumerable_1<TSource>, comparer: System_Collections_Generic.IEqualityComparer_1<TSource> | null): Rewrap<this, System_Linq.IQueryable_1<TSource>>;
934
932
  Except<TSource>(this: System_Linq.ParallelQuery_1<TSource>, second: System_Linq.ParallelQuery_1<TSource>): Rewrap<this, System_Linq.ParallelQuery_1<TSource>>;
935
933
  Except<TSource>(this: System_Linq.ParallelQuery_1<TSource>, second: System_Collections_Generic.IEnumerable_1<TSource>): Rewrap<this, System_Linq.ParallelQuery_1<TSource>>;
936
- Except<TSource>(this: System_Linq.ParallelQuery_1<TSource>, second: System_Linq.ParallelQuery_1<TSource>, comparer: System_Collections_Generic.IEqualityComparer_1<TSource>): Rewrap<this, System_Linq.ParallelQuery_1<TSource>>;
937
- Except<TSource>(this: System_Linq.ParallelQuery_1<TSource>, second: System_Collections_Generic.IEnumerable_1<TSource>, comparer: System_Collections_Generic.IEqualityComparer_1<TSource>): Rewrap<this, System_Linq.ParallelQuery_1<TSource>>;
934
+ Except<TSource>(this: System_Linq.ParallelQuery_1<TSource>, second: System_Linq.ParallelQuery_1<TSource>, comparer: System_Collections_Generic.IEqualityComparer_1<TSource> | null): Rewrap<this, System_Linq.ParallelQuery_1<TSource>>;
935
+ Except<TSource>(this: System_Linq.ParallelQuery_1<TSource>, second: System_Collections_Generic.IEnumerable_1<TSource>, comparer: System_Collections_Generic.IEqualityComparer_1<TSource> | null): Rewrap<this, System_Linq.ParallelQuery_1<TSource>>;
938
936
  Except<TSource>(this: System_Collections_Generic.IEnumerable_1<TSource>, second: System_Collections_Generic.IEnumerable_1<TSource>): Rewrap<this, System_Collections_Generic.IEnumerable_1<TSource>>;
939
- Except<TSource>(this: System_Collections_Generic.IEnumerable_1<TSource>, second: System_Collections_Generic.IEnumerable_1<TSource>, comparer: System_Collections_Generic.IEqualityComparer_1<TSource>): Rewrap<this, System_Collections_Generic.IEnumerable_1<TSource>>;
940
- ExceptBy<TSource, TKey>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, second: System_Collections_Generic.IAsyncEnumerable_1<TKey>, keySelector: System.Func_2<TSource, TKey>, comparer?: System_Collections_Generic.IEqualityComparer_1<TKey>): Rewrap<this, System_Collections_Generic.IAsyncEnumerable_1<TSource>>;
941
- ExceptBy<TSource, TKey>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, second: System_Collections_Generic.IAsyncEnumerable_1<TKey>, keySelector: System.Func_3<TSource, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TKey>>, comparer?: System_Collections_Generic.IEqualityComparer_1<TKey>): Rewrap<this, System_Collections_Generic.IAsyncEnumerable_1<TSource>>;
937
+ Except<TSource>(this: System_Collections_Generic.IEnumerable_1<TSource>, second: System_Collections_Generic.IEnumerable_1<TSource>, comparer: System_Collections_Generic.IEqualityComparer_1<TSource> | null): Rewrap<this, System_Collections_Generic.IEnumerable_1<TSource>>;
938
+ ExceptBy<TSource, TKey>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, second: System_Collections_Generic.IAsyncEnumerable_1<TKey>, keySelector: System.Func_2<TSource, TKey>, comparer?: System_Collections_Generic.IEqualityComparer_1<TKey> | null): Rewrap<this, System_Collections_Generic.IAsyncEnumerable_1<TSource>>;
939
+ ExceptBy<TSource, TKey>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, second: System_Collections_Generic.IAsyncEnumerable_1<TKey>, keySelector: System.Func_3<TSource, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TKey>>, comparer?: System_Collections_Generic.IEqualityComparer_1<TKey> | null): Rewrap<this, System_Collections_Generic.IAsyncEnumerable_1<TSource>>;
942
940
  ExceptBy<TSource, TKey>(this: System_Linq.IQueryable_1<TSource>, source2: System_Collections_Generic.IEnumerable_1<TKey>, keySelector: System_Linq_Expressions.Expression_1<System.Func_2<TSource, TKey>>): Rewrap<this, System_Linq.IQueryable_1<TSource>>;
943
- ExceptBy<TSource, TKey>(this: System_Linq.IQueryable_1<TSource>, source2: System_Collections_Generic.IEnumerable_1<TKey>, keySelector: System_Linq_Expressions.Expression_1<System.Func_2<TSource, TKey>>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey>): Rewrap<this, System_Linq.IQueryable_1<TSource>>;
941
+ ExceptBy<TSource, TKey>(this: System_Linq.IQueryable_1<TSource>, source2: System_Collections_Generic.IEnumerable_1<TKey>, keySelector: System_Linq_Expressions.Expression_1<System.Func_2<TSource, TKey>>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey> | null): Rewrap<this, System_Linq.IQueryable_1<TSource>>;
944
942
  ExceptBy<TSource, TKey>(this: System_Collections_Generic.IEnumerable_1<TSource>, second: System_Collections_Generic.IEnumerable_1<TKey>, keySelector: System.Func_2<TSource, TKey>): Rewrap<this, System_Collections_Generic.IEnumerable_1<TSource>>;
945
- ExceptBy<TSource, TKey>(this: System_Collections_Generic.IEnumerable_1<TSource>, second: System_Collections_Generic.IEnumerable_1<TKey>, keySelector: System.Func_2<TSource, TKey>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey>): Rewrap<this, System_Collections_Generic.IEnumerable_1<TSource>>;
943
+ ExceptBy<TSource, TKey>(this: System_Collections_Generic.IEnumerable_1<TSource>, second: System_Collections_Generic.IEnumerable_1<TKey>, keySelector: System.Func_2<TSource, TKey>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey> | null): Rewrap<this, System_Collections_Generic.IEnumerable_1<TSource>>;
944
+ First<T>(this: System_Collections_Immutable.ImmutableArray_1_Builder<T>): Rewrap<this, T>;
946
945
  First<T>(this: System_Collections_Immutable.ImmutableArray_1<T>, predicate: System.Func_2<T, System_Internal.Boolean>): Rewrap<this, T>;
947
946
  First<T>(this: System_Collections_Immutable.ImmutableArray_1<T>): Rewrap<this, T>;
948
- First<T>(this: System_Collections_Immutable.ImmutableArray_1_Builder<T>): Rewrap<this, T>;
949
947
  First<TSource>(this: System_Linq.IQueryable_1<TSource>): Rewrap<this, TSource>;
950
948
  First<TSource>(this: System_Linq.IQueryable_1<TSource>, predicate: System_Linq_Expressions.Expression_1<System.Func_2<TSource, System_Internal.Boolean>>): Rewrap<this, TSource>;
951
949
  First<TSource>(this: System_Linq.ParallelQuery_1<TSource>): Rewrap<this, TSource>;
@@ -955,18 +953,18 @@ interface __TsonicExtMethods_System_Linq {
955
953
  FirstAsync<TSource>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.ValueTask_1<TSource>>;
956
954
  FirstAsync<TSource>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, predicate: System.Func_2<TSource, System_Internal.Boolean>, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.ValueTask_1<TSource>>;
957
955
  FirstAsync<TSource>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, predicate: System.Func_3<TSource, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<System_Internal.Boolean>>, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.ValueTask_1<TSource>>;
958
- FirstOrDefault<T>(this: System_Collections_Immutable.ImmutableArray_1<T>): Rewrap<this, T | undefined>;
959
- FirstOrDefault<T>(this: System_Collections_Immutable.ImmutableArray_1<T>, predicate: System.Func_2<T, System_Internal.Boolean>): Rewrap<this, T | undefined>;
960
- FirstOrDefault<T>(this: System_Collections_Immutable.ImmutableArray_1_Builder<T>): Rewrap<this, T | undefined>;
961
- FirstOrDefault<TSource>(this: System_Linq.IQueryable_1<TSource>): Rewrap<this, TSource | undefined>;
956
+ FirstOrDefault<T>(this: System_Collections_Immutable.ImmutableArray_1_Builder<T>): Rewrap<this, T | null>;
957
+ FirstOrDefault<T>(this: System_Collections_Immutable.ImmutableArray_1<T>): Rewrap<this, T | null>;
958
+ FirstOrDefault<T>(this: System_Collections_Immutable.ImmutableArray_1<T>, predicate: System.Func_2<T, System_Internal.Boolean>): Rewrap<this, T | null>;
959
+ FirstOrDefault<TSource>(this: System_Linq.IQueryable_1<TSource>): Rewrap<this, TSource | null>;
962
960
  FirstOrDefault<TSource>(this: System_Linq.IQueryable_1<TSource>, defaultValue: TSource): Rewrap<this, TSource>;
963
- FirstOrDefault<TSource>(this: System_Linq.IQueryable_1<TSource>, predicate: System_Linq_Expressions.Expression_1<System.Func_2<TSource, System_Internal.Boolean>>): Rewrap<this, TSource | undefined>;
961
+ FirstOrDefault<TSource>(this: System_Linq.IQueryable_1<TSource>, predicate: System_Linq_Expressions.Expression_1<System.Func_2<TSource, System_Internal.Boolean>>): Rewrap<this, TSource | null>;
964
962
  FirstOrDefault<TSource>(this: System_Linq.IQueryable_1<TSource>, predicate: System_Linq_Expressions.Expression_1<System.Func_2<TSource, System_Internal.Boolean>>, defaultValue: TSource): Rewrap<this, TSource>;
965
- FirstOrDefault<TSource>(this: System_Linq.ParallelQuery_1<TSource>): Rewrap<this, TSource | undefined>;
966
- FirstOrDefault<TSource>(this: System_Linq.ParallelQuery_1<TSource>, predicate: System.Func_2<TSource, System_Internal.Boolean>): Rewrap<this, TSource | undefined>;
967
- FirstOrDefault<TSource>(this: System_Collections_Generic.IEnumerable_1<TSource>): Rewrap<this, TSource | undefined>;
963
+ FirstOrDefault<TSource>(this: System_Linq.ParallelQuery_1<TSource>): Rewrap<this, TSource | null>;
964
+ FirstOrDefault<TSource>(this: System_Linq.ParallelQuery_1<TSource>, predicate: System.Func_2<TSource, System_Internal.Boolean>): Rewrap<this, TSource | null>;
965
+ FirstOrDefault<TSource>(this: System_Collections_Generic.IEnumerable_1<TSource>): Rewrap<this, TSource | null>;
968
966
  FirstOrDefault<TSource>(this: System_Collections_Generic.IEnumerable_1<TSource>, defaultValue: TSource): Rewrap<this, TSource>;
969
- FirstOrDefault<TSource>(this: System_Collections_Generic.IEnumerable_1<TSource>, predicate: System.Func_2<TSource, System_Internal.Boolean>): Rewrap<this, TSource | undefined>;
967
+ FirstOrDefault<TSource>(this: System_Collections_Generic.IEnumerable_1<TSource>, predicate: System.Func_2<TSource, System_Internal.Boolean>): Rewrap<this, TSource | null>;
970
968
  FirstOrDefault<TSource>(this: System_Collections_Generic.IEnumerable_1<TSource>, predicate: System.Func_2<TSource, System_Internal.Boolean>, defaultValue: TSource): Rewrap<this, TSource>;
971
969
  FirstOrDefaultAsync<TSource>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.ValueTask_1<TSource>>;
972
970
  FirstOrDefaultAsync<TSource>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, defaultValue: TSource, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.ValueTask_1<TSource>>;
@@ -975,77 +973,77 @@ interface __TsonicExtMethods_System_Linq {
975
973
  FirstOrDefaultAsync<TSource>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, predicate: System.Func_2<TSource, System_Internal.Boolean>, defaultValue: TSource, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.ValueTask_1<TSource>>;
976
974
  FirstOrDefaultAsync<TSource>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, predicate: System.Func_3<TSource, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<System_Internal.Boolean>>, defaultValue: TSource, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.ValueTask_1<TSource>>;
977
975
  ForAll<TSource>(this: System_Linq.ParallelQuery_1<TSource>, action: System.Action_1<TSource>): Rewrap<this, void>;
978
- GroupBy<TSource, TKey>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, keySelector: System.Func_2<TSource, TKey>, comparer?: System_Collections_Generic.IEqualityComparer_1<TKey>): Rewrap<this, System_Collections_Generic.IAsyncEnumerable_1<System_Linq.IGrouping_2<TKey, TSource>>>;
979
- GroupBy<TSource, TKey>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, keySelector: System.Func_3<TSource, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TKey>>, comparer?: System_Collections_Generic.IEqualityComparer_1<TKey>): Rewrap<this, System_Collections_Generic.IAsyncEnumerable_1<System_Linq.IGrouping_2<TKey, TSource>>>;
980
- GroupBy<TSource, TKey, TElement>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, keySelector: System.Func_2<TSource, TKey>, elementSelector: System.Func_2<TSource, TElement>, comparer?: System_Collections_Generic.IEqualityComparer_1<TKey>): Rewrap<this, System_Collections_Generic.IAsyncEnumerable_1<System_Linq.IGrouping_2<TKey, TElement>>>;
981
- GroupBy<TSource, TKey, TElement>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, keySelector: System.Func_3<TSource, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TKey>>, elementSelector: System.Func_3<TSource, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TElement>>, comparer?: System_Collections_Generic.IEqualityComparer_1<TKey>): Rewrap<this, System_Collections_Generic.IAsyncEnumerable_1<System_Linq.IGrouping_2<TKey, TElement>>>;
982
- GroupBy<TSource, TKey, TResult>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, keySelector: System.Func_2<TSource, TKey>, resultSelector: System.Func_3<TKey, System_Collections_Generic.IEnumerable_1<TSource>, TResult>, comparer?: System_Collections_Generic.IEqualityComparer_1<TKey>): Rewrap<this, System_Collections_Generic.IAsyncEnumerable_1<TResult>>;
983
- GroupBy<TSource, TKey, TResult>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, keySelector: System.Func_3<TSource, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TKey>>, resultSelector: System.Func_4<TKey, System_Collections_Generic.IEnumerable_1<TSource>, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TResult>>, comparer?: System_Collections_Generic.IEqualityComparer_1<TKey>): Rewrap<this, System_Collections_Generic.IAsyncEnumerable_1<TResult>>;
984
- GroupBy<TSource, TKey, TElement, TResult>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, keySelector: System.Func_2<TSource, TKey>, elementSelector: System.Func_2<TSource, TElement>, resultSelector: System.Func_3<TKey, System_Collections_Generic.IEnumerable_1<TElement>, TResult>, comparer?: System_Collections_Generic.IEqualityComparer_1<TKey>): Rewrap<this, System_Collections_Generic.IAsyncEnumerable_1<TResult>>;
985
- GroupBy<TSource, TKey, TElement, TResult>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, keySelector: System.Func_3<TSource, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TKey>>, elementSelector: System.Func_3<TSource, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TElement>>, resultSelector: System.Func_4<TKey, System_Collections_Generic.IEnumerable_1<TElement>, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TResult>>, comparer?: System_Collections_Generic.IEqualityComparer_1<TKey>): Rewrap<this, System_Collections_Generic.IAsyncEnumerable_1<TResult>>;
976
+ GroupBy<TSource, TKey>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, keySelector: System.Func_2<TSource, TKey>, comparer?: System_Collections_Generic.IEqualityComparer_1<TKey> | null): Rewrap<this, System_Collections_Generic.IAsyncEnumerable_1<System_Linq.IGrouping_2<TKey, TSource>>>;
977
+ GroupBy<TSource, TKey>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, keySelector: System.Func_3<TSource, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TKey>>, comparer?: System_Collections_Generic.IEqualityComparer_1<TKey> | null): Rewrap<this, System_Collections_Generic.IAsyncEnumerable_1<System_Linq.IGrouping_2<TKey, TSource>>>;
978
+ GroupBy<TSource, TKey, TElement>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, keySelector: System.Func_2<TSource, TKey>, elementSelector: System.Func_2<TSource, TElement>, comparer?: System_Collections_Generic.IEqualityComparer_1<TKey> | null): Rewrap<this, System_Collections_Generic.IAsyncEnumerable_1<System_Linq.IGrouping_2<TKey, TElement>>>;
979
+ GroupBy<TSource, TKey, TElement>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, keySelector: System.Func_3<TSource, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TKey>>, elementSelector: System.Func_3<TSource, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TElement>>, comparer?: System_Collections_Generic.IEqualityComparer_1<TKey> | null): Rewrap<this, System_Collections_Generic.IAsyncEnumerable_1<System_Linq.IGrouping_2<TKey, TElement>>>;
980
+ GroupBy<TSource, TKey, TResult>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, keySelector: System.Func_2<TSource, TKey>, resultSelector: System.Func_3<TKey, System_Collections_Generic.IEnumerable_1<TSource>, TResult>, comparer?: System_Collections_Generic.IEqualityComparer_1<TKey> | null): Rewrap<this, System_Collections_Generic.IAsyncEnumerable_1<TResult>>;
981
+ GroupBy<TSource, TKey, TResult>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, keySelector: System.Func_3<TSource, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TKey>>, resultSelector: System.Func_4<TKey, System_Collections_Generic.IEnumerable_1<TSource>, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TResult>>, comparer?: System_Collections_Generic.IEqualityComparer_1<TKey> | null): Rewrap<this, System_Collections_Generic.IAsyncEnumerable_1<TResult>>;
982
+ GroupBy<TSource, TKey, TElement, TResult>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, keySelector: System.Func_2<TSource, TKey>, elementSelector: System.Func_2<TSource, TElement>, resultSelector: System.Func_3<TKey, System_Collections_Generic.IEnumerable_1<TElement>, TResult>, comparer?: System_Collections_Generic.IEqualityComparer_1<TKey> | null): Rewrap<this, System_Collections_Generic.IAsyncEnumerable_1<TResult>>;
983
+ GroupBy<TSource, TKey, TElement, TResult>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, keySelector: System.Func_3<TSource, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TKey>>, elementSelector: System.Func_3<TSource, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TElement>>, resultSelector: System.Func_4<TKey, System_Collections_Generic.IEnumerable_1<TElement>, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TResult>>, comparer?: System_Collections_Generic.IEqualityComparer_1<TKey> | null): Rewrap<this, System_Collections_Generic.IAsyncEnumerable_1<TResult>>;
986
984
  GroupBy<TSource, TKey>(this: System_Linq.IQueryable_1<TSource>, keySelector: System_Linq_Expressions.Expression_1<System.Func_2<TSource, TKey>>): Rewrap<this, System_Linq.IQueryable_1<System_Linq.IGrouping_2<TKey, TSource>>>;
987
985
  GroupBy<TSource, TKey, TElement>(this: System_Linq.IQueryable_1<TSource>, keySelector: System_Linq_Expressions.Expression_1<System.Func_2<TSource, TKey>>, elementSelector: System_Linq_Expressions.Expression_1<System.Func_2<TSource, TElement>>): Rewrap<this, System_Linq.IQueryable_1<System_Linq.IGrouping_2<TKey, TElement>>>;
988
- GroupBy<TSource, TKey>(this: System_Linq.IQueryable_1<TSource>, keySelector: System_Linq_Expressions.Expression_1<System.Func_2<TSource, TKey>>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey>): Rewrap<this, System_Linq.IQueryable_1<System_Linq.IGrouping_2<TKey, TSource>>>;
989
- GroupBy<TSource, TKey, TElement>(this: System_Linq.IQueryable_1<TSource>, keySelector: System_Linq_Expressions.Expression_1<System.Func_2<TSource, TKey>>, elementSelector: System_Linq_Expressions.Expression_1<System.Func_2<TSource, TElement>>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey>): Rewrap<this, System_Linq.IQueryable_1<System_Linq.IGrouping_2<TKey, TElement>>>;
986
+ GroupBy<TSource, TKey>(this: System_Linq.IQueryable_1<TSource>, keySelector: System_Linq_Expressions.Expression_1<System.Func_2<TSource, TKey>>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey> | null): Rewrap<this, System_Linq.IQueryable_1<System_Linq.IGrouping_2<TKey, TSource>>>;
987
+ GroupBy<TSource, TKey, TElement>(this: System_Linq.IQueryable_1<TSource>, keySelector: System_Linq_Expressions.Expression_1<System.Func_2<TSource, TKey>>, elementSelector: System_Linq_Expressions.Expression_1<System.Func_2<TSource, TElement>>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey> | null): Rewrap<this, System_Linq.IQueryable_1<System_Linq.IGrouping_2<TKey, TElement>>>;
990
988
  GroupBy<TSource, TKey, TElement, TResult>(this: System_Linq.IQueryable_1<TSource>, keySelector: System_Linq_Expressions.Expression_1<System.Func_2<TSource, TKey>>, elementSelector: System_Linq_Expressions.Expression_1<System.Func_2<TSource, TElement>>, resultSelector: System_Linq_Expressions.Expression_1<System.Func_3<TKey, System_Collections_Generic.IEnumerable_1<TElement>, TResult>>): Rewrap<this, System_Linq.IQueryable_1<TResult>>;
991
- GroupBy<TSource, TKey, TElement, TResult>(this: System_Linq.IQueryable_1<TSource>, keySelector: System_Linq_Expressions.Expression_1<System.Func_2<TSource, TKey>>, elementSelector: System_Linq_Expressions.Expression_1<System.Func_2<TSource, TElement>>, resultSelector: System_Linq_Expressions.Expression_1<System.Func_3<TKey, System_Collections_Generic.IEnumerable_1<TElement>, TResult>>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey>): Rewrap<this, System_Linq.IQueryable_1<TResult>>;
989
+ GroupBy<TSource, TKey, TElement, TResult>(this: System_Linq.IQueryable_1<TSource>, keySelector: System_Linq_Expressions.Expression_1<System.Func_2<TSource, TKey>>, elementSelector: System_Linq_Expressions.Expression_1<System.Func_2<TSource, TElement>>, resultSelector: System_Linq_Expressions.Expression_1<System.Func_3<TKey, System_Collections_Generic.IEnumerable_1<TElement>, TResult>>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey> | null): Rewrap<this, System_Linq.IQueryable_1<TResult>>;
992
990
  GroupBy<TSource, TKey>(this: System_Linq.ParallelQuery_1<TSource>, keySelector: System.Func_2<TSource, TKey>): Rewrap<this, System_Linq.ParallelQuery_1<System_Linq.IGrouping_2<TKey, TSource>>>;
993
- GroupBy<TSource, TKey>(this: System_Linq.ParallelQuery_1<TSource>, keySelector: System.Func_2<TSource, TKey>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey>): Rewrap<this, System_Linq.ParallelQuery_1<System_Linq.IGrouping_2<TKey, TSource>>>;
991
+ GroupBy<TSource, TKey>(this: System_Linq.ParallelQuery_1<TSource>, keySelector: System.Func_2<TSource, TKey>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey> | null): Rewrap<this, System_Linq.ParallelQuery_1<System_Linq.IGrouping_2<TKey, TSource>>>;
994
992
  GroupBy<TSource, TKey, TElement>(this: System_Linq.ParallelQuery_1<TSource>, keySelector: System.Func_2<TSource, TKey>, elementSelector: System.Func_2<TSource, TElement>): Rewrap<this, System_Linq.ParallelQuery_1<System_Linq.IGrouping_2<TKey, TElement>>>;
995
- GroupBy<TSource, TKey, TElement>(this: System_Linq.ParallelQuery_1<TSource>, keySelector: System.Func_2<TSource, TKey>, elementSelector: System.Func_2<TSource, TElement>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey>): Rewrap<this, System_Linq.ParallelQuery_1<System_Linq.IGrouping_2<TKey, TElement>>>;
993
+ GroupBy<TSource, TKey, TElement>(this: System_Linq.ParallelQuery_1<TSource>, keySelector: System.Func_2<TSource, TKey>, elementSelector: System.Func_2<TSource, TElement>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey> | null): Rewrap<this, System_Linq.ParallelQuery_1<System_Linq.IGrouping_2<TKey, TElement>>>;
996
994
  GroupBy<TSource, TKey, TResult>(this: System_Linq.ParallelQuery_1<TSource>, keySelector: System.Func_2<TSource, TKey>, resultSelector: System.Func_3<TKey, System_Collections_Generic.IEnumerable_1<TSource>, TResult>): Rewrap<this, System_Linq.ParallelQuery_1<TResult>>;
997
- GroupBy<TSource, TKey, TResult>(this: System_Linq.ParallelQuery_1<TSource>, keySelector: System.Func_2<TSource, TKey>, resultSelector: System.Func_3<TKey, System_Collections_Generic.IEnumerable_1<TSource>, TResult>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey>): Rewrap<this, System_Linq.ParallelQuery_1<TResult>>;
995
+ GroupBy<TSource, TKey, TResult>(this: System_Linq.ParallelQuery_1<TSource>, keySelector: System.Func_2<TSource, TKey>, resultSelector: System.Func_3<TKey, System_Collections_Generic.IEnumerable_1<TSource>, TResult>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey> | null): Rewrap<this, System_Linq.ParallelQuery_1<TResult>>;
998
996
  GroupBy<TSource, TKey, TElement, TResult>(this: System_Linq.ParallelQuery_1<TSource>, keySelector: System.Func_2<TSource, TKey>, elementSelector: System.Func_2<TSource, TElement>, resultSelector: System.Func_3<TKey, System_Collections_Generic.IEnumerable_1<TElement>, TResult>): Rewrap<this, System_Linq.ParallelQuery_1<TResult>>;
999
- GroupBy<TSource, TKey, TElement, TResult>(this: System_Linq.ParallelQuery_1<TSource>, keySelector: System.Func_2<TSource, TKey>, elementSelector: System.Func_2<TSource, TElement>, resultSelector: System.Func_3<TKey, System_Collections_Generic.IEnumerable_1<TElement>, TResult>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey>): Rewrap<this, System_Linq.ParallelQuery_1<TResult>>;
997
+ GroupBy<TSource, TKey, TElement, TResult>(this: System_Linq.ParallelQuery_1<TSource>, keySelector: System.Func_2<TSource, TKey>, elementSelector: System.Func_2<TSource, TElement>, resultSelector: System.Func_3<TKey, System_Collections_Generic.IEnumerable_1<TElement>, TResult>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey> | null): Rewrap<this, System_Linq.ParallelQuery_1<TResult>>;
1000
998
  GroupBy<TSource, TKey>(this: System_Collections_Generic.IEnumerable_1<TSource>, keySelector: System.Func_2<TSource, TKey>): Rewrap<this, System_Collections_Generic.IEnumerable_1<System_Linq.IGrouping_2<TKey, TSource>>>;
1001
- GroupBy<TSource, TKey>(this: System_Collections_Generic.IEnumerable_1<TSource>, keySelector: System.Func_2<TSource, TKey>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey>): Rewrap<this, System_Collections_Generic.IEnumerable_1<System_Linq.IGrouping_2<TKey, TSource>>>;
999
+ GroupBy<TSource, TKey>(this: System_Collections_Generic.IEnumerable_1<TSource>, keySelector: System.Func_2<TSource, TKey>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey> | null): Rewrap<this, System_Collections_Generic.IEnumerable_1<System_Linq.IGrouping_2<TKey, TSource>>>;
1002
1000
  GroupBy<TSource, TKey, TElement>(this: System_Collections_Generic.IEnumerable_1<TSource>, keySelector: System.Func_2<TSource, TKey>, elementSelector: System.Func_2<TSource, TElement>): Rewrap<this, System_Collections_Generic.IEnumerable_1<System_Linq.IGrouping_2<TKey, TElement>>>;
1003
- GroupBy<TSource, TKey, TElement>(this: System_Collections_Generic.IEnumerable_1<TSource>, keySelector: System.Func_2<TSource, TKey>, elementSelector: System.Func_2<TSource, TElement>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey>): Rewrap<this, System_Collections_Generic.IEnumerable_1<System_Linq.IGrouping_2<TKey, TElement>>>;
1001
+ GroupBy<TSource, TKey, TElement>(this: System_Collections_Generic.IEnumerable_1<TSource>, keySelector: System.Func_2<TSource, TKey>, elementSelector: System.Func_2<TSource, TElement>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey> | null): Rewrap<this, System_Collections_Generic.IEnumerable_1<System_Linq.IGrouping_2<TKey, TElement>>>;
1004
1002
  GroupBy<TSource, TKey, TResult>(this: System_Collections_Generic.IEnumerable_1<TSource>, keySelector: System.Func_2<TSource, TKey>, resultSelector: System.Func_3<TKey, System_Collections_Generic.IEnumerable_1<TSource>, TResult>): Rewrap<this, System_Collections_Generic.IEnumerable_1<TResult>>;
1005
- GroupBy<TSource, TKey, TResult>(this: System_Collections_Generic.IEnumerable_1<TSource>, keySelector: System.Func_2<TSource, TKey>, resultSelector: System.Func_3<TKey, System_Collections_Generic.IEnumerable_1<TSource>, TResult>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey>): Rewrap<this, System_Collections_Generic.IEnumerable_1<TResult>>;
1003
+ GroupBy<TSource, TKey, TResult>(this: System_Collections_Generic.IEnumerable_1<TSource>, keySelector: System.Func_2<TSource, TKey>, resultSelector: System.Func_3<TKey, System_Collections_Generic.IEnumerable_1<TSource>, TResult>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey> | null): Rewrap<this, System_Collections_Generic.IEnumerable_1<TResult>>;
1006
1004
  GroupBy<TSource, TKey, TElement, TResult>(this: System_Collections_Generic.IEnumerable_1<TSource>, keySelector: System.Func_2<TSource, TKey>, elementSelector: System.Func_2<TSource, TElement>, resultSelector: System.Func_3<TKey, System_Collections_Generic.IEnumerable_1<TElement>, TResult>): Rewrap<this, System_Collections_Generic.IEnumerable_1<TResult>>;
1007
- GroupBy<TSource, TKey, TElement, TResult>(this: System_Collections_Generic.IEnumerable_1<TSource>, keySelector: System.Func_2<TSource, TKey>, elementSelector: System.Func_2<TSource, TElement>, resultSelector: System.Func_3<TKey, System_Collections_Generic.IEnumerable_1<TElement>, TResult>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey>): Rewrap<this, System_Collections_Generic.IEnumerable_1<TResult>>;
1008
- GroupJoin<TOuter, TInner, TKey, TResult>(this: System_Collections_Generic.IAsyncEnumerable_1<TOuter>, inner: System_Collections_Generic.IAsyncEnumerable_1<TInner>, outerKeySelector: System.Func_2<TOuter, TKey>, innerKeySelector: System.Func_2<TInner, TKey>, resultSelector: System.Func_3<TOuter, System_Collections_Generic.IEnumerable_1<TInner>, TResult>, comparer?: System_Collections_Generic.IEqualityComparer_1<TKey>): Rewrap<this, System_Collections_Generic.IAsyncEnumerable_1<TResult>>;
1009
- GroupJoin<TOuter, TInner, TKey, TResult>(this: System_Collections_Generic.IAsyncEnumerable_1<TOuter>, inner: System_Collections_Generic.IAsyncEnumerable_1<TInner>, outerKeySelector: System.Func_3<TOuter, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TKey>>, innerKeySelector: System.Func_3<TInner, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TKey>>, resultSelector: System.Func_4<TOuter, System_Collections_Generic.IEnumerable_1<TInner>, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TResult>>, comparer?: System_Collections_Generic.IEqualityComparer_1<TKey>): Rewrap<this, System_Collections_Generic.IAsyncEnumerable_1<TResult>>;
1005
+ GroupBy<TSource, TKey, TElement, TResult>(this: System_Collections_Generic.IEnumerable_1<TSource>, keySelector: System.Func_2<TSource, TKey>, elementSelector: System.Func_2<TSource, TElement>, resultSelector: System.Func_3<TKey, System_Collections_Generic.IEnumerable_1<TElement>, TResult>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey> | null): Rewrap<this, System_Collections_Generic.IEnumerable_1<TResult>>;
1006
+ GroupJoin<TOuter, TInner, TKey, TResult>(this: System_Collections_Generic.IAsyncEnumerable_1<TOuter>, inner: System_Collections_Generic.IAsyncEnumerable_1<TInner>, outerKeySelector: System.Func_2<TOuter, TKey>, innerKeySelector: System.Func_2<TInner, TKey>, resultSelector: System.Func_3<TOuter, System_Collections_Generic.IEnumerable_1<TInner>, TResult>, comparer?: System_Collections_Generic.IEqualityComparer_1<TKey> | null): Rewrap<this, System_Collections_Generic.IAsyncEnumerable_1<TResult>>;
1007
+ GroupJoin<TOuter, TInner, TKey, TResult>(this: System_Collections_Generic.IAsyncEnumerable_1<TOuter>, inner: System_Collections_Generic.IAsyncEnumerable_1<TInner>, outerKeySelector: System.Func_3<TOuter, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TKey>>, innerKeySelector: System.Func_3<TInner, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TKey>>, resultSelector: System.Func_4<TOuter, System_Collections_Generic.IEnumerable_1<TInner>, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TResult>>, comparer?: System_Collections_Generic.IEqualityComparer_1<TKey> | null): Rewrap<this, System_Collections_Generic.IAsyncEnumerable_1<TResult>>;
1010
1008
  GroupJoin<TOuter, TInner, TKey, TResult>(this: System_Linq.IQueryable_1<TOuter>, inner: System_Collections_Generic.IEnumerable_1<TInner>, outerKeySelector: System_Linq_Expressions.Expression_1<System.Func_2<TOuter, TKey>>, innerKeySelector: System_Linq_Expressions.Expression_1<System.Func_2<TInner, TKey>>, resultSelector: System_Linq_Expressions.Expression_1<System.Func_3<TOuter, System_Collections_Generic.IEnumerable_1<TInner>, TResult>>): Rewrap<this, System_Linq.IQueryable_1<TResult>>;
1011
- GroupJoin<TOuter, TInner, TKey, TResult>(this: System_Linq.IQueryable_1<TOuter>, inner: System_Collections_Generic.IEnumerable_1<TInner>, outerKeySelector: System_Linq_Expressions.Expression_1<System.Func_2<TOuter, TKey>>, innerKeySelector: System_Linq_Expressions.Expression_1<System.Func_2<TInner, TKey>>, resultSelector: System_Linq_Expressions.Expression_1<System.Func_3<TOuter, System_Collections_Generic.IEnumerable_1<TInner>, TResult>>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey>): Rewrap<this, System_Linq.IQueryable_1<TResult>>;
1009
+ GroupJoin<TOuter, TInner, TKey, TResult>(this: System_Linq.IQueryable_1<TOuter>, inner: System_Collections_Generic.IEnumerable_1<TInner>, outerKeySelector: System_Linq_Expressions.Expression_1<System.Func_2<TOuter, TKey>>, innerKeySelector: System_Linq_Expressions.Expression_1<System.Func_2<TInner, TKey>>, resultSelector: System_Linq_Expressions.Expression_1<System.Func_3<TOuter, System_Collections_Generic.IEnumerable_1<TInner>, TResult>>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey> | null): Rewrap<this, System_Linq.IQueryable_1<TResult>>;
1012
1010
  GroupJoin<TOuter, TInner, TKey, TResult>(this: System_Linq.ParallelQuery_1<TOuter>, inner: System_Linq.ParallelQuery_1<TInner>, outerKeySelector: System.Func_2<TOuter, TKey>, innerKeySelector: System.Func_2<TInner, TKey>, resultSelector: System.Func_3<TOuter, System_Collections_Generic.IEnumerable_1<TInner>, TResult>): Rewrap<this, System_Linq.ParallelQuery_1<TResult>>;
1013
1011
  GroupJoin<TOuter, TInner, TKey, TResult>(this: System_Linq.ParallelQuery_1<TOuter>, inner: System_Collections_Generic.IEnumerable_1<TInner>, outerKeySelector: System.Func_2<TOuter, TKey>, innerKeySelector: System.Func_2<TInner, TKey>, resultSelector: System.Func_3<TOuter, System_Collections_Generic.IEnumerable_1<TInner>, TResult>): Rewrap<this, System_Linq.ParallelQuery_1<TResult>>;
1014
- GroupJoin<TOuter, TInner, TKey, TResult>(this: System_Linq.ParallelQuery_1<TOuter>, inner: System_Linq.ParallelQuery_1<TInner>, outerKeySelector: System.Func_2<TOuter, TKey>, innerKeySelector: System.Func_2<TInner, TKey>, resultSelector: System.Func_3<TOuter, System_Collections_Generic.IEnumerable_1<TInner>, TResult>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey>): Rewrap<this, System_Linq.ParallelQuery_1<TResult>>;
1015
- GroupJoin<TOuter, TInner, TKey, TResult>(this: System_Linq.ParallelQuery_1<TOuter>, inner: System_Collections_Generic.IEnumerable_1<TInner>, outerKeySelector: System.Func_2<TOuter, TKey>, innerKeySelector: System.Func_2<TInner, TKey>, resultSelector: System.Func_3<TOuter, System_Collections_Generic.IEnumerable_1<TInner>, TResult>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey>): Rewrap<this, System_Linq.ParallelQuery_1<TResult>>;
1012
+ GroupJoin<TOuter, TInner, TKey, TResult>(this: System_Linq.ParallelQuery_1<TOuter>, inner: System_Linq.ParallelQuery_1<TInner>, outerKeySelector: System.Func_2<TOuter, TKey>, innerKeySelector: System.Func_2<TInner, TKey>, resultSelector: System.Func_3<TOuter, System_Collections_Generic.IEnumerable_1<TInner>, TResult>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey> | null): Rewrap<this, System_Linq.ParallelQuery_1<TResult>>;
1013
+ GroupJoin<TOuter, TInner, TKey, TResult>(this: System_Linq.ParallelQuery_1<TOuter>, inner: System_Collections_Generic.IEnumerable_1<TInner>, outerKeySelector: System.Func_2<TOuter, TKey>, innerKeySelector: System.Func_2<TInner, TKey>, resultSelector: System.Func_3<TOuter, System_Collections_Generic.IEnumerable_1<TInner>, TResult>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey> | null): Rewrap<this, System_Linq.ParallelQuery_1<TResult>>;
1016
1014
  GroupJoin<TOuter, TInner, TKey, TResult>(this: System_Collections_Generic.IEnumerable_1<TOuter>, inner: System_Collections_Generic.IEnumerable_1<TInner>, outerKeySelector: System.Func_2<TOuter, TKey>, innerKeySelector: System.Func_2<TInner, TKey>, resultSelector: System.Func_3<TOuter, System_Collections_Generic.IEnumerable_1<TInner>, TResult>): Rewrap<this, System_Collections_Generic.IEnumerable_1<TResult>>;
1017
- GroupJoin<TOuter, TInner, TKey, TResult>(this: System_Collections_Generic.IEnumerable_1<TOuter>, inner: System_Collections_Generic.IEnumerable_1<TInner>, outerKeySelector: System.Func_2<TOuter, TKey>, innerKeySelector: System.Func_2<TInner, TKey>, resultSelector: System.Func_3<TOuter, System_Collections_Generic.IEnumerable_1<TInner>, TResult>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey>): Rewrap<this, System_Collections_Generic.IEnumerable_1<TResult>>;
1015
+ GroupJoin<TOuter, TInner, TKey, TResult>(this: System_Collections_Generic.IEnumerable_1<TOuter>, inner: System_Collections_Generic.IEnumerable_1<TInner>, outerKeySelector: System.Func_2<TOuter, TKey>, innerKeySelector: System.Func_2<TInner, TKey>, resultSelector: System.Func_3<TOuter, System_Collections_Generic.IEnumerable_1<TInner>, TResult>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey> | null): Rewrap<this, System_Collections_Generic.IEnumerable_1<TResult>>;
1018
1016
  Index<TSource>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>): Rewrap<this, System_Collections_Generic.IAsyncEnumerable_1<System.ValueTuple_2<System_Internal.Int32, TSource>>>;
1019
1017
  Index<TSource>(this: System_Linq.IQueryable_1<TSource>): Rewrap<this, System_Linq.IQueryable_1<System.ValueTuple_2<System_Internal.Int32, TSource>>>;
1020
1018
  Index<TSource>(this: System_Collections_Generic.IEnumerable_1<TSource>): Rewrap<this, System_Collections_Generic.IEnumerable_1<System.ValueTuple_2<System_Internal.Int32, TSource>>>;
1021
- Intersect<TSource>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, second: System_Collections_Generic.IAsyncEnumerable_1<TSource>, comparer?: System_Collections_Generic.IEqualityComparer_1<TSource>): Rewrap<this, System_Collections_Generic.IAsyncEnumerable_1<TSource>>;
1019
+ Intersect<TSource>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, second: System_Collections_Generic.IAsyncEnumerable_1<TSource>, comparer?: System_Collections_Generic.IEqualityComparer_1<TSource> | null): Rewrap<this, System_Collections_Generic.IAsyncEnumerable_1<TSource>>;
1022
1020
  Intersect<TSource>(this: System_Linq.IQueryable_1<TSource>, source2: System_Collections_Generic.IEnumerable_1<TSource>): Rewrap<this, System_Linq.IQueryable_1<TSource>>;
1023
- Intersect<TSource>(this: System_Linq.IQueryable_1<TSource>, source2: System_Collections_Generic.IEnumerable_1<TSource>, comparer: System_Collections_Generic.IEqualityComparer_1<TSource>): Rewrap<this, System_Linq.IQueryable_1<TSource>>;
1021
+ Intersect<TSource>(this: System_Linq.IQueryable_1<TSource>, source2: System_Collections_Generic.IEnumerable_1<TSource>, comparer: System_Collections_Generic.IEqualityComparer_1<TSource> | null): Rewrap<this, System_Linq.IQueryable_1<TSource>>;
1024
1022
  Intersect<TSource>(this: System_Linq.ParallelQuery_1<TSource>, second: System_Linq.ParallelQuery_1<TSource>): Rewrap<this, System_Linq.ParallelQuery_1<TSource>>;
1025
1023
  Intersect<TSource>(this: System_Linq.ParallelQuery_1<TSource>, second: System_Collections_Generic.IEnumerable_1<TSource>): Rewrap<this, System_Linq.ParallelQuery_1<TSource>>;
1026
- Intersect<TSource>(this: System_Linq.ParallelQuery_1<TSource>, second: System_Linq.ParallelQuery_1<TSource>, comparer: System_Collections_Generic.IEqualityComparer_1<TSource>): Rewrap<this, System_Linq.ParallelQuery_1<TSource>>;
1027
- Intersect<TSource>(this: System_Linq.ParallelQuery_1<TSource>, second: System_Collections_Generic.IEnumerable_1<TSource>, comparer: System_Collections_Generic.IEqualityComparer_1<TSource>): Rewrap<this, System_Linq.ParallelQuery_1<TSource>>;
1024
+ Intersect<TSource>(this: System_Linq.ParallelQuery_1<TSource>, second: System_Linq.ParallelQuery_1<TSource>, comparer: System_Collections_Generic.IEqualityComparer_1<TSource> | null): Rewrap<this, System_Linq.ParallelQuery_1<TSource>>;
1025
+ Intersect<TSource>(this: System_Linq.ParallelQuery_1<TSource>, second: System_Collections_Generic.IEnumerable_1<TSource>, comparer: System_Collections_Generic.IEqualityComparer_1<TSource> | null): Rewrap<this, System_Linq.ParallelQuery_1<TSource>>;
1028
1026
  Intersect<TSource>(this: System_Collections_Generic.IEnumerable_1<TSource>, second: System_Collections_Generic.IEnumerable_1<TSource>): Rewrap<this, System_Collections_Generic.IEnumerable_1<TSource>>;
1029
- Intersect<TSource>(this: System_Collections_Generic.IEnumerable_1<TSource>, second: System_Collections_Generic.IEnumerable_1<TSource>, comparer: System_Collections_Generic.IEqualityComparer_1<TSource>): Rewrap<this, System_Collections_Generic.IEnumerable_1<TSource>>;
1030
- IntersectBy<TSource, TKey>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, second: System_Collections_Generic.IAsyncEnumerable_1<TKey>, keySelector: System.Func_2<TSource, TKey>, comparer?: System_Collections_Generic.IEqualityComparer_1<TKey>): Rewrap<this, System_Collections_Generic.IAsyncEnumerable_1<TSource>>;
1031
- IntersectBy<TSource, TKey>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, second: System_Collections_Generic.IAsyncEnumerable_1<TKey>, keySelector: System.Func_3<TSource, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TKey>>, comparer?: System_Collections_Generic.IEqualityComparer_1<TKey>): Rewrap<this, System_Collections_Generic.IAsyncEnumerable_1<TSource>>;
1027
+ Intersect<TSource>(this: System_Collections_Generic.IEnumerable_1<TSource>, second: System_Collections_Generic.IEnumerable_1<TSource>, comparer: System_Collections_Generic.IEqualityComparer_1<TSource> | null): Rewrap<this, System_Collections_Generic.IEnumerable_1<TSource>>;
1028
+ IntersectBy<TSource, TKey>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, second: System_Collections_Generic.IAsyncEnumerable_1<TKey>, keySelector: System.Func_2<TSource, TKey>, comparer?: System_Collections_Generic.IEqualityComparer_1<TKey> | null): Rewrap<this, System_Collections_Generic.IAsyncEnumerable_1<TSource>>;
1029
+ IntersectBy<TSource, TKey>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, second: System_Collections_Generic.IAsyncEnumerable_1<TKey>, keySelector: System.Func_3<TSource, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TKey>>, comparer?: System_Collections_Generic.IEqualityComparer_1<TKey> | null): Rewrap<this, System_Collections_Generic.IAsyncEnumerable_1<TSource>>;
1032
1030
  IntersectBy<TSource, TKey>(this: System_Linq.IQueryable_1<TSource>, source2: System_Collections_Generic.IEnumerable_1<TKey>, keySelector: System_Linq_Expressions.Expression_1<System.Func_2<TSource, TKey>>): Rewrap<this, System_Linq.IQueryable_1<TSource>>;
1033
- IntersectBy<TSource, TKey>(this: System_Linq.IQueryable_1<TSource>, source2: System_Collections_Generic.IEnumerable_1<TKey>, keySelector: System_Linq_Expressions.Expression_1<System.Func_2<TSource, TKey>>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey>): Rewrap<this, System_Linq.IQueryable_1<TSource>>;
1031
+ IntersectBy<TSource, TKey>(this: System_Linq.IQueryable_1<TSource>, source2: System_Collections_Generic.IEnumerable_1<TKey>, keySelector: System_Linq_Expressions.Expression_1<System.Func_2<TSource, TKey>>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey> | null): Rewrap<this, System_Linq.IQueryable_1<TSource>>;
1034
1032
  IntersectBy<TSource, TKey>(this: System_Collections_Generic.IEnumerable_1<TSource>, second: System_Collections_Generic.IEnumerable_1<TKey>, keySelector: System.Func_2<TSource, TKey>): Rewrap<this, System_Collections_Generic.IEnumerable_1<TSource>>;
1035
- IntersectBy<TSource, TKey>(this: System_Collections_Generic.IEnumerable_1<TSource>, second: System_Collections_Generic.IEnumerable_1<TKey>, keySelector: System.Func_2<TSource, TKey>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey>): Rewrap<this, System_Collections_Generic.IEnumerable_1<TSource>>;
1036
- Join<TOuter, TInner, TKey, TResult>(this: System_Collections_Generic.IAsyncEnumerable_1<TOuter>, inner: System_Collections_Generic.IAsyncEnumerable_1<TInner>, outerKeySelector: System.Func_2<TOuter, TKey>, innerKeySelector: System.Func_2<TInner, TKey>, resultSelector: System.Func_3<TOuter, TInner, TResult>, comparer?: System_Collections_Generic.IEqualityComparer_1<TKey>): Rewrap<this, System_Collections_Generic.IAsyncEnumerable_1<TResult>>;
1037
- Join<TOuter, TInner, TKey, TResult>(this: System_Collections_Generic.IAsyncEnumerable_1<TOuter>, inner: System_Collections_Generic.IAsyncEnumerable_1<TInner>, outerKeySelector: System.Func_3<TOuter, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TKey>>, innerKeySelector: System.Func_3<TInner, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TKey>>, resultSelector: System.Func_4<TOuter, TInner, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TResult>>, comparer?: System_Collections_Generic.IEqualityComparer_1<TKey>): Rewrap<this, System_Collections_Generic.IAsyncEnumerable_1<TResult>>;
1033
+ IntersectBy<TSource, TKey>(this: System_Collections_Generic.IEnumerable_1<TSource>, second: System_Collections_Generic.IEnumerable_1<TKey>, keySelector: System.Func_2<TSource, TKey>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey> | null): Rewrap<this, System_Collections_Generic.IEnumerable_1<TSource>>;
1034
+ Join<TOuter, TInner, TKey, TResult>(this: System_Collections_Generic.IAsyncEnumerable_1<TOuter>, inner: System_Collections_Generic.IAsyncEnumerable_1<TInner>, outerKeySelector: System.Func_2<TOuter, TKey>, innerKeySelector: System.Func_2<TInner, TKey>, resultSelector: System.Func_3<TOuter, TInner, TResult>, comparer?: System_Collections_Generic.IEqualityComparer_1<TKey> | null): Rewrap<this, System_Collections_Generic.IAsyncEnumerable_1<TResult>>;
1035
+ Join<TOuter, TInner, TKey, TResult>(this: System_Collections_Generic.IAsyncEnumerable_1<TOuter>, inner: System_Collections_Generic.IAsyncEnumerable_1<TInner>, outerKeySelector: System.Func_3<TOuter, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TKey>>, innerKeySelector: System.Func_3<TInner, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TKey>>, resultSelector: System.Func_4<TOuter, TInner, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TResult>>, comparer?: System_Collections_Generic.IEqualityComparer_1<TKey> | null): Rewrap<this, System_Collections_Generic.IAsyncEnumerable_1<TResult>>;
1038
1036
  Join<TOuter, TInner, TKey, TResult>(this: System_Linq.IQueryable_1<TOuter>, inner: System_Collections_Generic.IEnumerable_1<TInner>, outerKeySelector: System_Linq_Expressions.Expression_1<System.Func_2<TOuter, TKey>>, innerKeySelector: System_Linq_Expressions.Expression_1<System.Func_2<TInner, TKey>>, resultSelector: System_Linq_Expressions.Expression_1<System.Func_3<TOuter, TInner, TResult>>): Rewrap<this, System_Linq.IQueryable_1<TResult>>;
1039
- Join<TOuter, TInner, TKey, TResult>(this: System_Linq.IQueryable_1<TOuter>, inner: System_Collections_Generic.IEnumerable_1<TInner>, outerKeySelector: System_Linq_Expressions.Expression_1<System.Func_2<TOuter, TKey>>, innerKeySelector: System_Linq_Expressions.Expression_1<System.Func_2<TInner, TKey>>, resultSelector: System_Linq_Expressions.Expression_1<System.Func_3<TOuter, TInner, TResult>>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey>): Rewrap<this, System_Linq.IQueryable_1<TResult>>;
1037
+ Join<TOuter, TInner, TKey, TResult>(this: System_Linq.IQueryable_1<TOuter>, inner: System_Collections_Generic.IEnumerable_1<TInner>, outerKeySelector: System_Linq_Expressions.Expression_1<System.Func_2<TOuter, TKey>>, innerKeySelector: System_Linq_Expressions.Expression_1<System.Func_2<TInner, TKey>>, resultSelector: System_Linq_Expressions.Expression_1<System.Func_3<TOuter, TInner, TResult>>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey> | null): Rewrap<this, System_Linq.IQueryable_1<TResult>>;
1040
1038
  Join<TOuter, TInner, TKey, TResult>(this: System_Linq.ParallelQuery_1<TOuter>, inner: System_Linq.ParallelQuery_1<TInner>, outerKeySelector: System.Func_2<TOuter, TKey>, innerKeySelector: System.Func_2<TInner, TKey>, resultSelector: System.Func_3<TOuter, TInner, TResult>): Rewrap<this, System_Linq.ParallelQuery_1<TResult>>;
1041
1039
  Join<TOuter, TInner, TKey, TResult>(this: System_Linq.ParallelQuery_1<TOuter>, inner: System_Collections_Generic.IEnumerable_1<TInner>, outerKeySelector: System.Func_2<TOuter, TKey>, innerKeySelector: System.Func_2<TInner, TKey>, resultSelector: System.Func_3<TOuter, TInner, TResult>): Rewrap<this, System_Linq.ParallelQuery_1<TResult>>;
1042
- Join<TOuter, TInner, TKey, TResult>(this: System_Linq.ParallelQuery_1<TOuter>, inner: System_Linq.ParallelQuery_1<TInner>, outerKeySelector: System.Func_2<TOuter, TKey>, innerKeySelector: System.Func_2<TInner, TKey>, resultSelector: System.Func_3<TOuter, TInner, TResult>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey>): Rewrap<this, System_Linq.ParallelQuery_1<TResult>>;
1043
- Join<TOuter, TInner, TKey, TResult>(this: System_Linq.ParallelQuery_1<TOuter>, inner: System_Collections_Generic.IEnumerable_1<TInner>, outerKeySelector: System.Func_2<TOuter, TKey>, innerKeySelector: System.Func_2<TInner, TKey>, resultSelector: System.Func_3<TOuter, TInner, TResult>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey>): Rewrap<this, System_Linq.ParallelQuery_1<TResult>>;
1040
+ Join<TOuter, TInner, TKey, TResult>(this: System_Linq.ParallelQuery_1<TOuter>, inner: System_Linq.ParallelQuery_1<TInner>, outerKeySelector: System.Func_2<TOuter, TKey>, innerKeySelector: System.Func_2<TInner, TKey>, resultSelector: System.Func_3<TOuter, TInner, TResult>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey> | null): Rewrap<this, System_Linq.ParallelQuery_1<TResult>>;
1041
+ Join<TOuter, TInner, TKey, TResult>(this: System_Linq.ParallelQuery_1<TOuter>, inner: System_Collections_Generic.IEnumerable_1<TInner>, outerKeySelector: System.Func_2<TOuter, TKey>, innerKeySelector: System.Func_2<TInner, TKey>, resultSelector: System.Func_3<TOuter, TInner, TResult>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey> | null): Rewrap<this, System_Linq.ParallelQuery_1<TResult>>;
1044
1042
  Join<TOuter, TInner, TKey, TResult>(this: System_Collections_Generic.IEnumerable_1<TOuter>, inner: System_Collections_Generic.IEnumerable_1<TInner>, outerKeySelector: System.Func_2<TOuter, TKey>, innerKeySelector: System.Func_2<TInner, TKey>, resultSelector: System.Func_3<TOuter, TInner, TResult>): Rewrap<this, System_Collections_Generic.IEnumerable_1<TResult>>;
1045
- Join<TOuter, TInner, TKey, TResult>(this: System_Collections_Generic.IEnumerable_1<TOuter>, inner: System_Collections_Generic.IEnumerable_1<TInner>, outerKeySelector: System.Func_2<TOuter, TKey>, innerKeySelector: System.Func_2<TInner, TKey>, resultSelector: System.Func_3<TOuter, TInner, TResult>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey>): Rewrap<this, System_Collections_Generic.IEnumerable_1<TResult>>;
1043
+ Join<TOuter, TInner, TKey, TResult>(this: System_Collections_Generic.IEnumerable_1<TOuter>, inner: System_Collections_Generic.IEnumerable_1<TInner>, outerKeySelector: System.Func_2<TOuter, TKey>, innerKeySelector: System.Func_2<TInner, TKey>, resultSelector: System.Func_3<TOuter, TInner, TResult>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey> | null): Rewrap<this, System_Collections_Generic.IEnumerable_1<TResult>>;
1044
+ Last<T>(this: System_Collections_Immutable.ImmutableArray_1_Builder<T>): Rewrap<this, T>;
1046
1045
  Last<T>(this: System_Collections_Immutable.ImmutableArray_1<T>): Rewrap<this, T>;
1047
1046
  Last<T>(this: System_Collections_Immutable.ImmutableArray_1<T>, predicate: System.Func_2<T, System_Internal.Boolean>): Rewrap<this, T>;
1048
- Last<T>(this: System_Collections_Immutable.ImmutableArray_1_Builder<T>): Rewrap<this, T>;
1049
1047
  Last<TSource>(this: System_Linq.IQueryable_1<TSource>): Rewrap<this, TSource>;
1050
1048
  Last<TSource>(this: System_Linq.IQueryable_1<TSource>, predicate: System_Linq_Expressions.Expression_1<System.Func_2<TSource, System_Internal.Boolean>>): Rewrap<this, TSource>;
1051
1049
  Last<TSource>(this: System_Linq.ParallelQuery_1<TSource>): Rewrap<this, TSource>;
@@ -1055,18 +1053,18 @@ interface __TsonicExtMethods_System_Linq {
1055
1053
  LastAsync<TSource>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.ValueTask_1<TSource>>;
1056
1054
  LastAsync<TSource>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, predicate: System.Func_2<TSource, System_Internal.Boolean>, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.ValueTask_1<TSource>>;
1057
1055
  LastAsync<TSource>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, predicate: System.Func_3<TSource, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<System_Internal.Boolean>>, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.ValueTask_1<TSource>>;
1058
- LastOrDefault<T>(this: System_Collections_Immutable.ImmutableArray_1<T>): Rewrap<this, T | undefined>;
1059
- LastOrDefault<T>(this: System_Collections_Immutable.ImmutableArray_1<T>, predicate: System.Func_2<T, System_Internal.Boolean>): Rewrap<this, T | undefined>;
1060
- LastOrDefault<T>(this: System_Collections_Immutable.ImmutableArray_1_Builder<T>): Rewrap<this, T | undefined>;
1061
- LastOrDefault<TSource>(this: System_Linq.IQueryable_1<TSource>): Rewrap<this, TSource | undefined>;
1056
+ LastOrDefault<T>(this: System_Collections_Immutable.ImmutableArray_1_Builder<T>): Rewrap<this, T | null>;
1057
+ LastOrDefault<T>(this: System_Collections_Immutable.ImmutableArray_1<T>): Rewrap<this, T | null>;
1058
+ LastOrDefault<T>(this: System_Collections_Immutable.ImmutableArray_1<T>, predicate: System.Func_2<T, System_Internal.Boolean>): Rewrap<this, T | null>;
1059
+ LastOrDefault<TSource>(this: System_Linq.IQueryable_1<TSource>): Rewrap<this, TSource | null>;
1062
1060
  LastOrDefault<TSource>(this: System_Linq.IQueryable_1<TSource>, defaultValue: TSource): Rewrap<this, TSource>;
1063
- LastOrDefault<TSource>(this: System_Linq.IQueryable_1<TSource>, predicate: System_Linq_Expressions.Expression_1<System.Func_2<TSource, System_Internal.Boolean>>): Rewrap<this, TSource | undefined>;
1061
+ LastOrDefault<TSource>(this: System_Linq.IQueryable_1<TSource>, predicate: System_Linq_Expressions.Expression_1<System.Func_2<TSource, System_Internal.Boolean>>): Rewrap<this, TSource | null>;
1064
1062
  LastOrDefault<TSource>(this: System_Linq.IQueryable_1<TSource>, predicate: System_Linq_Expressions.Expression_1<System.Func_2<TSource, System_Internal.Boolean>>, defaultValue: TSource): Rewrap<this, TSource>;
1065
- LastOrDefault<TSource>(this: System_Linq.ParallelQuery_1<TSource>): Rewrap<this, TSource | undefined>;
1066
- LastOrDefault<TSource>(this: System_Linq.ParallelQuery_1<TSource>, predicate: System.Func_2<TSource, System_Internal.Boolean>): Rewrap<this, TSource | undefined>;
1067
- LastOrDefault<TSource>(this: System_Collections_Generic.IEnumerable_1<TSource>): Rewrap<this, TSource | undefined>;
1063
+ LastOrDefault<TSource>(this: System_Linq.ParallelQuery_1<TSource>): Rewrap<this, TSource | null>;
1064
+ LastOrDefault<TSource>(this: System_Linq.ParallelQuery_1<TSource>, predicate: System.Func_2<TSource, System_Internal.Boolean>): Rewrap<this, TSource | null>;
1065
+ LastOrDefault<TSource>(this: System_Collections_Generic.IEnumerable_1<TSource>): Rewrap<this, TSource | null>;
1068
1066
  LastOrDefault<TSource>(this: System_Collections_Generic.IEnumerable_1<TSource>, defaultValue: TSource): Rewrap<this, TSource>;
1069
- LastOrDefault<TSource>(this: System_Collections_Generic.IEnumerable_1<TSource>, predicate: System.Func_2<TSource, System_Internal.Boolean>): Rewrap<this, TSource | undefined>;
1067
+ LastOrDefault<TSource>(this: System_Collections_Generic.IEnumerable_1<TSource>, predicate: System.Func_2<TSource, System_Internal.Boolean>): Rewrap<this, TSource | null>;
1070
1068
  LastOrDefault<TSource>(this: System_Collections_Generic.IEnumerable_1<TSource>, predicate: System.Func_2<TSource, System_Internal.Boolean>, defaultValue: TSource): Rewrap<this, TSource>;
1071
1069
  LastOrDefaultAsync<TSource>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.ValueTask_1<TSource>>;
1072
1070
  LastOrDefaultAsync<TSource>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, defaultValue: TSource, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.ValueTask_1<TSource>>;
@@ -1074,12 +1072,12 @@ interface __TsonicExtMethods_System_Linq {
1074
1072
  LastOrDefaultAsync<TSource>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, predicate: System.Func_3<TSource, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<System_Internal.Boolean>>, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.ValueTask_1<TSource>>;
1075
1073
  LastOrDefaultAsync<TSource>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, predicate: System.Func_2<TSource, System_Internal.Boolean>, defaultValue: TSource, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.ValueTask_1<TSource>>;
1076
1074
  LastOrDefaultAsync<TSource>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, predicate: System.Func_3<TSource, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<System_Internal.Boolean>>, defaultValue: TSource, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.ValueTask_1<TSource>>;
1077
- LeftJoin<TOuter, TInner, TKey, TResult>(this: System_Collections_Generic.IAsyncEnumerable_1<TOuter>, inner: System_Collections_Generic.IAsyncEnumerable_1<TInner>, outerKeySelector: System.Func_2<TOuter, TKey>, innerKeySelector: System.Func_2<TInner, TKey>, resultSelector: System.Func_3<TOuter, TInner, TResult>, comparer?: System_Collections_Generic.IEqualityComparer_1<TKey>): Rewrap<this, System_Collections_Generic.IAsyncEnumerable_1<TResult>>;
1078
- LeftJoin<TOuter, TInner, TKey, TResult>(this: System_Collections_Generic.IAsyncEnumerable_1<TOuter>, inner: System_Collections_Generic.IAsyncEnumerable_1<TInner>, outerKeySelector: System.Func_3<TOuter, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TKey>>, innerKeySelector: System.Func_3<TInner, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TKey>>, resultSelector: System.Func_4<TOuter, TInner, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TResult>>, comparer?: System_Collections_Generic.IEqualityComparer_1<TKey>): Rewrap<this, System_Collections_Generic.IAsyncEnumerable_1<TResult>>;
1079
- LeftJoin<TOuter, TInner, TKey, TResult>(this: System_Linq.IQueryable_1<TOuter>, inner: System_Collections_Generic.IEnumerable_1<TInner>, outerKeySelector: System_Linq_Expressions.Expression_1<System.Func_2<TOuter, TKey>>, innerKeySelector: System_Linq_Expressions.Expression_1<System.Func_2<TInner, TKey>>, resultSelector: System_Linq_Expressions.Expression_1<System.Func_3<TOuter, TInner, TResult>>): Rewrap<this, System_Linq.IQueryable_1<TResult>>;
1080
- LeftJoin<TOuter, TInner, TKey, TResult>(this: System_Linq.IQueryable_1<TOuter>, inner: System_Collections_Generic.IEnumerable_1<TInner>, outerKeySelector: System_Linq_Expressions.Expression_1<System.Func_2<TOuter, TKey>>, innerKeySelector: System_Linq_Expressions.Expression_1<System.Func_2<TInner, TKey>>, resultSelector: System_Linq_Expressions.Expression_1<System.Func_3<TOuter, TInner, TResult>>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey>): Rewrap<this, System_Linq.IQueryable_1<TResult>>;
1081
- LeftJoin<TOuter, TInner, TKey, TResult>(this: System_Collections_Generic.IEnumerable_1<TOuter>, inner: System_Collections_Generic.IEnumerable_1<TInner>, outerKeySelector: System.Func_2<TOuter, TKey>, innerKeySelector: System.Func_2<TInner, TKey>, resultSelector: System.Func_3<TOuter, TInner, TResult>): Rewrap<this, System_Collections_Generic.IEnumerable_1<TResult>>;
1082
- LeftJoin<TOuter, TInner, TKey, TResult>(this: System_Collections_Generic.IEnumerable_1<TOuter>, inner: System_Collections_Generic.IEnumerable_1<TInner>, outerKeySelector: System.Func_2<TOuter, TKey>, innerKeySelector: System.Func_2<TInner, TKey>, resultSelector: System.Func_3<TOuter, TInner, TResult>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey>): Rewrap<this, System_Collections_Generic.IEnumerable_1<TResult>>;
1075
+ LeftJoin<TOuter, TInner, TKey, TResult>(this: System_Collections_Generic.IAsyncEnumerable_1<TOuter>, inner: System_Collections_Generic.IAsyncEnumerable_1<TInner>, outerKeySelector: System.Func_2<TOuter, TKey>, innerKeySelector: System.Func_2<TInner, TKey>, resultSelector: System.Func_3<TOuter, TInner | null, TResult>, comparer?: System_Collections_Generic.IEqualityComparer_1<TKey> | null): Rewrap<this, System_Collections_Generic.IAsyncEnumerable_1<TResult>>;
1076
+ LeftJoin<TOuter, TInner, TKey, TResult>(this: System_Collections_Generic.IAsyncEnumerable_1<TOuter>, inner: System_Collections_Generic.IAsyncEnumerable_1<TInner>, outerKeySelector: System.Func_3<TOuter, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TKey>>, innerKeySelector: System.Func_3<TInner, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TKey>>, resultSelector: System.Func_4<TOuter, TInner, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TResult>>, comparer?: System_Collections_Generic.IEqualityComparer_1<TKey> | null): Rewrap<this, System_Collections_Generic.IAsyncEnumerable_1<TResult>>;
1077
+ LeftJoin<TOuter, TInner, TKey, TResult>(this: System_Linq.IQueryable_1<TOuter>, inner: System_Collections_Generic.IEnumerable_1<TInner>, outerKeySelector: System_Linq_Expressions.Expression_1<System.Func_2<TOuter, TKey>>, innerKeySelector: System_Linq_Expressions.Expression_1<System.Func_2<TInner, TKey>>, resultSelector: System_Linq_Expressions.Expression_1<System.Func_3<TOuter, TInner | null, TResult>>): Rewrap<this, System_Linq.IQueryable_1<TResult>>;
1078
+ LeftJoin<TOuter, TInner, TKey, TResult>(this: System_Linq.IQueryable_1<TOuter>, inner: System_Collections_Generic.IEnumerable_1<TInner>, outerKeySelector: System_Linq_Expressions.Expression_1<System.Func_2<TOuter, TKey>>, innerKeySelector: System_Linq_Expressions.Expression_1<System.Func_2<TInner, TKey>>, resultSelector: System_Linq_Expressions.Expression_1<System.Func_3<TOuter, TInner | null, TResult>>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey> | null): Rewrap<this, System_Linq.IQueryable_1<TResult>>;
1079
+ LeftJoin<TOuter, TInner, TKey, TResult>(this: System_Collections_Generic.IEnumerable_1<TOuter>, inner: System_Collections_Generic.IEnumerable_1<TInner>, outerKeySelector: System.Func_2<TOuter, TKey>, innerKeySelector: System.Func_2<TInner, TKey>, resultSelector: System.Func_3<TOuter, TInner | null, TResult>): Rewrap<this, System_Collections_Generic.IEnumerable_1<TResult>>;
1080
+ LeftJoin<TOuter, TInner, TKey, TResult>(this: System_Collections_Generic.IEnumerable_1<TOuter>, inner: System_Collections_Generic.IEnumerable_1<TInner>, outerKeySelector: System.Func_2<TOuter, TKey>, innerKeySelector: System.Func_2<TInner, TKey>, resultSelector: System.Func_3<TOuter, TInner | null, TResult>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey> | null): Rewrap<this, System_Collections_Generic.IEnumerable_1<TResult>>;
1083
1081
  LongCount<TSource>(this: System_Linq.IQueryable_1<TSource>): Rewrap<this, long>;
1084
1082
  LongCount<TSource>(this: System_Linq.IQueryable_1<TSource>, predicate: System_Linq_Expressions.Expression_1<System.Func_2<TSource, System_Internal.Boolean>>): Rewrap<this, long>;
1085
1083
  LongCount<TSource>(this: System_Linq.ParallelQuery_1<TSource>): Rewrap<this, long>;
@@ -1089,9 +1087,9 @@ interface __TsonicExtMethods_System_Linq {
1089
1087
  LongCountAsync<TSource>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.ValueTask_1<System_Internal.Int64>>;
1090
1088
  LongCountAsync<TSource>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, predicate: System.Func_2<TSource, System_Internal.Boolean>, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.ValueTask_1<System_Internal.Int64>>;
1091
1089
  LongCountAsync<TSource>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, predicate: System.Func_3<TSource, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<System_Internal.Boolean>>, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.ValueTask_1<System_Internal.Int64>>;
1092
- Max<TSource>(this: System_Linq.IQueryable_1<TSource>): Rewrap<this, TSource | undefined>;
1093
- Max<TSource>(this: System_Linq.IQueryable_1<TSource>, comparer: System_Collections_Generic.IComparer_1<TSource>): Rewrap<this, TSource | undefined>;
1094
- Max<TSource, TResult>(this: System_Linq.IQueryable_1<TSource>, selector: System_Linq_Expressions.Expression_1<System.Func_2<TSource, TResult>>): Rewrap<this, TResult | undefined>;
1090
+ Max<TSource>(this: System_Linq.IQueryable_1<TSource>): Rewrap<this, TSource | null>;
1091
+ Max<TSource>(this: System_Linq.IQueryable_1<TSource>, comparer: System_Collections_Generic.IComparer_1<TSource> | null): Rewrap<this, TSource | null>;
1092
+ Max<TSource, TResult>(this: System_Linq.IQueryable_1<TSource>, selector: System_Linq_Expressions.Expression_1<System.Func_2<TSource, TResult>>): Rewrap<this, TResult | null>;
1095
1093
  Max(this: System_Linq.ParallelQuery_1<System_Internal.Int32>): Rewrap<this, int>;
1096
1094
  Max(this: System_Linq.ParallelQuery_1<System.Nullable_1<System_Internal.Int32>>): Rewrap<this, System.Nullable_1<System_Internal.Int32>>;
1097
1095
  Max(this: System_Linq.ParallelQuery_1<System_Internal.Int64>): Rewrap<this, long>;
@@ -1102,7 +1100,7 @@ interface __TsonicExtMethods_System_Linq {
1102
1100
  Max(this: System_Linq.ParallelQuery_1<System.Nullable_1<System_Internal.Double>>): Rewrap<this, System.Nullable_1<System_Internal.Double>>;
1103
1101
  Max(this: System_Linq.ParallelQuery_1<System_Internal.Decimal>): Rewrap<this, decimal>;
1104
1102
  Max(this: System_Linq.ParallelQuery_1<System.Nullable_1<System_Internal.Decimal>>): Rewrap<this, System.Nullable_1<System_Internal.Decimal>>;
1105
- Max<TSource>(this: System_Linq.ParallelQuery_1<TSource>): Rewrap<this, TSource | undefined>;
1103
+ Max<TSource>(this: System_Linq.ParallelQuery_1<TSource>): Rewrap<this, TSource | null>;
1106
1104
  Max<TSource>(this: System_Linq.ParallelQuery_1<TSource>, selector: System.Func_2<TSource, System_Internal.Int32>): Rewrap<this, int>;
1107
1105
  Max<TSource>(this: System_Linq.ParallelQuery_1<TSource>, selector: System.Func_2<TSource, System.Nullable_1<System_Internal.Int32>>): Rewrap<this, System.Nullable_1<System_Internal.Int32>>;
1108
1106
  Max<TSource>(this: System_Linq.ParallelQuery_1<TSource>, selector: System.Func_2<TSource, System_Internal.Int64>): Rewrap<this, long>;
@@ -1113,7 +1111,7 @@ interface __TsonicExtMethods_System_Linq {
1113
1111
  Max<TSource>(this: System_Linq.ParallelQuery_1<TSource>, selector: System.Func_2<TSource, System.Nullable_1<System_Internal.Double>>): Rewrap<this, System.Nullable_1<System_Internal.Double>>;
1114
1112
  Max<TSource>(this: System_Linq.ParallelQuery_1<TSource>, selector: System.Func_2<TSource, System_Internal.Decimal>): Rewrap<this, decimal>;
1115
1113
  Max<TSource>(this: System_Linq.ParallelQuery_1<TSource>, selector: System.Func_2<TSource, System.Nullable_1<System_Internal.Decimal>>): Rewrap<this, System.Nullable_1<System_Internal.Decimal>>;
1116
- Max<TSource, TResult>(this: System_Linq.ParallelQuery_1<TSource>, selector: System.Func_2<TSource, TResult>): Rewrap<this, TResult | undefined>;
1114
+ Max<TSource, TResult>(this: System_Linq.ParallelQuery_1<TSource>, selector: System.Func_2<TSource, TResult>): Rewrap<this, TResult | null>;
1117
1115
  Max(this: System_Collections_Generic.IEnumerable_1<System_Internal.Int32>): Rewrap<this, int>;
1118
1116
  Max(this: System_Collections_Generic.IEnumerable_1<System_Internal.Int64>): Rewrap<this, long>;
1119
1117
  Max(this: System_Collections_Generic.IEnumerable_1<System.Nullable_1<System_Internal.Int32>>): Rewrap<this, System.Nullable_1<System_Internal.Int32>>;
@@ -1124,8 +1122,8 @@ interface __TsonicExtMethods_System_Linq {
1124
1122
  Max(this: System_Collections_Generic.IEnumerable_1<System.Nullable_1<System_Internal.Single>>): Rewrap<this, System.Nullable_1<System_Internal.Single>>;
1125
1123
  Max(this: System_Collections_Generic.IEnumerable_1<System_Internal.Decimal>): Rewrap<this, decimal>;
1126
1124
  Max(this: System_Collections_Generic.IEnumerable_1<System.Nullable_1<System_Internal.Decimal>>): Rewrap<this, System.Nullable_1<System_Internal.Decimal>>;
1127
- Max<TSource>(this: System_Collections_Generic.IEnumerable_1<TSource>): Rewrap<this, TSource | undefined>;
1128
- Max<TSource>(this: System_Collections_Generic.IEnumerable_1<TSource>, comparer: System_Collections_Generic.IComparer_1<TSource>): Rewrap<this, TSource | undefined>;
1125
+ Max<TSource>(this: System_Collections_Generic.IEnumerable_1<TSource>): Rewrap<this, TSource | null>;
1126
+ Max<TSource>(this: System_Collections_Generic.IEnumerable_1<TSource>, comparer: System_Collections_Generic.IComparer_1<TSource> | null): Rewrap<this, TSource | null>;
1129
1127
  Max<TSource>(this: System_Collections_Generic.IEnumerable_1<TSource>, selector: System.Func_2<TSource, System_Internal.Int32>): Rewrap<this, int>;
1130
1128
  Max<TSource>(this: System_Collections_Generic.IEnumerable_1<TSource>, selector: System.Func_2<TSource, System.Nullable_1<System_Internal.Int32>>): Rewrap<this, System.Nullable_1<System_Internal.Int32>>;
1131
1129
  Max<TSource>(this: System_Collections_Generic.IEnumerable_1<TSource>, selector: System.Func_2<TSource, System_Internal.Int64>): Rewrap<this, long>;
@@ -1136,17 +1134,17 @@ interface __TsonicExtMethods_System_Linq {
1136
1134
  Max<TSource>(this: System_Collections_Generic.IEnumerable_1<TSource>, selector: System.Func_2<TSource, System.Nullable_1<System_Internal.Double>>): Rewrap<this, System.Nullable_1<System_Internal.Double>>;
1137
1135
  Max<TSource>(this: System_Collections_Generic.IEnumerable_1<TSource>, selector: System.Func_2<TSource, System_Internal.Decimal>): Rewrap<this, decimal>;
1138
1136
  Max<TSource>(this: System_Collections_Generic.IEnumerable_1<TSource>, selector: System.Func_2<TSource, System.Nullable_1<System_Internal.Decimal>>): Rewrap<this, System.Nullable_1<System_Internal.Decimal>>;
1139
- Max<TSource, TResult>(this: System_Collections_Generic.IEnumerable_1<TSource>, selector: System.Func_2<TSource, TResult>): Rewrap<this, TResult | undefined>;
1140
- MaxAsync<TSource>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, comparer?: System_Collections_Generic.IComparer_1<TSource>, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.ValueTask_1<TSource>>;
1141
- MaxBy<TSource, TKey>(this: System_Linq.IQueryable_1<TSource>, keySelector: System_Linq_Expressions.Expression_1<System.Func_2<TSource, TKey>>): Rewrap<this, TSource | undefined>;
1142
- MaxBy<TSource, TKey>(this: System_Linq.IQueryable_1<TSource>, keySelector: System_Linq_Expressions.Expression_1<System.Func_2<TSource, TKey>>, comparer: System_Collections_Generic.IComparer_1<TSource>): Rewrap<this, TSource | undefined>;
1143
- MaxBy<TSource, TKey>(this: System_Collections_Generic.IEnumerable_1<TSource>, keySelector: System.Func_2<TSource, TKey>): Rewrap<this, TSource | undefined>;
1144
- MaxBy<TSource, TKey>(this: System_Collections_Generic.IEnumerable_1<TSource>, keySelector: System.Func_2<TSource, TKey>, comparer: System_Collections_Generic.IComparer_1<TKey>): Rewrap<this, TSource | undefined>;
1145
- MaxByAsync<TSource, TKey>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, keySelector: System.Func_2<TSource, TKey>, comparer?: System_Collections_Generic.IComparer_1<TKey>, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.ValueTask_1<TSource>>;
1146
- MaxByAsync<TSource, TKey>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, keySelector: System.Func_3<TSource, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TKey>>, comparer?: System_Collections_Generic.IComparer_1<TKey>, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.ValueTask_1<TSource>>;
1147
- Min<TSource>(this: System_Linq.IQueryable_1<TSource>): Rewrap<this, TSource | undefined>;
1148
- Min<TSource>(this: System_Linq.IQueryable_1<TSource>, comparer: System_Collections_Generic.IComparer_1<TSource>): Rewrap<this, TSource | undefined>;
1149
- Min<TSource, TResult>(this: System_Linq.IQueryable_1<TSource>, selector: System_Linq_Expressions.Expression_1<System.Func_2<TSource, TResult>>): Rewrap<this, TResult | undefined>;
1137
+ Max<TSource, TResult>(this: System_Collections_Generic.IEnumerable_1<TSource>, selector: System.Func_2<TSource, TResult>): Rewrap<this, TResult | null>;
1138
+ MaxAsync<TSource>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, comparer?: System_Collections_Generic.IComparer_1<TSource> | null, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.ValueTask_1<TSource>>;
1139
+ MaxBy<TSource, TKey>(this: System_Linq.IQueryable_1<TSource>, keySelector: System_Linq_Expressions.Expression_1<System.Func_2<TSource, TKey>>): Rewrap<this, TSource | null>;
1140
+ MaxBy<TSource, TKey>(this: System_Linq.IQueryable_1<TSource>, keySelector: System_Linq_Expressions.Expression_1<System.Func_2<TSource, TKey>>, comparer: System_Collections_Generic.IComparer_1<TSource> | null): Rewrap<this, TSource | null>;
1141
+ MaxBy<TSource, TKey>(this: System_Collections_Generic.IEnumerable_1<TSource>, keySelector: System.Func_2<TSource, TKey>): Rewrap<this, TSource | null>;
1142
+ MaxBy<TSource, TKey>(this: System_Collections_Generic.IEnumerable_1<TSource>, keySelector: System.Func_2<TSource, TKey>, comparer: System_Collections_Generic.IComparer_1<TKey> | null): Rewrap<this, TSource | null>;
1143
+ MaxByAsync<TSource, TKey>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, keySelector: System.Func_2<TSource, TKey>, comparer?: System_Collections_Generic.IComparer_1<TKey> | null, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.ValueTask_1<TSource>>;
1144
+ MaxByAsync<TSource, TKey>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, keySelector: System.Func_3<TSource, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TKey>>, comparer?: System_Collections_Generic.IComparer_1<TKey> | null, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.ValueTask_1<TSource>>;
1145
+ Min<TSource>(this: System_Linq.IQueryable_1<TSource>): Rewrap<this, TSource | null>;
1146
+ Min<TSource>(this: System_Linq.IQueryable_1<TSource>, comparer: System_Collections_Generic.IComparer_1<TSource> | null): Rewrap<this, TSource | null>;
1147
+ Min<TSource, TResult>(this: System_Linq.IQueryable_1<TSource>, selector: System_Linq_Expressions.Expression_1<System.Func_2<TSource, TResult>>): Rewrap<this, TResult | null>;
1150
1148
  Min(this: System_Linq.ParallelQuery_1<System_Internal.Int32>): Rewrap<this, int>;
1151
1149
  Min(this: System_Linq.ParallelQuery_1<System.Nullable_1<System_Internal.Int32>>): Rewrap<this, System.Nullable_1<System_Internal.Int32>>;
1152
1150
  Min(this: System_Linq.ParallelQuery_1<System_Internal.Int64>): Rewrap<this, long>;
@@ -1157,7 +1155,7 @@ interface __TsonicExtMethods_System_Linq {
1157
1155
  Min(this: System_Linq.ParallelQuery_1<System.Nullable_1<System_Internal.Double>>): Rewrap<this, System.Nullable_1<System_Internal.Double>>;
1158
1156
  Min(this: System_Linq.ParallelQuery_1<System_Internal.Decimal>): Rewrap<this, decimal>;
1159
1157
  Min(this: System_Linq.ParallelQuery_1<System.Nullable_1<System_Internal.Decimal>>): Rewrap<this, System.Nullable_1<System_Internal.Decimal>>;
1160
- Min<TSource>(this: System_Linq.ParallelQuery_1<TSource>): Rewrap<this, TSource | undefined>;
1158
+ Min<TSource>(this: System_Linq.ParallelQuery_1<TSource>): Rewrap<this, TSource | null>;
1161
1159
  Min<TSource>(this: System_Linq.ParallelQuery_1<TSource>, selector: System.Func_2<TSource, System_Internal.Int32>): Rewrap<this, int>;
1162
1160
  Min<TSource>(this: System_Linq.ParallelQuery_1<TSource>, selector: System.Func_2<TSource, System.Nullable_1<System_Internal.Int32>>): Rewrap<this, System.Nullable_1<System_Internal.Int32>>;
1163
1161
  Min<TSource>(this: System_Linq.ParallelQuery_1<TSource>, selector: System.Func_2<TSource, System_Internal.Int64>): Rewrap<this, long>;
@@ -1168,7 +1166,7 @@ interface __TsonicExtMethods_System_Linq {
1168
1166
  Min<TSource>(this: System_Linq.ParallelQuery_1<TSource>, selector: System.Func_2<TSource, System.Nullable_1<System_Internal.Double>>): Rewrap<this, System.Nullable_1<System_Internal.Double>>;
1169
1167
  Min<TSource>(this: System_Linq.ParallelQuery_1<TSource>, selector: System.Func_2<TSource, System_Internal.Decimal>): Rewrap<this, decimal>;
1170
1168
  Min<TSource>(this: System_Linq.ParallelQuery_1<TSource>, selector: System.Func_2<TSource, System.Nullable_1<System_Internal.Decimal>>): Rewrap<this, System.Nullable_1<System_Internal.Decimal>>;
1171
- Min<TSource, TResult>(this: System_Linq.ParallelQuery_1<TSource>, selector: System.Func_2<TSource, TResult>): Rewrap<this, TResult | undefined>;
1169
+ Min<TSource, TResult>(this: System_Linq.ParallelQuery_1<TSource>, selector: System.Func_2<TSource, TResult>): Rewrap<this, TResult | null>;
1172
1170
  Min(this: System_Collections_Generic.IEnumerable_1<System_Internal.Int32>): Rewrap<this, int>;
1173
1171
  Min(this: System_Collections_Generic.IEnumerable_1<System_Internal.Int64>): Rewrap<this, long>;
1174
1172
  Min(this: System_Collections_Generic.IEnumerable_1<System.Nullable_1<System_Internal.Int32>>): Rewrap<this, System.Nullable_1<System_Internal.Int32>>;
@@ -1179,8 +1177,8 @@ interface __TsonicExtMethods_System_Linq {
1179
1177
  Min(this: System_Collections_Generic.IEnumerable_1<System.Nullable_1<System_Internal.Double>>): Rewrap<this, System.Nullable_1<System_Internal.Double>>;
1180
1178
  Min(this: System_Collections_Generic.IEnumerable_1<System_Internal.Decimal>): Rewrap<this, decimal>;
1181
1179
  Min(this: System_Collections_Generic.IEnumerable_1<System.Nullable_1<System_Internal.Decimal>>): Rewrap<this, System.Nullable_1<System_Internal.Decimal>>;
1182
- Min<TSource>(this: System_Collections_Generic.IEnumerable_1<TSource>): Rewrap<this, TSource | undefined>;
1183
- Min<TSource>(this: System_Collections_Generic.IEnumerable_1<TSource>, comparer: System_Collections_Generic.IComparer_1<TSource>): Rewrap<this, TSource | undefined>;
1180
+ Min<TSource>(this: System_Collections_Generic.IEnumerable_1<TSource>): Rewrap<this, TSource | null>;
1181
+ Min<TSource>(this: System_Collections_Generic.IEnumerable_1<TSource>, comparer: System_Collections_Generic.IComparer_1<TSource> | null): Rewrap<this, TSource | null>;
1184
1182
  Min<TSource>(this: System_Collections_Generic.IEnumerable_1<TSource>, selector: System.Func_2<TSource, System_Internal.Int32>): Rewrap<this, int>;
1185
1183
  Min<TSource>(this: System_Collections_Generic.IEnumerable_1<TSource>, selector: System.Func_2<TSource, System.Nullable_1<System_Internal.Int32>>): Rewrap<this, System.Nullable_1<System_Internal.Int32>>;
1186
1184
  Min<TSource>(this: System_Collections_Generic.IEnumerable_1<TSource>, selector: System.Func_2<TSource, System_Internal.Int64>): Rewrap<this, long>;
@@ -1191,44 +1189,48 @@ interface __TsonicExtMethods_System_Linq {
1191
1189
  Min<TSource>(this: System_Collections_Generic.IEnumerable_1<TSource>, selector: System.Func_2<TSource, System.Nullable_1<System_Internal.Double>>): Rewrap<this, System.Nullable_1<System_Internal.Double>>;
1192
1190
  Min<TSource>(this: System_Collections_Generic.IEnumerable_1<TSource>, selector: System.Func_2<TSource, System_Internal.Decimal>): Rewrap<this, decimal>;
1193
1191
  Min<TSource>(this: System_Collections_Generic.IEnumerable_1<TSource>, selector: System.Func_2<TSource, System.Nullable_1<System_Internal.Decimal>>): Rewrap<this, System.Nullable_1<System_Internal.Decimal>>;
1194
- Min<TSource, TResult>(this: System_Collections_Generic.IEnumerable_1<TSource>, selector: System.Func_2<TSource, TResult>): Rewrap<this, TResult | undefined>;
1195
- MinAsync<TSource>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, comparer?: System_Collections_Generic.IComparer_1<TSource>, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.ValueTask_1<TSource>>;
1196
- MinBy<TSource, TKey>(this: System_Linq.IQueryable_1<TSource>, keySelector: System_Linq_Expressions.Expression_1<System.Func_2<TSource, TKey>>): Rewrap<this, TSource | undefined>;
1197
- MinBy<TSource, TKey>(this: System_Linq.IQueryable_1<TSource>, keySelector: System_Linq_Expressions.Expression_1<System.Func_2<TSource, TKey>>, comparer: System_Collections_Generic.IComparer_1<TSource>): Rewrap<this, TSource | undefined>;
1198
- MinBy<TSource, TKey>(this: System_Collections_Generic.IEnumerable_1<TSource>, keySelector: System.Func_2<TSource, TKey>): Rewrap<this, TSource | undefined>;
1199
- MinBy<TSource, TKey>(this: System_Collections_Generic.IEnumerable_1<TSource>, keySelector: System.Func_2<TSource, TKey>, comparer: System_Collections_Generic.IComparer_1<TKey>): Rewrap<this, TSource | undefined>;
1200
- MinByAsync<TSource, TKey>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, keySelector: System.Func_2<TSource, TKey>, comparer?: System_Collections_Generic.IComparer_1<TKey>, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.ValueTask_1<TSource>>;
1201
- MinByAsync<TSource, TKey>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, keySelector: System.Func_3<TSource, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TKey>>, comparer?: System_Collections_Generic.IComparer_1<TKey>, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.ValueTask_1<TSource>>;
1202
- OfType<TResult>(this: System_Collections_Generic.IAsyncEnumerable_1<unknown>): Rewrap<this, System_Collections_Generic.IAsyncEnumerable_1<TResult>>;
1192
+ Min<TSource, TResult>(this: System_Collections_Generic.IEnumerable_1<TSource>, selector: System.Func_2<TSource, TResult>): Rewrap<this, TResult | null>;
1193
+ MinAsync<TSource>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, comparer?: System_Collections_Generic.IComparer_1<TSource> | null, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.ValueTask_1<TSource>>;
1194
+ MinBy<TSource, TKey>(this: System_Linq.IQueryable_1<TSource>, keySelector: System_Linq_Expressions.Expression_1<System.Func_2<TSource, TKey>>): Rewrap<this, TSource | null>;
1195
+ MinBy<TSource, TKey>(this: System_Linq.IQueryable_1<TSource>, keySelector: System_Linq_Expressions.Expression_1<System.Func_2<TSource, TKey>>, comparer: System_Collections_Generic.IComparer_1<TSource> | null): Rewrap<this, TSource | null>;
1196
+ MinBy<TSource, TKey>(this: System_Collections_Generic.IEnumerable_1<TSource>, keySelector: System.Func_2<TSource, TKey>): Rewrap<this, TSource | null>;
1197
+ MinBy<TSource, TKey>(this: System_Collections_Generic.IEnumerable_1<TSource>, keySelector: System.Func_2<TSource, TKey>, comparer: System_Collections_Generic.IComparer_1<TKey> | null): Rewrap<this, TSource | null>;
1198
+ MinByAsync<TSource, TKey>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, keySelector: System.Func_2<TSource, TKey>, comparer?: System_Collections_Generic.IComparer_1<TKey> | null, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.ValueTask_1<TSource>>;
1199
+ MinByAsync<TSource, TKey>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, keySelector: System.Func_3<TSource, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TKey>>, comparer?: System_Collections_Generic.IComparer_1<TKey> | null, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.ValueTask_1<TSource>>;
1200
+ OfType<TResult>(this: System_Collections_Generic.IAsyncEnumerable_1<JsValue | null>): Rewrap<this, System_Collections_Generic.IAsyncEnumerable_1<TResult>>;
1203
1201
  OfType<TResult>(this: System_Linq.IQueryable): Rewrap<this, System_Linq.IQueryable_1<TResult>>;
1204
1202
  OfType<TResult>(this: System_Linq.ParallelQuery): Rewrap<this, System_Linq.ParallelQuery_1<TResult>>;
1205
1203
  OfType<TResult>(this: System_Collections.IEnumerable): Rewrap<this, System_Collections_Generic.IEnumerable_1<TResult>>;
1206
- Order<T>(this: System_Collections_Generic.IAsyncEnumerable_1<T>, comparer?: System_Collections_Generic.IComparer_1<T>): Rewrap<this, System_Linq.IOrderedAsyncEnumerable_1<T>>;
1204
+ Order<T>(this: System_Collections_Generic.IAsyncEnumerable_1<T>, comparer?: System_Collections_Generic.IComparer_1<T> | null): Rewrap<this, System_Linq.IOrderedAsyncEnumerable_1<T>>;
1207
1205
  Order<T>(this: System_Linq.IQueryable_1<T>): Rewrap<this, System_Linq.IOrderedQueryable_1<T>>;
1208
1206
  Order<T>(this: System_Linq.IQueryable_1<T>, comparer: System_Collections_Generic.IComparer_1<T>): Rewrap<this, System_Linq.IOrderedQueryable_1<T>>;
1209
1207
  Order<T>(this: System_Collections_Generic.IEnumerable_1<T>): Rewrap<this, System_Linq.IOrderedEnumerable_1<T>>;
1210
- Order<T>(this: System_Collections_Generic.IEnumerable_1<T>, comparer: System_Collections_Generic.IComparer_1<T>): Rewrap<this, System_Linq.IOrderedEnumerable_1<T>>;
1211
- OrderBy<TSource, TKey>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, keySelector: System.Func_2<TSource, TKey>, comparer?: System_Collections_Generic.IComparer_1<TKey>): Rewrap<this, System_Linq.IOrderedAsyncEnumerable_1<TSource>>;
1212
- OrderBy<TSource, TKey>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, keySelector: System.Func_3<TSource, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TKey>>, comparer?: System_Collections_Generic.IComparer_1<TKey>): Rewrap<this, System_Linq.IOrderedAsyncEnumerable_1<TSource>>;
1208
+ Order<T>(this: System_Collections_Generic.IEnumerable_1<T>, comparer: System_Collections_Generic.IComparer_1<T> | null): Rewrap<this, System_Linq.IOrderedEnumerable_1<T>>;
1209
+ OrderBy<TSource, TKey>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, keySelector: System.Func_2<TSource, TKey>, comparer?: System_Collections_Generic.IComparer_1<TKey> | null): Rewrap<this, System_Linq.IOrderedAsyncEnumerable_1<TSource>>;
1210
+ OrderBy<TSource, TKey>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, keySelector: System.Func_3<TSource, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TKey>>, comparer?: System_Collections_Generic.IComparer_1<TKey> | null): Rewrap<this, System_Linq.IOrderedAsyncEnumerable_1<TSource>>;
1213
1211
  OrderBy<TSource, TKey>(this: System_Linq.IQueryable_1<TSource>, keySelector: System_Linq_Expressions.Expression_1<System.Func_2<TSource, TKey>>): Rewrap<this, System_Linq.IOrderedQueryable_1<TSource>>;
1214
- OrderBy<TSource, TKey>(this: System_Linq.IQueryable_1<TSource>, keySelector: System_Linq_Expressions.Expression_1<System.Func_2<TSource, TKey>>, comparer: System_Collections_Generic.IComparer_1<TKey>): Rewrap<this, System_Linq.IOrderedQueryable_1<TSource>>;
1212
+ OrderBy<TSource, TKey>(this: System_Linq.IQueryable_1<TSource>, keySelector: System_Linq_Expressions.Expression_1<System.Func_2<TSource, TKey>>, comparer: System_Collections_Generic.IComparer_1<TKey> | null): Rewrap<this, System_Linq.IOrderedQueryable_1<TSource>>;
1213
+ OrderBy<TSource, TKey>(this: System_Linq.IQueryable_1<TSource>, keySelector: System.Func_2<TSource, TKey>): Rewrap<this, System_Linq.IOrderedQueryable_1<TSource>>;
1214
+ OrderBy<TSource, TKey>(this: System_Linq.IQueryable_1<TSource>, keySelector: System.Func_2<TSource, TKey>, comparer: System_Collections_Generic.IComparer_1<TKey> | null): Rewrap<this, System_Linq.IOrderedQueryable_1<TSource>>;
1215
1215
  OrderBy<TSource, TKey>(this: System_Linq.ParallelQuery_1<TSource>, keySelector: System.Func_2<TSource, TKey>): Rewrap<this, System_Linq.OrderedParallelQuery_1<TSource>>;
1216
- OrderBy<TSource, TKey>(this: System_Linq.ParallelQuery_1<TSource>, keySelector: System.Func_2<TSource, TKey>, comparer: System_Collections_Generic.IComparer_1<TKey>): Rewrap<this, System_Linq.OrderedParallelQuery_1<TSource>>;
1216
+ OrderBy<TSource, TKey>(this: System_Linq.ParallelQuery_1<TSource>, keySelector: System.Func_2<TSource, TKey>, comparer: System_Collections_Generic.IComparer_1<TKey> | null): Rewrap<this, System_Linq.OrderedParallelQuery_1<TSource>>;
1217
1217
  OrderBy<TSource, TKey>(this: System_Collections_Generic.IEnumerable_1<TSource>, keySelector: System.Func_2<TSource, TKey>): Rewrap<this, System_Linq.IOrderedEnumerable_1<TSource>>;
1218
- OrderBy<TSource, TKey>(this: System_Collections_Generic.IEnumerable_1<TSource>, keySelector: System.Func_2<TSource, TKey>, comparer: System_Collections_Generic.IComparer_1<TKey>): Rewrap<this, System_Linq.IOrderedEnumerable_1<TSource>>;
1219
- OrderByDescending<TSource, TKey>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, keySelector: System.Func_2<TSource, TKey>, comparer?: System_Collections_Generic.IComparer_1<TKey>): Rewrap<this, System_Linq.IOrderedAsyncEnumerable_1<TSource>>;
1220
- OrderByDescending<TSource, TKey>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, keySelector: System.Func_3<TSource, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TKey>>, comparer?: System_Collections_Generic.IComparer_1<TKey>): Rewrap<this, System_Linq.IOrderedAsyncEnumerable_1<TSource>>;
1218
+ OrderBy<TSource, TKey>(this: System_Collections_Generic.IEnumerable_1<TSource>, keySelector: System.Func_2<TSource, TKey>, comparer: System_Collections_Generic.IComparer_1<TKey> | null): Rewrap<this, System_Linq.IOrderedEnumerable_1<TSource>>;
1219
+ OrderByDescending<TSource, TKey>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, keySelector: System.Func_2<TSource, TKey>, comparer?: System_Collections_Generic.IComparer_1<TKey> | null): Rewrap<this, System_Linq.IOrderedAsyncEnumerable_1<TSource>>;
1220
+ OrderByDescending<TSource, TKey>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, keySelector: System.Func_3<TSource, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TKey>>, comparer?: System_Collections_Generic.IComparer_1<TKey> | null): Rewrap<this, System_Linq.IOrderedAsyncEnumerable_1<TSource>>;
1221
1221
  OrderByDescending<TSource, TKey>(this: System_Linq.IQueryable_1<TSource>, keySelector: System_Linq_Expressions.Expression_1<System.Func_2<TSource, TKey>>): Rewrap<this, System_Linq.IOrderedQueryable_1<TSource>>;
1222
- OrderByDescending<TSource, TKey>(this: System_Linq.IQueryable_1<TSource>, keySelector: System_Linq_Expressions.Expression_1<System.Func_2<TSource, TKey>>, comparer: System_Collections_Generic.IComparer_1<TKey>): Rewrap<this, System_Linq.IOrderedQueryable_1<TSource>>;
1222
+ OrderByDescending<TSource, TKey>(this: System_Linq.IQueryable_1<TSource>, keySelector: System_Linq_Expressions.Expression_1<System.Func_2<TSource, TKey>>, comparer: System_Collections_Generic.IComparer_1<TKey> | null): Rewrap<this, System_Linq.IOrderedQueryable_1<TSource>>;
1223
+ OrderByDescending<TSource, TKey>(this: System_Linq.IQueryable_1<TSource>, keySelector: System.Func_2<TSource, TKey>): Rewrap<this, System_Linq.IOrderedQueryable_1<TSource>>;
1224
+ OrderByDescending<TSource, TKey>(this: System_Linq.IQueryable_1<TSource>, keySelector: System.Func_2<TSource, TKey>, comparer: System_Collections_Generic.IComparer_1<TKey> | null): Rewrap<this, System_Linq.IOrderedQueryable_1<TSource>>;
1223
1225
  OrderByDescending<TSource, TKey>(this: System_Linq.ParallelQuery_1<TSource>, keySelector: System.Func_2<TSource, TKey>): Rewrap<this, System_Linq.OrderedParallelQuery_1<TSource>>;
1224
- OrderByDescending<TSource, TKey>(this: System_Linq.ParallelQuery_1<TSource>, keySelector: System.Func_2<TSource, TKey>, comparer: System_Collections_Generic.IComparer_1<TKey>): Rewrap<this, System_Linq.OrderedParallelQuery_1<TSource>>;
1226
+ OrderByDescending<TSource, TKey>(this: System_Linq.ParallelQuery_1<TSource>, keySelector: System.Func_2<TSource, TKey>, comparer: System_Collections_Generic.IComparer_1<TKey> | null): Rewrap<this, System_Linq.OrderedParallelQuery_1<TSource>>;
1225
1227
  OrderByDescending<TSource, TKey>(this: System_Collections_Generic.IEnumerable_1<TSource>, keySelector: System.Func_2<TSource, TKey>): Rewrap<this, System_Linq.IOrderedEnumerable_1<TSource>>;
1226
- OrderByDescending<TSource, TKey>(this: System_Collections_Generic.IEnumerable_1<TSource>, keySelector: System.Func_2<TSource, TKey>, comparer: System_Collections_Generic.IComparer_1<TKey>): Rewrap<this, System_Linq.IOrderedEnumerable_1<TSource>>;
1227
- OrderDescending<T>(this: System_Collections_Generic.IAsyncEnumerable_1<T>, comparer?: System_Collections_Generic.IComparer_1<T>): Rewrap<this, System_Linq.IOrderedAsyncEnumerable_1<T>>;
1228
+ OrderByDescending<TSource, TKey>(this: System_Collections_Generic.IEnumerable_1<TSource>, keySelector: System.Func_2<TSource, TKey>, comparer: System_Collections_Generic.IComparer_1<TKey> | null): Rewrap<this, System_Linq.IOrderedEnumerable_1<TSource>>;
1229
+ OrderDescending<T>(this: System_Collections_Generic.IAsyncEnumerable_1<T>, comparer?: System_Collections_Generic.IComparer_1<T> | null): Rewrap<this, System_Linq.IOrderedAsyncEnumerable_1<T>>;
1228
1230
  OrderDescending<T>(this: System_Linq.IQueryable_1<T>): Rewrap<this, System_Linq.IOrderedQueryable_1<T>>;
1229
1231
  OrderDescending<T>(this: System_Linq.IQueryable_1<T>, comparer: System_Collections_Generic.IComparer_1<T>): Rewrap<this, System_Linq.IOrderedQueryable_1<T>>;
1230
1232
  OrderDescending<T>(this: System_Collections_Generic.IEnumerable_1<T>): Rewrap<this, System_Linq.IOrderedEnumerable_1<T>>;
1231
- OrderDescending<T>(this: System_Collections_Generic.IEnumerable_1<T>, comparer: System_Collections_Generic.IComparer_1<T>): Rewrap<this, System_Linq.IOrderedEnumerable_1<T>>;
1233
+ OrderDescending<T>(this: System_Collections_Generic.IEnumerable_1<T>, comparer: System_Collections_Generic.IComparer_1<T> | null): Rewrap<this, System_Linq.IOrderedEnumerable_1<T>>;
1232
1234
  Prepend<TSource>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, element: TSource): Rewrap<this, System_Collections_Generic.IAsyncEnumerable_1<TSource>>;
1233
1235
  Prepend<TSource>(this: System_Linq.IQueryable_1<TSource>, element: TSource): Rewrap<this, System_Linq.IQueryable_1<TSource>>;
1234
1236
  Prepend<TSource>(this: System_Collections_Generic.IEnumerable_1<TSource>, element: TSource): Rewrap<this, System_Collections_Generic.IEnumerable_1<TSource>>;
@@ -1236,12 +1238,12 @@ interface __TsonicExtMethods_System_Linq {
1236
1238
  Reverse<TSource>(this: System_Linq.IQueryable_1<TSource>): Rewrap<this, System_Linq.IQueryable_1<TSource>>;
1237
1239
  Reverse<TSource>(this: System_Linq.ParallelQuery_1<TSource>): Rewrap<this, System_Linq.ParallelQuery_1<TSource>>;
1238
1240
  Reverse<TSource>(this: System_Collections_Generic.IEnumerable_1<TSource>): Rewrap<this, System_Collections_Generic.IEnumerable_1<TSource>>;
1239
- RightJoin<TOuter, TInner, TKey, TResult>(this: System_Collections_Generic.IAsyncEnumerable_1<TOuter>, inner: System_Collections_Generic.IAsyncEnumerable_1<TInner>, outerKeySelector: System.Func_2<TOuter, TKey>, innerKeySelector: System.Func_2<TInner, TKey>, resultSelector: System.Func_3<TOuter, TInner, TResult>, comparer?: System_Collections_Generic.IEqualityComparer_1<TKey>): Rewrap<this, System_Collections_Generic.IAsyncEnumerable_1<TResult>>;
1240
- RightJoin<TOuter, TInner, TKey, TResult>(this: System_Collections_Generic.IAsyncEnumerable_1<TOuter>, inner: System_Collections_Generic.IAsyncEnumerable_1<TInner>, outerKeySelector: System.Func_3<TOuter, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TKey>>, innerKeySelector: System.Func_3<TInner, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TKey>>, resultSelector: System.Func_4<TOuter, TInner, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TResult>>, comparer?: System_Collections_Generic.IEqualityComparer_1<TKey>): Rewrap<this, System_Collections_Generic.IAsyncEnumerable_1<TResult>>;
1241
- RightJoin<TOuter, TInner, TKey, TResult>(this: System_Linq.IQueryable_1<TOuter>, inner: System_Collections_Generic.IEnumerable_1<TInner>, outerKeySelector: System_Linq_Expressions.Expression_1<System.Func_2<TOuter, TKey>>, innerKeySelector: System_Linq_Expressions.Expression_1<System.Func_2<TInner, TKey>>, resultSelector: System_Linq_Expressions.Expression_1<System.Func_3<TOuter, TInner, TResult>>): Rewrap<this, System_Linq.IQueryable_1<TResult>>;
1242
- RightJoin<TOuter, TInner, TKey, TResult>(this: System_Linq.IQueryable_1<TOuter>, inner: System_Collections_Generic.IEnumerable_1<TInner>, outerKeySelector: System_Linq_Expressions.Expression_1<System.Func_2<TOuter, TKey>>, innerKeySelector: System_Linq_Expressions.Expression_1<System.Func_2<TInner, TKey>>, resultSelector: System_Linq_Expressions.Expression_1<System.Func_3<TOuter, TInner, TResult>>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey>): Rewrap<this, System_Linq.IQueryable_1<TResult>>;
1243
- RightJoin<TOuter, TInner, TKey, TResult>(this: System_Collections_Generic.IEnumerable_1<TOuter>, inner: System_Collections_Generic.IEnumerable_1<TInner>, outerKeySelector: System.Func_2<TOuter, TKey>, innerKeySelector: System.Func_2<TInner, TKey>, resultSelector: System.Func_3<TOuter, TInner, TResult>): Rewrap<this, System_Collections_Generic.IEnumerable_1<TResult>>;
1244
- RightJoin<TOuter, TInner, TKey, TResult>(this: System_Collections_Generic.IEnumerable_1<TOuter>, inner: System_Collections_Generic.IEnumerable_1<TInner>, outerKeySelector: System.Func_2<TOuter, TKey>, innerKeySelector: System.Func_2<TInner, TKey>, resultSelector: System.Func_3<TOuter, TInner, TResult>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey>): Rewrap<this, System_Collections_Generic.IEnumerable_1<TResult>>;
1241
+ RightJoin<TOuter, TInner, TKey, TResult>(this: System_Collections_Generic.IAsyncEnumerable_1<TOuter>, inner: System_Collections_Generic.IAsyncEnumerable_1<TInner>, outerKeySelector: System.Func_2<TOuter, TKey>, innerKeySelector: System.Func_2<TInner, TKey>, resultSelector: System.Func_3<TOuter | null, TInner, TResult>, comparer?: System_Collections_Generic.IEqualityComparer_1<TKey> | null): Rewrap<this, System_Collections_Generic.IAsyncEnumerable_1<TResult>>;
1242
+ RightJoin<TOuter, TInner, TKey, TResult>(this: System_Collections_Generic.IAsyncEnumerable_1<TOuter>, inner: System_Collections_Generic.IAsyncEnumerable_1<TInner>, outerKeySelector: System.Func_3<TOuter, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TKey>>, innerKeySelector: System.Func_3<TInner, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TKey>>, resultSelector: System.Func_4<TOuter, TInner, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TResult>>, comparer?: System_Collections_Generic.IEqualityComparer_1<TKey> | null): Rewrap<this, System_Collections_Generic.IAsyncEnumerable_1<TResult>>;
1243
+ RightJoin<TOuter, TInner, TKey, TResult>(this: System_Linq.IQueryable_1<TOuter>, inner: System_Collections_Generic.IEnumerable_1<TInner>, outerKeySelector: System_Linq_Expressions.Expression_1<System.Func_2<TOuter, TKey>>, innerKeySelector: System_Linq_Expressions.Expression_1<System.Func_2<TInner, TKey>>, resultSelector: System_Linq_Expressions.Expression_1<System.Func_3<TOuter | null, TInner, TResult>>): Rewrap<this, System_Linq.IQueryable_1<TResult>>;
1244
+ RightJoin<TOuter, TInner, TKey, TResult>(this: System_Linq.IQueryable_1<TOuter>, inner: System_Collections_Generic.IEnumerable_1<TInner>, outerKeySelector: System_Linq_Expressions.Expression_1<System.Func_2<TOuter, TKey>>, innerKeySelector: System_Linq_Expressions.Expression_1<System.Func_2<TInner, TKey>>, resultSelector: System_Linq_Expressions.Expression_1<System.Func_3<TOuter | null, TInner, TResult>>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey> | null): Rewrap<this, System_Linq.IQueryable_1<TResult>>;
1245
+ RightJoin<TOuter, TInner, TKey, TResult>(this: System_Collections_Generic.IEnumerable_1<TOuter>, inner: System_Collections_Generic.IEnumerable_1<TInner>, outerKeySelector: System.Func_2<TOuter, TKey>, innerKeySelector: System.Func_2<TInner, TKey>, resultSelector: System.Func_3<TOuter | null, TInner, TResult>): Rewrap<this, System_Collections_Generic.IEnumerable_1<TResult>>;
1246
+ RightJoin<TOuter, TInner, TKey, TResult>(this: System_Collections_Generic.IEnumerable_1<TOuter>, inner: System_Collections_Generic.IEnumerable_1<TInner>, outerKeySelector: System.Func_2<TOuter, TKey>, innerKeySelector: System.Func_2<TInner, TKey>, resultSelector: System.Func_3<TOuter | null, TInner, TResult>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey> | null): Rewrap<this, System_Collections_Generic.IEnumerable_1<TResult>>;
1245
1247
  Select<T, TResult>(this: System_Collections_Immutable.ImmutableArray_1<T>, selector: System.Func_2<T, TResult>): Rewrap<this, System_Collections_Generic.IEnumerable_1<TResult>>;
1246
1248
  Select<TSource, TResult>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, selector: System.Func_2<TSource, TResult>): Rewrap<this, System_Collections_Generic.IAsyncEnumerable_1<TResult>>;
1247
1249
  Select<TSource, TResult>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, selector: System.Func_3<TSource, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TResult>>): Rewrap<this, System_Collections_Generic.IAsyncEnumerable_1<TResult>>;
@@ -1270,18 +1272,18 @@ interface __TsonicExtMethods_System_Linq {
1270
1272
  SelectMany<TSource, TResult>(this: System_Collections_Generic.IEnumerable_1<TSource>, selector: System.Func_3<TSource, System_Internal.Int32, System_Collections_Generic.IEnumerable_1<TResult>>): Rewrap<this, System_Collections_Generic.IEnumerable_1<TResult>>;
1271
1273
  SelectMany<TSource, TCollection, TResult>(this: System_Collections_Generic.IEnumerable_1<TSource>, collectionSelector: System.Func_3<TSource, System_Internal.Int32, System_Collections_Generic.IEnumerable_1<TCollection>>, resultSelector: System.Func_3<TSource, TCollection, TResult>): Rewrap<this, System_Collections_Generic.IEnumerable_1<TResult>>;
1272
1274
  SelectMany<TSource, TCollection, TResult>(this: System_Collections_Generic.IEnumerable_1<TSource>, collectionSelector: System.Func_2<TSource, System_Collections_Generic.IEnumerable_1<TCollection>>, resultSelector: System.Func_3<TSource, TCollection, TResult>): Rewrap<this, System_Collections_Generic.IEnumerable_1<TResult>>;
1273
- SequenceEqual<TDerived extends TBase, TBase>(this: System_Collections_Immutable.ImmutableArray_1<TBase>, items: System_Collections_Immutable.ImmutableArray_1<TDerived>, comparer?: System_Collections_Generic.IEqualityComparer_1<TBase>): Rewrap<this, boolean>;
1274
- SequenceEqual<TDerived extends TBase, TBase>(this: System_Collections_Immutable.ImmutableArray_1<TBase>, items: System_Collections_Generic.IEnumerable_1<TDerived>, comparer?: System_Collections_Generic.IEqualityComparer_1<TBase>): Rewrap<this, boolean>;
1275
+ SequenceEqual<TDerived extends TBase, TBase>(this: System_Collections_Immutable.ImmutableArray_1<TBase>, items: System_Collections_Immutable.ImmutableArray_1<TDerived>, comparer?: System_Collections_Generic.IEqualityComparer_1<TBase> | null): Rewrap<this, boolean>;
1276
+ SequenceEqual<TDerived extends TBase, TBase>(this: System_Collections_Immutable.ImmutableArray_1<TBase>, items: System_Collections_Generic.IEnumerable_1<TDerived>, comparer?: System_Collections_Generic.IEqualityComparer_1<TBase> | null): Rewrap<this, boolean>;
1275
1277
  SequenceEqual<TDerived extends TBase, TBase>(this: System_Collections_Immutable.ImmutableArray_1<TBase>, items: System_Collections_Immutable.ImmutableArray_1<TDerived>, predicate: System.Func_3<TBase, TBase, System_Internal.Boolean>): Rewrap<this, boolean>;
1276
1278
  SequenceEqual<TSource>(this: System_Linq.IQueryable_1<TSource>, source2: System_Collections_Generic.IEnumerable_1<TSource>): Rewrap<this, boolean>;
1277
- SequenceEqual<TSource>(this: System_Linq.IQueryable_1<TSource>, source2: System_Collections_Generic.IEnumerable_1<TSource>, comparer: System_Collections_Generic.IEqualityComparer_1<TSource>): Rewrap<this, boolean>;
1279
+ SequenceEqual<TSource>(this: System_Linq.IQueryable_1<TSource>, source2: System_Collections_Generic.IEnumerable_1<TSource>, comparer: System_Collections_Generic.IEqualityComparer_1<TSource> | null): Rewrap<this, boolean>;
1278
1280
  SequenceEqual<TSource>(this: System_Linq.ParallelQuery_1<TSource>, second: System_Linq.ParallelQuery_1<TSource>): Rewrap<this, boolean>;
1279
1281
  SequenceEqual<TSource>(this: System_Linq.ParallelQuery_1<TSource>, second: System_Collections_Generic.IEnumerable_1<TSource>): Rewrap<this, boolean>;
1280
- SequenceEqual<TSource>(this: System_Linq.ParallelQuery_1<TSource>, second: System_Linq.ParallelQuery_1<TSource>, comparer: System_Collections_Generic.IEqualityComparer_1<TSource>): Rewrap<this, boolean>;
1281
- SequenceEqual<TSource>(this: System_Linq.ParallelQuery_1<TSource>, second: System_Collections_Generic.IEnumerable_1<TSource>, comparer: System_Collections_Generic.IEqualityComparer_1<TSource>): Rewrap<this, boolean>;
1282
+ SequenceEqual<TSource>(this: System_Linq.ParallelQuery_1<TSource>, second: System_Linq.ParallelQuery_1<TSource>, comparer: System_Collections_Generic.IEqualityComparer_1<TSource> | null): Rewrap<this, boolean>;
1283
+ SequenceEqual<TSource>(this: System_Linq.ParallelQuery_1<TSource>, second: System_Collections_Generic.IEnumerable_1<TSource>, comparer: System_Collections_Generic.IEqualityComparer_1<TSource> | null): Rewrap<this, boolean>;
1282
1284
  SequenceEqual<TSource>(this: System_Collections_Generic.IEnumerable_1<TSource>, second: System_Collections_Generic.IEnumerable_1<TSource>): Rewrap<this, boolean>;
1283
- SequenceEqual<TSource>(this: System_Collections_Generic.IEnumerable_1<TSource>, second: System_Collections_Generic.IEnumerable_1<TSource>, comparer: System_Collections_Generic.IEqualityComparer_1<TSource>): Rewrap<this, boolean>;
1284
- SequenceEqualAsync<TSource>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, second: System_Collections_Generic.IAsyncEnumerable_1<TSource>, comparer?: System_Collections_Generic.IEqualityComparer_1<TSource>, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.ValueTask_1<System_Internal.Boolean>>;
1285
+ SequenceEqual<TSource>(this: System_Collections_Generic.IEnumerable_1<TSource>, second: System_Collections_Generic.IEnumerable_1<TSource>, comparer: System_Collections_Generic.IEqualityComparer_1<TSource> | null): Rewrap<this, boolean>;
1286
+ SequenceEqualAsync<TSource>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, second: System_Collections_Generic.IAsyncEnumerable_1<TSource>, comparer?: System_Collections_Generic.IEqualityComparer_1<TSource> | null, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.ValueTask_1<System_Internal.Boolean>>;
1285
1287
  Shuffle<TSource>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>): Rewrap<this, System_Collections_Generic.IAsyncEnumerable_1<TSource>>;
1286
1288
  Shuffle<TSource>(this: System_Linq.IQueryable_1<TSource>): Rewrap<this, System_Linq.IQueryable_1<TSource>>;
1287
1289
  Shuffle<TSource>(this: System_Collections_Generic.IEnumerable_1<TSource>): Rewrap<this, System_Collections_Generic.IEnumerable_1<TSource>>;
@@ -1296,17 +1298,17 @@ interface __TsonicExtMethods_System_Linq {
1296
1298
  SingleAsync<TSource>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.ValueTask_1<TSource>>;
1297
1299
  SingleAsync<TSource>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, predicate: System.Func_2<TSource, System_Internal.Boolean>, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.ValueTask_1<TSource>>;
1298
1300
  SingleAsync<TSource>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, predicate: System.Func_3<TSource, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<System_Internal.Boolean>>, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.ValueTask_1<TSource>>;
1299
- SingleOrDefault<T>(this: System_Collections_Immutable.ImmutableArray_1<T>): Rewrap<this, T | undefined>;
1300
- SingleOrDefault<T>(this: System_Collections_Immutable.ImmutableArray_1<T>, predicate: System.Func_2<T, System_Internal.Boolean>): Rewrap<this, T | undefined>;
1301
- SingleOrDefault<TSource>(this: System_Linq.IQueryable_1<TSource>): Rewrap<this, TSource | undefined>;
1301
+ SingleOrDefault<T>(this: System_Collections_Immutable.ImmutableArray_1<T>): Rewrap<this, T | null>;
1302
+ SingleOrDefault<T>(this: System_Collections_Immutable.ImmutableArray_1<T>, predicate: System.Func_2<T, System_Internal.Boolean>): Rewrap<this, T | null>;
1303
+ SingleOrDefault<TSource>(this: System_Linq.IQueryable_1<TSource>): Rewrap<this, TSource | null>;
1302
1304
  SingleOrDefault<TSource>(this: System_Linq.IQueryable_1<TSource>, defaultValue: TSource): Rewrap<this, TSource>;
1303
- SingleOrDefault<TSource>(this: System_Linq.IQueryable_1<TSource>, predicate: System_Linq_Expressions.Expression_1<System.Func_2<TSource, System_Internal.Boolean>>): Rewrap<this, TSource | undefined>;
1305
+ SingleOrDefault<TSource>(this: System_Linq.IQueryable_1<TSource>, predicate: System_Linq_Expressions.Expression_1<System.Func_2<TSource, System_Internal.Boolean>>): Rewrap<this, TSource | null>;
1304
1306
  SingleOrDefault<TSource>(this: System_Linq.IQueryable_1<TSource>, predicate: System_Linq_Expressions.Expression_1<System.Func_2<TSource, System_Internal.Boolean>>, defaultValue: TSource): Rewrap<this, TSource>;
1305
- SingleOrDefault<TSource>(this: System_Linq.ParallelQuery_1<TSource>): Rewrap<this, TSource | undefined>;
1306
- SingleOrDefault<TSource>(this: System_Linq.ParallelQuery_1<TSource>, predicate: System.Func_2<TSource, System_Internal.Boolean>): Rewrap<this, TSource | undefined>;
1307
- SingleOrDefault<TSource>(this: System_Collections_Generic.IEnumerable_1<TSource>): Rewrap<this, TSource | undefined>;
1307
+ SingleOrDefault<TSource>(this: System_Linq.ParallelQuery_1<TSource>): Rewrap<this, TSource | null>;
1308
+ SingleOrDefault<TSource>(this: System_Linq.ParallelQuery_1<TSource>, predicate: System.Func_2<TSource, System_Internal.Boolean>): Rewrap<this, TSource | null>;
1309
+ SingleOrDefault<TSource>(this: System_Collections_Generic.IEnumerable_1<TSource>): Rewrap<this, TSource | null>;
1308
1310
  SingleOrDefault<TSource>(this: System_Collections_Generic.IEnumerable_1<TSource>, defaultValue: TSource): Rewrap<this, TSource>;
1309
- SingleOrDefault<TSource>(this: System_Collections_Generic.IEnumerable_1<TSource>, predicate: System.Func_2<TSource, System_Internal.Boolean>): Rewrap<this, TSource | undefined>;
1311
+ SingleOrDefault<TSource>(this: System_Collections_Generic.IEnumerable_1<TSource>, predicate: System.Func_2<TSource, System_Internal.Boolean>): Rewrap<this, TSource | null>;
1310
1312
  SingleOrDefault<TSource>(this: System_Collections_Generic.IEnumerable_1<TSource>, predicate: System.Func_2<TSource, System_Internal.Boolean>, defaultValue: TSource): Rewrap<this, TSource>;
1311
1313
  SingleOrDefaultAsync<TSource>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.ValueTask_1<TSource>>;
1312
1314
  SingleOrDefaultAsync<TSource>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, defaultValue: TSource, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.ValueTask_1<TSource>>;
@@ -1417,22 +1419,22 @@ interface __TsonicExtMethods_System_Linq {
1417
1419
  TakeWhile<TSource>(this: System_Linq.ParallelQuery_1<TSource>, predicate: System.Func_3<TSource, System_Internal.Int32, System_Internal.Boolean>): Rewrap<this, System_Linq.ParallelQuery_1<TSource>>;
1418
1420
  TakeWhile<TSource>(this: System_Collections_Generic.IEnumerable_1<TSource>, predicate: System.Func_2<TSource, System_Internal.Boolean>): Rewrap<this, System_Collections_Generic.IEnumerable_1<TSource>>;
1419
1421
  TakeWhile<TSource>(this: System_Collections_Generic.IEnumerable_1<TSource>, predicate: System.Func_3<TSource, System_Internal.Int32, System_Internal.Boolean>): Rewrap<this, System_Collections_Generic.IEnumerable_1<TSource>>;
1420
- ThenBy<TSource, TKey>(this: System_Linq.IOrderedAsyncEnumerable_1<TSource>, keySelector: System.Func_2<TSource, TKey>, comparer?: System_Collections_Generic.IComparer_1<TKey>): Rewrap<this, System_Linq.IOrderedAsyncEnumerable_1<TSource>>;
1421
- ThenBy<TSource, TKey>(this: System_Linq.IOrderedAsyncEnumerable_1<TSource>, keySelector: System.Func_3<TSource, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TKey>>, comparer?: System_Collections_Generic.IComparer_1<TKey>): Rewrap<this, System_Linq.IOrderedAsyncEnumerable_1<TSource>>;
1422
+ ThenBy<TSource, TKey>(this: System_Linq.IOrderedAsyncEnumerable_1<TSource>, keySelector: System.Func_2<TSource, TKey>, comparer?: System_Collections_Generic.IComparer_1<TKey> | null): Rewrap<this, System_Linq.IOrderedAsyncEnumerable_1<TSource>>;
1423
+ ThenBy<TSource, TKey>(this: System_Linq.IOrderedAsyncEnumerable_1<TSource>, keySelector: System.Func_3<TSource, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TKey>>, comparer?: System_Collections_Generic.IComparer_1<TKey> | null): Rewrap<this, System_Linq.IOrderedAsyncEnumerable_1<TSource>>;
1422
1424
  ThenBy<TSource, TKey>(this: System_Linq.IOrderedEnumerable_1<TSource>, keySelector: System.Func_2<TSource, TKey>): Rewrap<this, System_Linq.IOrderedEnumerable_1<TSource>>;
1423
- ThenBy<TSource, TKey>(this: System_Linq.IOrderedEnumerable_1<TSource>, keySelector: System.Func_2<TSource, TKey>, comparer: System_Collections_Generic.IComparer_1<TKey>): Rewrap<this, System_Linq.IOrderedEnumerable_1<TSource>>;
1425
+ ThenBy<TSource, TKey>(this: System_Linq.IOrderedEnumerable_1<TSource>, keySelector: System.Func_2<TSource, TKey>, comparer: System_Collections_Generic.IComparer_1<TKey> | null): Rewrap<this, System_Linq.IOrderedEnumerable_1<TSource>>;
1424
1426
  ThenBy<TSource, TKey>(this: System_Linq.IOrderedQueryable_1<TSource>, keySelector: System_Linq_Expressions.Expression_1<System.Func_2<TSource, TKey>>): Rewrap<this, System_Linq.IOrderedQueryable_1<TSource>>;
1425
- ThenBy<TSource, TKey>(this: System_Linq.IOrderedQueryable_1<TSource>, keySelector: System_Linq_Expressions.Expression_1<System.Func_2<TSource, TKey>>, comparer: System_Collections_Generic.IComparer_1<TKey>): Rewrap<this, System_Linq.IOrderedQueryable_1<TSource>>;
1427
+ ThenBy<TSource, TKey>(this: System_Linq.IOrderedQueryable_1<TSource>, keySelector: System_Linq_Expressions.Expression_1<System.Func_2<TSource, TKey>>, comparer: System_Collections_Generic.IComparer_1<TKey> | null): Rewrap<this, System_Linq.IOrderedQueryable_1<TSource>>;
1426
1428
  ThenBy<TSource, TKey>(this: System_Linq.OrderedParallelQuery_1<TSource>, keySelector: System.Func_2<TSource, TKey>): Rewrap<this, System_Linq.OrderedParallelQuery_1<TSource>>;
1427
- ThenBy<TSource, TKey>(this: System_Linq.OrderedParallelQuery_1<TSource>, keySelector: System.Func_2<TSource, TKey>, comparer: System_Collections_Generic.IComparer_1<TKey>): Rewrap<this, System_Linq.OrderedParallelQuery_1<TSource>>;
1428
- ThenByDescending<TSource, TKey>(this: System_Linq.IOrderedAsyncEnumerable_1<TSource>, keySelector: System.Func_2<TSource, TKey>, comparer?: System_Collections_Generic.IComparer_1<TKey>): Rewrap<this, System_Linq.IOrderedAsyncEnumerable_1<TSource>>;
1429
- ThenByDescending<TSource, TKey>(this: System_Linq.IOrderedAsyncEnumerable_1<TSource>, keySelector: System.Func_3<TSource, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TKey>>, comparer?: System_Collections_Generic.IComparer_1<TKey>): Rewrap<this, System_Linq.IOrderedAsyncEnumerable_1<TSource>>;
1429
+ ThenBy<TSource, TKey>(this: System_Linq.OrderedParallelQuery_1<TSource>, keySelector: System.Func_2<TSource, TKey>, comparer: System_Collections_Generic.IComparer_1<TKey> | null): Rewrap<this, System_Linq.OrderedParallelQuery_1<TSource>>;
1430
+ ThenByDescending<TSource, TKey>(this: System_Linq.IOrderedAsyncEnumerable_1<TSource>, keySelector: System.Func_2<TSource, TKey>, comparer?: System_Collections_Generic.IComparer_1<TKey> | null): Rewrap<this, System_Linq.IOrderedAsyncEnumerable_1<TSource>>;
1431
+ ThenByDescending<TSource, TKey>(this: System_Linq.IOrderedAsyncEnumerable_1<TSource>, keySelector: System.Func_3<TSource, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TKey>>, comparer?: System_Collections_Generic.IComparer_1<TKey> | null): Rewrap<this, System_Linq.IOrderedAsyncEnumerable_1<TSource>>;
1430
1432
  ThenByDescending<TSource, TKey>(this: System_Linq.IOrderedEnumerable_1<TSource>, keySelector: System.Func_2<TSource, TKey>): Rewrap<this, System_Linq.IOrderedEnumerable_1<TSource>>;
1431
- ThenByDescending<TSource, TKey>(this: System_Linq.IOrderedEnumerable_1<TSource>, keySelector: System.Func_2<TSource, TKey>, comparer: System_Collections_Generic.IComparer_1<TKey>): Rewrap<this, System_Linq.IOrderedEnumerable_1<TSource>>;
1433
+ ThenByDescending<TSource, TKey>(this: System_Linq.IOrderedEnumerable_1<TSource>, keySelector: System.Func_2<TSource, TKey>, comparer: System_Collections_Generic.IComparer_1<TKey> | null): Rewrap<this, System_Linq.IOrderedEnumerable_1<TSource>>;
1432
1434
  ThenByDescending<TSource, TKey>(this: System_Linq.IOrderedQueryable_1<TSource>, keySelector: System_Linq_Expressions.Expression_1<System.Func_2<TSource, TKey>>): Rewrap<this, System_Linq.IOrderedQueryable_1<TSource>>;
1433
- ThenByDescending<TSource, TKey>(this: System_Linq.IOrderedQueryable_1<TSource>, keySelector: System_Linq_Expressions.Expression_1<System.Func_2<TSource, TKey>>, comparer: System_Collections_Generic.IComparer_1<TKey>): Rewrap<this, System_Linq.IOrderedQueryable_1<TSource>>;
1435
+ ThenByDescending<TSource, TKey>(this: System_Linq.IOrderedQueryable_1<TSource>, keySelector: System_Linq_Expressions.Expression_1<System.Func_2<TSource, TKey>>, comparer: System_Collections_Generic.IComparer_1<TKey> | null): Rewrap<this, System_Linq.IOrderedQueryable_1<TSource>>;
1434
1436
  ThenByDescending<TSource, TKey>(this: System_Linq.OrderedParallelQuery_1<TSource>, keySelector: System.Func_2<TSource, TKey>): Rewrap<this, System_Linq.OrderedParallelQuery_1<TSource>>;
1435
- ThenByDescending<TSource, TKey>(this: System_Linq.OrderedParallelQuery_1<TSource>, keySelector: System.Func_2<TSource, TKey>, comparer: System_Collections_Generic.IComparer_1<TKey>): Rewrap<this, System_Linq.OrderedParallelQuery_1<TSource>>;
1437
+ ThenByDescending<TSource, TKey>(this: System_Linq.OrderedParallelQuery_1<TSource>, keySelector: System.Func_2<TSource, TKey>, comparer: System_Collections_Generic.IComparer_1<TKey> | null): Rewrap<this, System_Linq.OrderedParallelQuery_1<TSource>>;
1436
1438
  ToArray<T>(this: System_Collections_Immutable.ImmutableArray_1<T>): Rewrap<this, T[]>;
1437
1439
  ToArray<TSource>(this: System_Linq.ParallelQuery_1<TSource>): Rewrap<this, TSource[]>;
1438
1440
  ToArray<TSource>(this: System_Collections_Generic.IEnumerable_1<TSource>): Rewrap<this, TSource[]>;
@@ -1440,62 +1442,63 @@ interface __TsonicExtMethods_System_Linq {
1440
1442
  ToAsyncEnumerable<TSource>(this: System_Collections_Generic.IEnumerable_1<TSource>): Rewrap<this, System_Collections_Generic.IAsyncEnumerable_1<TSource>>;
1441
1443
  ToDictionary<TKey, T>(this: System_Collections_Immutable.ImmutableArray_1<T>, keySelector: System.Func_2<T, TKey>): Rewrap<this, System_Collections_Generic.Dictionary_2<TKey, T>>;
1442
1444
  ToDictionary<TKey, TElement, T>(this: System_Collections_Immutable.ImmutableArray_1<T>, keySelector: System.Func_2<T, TKey>, elementSelector: System.Func_2<T, TElement>): Rewrap<this, System_Collections_Generic.Dictionary_2<TKey, TElement>>;
1443
- ToDictionary<TKey, T>(this: System_Collections_Immutable.ImmutableArray_1<T>, keySelector: System.Func_2<T, TKey>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey>): Rewrap<this, System_Collections_Generic.Dictionary_2<TKey, T>>;
1444
- ToDictionary<TKey, TElement, T>(this: System_Collections_Immutable.ImmutableArray_1<T>, keySelector: System.Func_2<T, TKey>, elementSelector: System.Func_2<T, TElement>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey>): Rewrap<this, System_Collections_Generic.Dictionary_2<TKey, TElement>>;
1445
+ ToDictionary<TKey, T>(this: System_Collections_Immutable.ImmutableArray_1<T>, keySelector: System.Func_2<T, TKey>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey> | null): Rewrap<this, System_Collections_Generic.Dictionary_2<TKey, T>>;
1446
+ ToDictionary<TKey, TElement, T>(this: System_Collections_Immutable.ImmutableArray_1<T>, keySelector: System.Func_2<T, TKey>, elementSelector: System.Func_2<T, TElement>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey> | null): Rewrap<this, System_Collections_Generic.Dictionary_2<TKey, TElement>>;
1445
1447
  ToDictionary<TSource, TKey>(this: System_Linq.ParallelQuery_1<TSource>, keySelector: System.Func_2<TSource, TKey>): Rewrap<this, System_Collections_Generic.Dictionary_2<TKey, TSource>>;
1446
- ToDictionary<TSource, TKey>(this: System_Linq.ParallelQuery_1<TSource>, keySelector: System.Func_2<TSource, TKey>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey>): Rewrap<this, System_Collections_Generic.Dictionary_2<TKey, TSource>>;
1448
+ ToDictionary<TSource, TKey>(this: System_Linq.ParallelQuery_1<TSource>, keySelector: System.Func_2<TSource, TKey>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey> | null): Rewrap<this, System_Collections_Generic.Dictionary_2<TKey, TSource>>;
1447
1449
  ToDictionary<TSource, TKey, TElement>(this: System_Linq.ParallelQuery_1<TSource>, keySelector: System.Func_2<TSource, TKey>, elementSelector: System.Func_2<TSource, TElement>): Rewrap<this, System_Collections_Generic.Dictionary_2<TKey, TElement>>;
1448
- ToDictionary<TSource, TKey, TElement>(this: System_Linq.ParallelQuery_1<TSource>, keySelector: System.Func_2<TSource, TKey>, elementSelector: System.Func_2<TSource, TElement>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey>): Rewrap<this, System_Collections_Generic.Dictionary_2<TKey, TElement>>;
1450
+ ToDictionary<TSource, TKey, TElement>(this: System_Linq.ParallelQuery_1<TSource>, keySelector: System.Func_2<TSource, TKey>, elementSelector: System.Func_2<TSource, TElement>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey> | null): Rewrap<this, System_Collections_Generic.Dictionary_2<TKey, TElement>>;
1449
1451
  ToDictionary<TKey, TValue>(this: System_Collections_Generic.IEnumerable_1<System_Collections_Generic.KeyValuePair_2<TKey, TValue>>): Rewrap<this, System_Collections_Generic.Dictionary_2<TKey, TValue>>;
1450
- ToDictionary<TKey, TValue>(this: System_Collections_Generic.IEnumerable_1<System_Collections_Generic.KeyValuePair_2<TKey, TValue>>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey>): Rewrap<this, System_Collections_Generic.Dictionary_2<TKey, TValue>>;
1452
+ ToDictionary<TKey, TValue>(this: System_Collections_Generic.IEnumerable_1<System_Collections_Generic.KeyValuePair_2<TKey, TValue>>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey> | null): Rewrap<this, System_Collections_Generic.Dictionary_2<TKey, TValue>>;
1451
1453
  ToDictionary<TSource, TKey>(this: System_Collections_Generic.IEnumerable_1<TSource>, keySelector: System.Func_2<TSource, TKey>): Rewrap<this, System_Collections_Generic.Dictionary_2<TKey, TSource>>;
1452
- ToDictionary<TSource, TKey>(this: System_Collections_Generic.IEnumerable_1<TSource>, keySelector: System.Func_2<TSource, TKey>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey>): Rewrap<this, System_Collections_Generic.Dictionary_2<TKey, TSource>>;
1454
+ ToDictionary<TSource, TKey>(this: System_Collections_Generic.IEnumerable_1<TSource>, keySelector: System.Func_2<TSource, TKey>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey> | null): Rewrap<this, System_Collections_Generic.Dictionary_2<TKey, TSource>>;
1453
1455
  ToDictionary<TSource, TKey, TElement>(this: System_Collections_Generic.IEnumerable_1<TSource>, keySelector: System.Func_2<TSource, TKey>, elementSelector: System.Func_2<TSource, TElement>): Rewrap<this, System_Collections_Generic.Dictionary_2<TKey, TElement>>;
1454
- ToDictionary<TSource, TKey, TElement>(this: System_Collections_Generic.IEnumerable_1<TSource>, keySelector: System.Func_2<TSource, TKey>, elementSelector: System.Func_2<TSource, TElement>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey>): Rewrap<this, System_Collections_Generic.Dictionary_2<TKey, TElement>>;
1455
- ToDictionaryAsync<TKey, TValue>(this: System_Collections_Generic.IAsyncEnumerable_1<System_Collections_Generic.KeyValuePair_2<TKey, TValue>>, comparer?: System_Collections_Generic.IEqualityComparer_1<TKey>, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.ValueTask_1<System_Collections_Generic.Dictionary_2<TKey, TValue>>>;
1456
- ToDictionaryAsync<TSource, TKey>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, keySelector: System.Func_2<TSource, TKey>, comparer?: System_Collections_Generic.IEqualityComparer_1<TKey>, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.ValueTask_1<System_Collections_Generic.Dictionary_2<TKey, TSource>>>;
1457
- ToDictionaryAsync<TSource, TKey>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, keySelector: System.Func_3<TSource, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TKey>>, comparer?: System_Collections_Generic.IEqualityComparer_1<TKey>, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.ValueTask_1<System_Collections_Generic.Dictionary_2<TKey, TSource>>>;
1458
- ToDictionaryAsync<TSource, TKey, TElement>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, keySelector: System.Func_2<TSource, TKey>, elementSelector: System.Func_2<TSource, TElement>, comparer?: System_Collections_Generic.IEqualityComparer_1<TKey>, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.ValueTask_1<System_Collections_Generic.Dictionary_2<TKey, TElement>>>;
1459
- ToDictionaryAsync<TSource, TKey, TElement>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, keySelector: System.Func_3<TSource, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TKey>>, elementSelector: System.Func_3<TSource, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TElement>>, comparer?: System_Collections_Generic.IEqualityComparer_1<TKey>, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.ValueTask_1<System_Collections_Generic.Dictionary_2<TKey, TElement>>>;
1456
+ ToDictionary<TSource, TKey, TElement>(this: System_Collections_Generic.IEnumerable_1<TSource>, keySelector: System.Func_2<TSource, TKey>, elementSelector: System.Func_2<TSource, TElement>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey> | null): Rewrap<this, System_Collections_Generic.Dictionary_2<TKey, TElement>>;
1457
+ ToDictionaryAsync<TKey, TValue>(this: System_Collections_Generic.IAsyncEnumerable_1<System_Collections_Generic.KeyValuePair_2<TKey, TValue>>, comparer?: System_Collections_Generic.IEqualityComparer_1<TKey> | null, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.ValueTask_1<System_Collections_Generic.Dictionary_2<TKey, TValue>>>;
1458
+ ToDictionaryAsync<TSource, TKey>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, keySelector: System.Func_2<TSource, TKey>, comparer?: System_Collections_Generic.IEqualityComparer_1<TKey> | null, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.ValueTask_1<System_Collections_Generic.Dictionary_2<TKey, TSource>>>;
1459
+ ToDictionaryAsync<TSource, TKey>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, keySelector: System.Func_3<TSource, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TKey>>, comparer?: System_Collections_Generic.IEqualityComparer_1<TKey> | null, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.ValueTask_1<System_Collections_Generic.Dictionary_2<TKey, TSource>>>;
1460
+ ToDictionaryAsync<TSource, TKey, TElement>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, keySelector: System.Func_2<TSource, TKey>, elementSelector: System.Func_2<TSource, TElement>, comparer?: System_Collections_Generic.IEqualityComparer_1<TKey> | null, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.ValueTask_1<System_Collections_Generic.Dictionary_2<TKey, TElement>>>;
1461
+ ToDictionaryAsync<TSource, TKey, TElement>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, keySelector: System.Func_3<TSource, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TKey>>, elementSelector: System.Func_3<TSource, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TElement>>, comparer?: System_Collections_Generic.IEqualityComparer_1<TKey> | null, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.ValueTask_1<System_Collections_Generic.Dictionary_2<TKey, TElement>>>;
1460
1462
  ToHashSet<TSource>(this: System_Collections_Generic.IEnumerable_1<TSource>): Rewrap<this, System_Collections_Generic.HashSet_1<TSource>>;
1461
- ToHashSet<TSource>(this: System_Collections_Generic.IEnumerable_1<TSource>, comparer: System_Collections_Generic.IEqualityComparer_1<TSource>): Rewrap<this, System_Collections_Generic.HashSet_1<TSource>>;
1462
- ToHashSetAsync<TSource>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, comparer?: System_Collections_Generic.IEqualityComparer_1<TSource>, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.ValueTask_1<System_Collections_Generic.HashSet_1<TSource>>>;
1463
+ ToHashSet<TSource>(this: System_Collections_Generic.IEnumerable_1<TSource>, comparer: System_Collections_Generic.IEqualityComparer_1<TSource> | null): Rewrap<this, System_Collections_Generic.HashSet_1<TSource>>;
1464
+ ToHashSetAsync<TSource>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, comparer?: System_Collections_Generic.IEqualityComparer_1<TSource> | null, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.ValueTask_1<System_Collections_Generic.HashSet_1<TSource>>>;
1463
1465
  ToList<TSource>(this: System_Linq.ParallelQuery_1<TSource>): Rewrap<this, System_Collections_Generic.List_1<TSource>>;
1464
1466
  ToList<TSource>(this: System_Collections_Generic.IEnumerable_1<TSource>): Rewrap<this, System_Collections_Generic.List_1<TSource>>;
1465
1467
  ToListAsync<TSource>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.ValueTask_1<System_Collections_Generic.List_1<TSource>>>;
1466
1468
  ToLookup<TSource, TKey>(this: System_Linq.ParallelQuery_1<TSource>, keySelector: System.Func_2<TSource, TKey>): Rewrap<this, System_Linq.ILookup_2<TKey, TSource>>;
1467
- ToLookup<TSource, TKey>(this: System_Linq.ParallelQuery_1<TSource>, keySelector: System.Func_2<TSource, TKey>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey>): Rewrap<this, System_Linq.ILookup_2<TKey, TSource>>;
1469
+ ToLookup<TSource, TKey>(this: System_Linq.ParallelQuery_1<TSource>, keySelector: System.Func_2<TSource, TKey>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey> | null): Rewrap<this, System_Linq.ILookup_2<TKey, TSource>>;
1468
1470
  ToLookup<TSource, TKey, TElement>(this: System_Linq.ParallelQuery_1<TSource>, keySelector: System.Func_2<TSource, TKey>, elementSelector: System.Func_2<TSource, TElement>): Rewrap<this, System_Linq.ILookup_2<TKey, TElement>>;
1469
- ToLookup<TSource, TKey, TElement>(this: System_Linq.ParallelQuery_1<TSource>, keySelector: System.Func_2<TSource, TKey>, elementSelector: System.Func_2<TSource, TElement>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey>): Rewrap<this, System_Linq.ILookup_2<TKey, TElement>>;
1471
+ ToLookup<TSource, TKey, TElement>(this: System_Linq.ParallelQuery_1<TSource>, keySelector: System.Func_2<TSource, TKey>, elementSelector: System.Func_2<TSource, TElement>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey> | null): Rewrap<this, System_Linq.ILookup_2<TKey, TElement>>;
1470
1472
  ToLookup<TSource, TKey>(this: System_Collections_Generic.IEnumerable_1<TSource>, keySelector: System.Func_2<TSource, TKey>): Rewrap<this, System_Linq.ILookup_2<TKey, TSource>>;
1471
- ToLookup<TSource, TKey>(this: System_Collections_Generic.IEnumerable_1<TSource>, keySelector: System.Func_2<TSource, TKey>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey>): Rewrap<this, System_Linq.ILookup_2<TKey, TSource>>;
1473
+ ToLookup<TSource, TKey>(this: System_Collections_Generic.IEnumerable_1<TSource>, keySelector: System.Func_2<TSource, TKey>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey> | null): Rewrap<this, System_Linq.ILookup_2<TKey, TSource>>;
1472
1474
  ToLookup<TSource, TKey, TElement>(this: System_Collections_Generic.IEnumerable_1<TSource>, keySelector: System.Func_2<TSource, TKey>, elementSelector: System.Func_2<TSource, TElement>): Rewrap<this, System_Linq.ILookup_2<TKey, TElement>>;
1473
- ToLookup<TSource, TKey, TElement>(this: System_Collections_Generic.IEnumerable_1<TSource>, keySelector: System.Func_2<TSource, TKey>, elementSelector: System.Func_2<TSource, TElement>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey>): Rewrap<this, System_Linq.ILookup_2<TKey, TElement>>;
1474
- ToLookupAsync<TSource, TKey>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, keySelector: System.Func_2<TSource, TKey>, comparer?: System_Collections_Generic.IEqualityComparer_1<TKey>, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.ValueTask_1<System_Linq.ILookup_2<TKey, TSource>>>;
1475
- ToLookupAsync<TSource, TKey>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, keySelector: System.Func_3<TSource, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TKey>>, comparer?: System_Collections_Generic.IEqualityComparer_1<TKey>, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.ValueTask_1<System_Linq.ILookup_2<TKey, TSource>>>;
1476
- ToLookupAsync<TSource, TKey, TElement>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, keySelector: System.Func_2<TSource, TKey>, elementSelector: System.Func_2<TSource, TElement>, comparer?: System_Collections_Generic.IEqualityComparer_1<TKey>, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.ValueTask_1<System_Linq.ILookup_2<TKey, TElement>>>;
1477
- ToLookupAsync<TSource, TKey, TElement>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, keySelector: System.Func_3<TSource, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TKey>>, elementSelector: System.Func_3<TSource, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TElement>>, comparer?: System_Collections_Generic.IEqualityComparer_1<TKey>, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.ValueTask_1<System_Linq.ILookup_2<TKey, TElement>>>;
1475
+ ToLookup<TSource, TKey, TElement>(this: System_Collections_Generic.IEnumerable_1<TSource>, keySelector: System.Func_2<TSource, TKey>, elementSelector: System.Func_2<TSource, TElement>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey> | null): Rewrap<this, System_Linq.ILookup_2<TKey, TElement>>;
1476
+ ToLookupAsync<TSource, TKey>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, keySelector: System.Func_2<TSource, TKey>, comparer?: System_Collections_Generic.IEqualityComparer_1<TKey> | null, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.ValueTask_1<System_Linq.ILookup_2<TKey, TSource>>>;
1477
+ ToLookupAsync<TSource, TKey>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, keySelector: System.Func_3<TSource, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TKey>>, comparer?: System_Collections_Generic.IEqualityComparer_1<TKey> | null, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.ValueTask_1<System_Linq.ILookup_2<TKey, TSource>>>;
1478
+ ToLookupAsync<TSource, TKey, TElement>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, keySelector: System.Func_2<TSource, TKey>, elementSelector: System.Func_2<TSource, TElement>, comparer?: System_Collections_Generic.IEqualityComparer_1<TKey> | null, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.ValueTask_1<System_Linq.ILookup_2<TKey, TElement>>>;
1479
+ ToLookupAsync<TSource, TKey, TElement>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, keySelector: System.Func_3<TSource, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TKey>>, elementSelector: System.Func_3<TSource, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TElement>>, comparer?: System_Collections_Generic.IEqualityComparer_1<TKey> | null, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.ValueTask_1<System_Linq.ILookup_2<TKey, TElement>>>;
1478
1480
  TryGetNonEnumeratedCount<TSource>(this: System_Collections_Generic.IEnumerable_1<TSource>, count: int): Rewrap<this, boolean>;
1479
- Union<TSource>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, second: System_Collections_Generic.IAsyncEnumerable_1<TSource>, comparer?: System_Collections_Generic.IEqualityComparer_1<TSource>): Rewrap<this, System_Collections_Generic.IAsyncEnumerable_1<TSource>>;
1481
+ Union<TSource>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, second: System_Collections_Generic.IAsyncEnumerable_1<TSource>, comparer?: System_Collections_Generic.IEqualityComparer_1<TSource> | null): Rewrap<this, System_Collections_Generic.IAsyncEnumerable_1<TSource>>;
1480
1482
  Union<TSource>(this: System_Linq.IQueryable_1<TSource>, source2: System_Collections_Generic.IEnumerable_1<TSource>): Rewrap<this, System_Linq.IQueryable_1<TSource>>;
1481
- Union<TSource>(this: System_Linq.IQueryable_1<TSource>, source2: System_Collections_Generic.IEnumerable_1<TSource>, comparer: System_Collections_Generic.IEqualityComparer_1<TSource>): Rewrap<this, System_Linq.IQueryable_1<TSource>>;
1483
+ Union<TSource>(this: System_Linq.IQueryable_1<TSource>, source2: System_Collections_Generic.IEnumerable_1<TSource>, comparer: System_Collections_Generic.IEqualityComparer_1<TSource> | null): Rewrap<this, System_Linq.IQueryable_1<TSource>>;
1482
1484
  Union<TSource>(this: System_Linq.ParallelQuery_1<TSource>, second: System_Linq.ParallelQuery_1<TSource>): Rewrap<this, System_Linq.ParallelQuery_1<TSource>>;
1483
1485
  Union<TSource>(this: System_Linq.ParallelQuery_1<TSource>, second: System_Collections_Generic.IEnumerable_1<TSource>): Rewrap<this, System_Linq.ParallelQuery_1<TSource>>;
1484
- Union<TSource>(this: System_Linq.ParallelQuery_1<TSource>, second: System_Linq.ParallelQuery_1<TSource>, comparer: System_Collections_Generic.IEqualityComparer_1<TSource>): Rewrap<this, System_Linq.ParallelQuery_1<TSource>>;
1485
- Union<TSource>(this: System_Linq.ParallelQuery_1<TSource>, second: System_Collections_Generic.IEnumerable_1<TSource>, comparer: System_Collections_Generic.IEqualityComparer_1<TSource>): Rewrap<this, System_Linq.ParallelQuery_1<TSource>>;
1486
+ Union<TSource>(this: System_Linq.ParallelQuery_1<TSource>, second: System_Linq.ParallelQuery_1<TSource>, comparer: System_Collections_Generic.IEqualityComparer_1<TSource> | null): Rewrap<this, System_Linq.ParallelQuery_1<TSource>>;
1487
+ Union<TSource>(this: System_Linq.ParallelQuery_1<TSource>, second: System_Collections_Generic.IEnumerable_1<TSource>, comparer: System_Collections_Generic.IEqualityComparer_1<TSource> | null): Rewrap<this, System_Linq.ParallelQuery_1<TSource>>;
1486
1488
  Union<TSource>(this: System_Collections_Generic.IEnumerable_1<TSource>, second: System_Collections_Generic.IEnumerable_1<TSource>): Rewrap<this, System_Collections_Generic.IEnumerable_1<TSource>>;
1487
- Union<TSource>(this: System_Collections_Generic.IEnumerable_1<TSource>, second: System_Collections_Generic.IEnumerable_1<TSource>, comparer: System_Collections_Generic.IEqualityComparer_1<TSource>): Rewrap<this, System_Collections_Generic.IEnumerable_1<TSource>>;
1488
- UnionBy<TSource, TKey>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, second: System_Collections_Generic.IAsyncEnumerable_1<TSource>, keySelector: System.Func_2<TSource, TKey>, comparer?: System_Collections_Generic.IEqualityComparer_1<TKey>): Rewrap<this, System_Collections_Generic.IAsyncEnumerable_1<TSource>>;
1489
- UnionBy<TSource, TKey>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, second: System_Collections_Generic.IAsyncEnumerable_1<TSource>, keySelector: System.Func_3<TSource, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TKey>>, comparer?: System_Collections_Generic.IEqualityComparer_1<TKey>): Rewrap<this, System_Collections_Generic.IAsyncEnumerable_1<TSource>>;
1489
+ Union<TSource>(this: System_Collections_Generic.IEnumerable_1<TSource>, second: System_Collections_Generic.IEnumerable_1<TSource>, comparer: System_Collections_Generic.IEqualityComparer_1<TSource> | null): Rewrap<this, System_Collections_Generic.IEnumerable_1<TSource>>;
1490
+ UnionBy<TSource, TKey>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, second: System_Collections_Generic.IAsyncEnumerable_1<TSource>, keySelector: System.Func_2<TSource, TKey>, comparer?: System_Collections_Generic.IEqualityComparer_1<TKey> | null): Rewrap<this, System_Collections_Generic.IAsyncEnumerable_1<TSource>>;
1491
+ UnionBy<TSource, TKey>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, second: System_Collections_Generic.IAsyncEnumerable_1<TSource>, keySelector: System.Func_3<TSource, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TKey>>, comparer?: System_Collections_Generic.IEqualityComparer_1<TKey> | null): Rewrap<this, System_Collections_Generic.IAsyncEnumerable_1<TSource>>;
1490
1492
  UnionBy<TSource, TKey>(this: System_Linq.IQueryable_1<TSource>, source2: System_Collections_Generic.IEnumerable_1<TSource>, keySelector: System_Linq_Expressions.Expression_1<System.Func_2<TSource, TKey>>): Rewrap<this, System_Linq.IQueryable_1<TSource>>;
1491
- UnionBy<TSource, TKey>(this: System_Linq.IQueryable_1<TSource>, source2: System_Collections_Generic.IEnumerable_1<TSource>, keySelector: System_Linq_Expressions.Expression_1<System.Func_2<TSource, TKey>>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey>): Rewrap<this, System_Linq.IQueryable_1<TSource>>;
1493
+ UnionBy<TSource, TKey>(this: System_Linq.IQueryable_1<TSource>, source2: System_Collections_Generic.IEnumerable_1<TSource>, keySelector: System_Linq_Expressions.Expression_1<System.Func_2<TSource, TKey>>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey> | null): Rewrap<this, System_Linq.IQueryable_1<TSource>>;
1492
1494
  UnionBy<TSource, TKey>(this: System_Collections_Generic.IEnumerable_1<TSource>, second: System_Collections_Generic.IEnumerable_1<TSource>, keySelector: System.Func_2<TSource, TKey>): Rewrap<this, System_Collections_Generic.IEnumerable_1<TSource>>;
1493
- UnionBy<TSource, TKey>(this: System_Collections_Generic.IEnumerable_1<TSource>, second: System_Collections_Generic.IEnumerable_1<TSource>, keySelector: System.Func_2<TSource, TKey>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey>): Rewrap<this, System_Collections_Generic.IEnumerable_1<TSource>>;
1495
+ UnionBy<TSource, TKey>(this: System_Collections_Generic.IEnumerable_1<TSource>, second: System_Collections_Generic.IEnumerable_1<TSource>, keySelector: System.Func_2<TSource, TKey>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey> | null): Rewrap<this, System_Collections_Generic.IEnumerable_1<TSource>>;
1494
1496
  Where<T>(this: System_Collections_Immutable.ImmutableArray_1<T>, predicate: System.Func_2<T, System_Internal.Boolean>): Rewrap<this, System_Collections_Generic.IEnumerable_1<T>>;
1495
1497
  Where<TSource>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, predicate: System.Func_2<TSource, System_Internal.Boolean>): Rewrap<this, System_Collections_Generic.IAsyncEnumerable_1<TSource>>;
1496
1498
  Where<TSource>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, predicate: System.Func_3<TSource, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<System_Internal.Boolean>>): Rewrap<this, System_Collections_Generic.IAsyncEnumerable_1<TSource>>;
1497
1499
  Where<TSource>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, predicate: System.Func_4<TSource, System_Internal.Int32, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<System_Internal.Boolean>>): Rewrap<this, System_Collections_Generic.IAsyncEnumerable_1<TSource>>;
1498
1500
  Where<TSource>(this: System_Linq.IQueryable_1<TSource>, predicate: System_Linq_Expressions.Expression_1<System.Func_2<TSource, System_Internal.Boolean>>): Rewrap<this, System_Linq.IQueryable_1<TSource>>;
1501
+ Where<TSource>(this: System_Linq.IQueryable_1<TSource>, predicate: System.Func_2<TSource, System_Internal.Boolean>): Rewrap<this, System_Linq.IQueryable_1<TSource>>;
1499
1502
  Where<TSource>(this: System_Linq.ParallelQuery_1<TSource>, predicate: System.Func_2<TSource, System_Internal.Boolean>): Rewrap<this, System_Linq.ParallelQuery_1<TSource>>;
1500
1503
  Where<TSource>(this: System_Linq.ParallelQuery_1<TSource>, predicate: System.Func_3<TSource, System_Internal.Int32, System_Internal.Boolean>): Rewrap<this, System_Linq.ParallelQuery_1<TSource>>;
1501
1504
  Where<TSource>(this: System_Collections_Generic.IEnumerable_1<TSource>, predicate: System.Func_2<TSource, System_Internal.Boolean>): Rewrap<this, System_Collections_Generic.IEnumerable_1<TSource>>;
@@ -1520,7 +1523,7 @@ interface __TsonicExtMethods_System_Linq {
1520
1523
 
1521
1524
  // Generic helper type for extension methods in namespace: System.Linq
1522
1525
  interface __TsonicExtApplier_System_Linq {
1523
- __tsonic_shape: unknown;
1526
+ __tsonic_shape: JsValue;
1524
1527
  __tsonic_type: __TsonicExtMethods_System_Linq;
1525
1528
  }
1526
1529
 
@@ -1532,68 +1535,68 @@ export type ExtensionMethods_System_Linq<TShape> =
1532
1535
 
1533
1536
  // Extension method table for namespace: System.Net.Http.Json
1534
1537
  interface __TsonicExtMethods_System_Net_Http_Json {
1535
- DeleteFromJsonAsync(this: System_Net_Http.HttpClient, requestUri: string, type: System.Type, options: System_Text_Json.JsonSerializerOptions, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<unknown | undefined>>;
1536
- DeleteFromJsonAsync(this: System_Net_Http.HttpClient, requestUri: System.Uri, type: System.Type, options: System_Text_Json.JsonSerializerOptions, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<unknown | undefined>>;
1537
- DeleteFromJsonAsync<TValue>(this: System_Net_Http.HttpClient, requestUri: string, options: System_Text_Json.JsonSerializerOptions, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<TValue | undefined>>;
1538
- DeleteFromJsonAsync<TValue>(this: System_Net_Http.HttpClient, requestUri: System.Uri, options: System_Text_Json.JsonSerializerOptions, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<TValue | undefined>>;
1539
- DeleteFromJsonAsync(this: System_Net_Http.HttpClient, requestUri: string, type: System.Type, context: System_Text_Json_Serialization.JsonSerializerContext, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<unknown | undefined>>;
1540
- DeleteFromJsonAsync(this: System_Net_Http.HttpClient, requestUri: System.Uri, type: System.Type, context: System_Text_Json_Serialization.JsonSerializerContext, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<unknown | undefined>>;
1541
- DeleteFromJsonAsync<TValue>(this: System_Net_Http.HttpClient, requestUri: string, jsonTypeInfo: System_Text_Json_Serialization_Metadata.JsonTypeInfo_1<TValue>, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<TValue | undefined>>;
1542
- DeleteFromJsonAsync<TValue>(this: System_Net_Http.HttpClient, requestUri: System.Uri, jsonTypeInfo: System_Text_Json_Serialization_Metadata.JsonTypeInfo_1<TValue>, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<TValue | undefined>>;
1543
- DeleteFromJsonAsync(this: System_Net_Http.HttpClient, requestUri: string, type: System.Type, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<unknown | undefined>>;
1544
- DeleteFromJsonAsync(this: System_Net_Http.HttpClient, requestUri: System.Uri, type: System.Type, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<unknown | undefined>>;
1545
- DeleteFromJsonAsync<TValue>(this: System_Net_Http.HttpClient, requestUri: string, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<TValue | undefined>>;
1546
- DeleteFromJsonAsync<TValue>(this: System_Net_Http.HttpClient, requestUri: System.Uri, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<TValue | undefined>>;
1547
- GetFromJsonAsAsyncEnumerable<TValue>(this: System_Net_Http.HttpClient, requestUri: string, options: System_Text_Json.JsonSerializerOptions, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Collections_Generic.IAsyncEnumerable_1<TValue | undefined>>;
1548
- GetFromJsonAsAsyncEnumerable<TValue>(this: System_Net_Http.HttpClient, requestUri: System.Uri, options: System_Text_Json.JsonSerializerOptions, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Collections_Generic.IAsyncEnumerable_1<TValue | undefined>>;
1549
- GetFromJsonAsAsyncEnumerable<TValue>(this: System_Net_Http.HttpClient, requestUri: string, jsonTypeInfo: System_Text_Json_Serialization_Metadata.JsonTypeInfo_1<TValue>, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Collections_Generic.IAsyncEnumerable_1<TValue | undefined>>;
1550
- GetFromJsonAsAsyncEnumerable<TValue>(this: System_Net_Http.HttpClient, requestUri: System.Uri, jsonTypeInfo: System_Text_Json_Serialization_Metadata.JsonTypeInfo_1<TValue>, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Collections_Generic.IAsyncEnumerable_1<TValue | undefined>>;
1551
- GetFromJsonAsAsyncEnumerable<TValue>(this: System_Net_Http.HttpClient, requestUri: string, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Collections_Generic.IAsyncEnumerable_1<TValue | undefined>>;
1552
- GetFromJsonAsAsyncEnumerable<TValue>(this: System_Net_Http.HttpClient, requestUri: System.Uri, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Collections_Generic.IAsyncEnumerable_1<TValue | undefined>>;
1553
- GetFromJsonAsync(this: System_Net_Http.HttpClient, requestUri: string, type: System.Type, options: System_Text_Json.JsonSerializerOptions, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<unknown | undefined>>;
1554
- GetFromJsonAsync(this: System_Net_Http.HttpClient, requestUri: System.Uri, type: System.Type, options: System_Text_Json.JsonSerializerOptions, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<unknown | undefined>>;
1555
- GetFromJsonAsync<TValue>(this: System_Net_Http.HttpClient, requestUri: string, options: System_Text_Json.JsonSerializerOptions, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<TValue | undefined>>;
1556
- GetFromJsonAsync<TValue>(this: System_Net_Http.HttpClient, requestUri: System.Uri, options: System_Text_Json.JsonSerializerOptions, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<TValue | undefined>>;
1557
- GetFromJsonAsync(this: System_Net_Http.HttpClient, requestUri: string, type: System.Type, context: System_Text_Json_Serialization.JsonSerializerContext, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<unknown | undefined>>;
1558
- GetFromJsonAsync(this: System_Net_Http.HttpClient, requestUri: System.Uri, type: System.Type, context: System_Text_Json_Serialization.JsonSerializerContext, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<unknown | undefined>>;
1559
- GetFromJsonAsync<TValue>(this: System_Net_Http.HttpClient, requestUri: string, jsonTypeInfo: System_Text_Json_Serialization_Metadata.JsonTypeInfo_1<TValue>, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<TValue | undefined>>;
1560
- GetFromJsonAsync<TValue>(this: System_Net_Http.HttpClient, requestUri: System.Uri, jsonTypeInfo: System_Text_Json_Serialization_Metadata.JsonTypeInfo_1<TValue>, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<TValue | undefined>>;
1561
- GetFromJsonAsync(this: System_Net_Http.HttpClient, requestUri: string, type: System.Type, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<unknown | undefined>>;
1562
- GetFromJsonAsync(this: System_Net_Http.HttpClient, requestUri: System.Uri, type: System.Type, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<unknown | undefined>>;
1563
- GetFromJsonAsync<TValue>(this: System_Net_Http.HttpClient, requestUri: string, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<TValue | undefined>>;
1564
- GetFromJsonAsync<TValue>(this: System_Net_Http.HttpClient, requestUri: System.Uri, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<TValue | undefined>>;
1565
- PatchAsJsonAsync<TValue>(this: System_Net_Http.HttpClient, requestUri: string, value: TValue, options?: System_Text_Json.JsonSerializerOptions, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<System_Net_Http.HttpResponseMessage>>;
1566
- PatchAsJsonAsync<TValue>(this: System_Net_Http.HttpClient, requestUri: System.Uri, value: TValue, options?: System_Text_Json.JsonSerializerOptions, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<System_Net_Http.HttpResponseMessage>>;
1567
- PatchAsJsonAsync<TValue>(this: System_Net_Http.HttpClient, requestUri: string, value: TValue, cancellationToken: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<System_Net_Http.HttpResponseMessage>>;
1568
- PatchAsJsonAsync<TValue>(this: System_Net_Http.HttpClient, requestUri: System.Uri, value: TValue, cancellationToken: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<System_Net_Http.HttpResponseMessage>>;
1569
- PatchAsJsonAsync<TValue>(this: System_Net_Http.HttpClient, requestUri: string, value: TValue, jsonTypeInfo: System_Text_Json_Serialization_Metadata.JsonTypeInfo_1<TValue>, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<System_Net_Http.HttpResponseMessage>>;
1570
- PatchAsJsonAsync<TValue>(this: System_Net_Http.HttpClient, requestUri: System.Uri, value: TValue, jsonTypeInfo: System_Text_Json_Serialization_Metadata.JsonTypeInfo_1<TValue>, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<System_Net_Http.HttpResponseMessage>>;
1571
- PostAsJsonAsync<TValue>(this: System_Net_Http.HttpClient, requestUri: string, value: TValue, options?: System_Text_Json.JsonSerializerOptions, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<System_Net_Http.HttpResponseMessage>>;
1572
- PostAsJsonAsync<TValue>(this: System_Net_Http.HttpClient, requestUri: System.Uri, value: TValue, options?: System_Text_Json.JsonSerializerOptions, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<System_Net_Http.HttpResponseMessage>>;
1573
- PostAsJsonAsync<TValue>(this: System_Net_Http.HttpClient, requestUri: string, value: TValue, cancellationToken: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<System_Net_Http.HttpResponseMessage>>;
1574
- PostAsJsonAsync<TValue>(this: System_Net_Http.HttpClient, requestUri: System.Uri, value: TValue, cancellationToken: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<System_Net_Http.HttpResponseMessage>>;
1575
- PostAsJsonAsync<TValue>(this: System_Net_Http.HttpClient, requestUri: string, value: TValue, jsonTypeInfo: System_Text_Json_Serialization_Metadata.JsonTypeInfo_1<TValue>, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<System_Net_Http.HttpResponseMessage>>;
1576
- PostAsJsonAsync<TValue>(this: System_Net_Http.HttpClient, requestUri: System.Uri, value: TValue, jsonTypeInfo: System_Text_Json_Serialization_Metadata.JsonTypeInfo_1<TValue>, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<System_Net_Http.HttpResponseMessage>>;
1577
- PutAsJsonAsync<TValue>(this: System_Net_Http.HttpClient, requestUri: string, value: TValue, options?: System_Text_Json.JsonSerializerOptions, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<System_Net_Http.HttpResponseMessage>>;
1578
- PutAsJsonAsync<TValue>(this: System_Net_Http.HttpClient, requestUri: System.Uri, value: TValue, options?: System_Text_Json.JsonSerializerOptions, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<System_Net_Http.HttpResponseMessage>>;
1579
- PutAsJsonAsync<TValue>(this: System_Net_Http.HttpClient, requestUri: string, value: TValue, cancellationToken: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<System_Net_Http.HttpResponseMessage>>;
1580
- PutAsJsonAsync<TValue>(this: System_Net_Http.HttpClient, requestUri: System.Uri, value: TValue, cancellationToken: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<System_Net_Http.HttpResponseMessage>>;
1581
- PutAsJsonAsync<TValue>(this: System_Net_Http.HttpClient, requestUri: string, value: TValue, jsonTypeInfo: System_Text_Json_Serialization_Metadata.JsonTypeInfo_1<TValue>, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<System_Net_Http.HttpResponseMessage>>;
1582
- PutAsJsonAsync<TValue>(this: System_Net_Http.HttpClient, requestUri: System.Uri, value: TValue, jsonTypeInfo: System_Text_Json_Serialization_Metadata.JsonTypeInfo_1<TValue>, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<System_Net_Http.HttpResponseMessage>>;
1583
- ReadFromJsonAsAsyncEnumerable<TValue>(this: System_Net_Http.HttpContent, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Collections_Generic.IAsyncEnumerable_1<TValue | undefined>>;
1584
- ReadFromJsonAsAsyncEnumerable<TValue>(this: System_Net_Http.HttpContent, options: System_Text_Json.JsonSerializerOptions, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Collections_Generic.IAsyncEnumerable_1<TValue | undefined>>;
1585
- ReadFromJsonAsAsyncEnumerable<TValue>(this: System_Net_Http.HttpContent, jsonTypeInfo: System_Text_Json_Serialization_Metadata.JsonTypeInfo_1<TValue>, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Collections_Generic.IAsyncEnumerable_1<TValue | undefined>>;
1586
- ReadFromJsonAsync(this: System_Net_Http.HttpContent, type: System.Type, options: System_Text_Json.JsonSerializerOptions, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<unknown | undefined>>;
1587
- ReadFromJsonAsync(this: System_Net_Http.HttpContent, type: System.Type, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<unknown | undefined>>;
1588
- ReadFromJsonAsync<T>(this: System_Net_Http.HttpContent, options: System_Text_Json.JsonSerializerOptions, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<T | undefined>>;
1589
- ReadFromJsonAsync<T>(this: System_Net_Http.HttpContent, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<T | undefined>>;
1590
- ReadFromJsonAsync(this: System_Net_Http.HttpContent, type: System.Type, context: System_Text_Json_Serialization.JsonSerializerContext, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<unknown | undefined>>;
1591
- ReadFromJsonAsync<T>(this: System_Net_Http.HttpContent, jsonTypeInfo: System_Text_Json_Serialization_Metadata.JsonTypeInfo_1<T>, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<T | undefined>>;
1538
+ DeleteFromJsonAsync(this: System_Net_Http.HttpClient, requestUri: string | null, type: System.Type, options: System_Text_Json.JsonSerializerOptions | null, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<JsValue | null>>;
1539
+ DeleteFromJsonAsync(this: System_Net_Http.HttpClient, requestUri: System.Uri | null, type: System.Type, options: System_Text_Json.JsonSerializerOptions | null, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<JsValue | null>>;
1540
+ DeleteFromJsonAsync<TValue>(this: System_Net_Http.HttpClient, requestUri: string | null, options: System_Text_Json.JsonSerializerOptions | null, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<TValue | null>>;
1541
+ DeleteFromJsonAsync<TValue>(this: System_Net_Http.HttpClient, requestUri: System.Uri | null, options: System_Text_Json.JsonSerializerOptions | null, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<TValue | null>>;
1542
+ DeleteFromJsonAsync(this: System_Net_Http.HttpClient, requestUri: string | null, type: System.Type, context: System_Text_Json_Serialization.JsonSerializerContext, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<JsValue | null>>;
1543
+ DeleteFromJsonAsync(this: System_Net_Http.HttpClient, requestUri: System.Uri | null, type: System.Type, context: System_Text_Json_Serialization.JsonSerializerContext, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<JsValue | null>>;
1544
+ DeleteFromJsonAsync<TValue>(this: System_Net_Http.HttpClient, requestUri: string | null, jsonTypeInfo: System_Text_Json_Serialization_Metadata.JsonTypeInfo_1<TValue>, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<TValue | null>>;
1545
+ DeleteFromJsonAsync<TValue>(this: System_Net_Http.HttpClient, requestUri: System.Uri | null, jsonTypeInfo: System_Text_Json_Serialization_Metadata.JsonTypeInfo_1<TValue>, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<TValue | null>>;
1546
+ DeleteFromJsonAsync(this: System_Net_Http.HttpClient, requestUri: string | null, type: System.Type, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<JsValue | null>>;
1547
+ DeleteFromJsonAsync(this: System_Net_Http.HttpClient, requestUri: System.Uri | null, type: System.Type, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<JsValue | null>>;
1548
+ DeleteFromJsonAsync<TValue>(this: System_Net_Http.HttpClient, requestUri: string | null, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<TValue | null>>;
1549
+ DeleteFromJsonAsync<TValue>(this: System_Net_Http.HttpClient, requestUri: System.Uri | null, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<TValue | null>>;
1550
+ GetFromJsonAsAsyncEnumerable<TValue>(this: System_Net_Http.HttpClient, requestUri: string | null, options: System_Text_Json.JsonSerializerOptions | null, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Collections_Generic.IAsyncEnumerable_1<TValue | null>>;
1551
+ GetFromJsonAsAsyncEnumerable<TValue>(this: System_Net_Http.HttpClient, requestUri: System.Uri | null, options: System_Text_Json.JsonSerializerOptions | null, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Collections_Generic.IAsyncEnumerable_1<TValue | null>>;
1552
+ GetFromJsonAsAsyncEnumerable<TValue>(this: System_Net_Http.HttpClient, requestUri: string | null, jsonTypeInfo: System_Text_Json_Serialization_Metadata.JsonTypeInfo_1<TValue>, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Collections_Generic.IAsyncEnumerable_1<TValue | null>>;
1553
+ GetFromJsonAsAsyncEnumerable<TValue>(this: System_Net_Http.HttpClient, requestUri: System.Uri | null, jsonTypeInfo: System_Text_Json_Serialization_Metadata.JsonTypeInfo_1<TValue>, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Collections_Generic.IAsyncEnumerable_1<TValue | null>>;
1554
+ GetFromJsonAsAsyncEnumerable<TValue>(this: System_Net_Http.HttpClient, requestUri: string | null, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Collections_Generic.IAsyncEnumerable_1<TValue | null>>;
1555
+ GetFromJsonAsAsyncEnumerable<TValue>(this: System_Net_Http.HttpClient, requestUri: System.Uri | null, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Collections_Generic.IAsyncEnumerable_1<TValue | null>>;
1556
+ GetFromJsonAsync(this: System_Net_Http.HttpClient, requestUri: string | null, type: System.Type, options: System_Text_Json.JsonSerializerOptions | null, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<JsValue | null>>;
1557
+ GetFromJsonAsync(this: System_Net_Http.HttpClient, requestUri: System.Uri | null, type: System.Type, options: System_Text_Json.JsonSerializerOptions | null, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<JsValue | null>>;
1558
+ GetFromJsonAsync<TValue>(this: System_Net_Http.HttpClient, requestUri: string | null, options: System_Text_Json.JsonSerializerOptions | null, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<TValue | null>>;
1559
+ GetFromJsonAsync<TValue>(this: System_Net_Http.HttpClient, requestUri: System.Uri | null, options: System_Text_Json.JsonSerializerOptions | null, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<TValue | null>>;
1560
+ GetFromJsonAsync(this: System_Net_Http.HttpClient, requestUri: string | null, type: System.Type, context: System_Text_Json_Serialization.JsonSerializerContext, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<JsValue | null>>;
1561
+ GetFromJsonAsync(this: System_Net_Http.HttpClient, requestUri: System.Uri | null, type: System.Type, context: System_Text_Json_Serialization.JsonSerializerContext, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<JsValue | null>>;
1562
+ GetFromJsonAsync<TValue>(this: System_Net_Http.HttpClient, requestUri: string | null, jsonTypeInfo: System_Text_Json_Serialization_Metadata.JsonTypeInfo_1<TValue>, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<TValue | null>>;
1563
+ GetFromJsonAsync<TValue>(this: System_Net_Http.HttpClient, requestUri: System.Uri | null, jsonTypeInfo: System_Text_Json_Serialization_Metadata.JsonTypeInfo_1<TValue>, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<TValue | null>>;
1564
+ GetFromJsonAsync(this: System_Net_Http.HttpClient, requestUri: string | null, type: System.Type, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<JsValue | null>>;
1565
+ GetFromJsonAsync(this: System_Net_Http.HttpClient, requestUri: System.Uri | null, type: System.Type, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<JsValue | null>>;
1566
+ GetFromJsonAsync<TValue>(this: System_Net_Http.HttpClient, requestUri: string | null, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<TValue | null>>;
1567
+ GetFromJsonAsync<TValue>(this: System_Net_Http.HttpClient, requestUri: System.Uri | null, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<TValue | null>>;
1568
+ PatchAsJsonAsync<TValue>(this: System_Net_Http.HttpClient, requestUri: string | null, value: TValue, options?: System_Text_Json.JsonSerializerOptions | null, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<System_Net_Http.HttpResponseMessage>>;
1569
+ PatchAsJsonAsync<TValue>(this: System_Net_Http.HttpClient, requestUri: System.Uri | null, value: TValue, options?: System_Text_Json.JsonSerializerOptions | null, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<System_Net_Http.HttpResponseMessage>>;
1570
+ PatchAsJsonAsync<TValue>(this: System_Net_Http.HttpClient, requestUri: string | null, value: TValue, cancellationToken: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<System_Net_Http.HttpResponseMessage>>;
1571
+ PatchAsJsonAsync<TValue>(this: System_Net_Http.HttpClient, requestUri: System.Uri | null, value: TValue, cancellationToken: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<System_Net_Http.HttpResponseMessage>>;
1572
+ PatchAsJsonAsync<TValue>(this: System_Net_Http.HttpClient, requestUri: string | null, value: TValue, jsonTypeInfo: System_Text_Json_Serialization_Metadata.JsonTypeInfo_1<TValue>, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<System_Net_Http.HttpResponseMessage>>;
1573
+ PatchAsJsonAsync<TValue>(this: System_Net_Http.HttpClient, requestUri: System.Uri | null, value: TValue, jsonTypeInfo: System_Text_Json_Serialization_Metadata.JsonTypeInfo_1<TValue>, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<System_Net_Http.HttpResponseMessage>>;
1574
+ PostAsJsonAsync<TValue>(this: System_Net_Http.HttpClient, requestUri: string | null, value: TValue, options?: System_Text_Json.JsonSerializerOptions | null, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<System_Net_Http.HttpResponseMessage>>;
1575
+ PostAsJsonAsync<TValue>(this: System_Net_Http.HttpClient, requestUri: System.Uri | null, value: TValue, options?: System_Text_Json.JsonSerializerOptions | null, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<System_Net_Http.HttpResponseMessage>>;
1576
+ PostAsJsonAsync<TValue>(this: System_Net_Http.HttpClient, requestUri: string | null, value: TValue, cancellationToken: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<System_Net_Http.HttpResponseMessage>>;
1577
+ PostAsJsonAsync<TValue>(this: System_Net_Http.HttpClient, requestUri: System.Uri | null, value: TValue, cancellationToken: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<System_Net_Http.HttpResponseMessage>>;
1578
+ PostAsJsonAsync<TValue>(this: System_Net_Http.HttpClient, requestUri: string | null, value: TValue, jsonTypeInfo: System_Text_Json_Serialization_Metadata.JsonTypeInfo_1<TValue>, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<System_Net_Http.HttpResponseMessage>>;
1579
+ PostAsJsonAsync<TValue>(this: System_Net_Http.HttpClient, requestUri: System.Uri | null, value: TValue, jsonTypeInfo: System_Text_Json_Serialization_Metadata.JsonTypeInfo_1<TValue>, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<System_Net_Http.HttpResponseMessage>>;
1580
+ PutAsJsonAsync<TValue>(this: System_Net_Http.HttpClient, requestUri: string | null, value: TValue, options?: System_Text_Json.JsonSerializerOptions | null, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<System_Net_Http.HttpResponseMessage>>;
1581
+ PutAsJsonAsync<TValue>(this: System_Net_Http.HttpClient, requestUri: System.Uri | null, value: TValue, options?: System_Text_Json.JsonSerializerOptions | null, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<System_Net_Http.HttpResponseMessage>>;
1582
+ PutAsJsonAsync<TValue>(this: System_Net_Http.HttpClient, requestUri: string | null, value: TValue, cancellationToken: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<System_Net_Http.HttpResponseMessage>>;
1583
+ PutAsJsonAsync<TValue>(this: System_Net_Http.HttpClient, requestUri: System.Uri | null, value: TValue, cancellationToken: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<System_Net_Http.HttpResponseMessage>>;
1584
+ PutAsJsonAsync<TValue>(this: System_Net_Http.HttpClient, requestUri: string | null, value: TValue, jsonTypeInfo: System_Text_Json_Serialization_Metadata.JsonTypeInfo_1<TValue>, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<System_Net_Http.HttpResponseMessage>>;
1585
+ PutAsJsonAsync<TValue>(this: System_Net_Http.HttpClient, requestUri: System.Uri | null, value: TValue, jsonTypeInfo: System_Text_Json_Serialization_Metadata.JsonTypeInfo_1<TValue>, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<System_Net_Http.HttpResponseMessage>>;
1586
+ ReadFromJsonAsAsyncEnumerable<TValue>(this: System_Net_Http.HttpContent, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Collections_Generic.IAsyncEnumerable_1<TValue | null>>;
1587
+ ReadFromJsonAsAsyncEnumerable<TValue>(this: System_Net_Http.HttpContent, options: System_Text_Json.JsonSerializerOptions | null, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Collections_Generic.IAsyncEnumerable_1<TValue | null>>;
1588
+ ReadFromJsonAsAsyncEnumerable<TValue>(this: System_Net_Http.HttpContent, jsonTypeInfo: System_Text_Json_Serialization_Metadata.JsonTypeInfo_1<TValue>, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Collections_Generic.IAsyncEnumerable_1<TValue | null>>;
1589
+ ReadFromJsonAsync(this: System_Net_Http.HttpContent, type: System.Type, options: System_Text_Json.JsonSerializerOptions | null, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<JsValue | null>>;
1590
+ ReadFromJsonAsync(this: System_Net_Http.HttpContent, type: System.Type, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<JsValue | null>>;
1591
+ ReadFromJsonAsync<T>(this: System_Net_Http.HttpContent, options: System_Text_Json.JsonSerializerOptions | null, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<T | null>>;
1592
+ ReadFromJsonAsync<T>(this: System_Net_Http.HttpContent, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<T | null>>;
1593
+ ReadFromJsonAsync(this: System_Net_Http.HttpContent, type: System.Type, context: System_Text_Json_Serialization.JsonSerializerContext, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<JsValue | null>>;
1594
+ ReadFromJsonAsync<T>(this: System_Net_Http.HttpContent, jsonTypeInfo: System_Text_Json_Serialization_Metadata.JsonTypeInfo_1<T>, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<T | null>>;
1592
1595
  }
1593
1596
 
1594
1597
  // Generic helper type for extension methods in namespace: System.Net.Http.Json
1595
1598
  interface __TsonicExtApplier_System_Net_Http_Json {
1596
- __tsonic_shape: unknown;
1599
+ __tsonic_shape: JsValue;
1597
1600
  __tsonic_type: __TsonicExtMethods_System_Net_Http_Json;
1598
1601
  }
1599
1602
 
@@ -1605,7 +1608,7 @@ export type ExtensionMethods_System_Net_Http_Json<TShape> =
1605
1608
  // Extension method table for namespace: System.Net.Sockets
1606
1609
  interface __TsonicExtMethods_System_Net_Sockets {
1607
1610
  AcceptAsync(this: System_Net_Sockets.Socket): Rewrap<this, System_Threading_Tasks.Task_1<System_Net_Sockets.Socket>>;
1608
- AcceptAsync(this: System_Net_Sockets.Socket, acceptSocket: System_Net_Sockets.Socket): Rewrap<this, System_Threading_Tasks.Task_1<System_Net_Sockets.Socket>>;
1611
+ AcceptAsync(this: System_Net_Sockets.Socket, acceptSocket: System_Net_Sockets.Socket | null): Rewrap<this, System_Threading_Tasks.Task_1<System_Net_Sockets.Socket>>;
1609
1612
  ConnectAsync(this: System_Net_Sockets.Socket, remoteEP: System_Net.EndPoint): Rewrap<this, System_Threading_Tasks.Task>;
1610
1613
  ConnectAsync(this: System_Net_Sockets.Socket, remoteEP: System_Net.EndPoint, cancellationToken: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.ValueTask>;
1611
1614
  ConnectAsync(this: System_Net_Sockets.Socket, address: System_Net.IPAddress, port: int): Rewrap<this, System_Threading_Tasks.Task>;
@@ -1627,7 +1630,7 @@ interface __TsonicExtMethods_System_Net_Sockets {
1627
1630
 
1628
1631
  // Generic helper type for extension methods in namespace: System.Net.Sockets
1629
1632
  interface __TsonicExtApplier_System_Net_Sockets {
1630
- __tsonic_shape: unknown;
1633
+ __tsonic_shape: JsValue;
1631
1634
  __tsonic_type: __TsonicExtMethods_System_Net_Sockets;
1632
1635
  }
1633
1636
 
@@ -1691,7 +1694,7 @@ interface __TsonicExtMethods_System_Numerics {
1691
1694
 
1692
1695
  // Generic helper type for extension methods in namespace: System.Numerics
1693
1696
  interface __TsonicExtApplier_System_Numerics {
1694
- __tsonic_shape: unknown;
1697
+ __tsonic_shape: JsValue;
1695
1698
  __tsonic_type: __TsonicExtMethods_System_Numerics;
1696
1699
  }
1697
1700
 
@@ -1704,24 +1707,24 @@ export type ExtensionMethods_System_Numerics<TShape> =
1704
1707
  interface __TsonicExtMethods_System_Reflection {
1705
1708
  GetAccessors(this: System_Reflection.PropertyInfo): Rewrap<this, System_Reflection.MethodInfo[]>;
1706
1709
  GetAccessors(this: System_Reflection.PropertyInfo, nonPublic: boolean): Rewrap<this, System_Reflection.MethodInfo[]>;
1707
- GetAddMethod(this: System_Reflection.EventInfo): Rewrap<this, System_Reflection.MethodInfo | undefined>;
1708
- GetAddMethod(this: System_Reflection.EventInfo, nonPublic: boolean): Rewrap<this, System_Reflection.MethodInfo | undefined>;
1710
+ GetAddMethod(this: System_Reflection.EventInfo): Rewrap<this, System_Reflection.MethodInfo | null>;
1711
+ GetAddMethod(this: System_Reflection.EventInfo, nonPublic: boolean): Rewrap<this, System_Reflection.MethodInfo | null>;
1709
1712
  GetBaseDefinition(this: System_Reflection.MethodInfo): Rewrap<this, System_Reflection.MethodInfo>;
1710
- GetConstructor(this: System.Type, types: System.Type[]): Rewrap<this, System_Reflection.ConstructorInfo | undefined>;
1713
+ GetConstructor(this: System.Type, types: System.Type[]): Rewrap<this, System_Reflection.ConstructorInfo | null>;
1711
1714
  GetConstructors(this: System.Type): Rewrap<this, System_Reflection.ConstructorInfo[]>;
1712
1715
  GetConstructors(this: System.Type, bindingAttr: System_Reflection.BindingFlags): Rewrap<this, System_Reflection.ConstructorInfo[]>;
1713
- GetCustomAttribute(this: System_Reflection.Assembly, attributeType: System.Type): Rewrap<this, System.Attribute | undefined>;
1714
- GetCustomAttribute<T extends System.Attribute>(this: System_Reflection.Assembly): Rewrap<this, T | undefined>;
1715
- GetCustomAttribute(this: System_Reflection.Module, attributeType: System.Type): Rewrap<this, System.Attribute | undefined>;
1716
- GetCustomAttribute<T extends System.Attribute>(this: System_Reflection.Module): Rewrap<this, T | undefined>;
1717
- GetCustomAttribute(this: System_Reflection.ParameterInfo, attributeType: System.Type): Rewrap<this, System.Attribute | undefined>;
1718
- GetCustomAttribute<T extends System.Attribute>(this: System_Reflection.ParameterInfo): Rewrap<this, T | undefined>;
1719
- GetCustomAttribute(this: System_Reflection.ParameterInfo, attributeType: System.Type, inherit: boolean): Rewrap<this, System.Attribute | undefined>;
1720
- GetCustomAttribute<T extends System.Attribute>(this: System_Reflection.ParameterInfo, inherit: boolean): Rewrap<this, T | undefined>;
1721
- GetCustomAttribute(this: System_Reflection.MemberInfo, attributeType: System.Type): Rewrap<this, System.Attribute | undefined>;
1722
- GetCustomAttribute<T extends System.Attribute>(this: System_Reflection.MemberInfo): Rewrap<this, T | undefined>;
1723
- GetCustomAttribute(this: System_Reflection.MemberInfo, attributeType: System.Type, inherit: boolean): Rewrap<this, System.Attribute | undefined>;
1724
- GetCustomAttribute<T extends System.Attribute>(this: System_Reflection.MemberInfo, inherit: boolean): Rewrap<this, T | undefined>;
1716
+ GetCustomAttribute(this: System_Reflection.Assembly, attributeType: System.Type): Rewrap<this, System.Attribute | null>;
1717
+ GetCustomAttribute<T extends System.Attribute>(this: System_Reflection.Assembly): Rewrap<this, T | null>;
1718
+ GetCustomAttribute(this: System_Reflection.Module, attributeType: System.Type): Rewrap<this, System.Attribute | null>;
1719
+ GetCustomAttribute<T extends System.Attribute>(this: System_Reflection.Module): Rewrap<this, T | null>;
1720
+ GetCustomAttribute(this: System_Reflection.ParameterInfo, attributeType: System.Type): Rewrap<this, System.Attribute | null>;
1721
+ GetCustomAttribute<T extends System.Attribute>(this: System_Reflection.ParameterInfo): Rewrap<this, T | null>;
1722
+ GetCustomAttribute(this: System_Reflection.ParameterInfo, attributeType: System.Type, inherit: boolean): Rewrap<this, System.Attribute | null>;
1723
+ GetCustomAttribute<T extends System.Attribute>(this: System_Reflection.ParameterInfo, inherit: boolean): Rewrap<this, T | null>;
1724
+ GetCustomAttribute(this: System_Reflection.MemberInfo, attributeType: System.Type): Rewrap<this, System.Attribute | null>;
1725
+ GetCustomAttribute<T extends System.Attribute>(this: System_Reflection.MemberInfo): Rewrap<this, T | null>;
1726
+ GetCustomAttribute(this: System_Reflection.MemberInfo, attributeType: System.Type, inherit: boolean): Rewrap<this, System.Attribute | null>;
1727
+ GetCustomAttribute<T extends System.Attribute>(this: System_Reflection.MemberInfo, inherit: boolean): Rewrap<this, T | null>;
1725
1728
  GetCustomAttributes(this: System_Reflection.Assembly): Rewrap<this, System_Collections_Generic.IEnumerable_1<System.Attribute>>;
1726
1729
  GetCustomAttributes(this: System_Reflection.Assembly, attributeType: System.Type): Rewrap<this, System_Collections_Generic.IEnumerable_1<System.Attribute>>;
1727
1730
  GetCustomAttributes<T extends System.Attribute>(this: System_Reflection.Assembly): Rewrap<this, System_Collections_Generic.IEnumerable_1<T>>;
@@ -1741,73 +1744,73 @@ interface __TsonicExtMethods_System_Reflection {
1741
1744
  GetCustomAttributes(this: System_Reflection.MemberInfo, attributeType: System.Type, inherit: boolean): Rewrap<this, System_Collections_Generic.IEnumerable_1<System.Attribute>>;
1742
1745
  GetCustomAttributes<T extends System.Attribute>(this: System_Reflection.MemberInfo, inherit: boolean): Rewrap<this, System_Collections_Generic.IEnumerable_1<T>>;
1743
1746
  GetDefaultMembers(this: System.Type): Rewrap<this, System_Reflection.MemberInfo[]>;
1744
- GetEvent(this: System.Type, name: string): Rewrap<this, System_Reflection.EventInfo | undefined>;
1745
- GetEvent(this: System.Type, name: string, bindingAttr: System_Reflection.BindingFlags): Rewrap<this, System_Reflection.EventInfo | undefined>;
1747
+ GetEvent(this: System.Type, name: string): Rewrap<this, System_Reflection.EventInfo | null>;
1748
+ GetEvent(this: System.Type, name: string, bindingAttr: System_Reflection.BindingFlags): Rewrap<this, System_Reflection.EventInfo | null>;
1746
1749
  GetEvents(this: System.Type): Rewrap<this, System_Reflection.EventInfo[]>;
1747
1750
  GetEvents(this: System.Type, bindingAttr: System_Reflection.BindingFlags): Rewrap<this, System_Reflection.EventInfo[]>;
1748
1751
  GetExportedTypes(this: System_Reflection.Assembly): Rewrap<this, System.Type[]>;
1749
- GetField(this: System.Type, name: string): Rewrap<this, System_Reflection.FieldInfo | undefined>;
1750
- GetField(this: System.Type, name: string, bindingAttr: System_Reflection.BindingFlags): Rewrap<this, System_Reflection.FieldInfo | undefined>;
1752
+ GetField(this: System.Type, name: string): Rewrap<this, System_Reflection.FieldInfo | null>;
1753
+ GetField(this: System.Type, name: string, bindingAttr: System_Reflection.BindingFlags): Rewrap<this, System_Reflection.FieldInfo | null>;
1751
1754
  GetFields(this: System.Type): Rewrap<this, System_Reflection.FieldInfo[]>;
1752
1755
  GetFields(this: System.Type, bindingAttr: System_Reflection.BindingFlags): Rewrap<this, System_Reflection.FieldInfo[]>;
1753
1756
  GetGenericArguments(this: System.Type): Rewrap<this, System.Type[]>;
1754
- GetGetMethod(this: System_Reflection.PropertyInfo): Rewrap<this, System_Reflection.MethodInfo | undefined>;
1755
- GetGetMethod(this: System_Reflection.PropertyInfo, nonPublic: boolean): Rewrap<this, System_Reflection.MethodInfo | undefined>;
1757
+ GetGetMethod(this: System_Reflection.PropertyInfo): Rewrap<this, System_Reflection.MethodInfo | null>;
1758
+ GetGetMethod(this: System_Reflection.PropertyInfo, nonPublic: boolean): Rewrap<this, System_Reflection.MethodInfo | null>;
1756
1759
  GetInterfaces(this: System.Type): Rewrap<this, System.Type[]>;
1757
1760
  GetMember(this: System.Type, name: string): Rewrap<this, System_Reflection.MemberInfo[]>;
1758
1761
  GetMember(this: System.Type, name: string, bindingAttr: System_Reflection.BindingFlags): Rewrap<this, System_Reflection.MemberInfo[]>;
1759
1762
  GetMembers(this: System.Type): Rewrap<this, System_Reflection.MemberInfo[]>;
1760
1763
  GetMembers(this: System.Type, bindingAttr: System_Reflection.BindingFlags): Rewrap<this, System_Reflection.MemberInfo[]>;
1761
1764
  GetMetadataToken(this: System_Reflection.MemberInfo): Rewrap<this, int>;
1762
- GetMethod(this: System.Type, name: string): Rewrap<this, System_Reflection.MethodInfo | undefined>;
1763
- GetMethod(this: System.Type, name: string, bindingAttr: System_Reflection.BindingFlags): Rewrap<this, System_Reflection.MethodInfo | undefined>;
1764
- GetMethod(this: System.Type, name: string, types: System.Type[]): Rewrap<this, System_Reflection.MethodInfo | undefined>;
1765
+ GetMethod(this: System.Type, name: string): Rewrap<this, System_Reflection.MethodInfo | null>;
1766
+ GetMethod(this: System.Type, name: string, bindingAttr: System_Reflection.BindingFlags): Rewrap<this, System_Reflection.MethodInfo | null>;
1767
+ GetMethod(this: System.Type, name: string, types: System.Type[]): Rewrap<this, System_Reflection.MethodInfo | null>;
1765
1768
  GetMethodInfo(this: Function): Rewrap<this, System_Reflection.MethodInfo>;
1766
1769
  GetMethods(this: System.Type): Rewrap<this, System_Reflection.MethodInfo[]>;
1767
1770
  GetMethods(this: System.Type, bindingAttr: System_Reflection.BindingFlags): Rewrap<this, System_Reflection.MethodInfo[]>;
1768
1771
  GetModuleVersionId(this: System_Reflection.Module): Rewrap<this, System.Guid>;
1769
1772
  GetModules(this: System_Reflection.Assembly): Rewrap<this, System_Reflection.Module[]>;
1770
- GetNestedType(this: System.Type, name: string, bindingAttr: System_Reflection.BindingFlags): Rewrap<this, System.Type | undefined>;
1773
+ GetNestedType(this: System.Type, name: string, bindingAttr: System_Reflection.BindingFlags): Rewrap<this, System.Type | null>;
1771
1774
  GetNestedTypes(this: System.Type, bindingAttr: System_Reflection.BindingFlags): Rewrap<this, System.Type[]>;
1772
1775
  GetProperties(this: System.Type): Rewrap<this, System_Reflection.PropertyInfo[]>;
1773
1776
  GetProperties(this: System.Type, bindingAttr: System_Reflection.BindingFlags): Rewrap<this, System_Reflection.PropertyInfo[]>;
1774
- GetProperty(this: System.Type, name: string): Rewrap<this, System_Reflection.PropertyInfo | undefined>;
1775
- GetProperty(this: System.Type, name: string, bindingAttr: System_Reflection.BindingFlags): Rewrap<this, System_Reflection.PropertyInfo | undefined>;
1776
- GetProperty(this: System.Type, name: string, returnType: System.Type): Rewrap<this, System_Reflection.PropertyInfo | undefined>;
1777
- GetProperty(this: System.Type, name: string, returnType: System.Type, types: System.Type[]): Rewrap<this, System_Reflection.PropertyInfo | undefined>;
1778
- GetRaiseMethod(this: System_Reflection.EventInfo): Rewrap<this, System_Reflection.MethodInfo | undefined>;
1779
- GetRaiseMethod(this: System_Reflection.EventInfo, nonPublic: boolean): Rewrap<this, System_Reflection.MethodInfo | undefined>;
1780
- GetRemoveMethod(this: System_Reflection.EventInfo): Rewrap<this, System_Reflection.MethodInfo | undefined>;
1781
- GetRemoveMethod(this: System_Reflection.EventInfo, nonPublic: boolean): Rewrap<this, System_Reflection.MethodInfo | undefined>;
1782
- GetRuntimeBaseDefinition(this: System_Reflection.MethodInfo): Rewrap<this, System_Reflection.MethodInfo | undefined>;
1783
- GetRuntimeEvent(this: System.Type, name: string): Rewrap<this, System_Reflection.EventInfo | undefined>;
1777
+ GetProperty(this: System.Type, name: string): Rewrap<this, System_Reflection.PropertyInfo | null>;
1778
+ GetProperty(this: System.Type, name: string, bindingAttr: System_Reflection.BindingFlags): Rewrap<this, System_Reflection.PropertyInfo | null>;
1779
+ GetProperty(this: System.Type, name: string, returnType: System.Type | null): Rewrap<this, System_Reflection.PropertyInfo | null>;
1780
+ GetProperty(this: System.Type, name: string, returnType: System.Type | null, types: System.Type[]): Rewrap<this, System_Reflection.PropertyInfo | null>;
1781
+ GetRaiseMethod(this: System_Reflection.EventInfo): Rewrap<this, System_Reflection.MethodInfo | null>;
1782
+ GetRaiseMethod(this: System_Reflection.EventInfo, nonPublic: boolean): Rewrap<this, System_Reflection.MethodInfo | null>;
1783
+ GetRemoveMethod(this: System_Reflection.EventInfo): Rewrap<this, System_Reflection.MethodInfo | null>;
1784
+ GetRemoveMethod(this: System_Reflection.EventInfo, nonPublic: boolean): Rewrap<this, System_Reflection.MethodInfo | null>;
1785
+ GetRuntimeBaseDefinition(this: System_Reflection.MethodInfo): Rewrap<this, System_Reflection.MethodInfo | null>;
1786
+ GetRuntimeEvent(this: System.Type, name: string): Rewrap<this, System_Reflection.EventInfo | null>;
1784
1787
  GetRuntimeEvents(this: System.Type): Rewrap<this, System_Collections_Generic.IEnumerable_1<System_Reflection.EventInfo>>;
1785
- GetRuntimeField(this: System.Type, name: string): Rewrap<this, System_Reflection.FieldInfo | undefined>;
1788
+ GetRuntimeField(this: System.Type, name: string): Rewrap<this, System_Reflection.FieldInfo | null>;
1786
1789
  GetRuntimeFields(this: System.Type): Rewrap<this, System_Collections_Generic.IEnumerable_1<System_Reflection.FieldInfo>>;
1787
1790
  GetRuntimeInterfaceMap(this: System_Reflection.TypeInfo, interfaceType: System.Type): Rewrap<this, System_Reflection.InterfaceMapping>;
1788
- GetRuntimeMethod(this: System.Type, name: string, parameters: System.Type[]): Rewrap<this, System_Reflection.MethodInfo | undefined>;
1791
+ GetRuntimeMethod(this: System.Type, name: string, parameters: System.Type[]): Rewrap<this, System_Reflection.MethodInfo | null>;
1789
1792
  GetRuntimeMethods(this: System.Type): Rewrap<this, System_Collections_Generic.IEnumerable_1<System_Reflection.MethodInfo>>;
1790
1793
  GetRuntimeProperties(this: System.Type): Rewrap<this, System_Collections_Generic.IEnumerable_1<System_Reflection.PropertyInfo>>;
1791
- GetRuntimeProperty(this: System.Type, name: string): Rewrap<this, System_Reflection.PropertyInfo | undefined>;
1792
- GetSetMethod(this: System_Reflection.PropertyInfo): Rewrap<this, System_Reflection.MethodInfo | undefined>;
1793
- GetSetMethod(this: System_Reflection.PropertyInfo, nonPublic: boolean): Rewrap<this, System_Reflection.MethodInfo | undefined>;
1794
+ GetRuntimeProperty(this: System.Type, name: string): Rewrap<this, System_Reflection.PropertyInfo | null>;
1795
+ GetSetMethod(this: System_Reflection.PropertyInfo): Rewrap<this, System_Reflection.MethodInfo | null>;
1796
+ GetSetMethod(this: System_Reflection.PropertyInfo, nonPublic: boolean): Rewrap<this, System_Reflection.MethodInfo | null>;
1794
1797
  GetTypeInfo(this: System.Type): Rewrap<this, System_Reflection.TypeInfo>;
1795
1798
  GetTypes(this: System_Reflection.Assembly): Rewrap<this, System.Type[]>;
1796
1799
  HasMetadataToken(this: System_Reflection.MemberInfo): Rewrap<this, boolean>;
1797
1800
  HasModuleVersionId(this: System_Reflection.Module): Rewrap<this, boolean>;
1798
- IsAssignableFrom(this: System.Type, c: System.Type): Rewrap<this, boolean>;
1801
+ IsAssignableFrom(this: System.Type, c: System.Type | null): Rewrap<this, boolean>;
1799
1802
  IsDefined(this: System_Reflection.Assembly, attributeType: System.Type): Rewrap<this, boolean>;
1800
1803
  IsDefined(this: System_Reflection.Module, attributeType: System.Type): Rewrap<this, boolean>;
1801
1804
  IsDefined(this: System_Reflection.ParameterInfo, attributeType: System.Type): Rewrap<this, boolean>;
1802
1805
  IsDefined(this: System_Reflection.ParameterInfo, attributeType: System.Type, inherit: boolean): Rewrap<this, boolean>;
1803
1806
  IsDefined(this: System_Reflection.MemberInfo, attributeType: System.Type): Rewrap<this, boolean>;
1804
1807
  IsDefined(this: System_Reflection.MemberInfo, attributeType: System.Type, inherit: boolean): Rewrap<this, boolean>;
1805
- IsInstanceOfType(this: System.Type, o: unknown): Rewrap<this, boolean>;
1808
+ IsInstanceOfType(this: System.Type, o: JsValue | null): Rewrap<this, boolean>;
1806
1809
  }
1807
1810
 
1808
1811
  // Generic helper type for extension methods in namespace: System.Reflection
1809
1812
  interface __TsonicExtApplier_System_Reflection {
1810
- __tsonic_shape: unknown;
1813
+ __tsonic_shape: JsValue;
1811
1814
  __tsonic_type: __TsonicExtMethods_System_Reflection;
1812
1815
  }
1813
1816
 
@@ -1822,7 +1825,7 @@ interface __TsonicExtMethods_System_Reflection_Metadata {
1822
1825
  GetLongBranch(this: System_Reflection_Metadata.ILOpCode): Rewrap<this, System_Reflection_Metadata.ILOpCode>;
1823
1826
  GetMetadataReader(this: System_Reflection_PortableExecutable.PEReader): Rewrap<this, System_Reflection_Metadata.MetadataReader>;
1824
1827
  GetMetadataReader(this: System_Reflection_PortableExecutable.PEReader, options: System_Reflection_Metadata.MetadataReaderOptions): Rewrap<this, System_Reflection_Metadata.MetadataReader>;
1825
- GetMetadataReader(this: System_Reflection_PortableExecutable.PEReader, options: System_Reflection_Metadata.MetadataReaderOptions, utf8Decoder: System_Reflection_Metadata.MetadataStringDecoder): Rewrap<this, System_Reflection_Metadata.MetadataReader>;
1828
+ GetMetadataReader(this: System_Reflection_PortableExecutable.PEReader, options: System_Reflection_Metadata.MetadataReaderOptions, utf8Decoder: System_Reflection_Metadata.MetadataStringDecoder | null): Rewrap<this, System_Reflection_Metadata.MetadataReader>;
1826
1829
  GetMethodBody(this: System_Reflection_PortableExecutable.PEReader, relativeVirtualAddress: int): Rewrap<this, System_Reflection_Metadata.MethodBodyBlock>;
1827
1830
  GetShortBranch(this: System_Reflection_Metadata.ILOpCode): Rewrap<this, System_Reflection_Metadata.ILOpCode>;
1828
1831
  IsBranch(this: System_Reflection_Metadata.ILOpCode): Rewrap<this, boolean>;
@@ -1831,7 +1834,7 @@ interface __TsonicExtMethods_System_Reflection_Metadata {
1831
1834
 
1832
1835
  // Generic helper type for extension methods in namespace: System.Reflection.Metadata
1833
1836
  interface __TsonicExtApplier_System_Reflection_Metadata {
1834
- __tsonic_shape: unknown;
1837
+ __tsonic_shape: JsValue;
1835
1838
  __tsonic_type: __TsonicExtMethods_System_Reflection_Metadata;
1836
1839
  }
1837
1840
 
@@ -1864,7 +1867,7 @@ interface __TsonicExtMethods_System_Reflection_Metadata_Ecma335 {
1864
1867
 
1865
1868
  // Generic helper type for extension methods in namespace: System.Reflection.Metadata.Ecma335
1866
1869
  interface __TsonicExtApplier_System_Reflection_Metadata_Ecma335 {
1867
- __tsonic_shape: unknown;
1870
+ __tsonic_shape: JsValue;
1868
1871
  __tsonic_type: __TsonicExtMethods_System_Reflection_Metadata_Ecma335;
1869
1872
  }
1870
1873
 
@@ -1881,7 +1884,7 @@ interface __TsonicExtMethods_System_Runtime_InteropServices {
1881
1884
 
1882
1885
  // Generic helper type for extension methods in namespace: System.Runtime.InteropServices
1883
1886
  interface __TsonicExtApplier_System_Runtime_InteropServices {
1884
- __tsonic_shape: unknown;
1887
+ __tsonic_shape: JsValue;
1885
1888
  __tsonic_type: __TsonicExtMethods_System_Runtime_InteropServices;
1886
1889
  }
1887
1890
 
@@ -2036,7 +2039,7 @@ interface __TsonicExtMethods_System_Runtime_Intrinsics {
2036
2039
 
2037
2040
  // Generic helper type for extension methods in namespace: System.Runtime.Intrinsics
2038
2041
  interface __TsonicExtApplier_System_Runtime_Intrinsics {
2039
- __tsonic_shape: unknown;
2042
+ __tsonic_shape: JsValue;
2040
2043
  __tsonic_type: __TsonicExtMethods_System_Runtime_Intrinsics;
2041
2044
  }
2042
2045
 
@@ -2047,13 +2050,13 @@ export type ExtensionMethods_System_Runtime_Intrinsics<TShape> =
2047
2050
 
2048
2051
  // Extension method table for namespace: System.Runtime.Serialization
2049
2052
  interface __TsonicExtMethods_System_Runtime_Serialization {
2050
- GetSerializationSurrogateProvider(this: System_Runtime_Serialization.DataContractSerializer): Rewrap<this, System_Runtime_Serialization.ISerializationSurrogateProvider | undefined>;
2051
- SetSerializationSurrogateProvider(this: System_Runtime_Serialization.DataContractSerializer, provider: System_Runtime_Serialization.ISerializationSurrogateProvider): Rewrap<this, void>;
2053
+ GetSerializationSurrogateProvider(this: System_Runtime_Serialization.DataContractSerializer): Rewrap<this, System_Runtime_Serialization.ISerializationSurrogateProvider | null>;
2054
+ SetSerializationSurrogateProvider(this: System_Runtime_Serialization.DataContractSerializer, provider: System_Runtime_Serialization.ISerializationSurrogateProvider | null): Rewrap<this, void>;
2052
2055
  }
2053
2056
 
2054
2057
  // Generic helper type for extension methods in namespace: System.Runtime.Serialization
2055
2058
  interface __TsonicExtApplier_System_Runtime_Serialization {
2056
- __tsonic_shape: unknown;
2059
+ __tsonic_shape: JsValue;
2057
2060
  __tsonic_type: __TsonicExtMethods_System_Runtime_Serialization;
2058
2061
  }
2059
2062
 
@@ -2064,13 +2067,13 @@ export type ExtensionMethods_System_Runtime_Serialization<TShape> =
2064
2067
 
2065
2068
  // Extension method table for namespace: System.Runtime.Serialization.Json
2066
2069
  interface __TsonicExtMethods_System_Runtime_Serialization_Json {
2067
- GetSerializationSurrogateProvider(this: System_Runtime_Serialization_Json.DataContractJsonSerializer): Rewrap<this, System_Runtime_Serialization.ISerializationSurrogateProvider | undefined>;
2068
- SetSerializationSurrogateProvider(this: System_Runtime_Serialization_Json.DataContractJsonSerializer, provider: System_Runtime_Serialization.ISerializationSurrogateProvider): Rewrap<this, void>;
2070
+ GetSerializationSurrogateProvider(this: System_Runtime_Serialization_Json.DataContractJsonSerializer): Rewrap<this, System_Runtime_Serialization.ISerializationSurrogateProvider | null>;
2071
+ SetSerializationSurrogateProvider(this: System_Runtime_Serialization_Json.DataContractJsonSerializer, provider: System_Runtime_Serialization.ISerializationSurrogateProvider | null): Rewrap<this, void>;
2069
2072
  }
2070
2073
 
2071
2074
  // Generic helper type for extension methods in namespace: System.Runtime.Serialization.Json
2072
2075
  interface __TsonicExtApplier_System_Runtime_Serialization_Json {
2073
- __tsonic_shape: unknown;
2076
+ __tsonic_shape: JsValue;
2074
2077
  __tsonic_type: __TsonicExtMethods_System_Runtime_Serialization_Json;
2075
2078
  }
2076
2079
 
@@ -2084,17 +2087,17 @@ interface __TsonicExtMethods_System_Security_Cryptography_X509Certificates {
2084
2087
  CopyWithPrivateKey(this: System_Security_Cryptography_X509Certificates.X509Certificate2, privateKey: System_Security_Cryptography.DSA): Rewrap<this, System_Security_Cryptography_X509Certificates.X509Certificate2>;
2085
2088
  CopyWithPrivateKey(this: System_Security_Cryptography_X509Certificates.X509Certificate2, privateKey: System_Security_Cryptography.ECDsa): Rewrap<this, System_Security_Cryptography_X509Certificates.X509Certificate2>;
2086
2089
  CopyWithPrivateKey(this: System_Security_Cryptography_X509Certificates.X509Certificate2, privateKey: System_Security_Cryptography.RSA): Rewrap<this, System_Security_Cryptography_X509Certificates.X509Certificate2>;
2087
- GetDSAPrivateKey(this: System_Security_Cryptography_X509Certificates.X509Certificate2): Rewrap<this, System_Security_Cryptography.DSA | undefined>;
2088
- GetDSAPublicKey(this: System_Security_Cryptography_X509Certificates.X509Certificate2): Rewrap<this, System_Security_Cryptography.DSA | undefined>;
2089
- GetECDsaPrivateKey(this: System_Security_Cryptography_X509Certificates.X509Certificate2): Rewrap<this, System_Security_Cryptography.ECDsa | undefined>;
2090
- GetECDsaPublicKey(this: System_Security_Cryptography_X509Certificates.X509Certificate2): Rewrap<this, System_Security_Cryptography.ECDsa | undefined>;
2091
- GetRSAPrivateKey(this: System_Security_Cryptography_X509Certificates.X509Certificate2): Rewrap<this, System_Security_Cryptography.RSA | undefined>;
2092
- GetRSAPublicKey(this: System_Security_Cryptography_X509Certificates.X509Certificate2): Rewrap<this, System_Security_Cryptography.RSA | undefined>;
2090
+ GetDSAPrivateKey(this: System_Security_Cryptography_X509Certificates.X509Certificate2): Rewrap<this, System_Security_Cryptography.DSA | null>;
2091
+ GetDSAPublicKey(this: System_Security_Cryptography_X509Certificates.X509Certificate2): Rewrap<this, System_Security_Cryptography.DSA | null>;
2092
+ GetECDsaPrivateKey(this: System_Security_Cryptography_X509Certificates.X509Certificate2): Rewrap<this, System_Security_Cryptography.ECDsa | null>;
2093
+ GetECDsaPublicKey(this: System_Security_Cryptography_X509Certificates.X509Certificate2): Rewrap<this, System_Security_Cryptography.ECDsa | null>;
2094
+ GetRSAPrivateKey(this: System_Security_Cryptography_X509Certificates.X509Certificate2): Rewrap<this, System_Security_Cryptography.RSA | null>;
2095
+ GetRSAPublicKey(this: System_Security_Cryptography_X509Certificates.X509Certificate2): Rewrap<this, System_Security_Cryptography.RSA | null>;
2093
2096
  }
2094
2097
 
2095
2098
  // Generic helper type for extension methods in namespace: System.Security.Cryptography.X509Certificates
2096
2099
  interface __TsonicExtApplier_System_Security_Cryptography_X509Certificates {
2097
- __tsonic_shape: unknown;
2100
+ __tsonic_shape: JsValue;
2098
2101
  __tsonic_type: __TsonicExtMethods_System_Security_Cryptography_X509Certificates;
2099
2102
  }
2100
2103
 
@@ -2121,7 +2124,7 @@ interface __TsonicExtMethods_System_Text {
2121
2124
 
2122
2125
  // Generic helper type for extension methods in namespace: System.Text
2123
2126
  interface __TsonicExtApplier_System_Text {
2124
- __tsonic_shape: unknown;
2127
+ __tsonic_shape: JsValue;
2125
2128
  __tsonic_type: __TsonicExtMethods_System_Text;
2126
2129
  }
2127
2130
 
@@ -2132,26 +2135,26 @@ export type ExtensionMethods_System_Text<TShape> =
2132
2135
 
2133
2136
  // Extension method table for namespace: System.Text.Json
2134
2137
  interface __TsonicExtMethods_System_Text_Json {
2135
- Deserialize<TValue>(this: System_Text_Json.JsonDocument, options?: System_Text_Json.JsonSerializerOptions): Rewrap<this, TValue | undefined>;
2136
- Deserialize(this: System_Text_Json.JsonDocument, returnType: System.Type, options?: System_Text_Json.JsonSerializerOptions): Rewrap<this, unknown | undefined>;
2137
- Deserialize<TValue>(this: System_Text_Json.JsonDocument, jsonTypeInfo: System_Text_Json_Serialization_Metadata.JsonTypeInfo_1<TValue>): Rewrap<this, TValue | undefined>;
2138
- Deserialize(this: System_Text_Json.JsonDocument, jsonTypeInfo: System_Text_Json_Serialization_Metadata.JsonTypeInfo): Rewrap<this, unknown | undefined>;
2139
- Deserialize(this: System_Text_Json.JsonDocument, returnType: System.Type, context: System_Text_Json_Serialization.JsonSerializerContext): Rewrap<this, unknown | undefined>;
2140
- Deserialize<TValue>(this: System_Text_Json.JsonElement, options?: System_Text_Json.JsonSerializerOptions): Rewrap<this, TValue | undefined>;
2141
- Deserialize(this: System_Text_Json.JsonElement, returnType: System.Type, options?: System_Text_Json.JsonSerializerOptions): Rewrap<this, unknown | undefined>;
2142
- Deserialize<TValue>(this: System_Text_Json.JsonElement, jsonTypeInfo: System_Text_Json_Serialization_Metadata.JsonTypeInfo_1<TValue>): Rewrap<this, TValue | undefined>;
2143
- Deserialize(this: System_Text_Json.JsonElement, jsonTypeInfo: System_Text_Json_Serialization_Metadata.JsonTypeInfo): Rewrap<this, unknown | undefined>;
2144
- Deserialize(this: System_Text_Json.JsonElement, returnType: System.Type, context: System_Text_Json_Serialization.JsonSerializerContext): Rewrap<this, unknown | undefined>;
2145
- Deserialize<TValue>(this: System_Text_Json_Nodes.JsonNode, options?: System_Text_Json.JsonSerializerOptions): Rewrap<this, TValue | undefined>;
2146
- Deserialize(this: System_Text_Json_Nodes.JsonNode, returnType: System.Type, options?: System_Text_Json.JsonSerializerOptions): Rewrap<this, unknown | undefined>;
2147
- Deserialize<TValue>(this: System_Text_Json_Nodes.JsonNode, jsonTypeInfo: System_Text_Json_Serialization_Metadata.JsonTypeInfo_1<TValue>): Rewrap<this, TValue | undefined>;
2148
- Deserialize(this: System_Text_Json_Nodes.JsonNode, jsonTypeInfo: System_Text_Json_Serialization_Metadata.JsonTypeInfo): Rewrap<this, unknown | undefined>;
2149
- Deserialize(this: System_Text_Json_Nodes.JsonNode, returnType: System.Type, context: System_Text_Json_Serialization.JsonSerializerContext): Rewrap<this, unknown | undefined>;
2138
+ Deserialize<TValue>(this: System_Text_Json.JsonDocument, options?: System_Text_Json.JsonSerializerOptions | null): Rewrap<this, TValue | null>;
2139
+ Deserialize(this: System_Text_Json.JsonDocument, returnType: System.Type, options?: System_Text_Json.JsonSerializerOptions | null): Rewrap<this, JsValue | null>;
2140
+ Deserialize<TValue>(this: System_Text_Json.JsonDocument, jsonTypeInfo: System_Text_Json_Serialization_Metadata.JsonTypeInfo_1<TValue>): Rewrap<this, TValue | null>;
2141
+ Deserialize(this: System_Text_Json.JsonDocument, jsonTypeInfo: System_Text_Json_Serialization_Metadata.JsonTypeInfo): Rewrap<this, JsValue | null>;
2142
+ Deserialize(this: System_Text_Json.JsonDocument, returnType: System.Type, context: System_Text_Json_Serialization.JsonSerializerContext): Rewrap<this, JsValue | null>;
2143
+ Deserialize<TValue>(this: System_Text_Json.JsonElement, options?: System_Text_Json.JsonSerializerOptions | null): Rewrap<this, TValue | null>;
2144
+ Deserialize(this: System_Text_Json.JsonElement, returnType: System.Type, options?: System_Text_Json.JsonSerializerOptions | null): Rewrap<this, JsValue | null>;
2145
+ Deserialize<TValue>(this: System_Text_Json.JsonElement, jsonTypeInfo: System_Text_Json_Serialization_Metadata.JsonTypeInfo_1<TValue>): Rewrap<this, TValue | null>;
2146
+ Deserialize(this: System_Text_Json.JsonElement, jsonTypeInfo: System_Text_Json_Serialization_Metadata.JsonTypeInfo): Rewrap<this, JsValue | null>;
2147
+ Deserialize(this: System_Text_Json.JsonElement, returnType: System.Type, context: System_Text_Json_Serialization.JsonSerializerContext): Rewrap<this, JsValue | null>;
2148
+ Deserialize<TValue>(this: System_Text_Json_Nodes.JsonNode | null, options?: System_Text_Json.JsonSerializerOptions | null): Rewrap<this, TValue | null>;
2149
+ Deserialize(this: System_Text_Json_Nodes.JsonNode | null, returnType: System.Type, options?: System_Text_Json.JsonSerializerOptions | null): Rewrap<this, JsValue | null>;
2150
+ Deserialize<TValue>(this: System_Text_Json_Nodes.JsonNode | null, jsonTypeInfo: System_Text_Json_Serialization_Metadata.JsonTypeInfo_1<TValue>): Rewrap<this, TValue | null>;
2151
+ Deserialize(this: System_Text_Json_Nodes.JsonNode | null, jsonTypeInfo: System_Text_Json_Serialization_Metadata.JsonTypeInfo): Rewrap<this, JsValue | null>;
2152
+ Deserialize(this: System_Text_Json_Nodes.JsonNode | null, returnType: System.Type, context: System_Text_Json_Serialization.JsonSerializerContext): Rewrap<this, JsValue | null>;
2150
2153
  }
2151
2154
 
2152
2155
  // Generic helper type for extension methods in namespace: System.Text.Json
2153
2156
  interface __TsonicExtApplier_System_Text_Json {
2154
- __tsonic_shape: unknown;
2157
+ __tsonic_shape: JsValue;
2155
2158
  __tsonic_type: __TsonicExtMethods_System_Text_Json;
2156
2159
  }
2157
2160
 
@@ -2162,13 +2165,13 @@ export type ExtensionMethods_System_Text_Json<TShape> =
2162
2165
 
2163
2166
  // Extension method table for namespace: System.Text.Json.Schema
2164
2167
  interface __TsonicExtMethods_System_Text_Json_Schema {
2165
- GetJsonSchemaAsNode(this: System_Text_Json.JsonSerializerOptions, type: System.Type, exporterOptions?: System_Text_Json_Schema.JsonSchemaExporterOptions): Rewrap<this, System_Text_Json_Nodes.JsonNode>;
2166
- GetJsonSchemaAsNode(this: System_Text_Json_Serialization_Metadata.JsonTypeInfo, exporterOptions?: System_Text_Json_Schema.JsonSchemaExporterOptions): Rewrap<this, System_Text_Json_Nodes.JsonNode>;
2168
+ GetJsonSchemaAsNode(this: System_Text_Json.JsonSerializerOptions, type: System.Type, exporterOptions?: System_Text_Json_Schema.JsonSchemaExporterOptions | null): Rewrap<this, System_Text_Json_Nodes.JsonNode>;
2169
+ GetJsonSchemaAsNode(this: System_Text_Json_Serialization_Metadata.JsonTypeInfo, exporterOptions?: System_Text_Json_Schema.JsonSchemaExporterOptions | null): Rewrap<this, System_Text_Json_Nodes.JsonNode>;
2167
2170
  }
2168
2171
 
2169
2172
  // Generic helper type for extension methods in namespace: System.Text.Json.Schema
2170
2173
  interface __TsonicExtApplier_System_Text_Json_Schema {
2171
- __tsonic_shape: unknown;
2174
+ __tsonic_shape: JsValue;
2172
2175
  __tsonic_type: __TsonicExtMethods_System_Text_Json_Schema;
2173
2176
  }
2174
2177
 
@@ -2184,7 +2187,7 @@ interface __TsonicExtMethods_System_Text_Json_Serialization_Metadata {
2184
2187
 
2185
2188
  // Generic helper type for extension methods in namespace: System.Text.Json.Serialization.Metadata
2186
2189
  interface __TsonicExtApplier_System_Text_Json_Serialization_Metadata {
2187
- __tsonic_shape: unknown;
2190
+ __tsonic_shape: JsValue;
2188
2191
  __tsonic_type: __TsonicExtMethods_System_Text_Json_Serialization_Metadata;
2189
2192
  }
2190
2193
 
@@ -2202,12 +2205,12 @@ interface __TsonicExtMethods_System_Threading {
2202
2205
  SetAccessControl(this: System_Threading.EventWaitHandle, eventSecurity: System_Security_AccessControl.EventWaitHandleSecurity): Rewrap<this, void>;
2203
2206
  SetAccessControl(this: System_Threading.Mutex, mutexSecurity: System_Security_AccessControl.MutexSecurity): Rewrap<this, void>;
2204
2207
  SetAccessControl(this: System_Threading.Semaphore, semaphoreSecurity: System_Security_AccessControl.SemaphoreSecurity): Rewrap<this, void>;
2205
- SetSafeWaitHandle(this: System_Threading.WaitHandle, value: Microsoft_Win32_SafeHandles.SafeWaitHandle): Rewrap<this, void>;
2208
+ SetSafeWaitHandle(this: System_Threading.WaitHandle, value: Microsoft_Win32_SafeHandles.SafeWaitHandle | null): Rewrap<this, void>;
2206
2209
  }
2207
2210
 
2208
2211
  // Generic helper type for extension methods in namespace: System.Threading
2209
2212
  interface __TsonicExtApplier_System_Threading {
2210
- __tsonic_shape: unknown;
2213
+ __tsonic_shape: JsValue;
2211
2214
  __tsonic_type: __TsonicExtMethods_System_Threading;
2212
2215
  }
2213
2216
 
@@ -2228,7 +2231,7 @@ interface __TsonicExtMethods_System_Threading_Tasks {
2228
2231
 
2229
2232
  // Generic helper type for extension methods in namespace: System.Threading.Tasks
2230
2233
  interface __TsonicExtApplier_System_Threading_Tasks {
2231
- __tsonic_shape: unknown;
2234
+ __tsonic_shape: JsValue;
2232
2235
  __tsonic_type: __TsonicExtMethods_System_Threading_Tasks;
2233
2236
  }
2234
2237
 
@@ -2263,7 +2266,7 @@ interface __TsonicExtMethods_System_Threading_Tasks_Dataflow {
2263
2266
 
2264
2267
  // Generic helper type for extension methods in namespace: System.Threading.Tasks.Dataflow
2265
2268
  interface __TsonicExtApplier_System_Threading_Tasks_Dataflow {
2266
- __tsonic_shape: unknown;
2269
+ __tsonic_shape: JsValue;
2267
2270
  __tsonic_type: __TsonicExtMethods_System_Threading_Tasks_Dataflow;
2268
2271
  }
2269
2272
 
@@ -2274,29 +2277,29 @@ export type ExtensionMethods_System_Threading_Tasks_Dataflow<TShape> =
2274
2277
 
2275
2278
  // Extension method table for namespace: System.Xml.Linq
2276
2279
  interface __TsonicExtMethods_System_Xml_Linq {
2277
- Ancestors<T extends System_Xml_Linq.XNode>(this: System_Collections_Generic.IEnumerable_1<T>): Rewrap<this, System_Collections_Generic.IEnumerable_1<System_Xml_Linq.XElement>>;
2278
- Ancestors<T extends System_Xml_Linq.XNode>(this: System_Collections_Generic.IEnumerable_1<T>, name: System_Xml_Linq.XName): Rewrap<this, System_Collections_Generic.IEnumerable_1<System_Xml_Linq.XElement>>;
2279
- AncestorsAndSelf(this: System_Collections_Generic.IEnumerable_1<System_Xml_Linq.XElement>): Rewrap<this, System_Collections_Generic.IEnumerable_1<System_Xml_Linq.XElement>>;
2280
- AncestorsAndSelf(this: System_Collections_Generic.IEnumerable_1<System_Xml_Linq.XElement>, name: System_Xml_Linq.XName): Rewrap<this, System_Collections_Generic.IEnumerable_1<System_Xml_Linq.XElement>>;
2281
- Attributes(this: System_Collections_Generic.IEnumerable_1<System_Xml_Linq.XElement>): Rewrap<this, System_Collections_Generic.IEnumerable_1<System_Xml_Linq.XAttribute>>;
2282
- Attributes(this: System_Collections_Generic.IEnumerable_1<System_Xml_Linq.XElement>, name: System_Xml_Linq.XName): Rewrap<this, System_Collections_Generic.IEnumerable_1<System_Xml_Linq.XAttribute>>;
2283
- DescendantNodes<T extends System_Xml_Linq.XContainer>(this: System_Collections_Generic.IEnumerable_1<T>): Rewrap<this, System_Collections_Generic.IEnumerable_1<System_Xml_Linq.XNode>>;
2284
- DescendantNodesAndSelf(this: System_Collections_Generic.IEnumerable_1<System_Xml_Linq.XElement>): Rewrap<this, System_Collections_Generic.IEnumerable_1<System_Xml_Linq.XNode>>;
2285
- Descendants<T extends System_Xml_Linq.XContainer>(this: System_Collections_Generic.IEnumerable_1<T>): Rewrap<this, System_Collections_Generic.IEnumerable_1<System_Xml_Linq.XElement>>;
2286
- Descendants<T extends System_Xml_Linq.XContainer>(this: System_Collections_Generic.IEnumerable_1<T>, name: System_Xml_Linq.XName): Rewrap<this, System_Collections_Generic.IEnumerable_1<System_Xml_Linq.XElement>>;
2287
- DescendantsAndSelf(this: System_Collections_Generic.IEnumerable_1<System_Xml_Linq.XElement>): Rewrap<this, System_Collections_Generic.IEnumerable_1<System_Xml_Linq.XElement>>;
2288
- DescendantsAndSelf(this: System_Collections_Generic.IEnumerable_1<System_Xml_Linq.XElement>, name: System_Xml_Linq.XName): Rewrap<this, System_Collections_Generic.IEnumerable_1<System_Xml_Linq.XElement>>;
2289
- Elements<T extends System_Xml_Linq.XContainer>(this: System_Collections_Generic.IEnumerable_1<T>): Rewrap<this, System_Collections_Generic.IEnumerable_1<System_Xml_Linq.XElement>>;
2290
- Elements<T extends System_Xml_Linq.XContainer>(this: System_Collections_Generic.IEnumerable_1<T>, name: System_Xml_Linq.XName): Rewrap<this, System_Collections_Generic.IEnumerable_1<System_Xml_Linq.XElement>>;
2280
+ Ancestors<T extends System_Xml_Linq.XNode>(this: System_Collections_Generic.IEnumerable_1<T | null>): Rewrap<this, System_Collections_Generic.IEnumerable_1<System_Xml_Linq.XElement>>;
2281
+ Ancestors<T extends System_Xml_Linq.XNode>(this: System_Collections_Generic.IEnumerable_1<T | null>, name: System_Xml_Linq.XName | null): Rewrap<this, System_Collections_Generic.IEnumerable_1<System_Xml_Linq.XElement>>;
2282
+ AncestorsAndSelf(this: System_Collections_Generic.IEnumerable_1<System_Xml_Linq.XElement | null>): Rewrap<this, System_Collections_Generic.IEnumerable_1<System_Xml_Linq.XElement>>;
2283
+ AncestorsAndSelf(this: System_Collections_Generic.IEnumerable_1<System_Xml_Linq.XElement | null>, name: System_Xml_Linq.XName | null): Rewrap<this, System_Collections_Generic.IEnumerable_1<System_Xml_Linq.XElement>>;
2284
+ Attributes(this: System_Collections_Generic.IEnumerable_1<System_Xml_Linq.XElement | null>): Rewrap<this, System_Collections_Generic.IEnumerable_1<System_Xml_Linq.XAttribute>>;
2285
+ Attributes(this: System_Collections_Generic.IEnumerable_1<System_Xml_Linq.XElement | null>, name: System_Xml_Linq.XName | null): Rewrap<this, System_Collections_Generic.IEnumerable_1<System_Xml_Linq.XAttribute>>;
2286
+ DescendantNodes<T extends System_Xml_Linq.XContainer>(this: System_Collections_Generic.IEnumerable_1<T | null>): Rewrap<this, System_Collections_Generic.IEnumerable_1<System_Xml_Linq.XNode>>;
2287
+ DescendantNodesAndSelf(this: System_Collections_Generic.IEnumerable_1<System_Xml_Linq.XElement | null>): Rewrap<this, System_Collections_Generic.IEnumerable_1<System_Xml_Linq.XNode>>;
2288
+ Descendants<T extends System_Xml_Linq.XContainer>(this: System_Collections_Generic.IEnumerable_1<T | null>): Rewrap<this, System_Collections_Generic.IEnumerable_1<System_Xml_Linq.XElement>>;
2289
+ Descendants<T extends System_Xml_Linq.XContainer>(this: System_Collections_Generic.IEnumerable_1<T | null>, name: System_Xml_Linq.XName | null): Rewrap<this, System_Collections_Generic.IEnumerable_1<System_Xml_Linq.XElement>>;
2290
+ DescendantsAndSelf(this: System_Collections_Generic.IEnumerable_1<System_Xml_Linq.XElement | null>): Rewrap<this, System_Collections_Generic.IEnumerable_1<System_Xml_Linq.XElement>>;
2291
+ DescendantsAndSelf(this: System_Collections_Generic.IEnumerable_1<System_Xml_Linq.XElement | null>, name: System_Xml_Linq.XName | null): Rewrap<this, System_Collections_Generic.IEnumerable_1<System_Xml_Linq.XElement>>;
2292
+ Elements<T extends System_Xml_Linq.XContainer>(this: System_Collections_Generic.IEnumerable_1<T | null>): Rewrap<this, System_Collections_Generic.IEnumerable_1<System_Xml_Linq.XElement>>;
2293
+ Elements<T extends System_Xml_Linq.XContainer>(this: System_Collections_Generic.IEnumerable_1<T | null>, name: System_Xml_Linq.XName | null): Rewrap<this, System_Collections_Generic.IEnumerable_1<System_Xml_Linq.XElement>>;
2291
2294
  InDocumentOrder<T extends System_Xml_Linq.XNode>(this: System_Collections_Generic.IEnumerable_1<T>): Rewrap<this, System_Collections_Generic.IEnumerable_1<T>>;
2292
- Nodes<T extends System_Xml_Linq.XContainer>(this: System_Collections_Generic.IEnumerable_1<T>): Rewrap<this, System_Collections_Generic.IEnumerable_1<System_Xml_Linq.XNode>>;
2293
- Remove(this: System_Collections_Generic.IEnumerable_1<System_Xml_Linq.XAttribute>): Rewrap<this, void>;
2294
- Remove<T extends System_Xml_Linq.XNode>(this: System_Collections_Generic.IEnumerable_1<T>): Rewrap<this, void>;
2295
+ Nodes<T extends System_Xml_Linq.XContainer>(this: System_Collections_Generic.IEnumerable_1<T | null>): Rewrap<this, System_Collections_Generic.IEnumerable_1<System_Xml_Linq.XNode>>;
2296
+ Remove(this: System_Collections_Generic.IEnumerable_1<System_Xml_Linq.XAttribute | null>): Rewrap<this, void>;
2297
+ Remove<T extends System_Xml_Linq.XNode>(this: System_Collections_Generic.IEnumerable_1<T | null>): Rewrap<this, void>;
2295
2298
  }
2296
2299
 
2297
2300
  // Generic helper type for extension methods in namespace: System.Xml.Linq
2298
2301
  interface __TsonicExtApplier_System_Xml_Linq {
2299
- __tsonic_shape: unknown;
2302
+ __tsonic_shape: JsValue;
2300
2303
  __tsonic_type: __TsonicExtMethods_System_Xml_Linq;
2301
2304
  }
2302
2305
 
@@ -2308,19 +2311,19 @@ export type ExtensionMethods_System_Xml_Linq<TShape> =
2308
2311
 
2309
2312
  // Extension method table for namespace: System.Xml.Schema
2310
2313
  interface __TsonicExtMethods_System_Xml_Schema {
2311
- GetSchemaInfo(this: System_Xml_Linq.XAttribute): Rewrap<this, System_Xml_Schema.IXmlSchemaInfo | undefined>;
2312
- GetSchemaInfo(this: System_Xml_Linq.XElement): Rewrap<this, System_Xml_Schema.IXmlSchemaInfo | undefined>;
2313
- Validate(this: System_Xml_Linq.XAttribute, partialValidationType: System_Xml_Schema.XmlSchemaObject, schemas: System_Xml_Schema.XmlSchemaSet, validationEventHandler: System_Xml_Schema.ValidationEventHandler): Rewrap<this, void>;
2314
- Validate(this: System_Xml_Linq.XAttribute, partialValidationType: System_Xml_Schema.XmlSchemaObject, schemas: System_Xml_Schema.XmlSchemaSet, validationEventHandler: System_Xml_Schema.ValidationEventHandler, addSchemaInfo: boolean): Rewrap<this, void>;
2315
- Validate(this: System_Xml_Linq.XDocument, schemas: System_Xml_Schema.XmlSchemaSet, validationEventHandler: System_Xml_Schema.ValidationEventHandler): Rewrap<this, void>;
2316
- Validate(this: System_Xml_Linq.XDocument, schemas: System_Xml_Schema.XmlSchemaSet, validationEventHandler: System_Xml_Schema.ValidationEventHandler, addSchemaInfo: boolean): Rewrap<this, void>;
2317
- Validate(this: System_Xml_Linq.XElement, partialValidationType: System_Xml_Schema.XmlSchemaObject, schemas: System_Xml_Schema.XmlSchemaSet, validationEventHandler: System_Xml_Schema.ValidationEventHandler): Rewrap<this, void>;
2318
- Validate(this: System_Xml_Linq.XElement, partialValidationType: System_Xml_Schema.XmlSchemaObject, schemas: System_Xml_Schema.XmlSchemaSet, validationEventHandler: System_Xml_Schema.ValidationEventHandler, addSchemaInfo: boolean): Rewrap<this, void>;
2314
+ GetSchemaInfo(this: System_Xml_Linq.XAttribute): Rewrap<this, System_Xml_Schema.IXmlSchemaInfo | null>;
2315
+ GetSchemaInfo(this: System_Xml_Linq.XElement): Rewrap<this, System_Xml_Schema.IXmlSchemaInfo | null>;
2316
+ Validate(this: System_Xml_Linq.XAttribute, partialValidationType: System_Xml_Schema.XmlSchemaObject, schemas: System_Xml_Schema.XmlSchemaSet, validationEventHandler: System_Xml_Schema.ValidationEventHandler | null): Rewrap<this, void>;
2317
+ Validate(this: System_Xml_Linq.XAttribute, partialValidationType: System_Xml_Schema.XmlSchemaObject, schemas: System_Xml_Schema.XmlSchemaSet, validationEventHandler: System_Xml_Schema.ValidationEventHandler | null, addSchemaInfo: boolean): Rewrap<this, void>;
2318
+ Validate(this: System_Xml_Linq.XDocument, schemas: System_Xml_Schema.XmlSchemaSet, validationEventHandler: System_Xml_Schema.ValidationEventHandler | null): Rewrap<this, void>;
2319
+ Validate(this: System_Xml_Linq.XDocument, schemas: System_Xml_Schema.XmlSchemaSet, validationEventHandler: System_Xml_Schema.ValidationEventHandler | null, addSchemaInfo: boolean): Rewrap<this, void>;
2320
+ Validate(this: System_Xml_Linq.XElement, partialValidationType: System_Xml_Schema.XmlSchemaObject, schemas: System_Xml_Schema.XmlSchemaSet, validationEventHandler: System_Xml_Schema.ValidationEventHandler | null): Rewrap<this, void>;
2321
+ Validate(this: System_Xml_Linq.XElement, partialValidationType: System_Xml_Schema.XmlSchemaObject, schemas: System_Xml_Schema.XmlSchemaSet, validationEventHandler: System_Xml_Schema.ValidationEventHandler | null, addSchemaInfo: boolean): Rewrap<this, void>;
2319
2322
  }
2320
2323
 
2321
2324
  // Generic helper type for extension methods in namespace: System.Xml.Schema
2322
2325
  interface __TsonicExtApplier_System_Xml_Schema {
2323
- __tsonic_shape: unknown;
2326
+ __tsonic_shape: JsValue;
2324
2327
  __tsonic_type: __TsonicExtMethods_System_Xml_Schema;
2325
2328
  }
2326
2329
 
@@ -2332,19 +2335,19 @@ export type ExtensionMethods_System_Xml_Schema<TShape> =
2332
2335
  // Extension method table for namespace: System.Xml.XPath
2333
2336
  interface __TsonicExtMethods_System_Xml_XPath {
2334
2337
  CreateNavigator(this: System_Xml_Linq.XNode): Rewrap<this, System_Xml_XPath.XPathNavigator>;
2335
- CreateNavigator(this: System_Xml_Linq.XNode, nameTable: System_Xml.XmlNameTable): Rewrap<this, System_Xml_XPath.XPathNavigator>;
2338
+ CreateNavigator(this: System_Xml_Linq.XNode, nameTable: System_Xml.XmlNameTable | null): Rewrap<this, System_Xml_XPath.XPathNavigator>;
2336
2339
  ToXPathNavigable(this: System_Xml_Linq.XNode): Rewrap<this, System_Xml_XPath.IXPathNavigable>;
2337
- XPathEvaluate(this: System_Xml_Linq.XNode, expression: string): Rewrap<this, unknown>;
2338
- XPathEvaluate(this: System_Xml_Linq.XNode, expression: string, resolver: System_Xml.IXmlNamespaceResolver): Rewrap<this, unknown>;
2339
- XPathSelectElement(this: System_Xml_Linq.XNode, expression: string): Rewrap<this, System_Xml_Linq.XElement | undefined>;
2340
- XPathSelectElement(this: System_Xml_Linq.XNode, expression: string, resolver: System_Xml.IXmlNamespaceResolver): Rewrap<this, System_Xml_Linq.XElement | undefined>;
2340
+ XPathEvaluate(this: System_Xml_Linq.XNode, expression: string): Rewrap<this, JsValue>;
2341
+ XPathEvaluate(this: System_Xml_Linq.XNode, expression: string, resolver: System_Xml.IXmlNamespaceResolver | null): Rewrap<this, JsValue>;
2342
+ XPathSelectElement(this: System_Xml_Linq.XNode, expression: string): Rewrap<this, System_Xml_Linq.XElement | null>;
2343
+ XPathSelectElement(this: System_Xml_Linq.XNode, expression: string, resolver: System_Xml.IXmlNamespaceResolver | null): Rewrap<this, System_Xml_Linq.XElement | null>;
2341
2344
  XPathSelectElements(this: System_Xml_Linq.XNode, expression: string): Rewrap<this, System_Collections_Generic.IEnumerable_1<System_Xml_Linq.XElement>>;
2342
- XPathSelectElements(this: System_Xml_Linq.XNode, expression: string, resolver: System_Xml.IXmlNamespaceResolver): Rewrap<this, System_Collections_Generic.IEnumerable_1<System_Xml_Linq.XElement>>;
2345
+ XPathSelectElements(this: System_Xml_Linq.XNode, expression: string, resolver: System_Xml.IXmlNamespaceResolver | null): Rewrap<this, System_Collections_Generic.IEnumerable_1<System_Xml_Linq.XElement>>;
2343
2346
  }
2344
2347
 
2345
2348
  // Generic helper type for extension methods in namespace: System.Xml.XPath
2346
2349
  interface __TsonicExtApplier_System_Xml_XPath {
2347
- __tsonic_shape: unknown;
2350
+ __tsonic_shape: JsValue;
2348
2351
  __tsonic_type: __TsonicExtMethods_System_Xml_XPath;
2349
2352
  }
2350
2353
 
@@ -2352,4 +2355,3 @@ export type ExtensionMethods_System_Xml_XPath<TShape> =
2352
2355
  TShape extends null | undefined ? TShape
2353
2356
  : TShape extends void ? void
2354
2357
  : TShape & __TsonicWithExt<TShape, "System.Xml.XPath", __TsonicExtApplier_System_Xml_XPath> & __TsonicExtMethods_System_Xml_XPath;
2355
-