@tsonic/dotnet 0.7.2 → 0.7.4

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 (300) hide show
  1. package/Internal.d.ts +13 -0
  2. package/Microsoft.CSharp.RuntimeBinder.d.ts +23 -0
  3. package/Microsoft.VisualBasic/internal/index.d.ts +8 -8
  4. package/Microsoft.VisualBasic.CompilerServices/internal/index.d.ts +2 -2
  5. package/Microsoft.VisualBasic.CompilerServices.d.ts +45 -0
  6. package/Microsoft.VisualBasic.FileIO/internal/index.d.ts +7 -7
  7. package/Microsoft.VisualBasic.FileIO.d.ts +27 -0
  8. package/Microsoft.VisualBasic.d.ts +48 -0
  9. package/Microsoft.Win32.SafeHandles.d.ts +29 -0
  10. package/Microsoft.Win32.d.ts +21 -0
  11. package/System/internal/index.d.ts +79 -72
  12. package/System.Buffers/internal/index.d.ts +1 -1
  13. package/{System.Buffers.Binary/index.d.ts → System.Buffers.Binary.d.ts} +4 -6
  14. package/System.Buffers.Text.d.ts +16 -0
  15. package/System.Buffers.d.ts +42 -0
  16. package/System.CodeDom.Compiler/internal/index.d.ts +2 -2
  17. package/System.CodeDom.Compiler.d.ts +17 -0
  18. package/System.Collections.Concurrent/internal/index.d.ts +1 -0
  19. package/System.Collections.Concurrent.d.ts +33 -0
  20. package/System.Collections.Frozen.d.ts +18 -0
  21. package/System.Collections.Generic/internal/index.d.ts +10 -0
  22. package/System.Collections.Generic.d.ts +61 -0
  23. package/System.Collections.Immutable/internal/index.d.ts +16 -11
  24. package/System.Collections.Immutable.d.ts +35 -0
  25. package/System.Collections.ObjectModel.d.ts +32 -0
  26. package/System.Collections.Specialized/internal/index.d.ts +3 -2
  27. package/System.Collections.Specialized.d.ts +32 -0
  28. package/System.Collections.d.ts +39 -0
  29. package/System.ComponentModel/internal/index.d.ts +11 -7
  30. package/System.ComponentModel.DataAnnotations.Schema.d.ts +19 -0
  31. package/System.ComponentModel.DataAnnotations.d.ts +55 -0
  32. package/System.ComponentModel.Design/internal/index.d.ts +3 -0
  33. package/System.ComponentModel.Design.Serialization/internal/index.d.ts +3 -1
  34. package/{System.ComponentModel.Design.Serialization/index.d.ts → System.ComponentModel.Design.Serialization.d.ts} +20 -22
  35. package/{System.ComponentModel.Design/index.d.ts → System.ComponentModel.Design.d.ts} +38 -40
  36. package/System.ComponentModel.d.ts +207 -0
  37. package/{System.Configuration.Assemblies/index.d.ts → System.Configuration.Assemblies.d.ts} +5 -7
  38. package/System.Data/internal/index.d.ts +12 -7
  39. package/System.Data.Common.d.ts +62 -0
  40. package/System.Data.SqlTypes/internal/index.d.ts +26 -26
  41. package/System.Data.SqlTypes.d.ts +43 -0
  42. package/System.Data.d.ts +146 -0
  43. package/System.Diagnostics/internal/index.d.ts +19 -19
  44. package/System.Diagnostics.CodeAnalysis.d.ts +38 -0
  45. package/System.Diagnostics.Contracts.d.ts +30 -0
  46. package/System.Diagnostics.Metrics/internal/index.d.ts +4 -4
  47. package/System.Diagnostics.Metrics.d.ts +42 -0
  48. package/System.Diagnostics.SymbolStore/internal/index.d.ts +1 -1
  49. package/{System.Diagnostics.SymbolStore/index.d.ts → System.Diagnostics.SymbolStore.d.ts} +9 -11
  50. package/System.Diagnostics.Tracing.d.ts +47 -0
  51. package/System.Diagnostics.d.ts +118 -0
  52. package/System.Drawing/internal/index.d.ts +7 -7
  53. package/System.Drawing.d.ts +30 -0
  54. package/System.Dynamic/internal/index.d.ts +2 -2
  55. package/System.Dynamic.d.ts +37 -0
  56. package/System.Formats.Asn1/internal/index.d.ts +1 -1
  57. package/System.Formats.Asn1.d.ts +25 -0
  58. package/System.Formats.Tar.d.ts +27 -0
  59. package/System.Globalization/internal/index.d.ts +1 -1
  60. package/System.Globalization.d.ts +57 -0
  61. package/System.IO/internal/index.d.ts +9 -9
  62. package/System.IO.Compression.d.ts +37 -0
  63. package/System.IO.Enumeration.d.ts +21 -0
  64. package/System.IO.IsolatedStorage.d.ts +24 -0
  65. package/{System.IO.MemoryMappedFiles/index.d.ts → System.IO.MemoryMappedFiles.d.ts} +13 -15
  66. package/System.IO.Pipelines.d.ts +26 -0
  67. package/System.IO.Pipes.d.ts +35 -0
  68. package/System.IO.d.ts +79 -0
  69. package/System.Linq/internal/index.d.ts +5 -0
  70. package/System.Linq.Expressions/internal/index.d.ts +47 -47
  71. package/System.Linq.Expressions.Interpreter/internal/index.d.ts +2 -2
  72. package/System.Linq.Expressions.Interpreter.d.ts +12 -0
  73. package/System.Linq.Expressions.d.ts +67 -0
  74. package/System.Linq.d.ts +68 -0
  75. package/System.Net/internal/index.d.ts +6 -2
  76. package/System.Net.Cache.d.ts +16 -0
  77. package/System.Net.Http/internal/index.d.ts +1 -1
  78. package/System.Net.Http.Headers.d.ts +42 -0
  79. package/System.Net.Http.Json.d.ts +24 -0
  80. package/System.Net.Http.Metrics.d.ts +13 -0
  81. package/System.Net.Http.d.ts +57 -0
  82. package/System.Net.Mail.d.ts +45 -0
  83. package/System.Net.Mime.d.ts +22 -0
  84. package/System.Net.NetworkInformation.d.ts +63 -0
  85. package/System.Net.Quic.d.ts +35 -0
  86. package/System.Net.Security/internal/index.d.ts +1 -1
  87. package/System.Net.Security.d.ts +47 -0
  88. package/System.Net.ServerSentEvents.d.ts +32 -0
  89. package/System.Net.Sockets/internal/index.d.ts +2 -2
  90. package/System.Net.Sockets.d.ts +55 -0
  91. package/System.Net.WebSockets.d.ts +41 -0
  92. package/System.Net.d.ts +120 -0
  93. package/System.Numerics/internal/index.d.ts +61 -21
  94. package/System.Numerics.d.ts +67 -0
  95. package/System.Reflection/internal/index.d.ts +3 -3
  96. package/System.Reflection.Emit/internal/index.d.ts +7 -7
  97. package/System.Reflection.Emit.d.ts +49 -0
  98. package/System.Reflection.Metadata/internal/index.d.ts +46 -43
  99. package/System.Reflection.Metadata.Ecma335/internal/index.d.ts +2 -2
  100. package/System.Reflection.Metadata.Ecma335.d.ts +62 -0
  101. package/System.Reflection.Metadata.d.ts +208 -0
  102. package/System.Reflection.PortableExecutable.d.ts +43 -0
  103. package/System.Reflection.d.ts +124 -0
  104. package/System.Resources/internal/index.d.ts +2 -0
  105. package/System.Resources.d.ts +27 -0
  106. package/System.Runtime.CompilerServices/internal/index.d.ts +2 -1
  107. package/System.Runtime.CompilerServices.d.ts +214 -0
  108. package/{System.Runtime.ConstrainedExecution/index.d.ts → System.Runtime.ConstrainedExecution.d.ts} +8 -10
  109. package/{System.Runtime.ExceptionServices/index.d.ts → System.Runtime.ExceptionServices.d.ts} +7 -9
  110. package/System.Runtime.InteropServices/internal/index.d.ts +19 -18
  111. package/System.Runtime.InteropServices.ComTypes.d.ts +70 -0
  112. package/System.Runtime.InteropServices.Java.d.ts +16 -0
  113. package/System.Runtime.InteropServices.JavaScript.d.ts +58 -0
  114. package/System.Runtime.InteropServices.Marshalling.d.ts +47 -0
  115. package/{System.Runtime.InteropServices.ObjectiveC/index.d.ts → System.Runtime.InteropServices.ObjectiveC.d.ts} +9 -11
  116. package/System.Runtime.InteropServices.Swift.d.ts +24 -0
  117. package/System.Runtime.InteropServices.d.ts +162 -0
  118. package/System.Runtime.Intrinsics/internal/index.d.ts +4 -4
  119. package/System.Runtime.Intrinsics.Arm.d.ts +35 -0
  120. package/System.Runtime.Intrinsics.Wasm.d.ts +13 -0
  121. package/System.Runtime.Intrinsics.X86.d.ts +88 -0
  122. package/System.Runtime.Intrinsics.d.ts +41 -0
  123. package/System.Runtime.Loader.d.ts +17 -0
  124. package/System.Runtime.Remoting.d.ts +12 -0
  125. package/System.Runtime.Serialization.DataContracts.d.ts +21 -0
  126. package/System.Runtime.Serialization.Formatters.Binary.d.ts +15 -0
  127. package/{System.Runtime.Serialization.Formatters/index.d.ts → System.Runtime.Serialization.Formatters.d.ts} +6 -8
  128. package/System.Runtime.Serialization.Json.d.ts +23 -0
  129. package/System.Runtime.Serialization.d.ts +76 -0
  130. package/System.Runtime.Versioning/internal/index.d.ts +1 -1
  131. package/System.Runtime.Versioning.d.ts +27 -0
  132. package/System.Runtime.d.ts +27 -0
  133. package/System.Security.AccessControl.d.ts +99 -0
  134. package/System.Security.Authentication.ExtendedProtection.d.ts +23 -0
  135. package/System.Security.Authentication.d.ts +20 -0
  136. package/System.Security.Claims.d.ts +19 -0
  137. package/System.Security.Cryptography/internal/index.d.ts +15 -15
  138. package/System.Security.Cryptography.X509Certificates.d.ts +78 -0
  139. package/System.Security.Cryptography.d.ts +191 -0
  140. package/System.Security.Permissions.d.ts +18 -0
  141. package/System.Security.Policy.d.ts +14 -0
  142. package/System.Security.Principal/internal/index.d.ts +1 -1
  143. package/System.Security.Principal.d.ts +36 -0
  144. package/System.Security.d.ts +35 -0
  145. package/System.Text/internal/index.d.ts +10 -9
  146. package/System.Text.Encodings.Web/internal/index.d.ts +7 -7
  147. package/System.Text.Encodings.Web.d.ts +20 -0
  148. package/System.Text.Json/internal/index.d.ts +1 -1
  149. package/System.Text.Json.Nodes.d.ts +23 -0
  150. package/System.Text.Json.Schema.d.ts +17 -0
  151. package/System.Text.Json.Serialization.Metadata/internal/index.d.ts +1 -1
  152. package/System.Text.Json.Serialization.Metadata.d.ts +42 -0
  153. package/System.Text.Json.Serialization.d.ts +70 -0
  154. package/System.Text.Json.d.ts +44 -0
  155. package/System.Text.RegularExpressions.d.ts +35 -0
  156. package/System.Text.Unicode.d.ts +16 -0
  157. package/System.Text.d.ts +54 -0
  158. package/System.Threading/internal/index.d.ts +5 -5
  159. package/System.Threading.Channels.d.ts +38 -0
  160. package/System.Threading.Tasks/internal/index.d.ts +12 -12
  161. package/System.Threading.Tasks.Dataflow/internal/index.d.ts +1 -1
  162. package/System.Threading.Tasks.Dataflow.d.ts +54 -0
  163. package/System.Threading.Tasks.Sources.d.ts +25 -0
  164. package/System.Threading.Tasks.d.ts +65 -0
  165. package/System.Threading.d.ts +99 -0
  166. package/{System.Timers/index.d.ts → System.Timers.d.ts} +9 -11
  167. package/System.Transactions/internal/index.d.ts +1 -1
  168. package/{System.Transactions/index.d.ts → System.Transactions.d.ts} +32 -34
  169. package/System.Web.d.ts +16 -0
  170. package/{System.Windows.Input/index.d.ts → System.Windows.Input.d.ts} +3 -5
  171. package/{System.Windows.Markup/index.d.ts → System.Windows.Markup.d.ts} +4 -6
  172. package/System.Xml.Linq/internal/index.d.ts +10 -10
  173. package/System.Xml.Linq.d.ts +43 -0
  174. package/System.Xml.Resolvers.d.ts +18 -0
  175. package/System.Xml.Schema.d.ts +108 -0
  176. package/System.Xml.Serialization.d.ts +89 -0
  177. package/System.Xml.XPath.d.ts +34 -0
  178. package/System.Xml.Xsl.Runtime.d.ts +66 -0
  179. package/System.Xml.Xsl.d.ts +29 -0
  180. package/System.Xml.d.ts +105 -0
  181. package/System.d.ts +410 -0
  182. package/families.json +359 -0
  183. package/package.json +1 -1
  184. package/tsconfig.json +2 -1
  185. package/Internal/index.d.ts +0 -15
  186. package/Microsoft.CSharp.RuntimeBinder/index.d.ts +0 -25
  187. package/Microsoft.VisualBasic/index.d.ts +0 -50
  188. package/Microsoft.VisualBasic.CompilerServices/index.d.ts +0 -47
  189. package/Microsoft.VisualBasic.FileIO/index.d.ts +0 -29
  190. package/Microsoft.Win32/index.d.ts +0 -23
  191. package/Microsoft.Win32.SafeHandles/index.d.ts +0 -31
  192. package/System/index.d.ts +0 -428
  193. package/System.Buffers/index.d.ts +0 -48
  194. package/System.Buffers.Text/index.d.ts +0 -18
  195. package/System.CodeDom.Compiler/index.d.ts +0 -19
  196. package/System.Collections/index.d.ts +0 -41
  197. package/System.Collections.Concurrent/index.d.ts +0 -35
  198. package/System.Collections.Frozen/index.d.ts +0 -26
  199. package/System.Collections.Generic/index.d.ts +0 -129
  200. package/System.Collections.Immutable/index.d.ts +0 -64
  201. package/System.Collections.ObjectModel/index.d.ts +0 -34
  202. package/System.Collections.Specialized/index.d.ts +0 -34
  203. package/System.ComponentModel/index.d.ts +0 -210
  204. package/System.ComponentModel.DataAnnotations/index.d.ts +0 -57
  205. package/System.ComponentModel.DataAnnotations.Schema/index.d.ts +0 -21
  206. package/System.Data/index.d.ts +0 -139
  207. package/System.Data.Common/index.d.ts +0 -64
  208. package/System.Data.SqlTypes/index.d.ts +0 -45
  209. package/System.Diagnostics/index.d.ts +0 -123
  210. package/System.Diagnostics.CodeAnalysis/index.d.ts +0 -40
  211. package/System.Diagnostics.Contracts/index.d.ts +0 -32
  212. package/System.Diagnostics.Metrics/index.d.ts +0 -47
  213. package/System.Diagnostics.Tracing/index.d.ts +0 -49
  214. package/System.Drawing/index.d.ts +0 -32
  215. package/System.Dynamic/index.d.ts +0 -39
  216. package/System.Formats.Asn1/index.d.ts +0 -27
  217. package/System.Formats.Tar/index.d.ts +0 -29
  218. package/System.Globalization/index.d.ts +0 -59
  219. package/System.IO/index.d.ts +0 -81
  220. package/System.IO.Compression/index.d.ts +0 -39
  221. package/System.IO.Enumeration/index.d.ts +0 -27
  222. package/System.IO.IsolatedStorage/index.d.ts +0 -26
  223. package/System.IO.Pipelines/index.d.ts +0 -28
  224. package/System.IO.Pipes/index.d.ts +0 -37
  225. package/System.Linq/index.d.ts +0 -56
  226. package/System.Linq.Expressions/index.d.ts +0 -61
  227. package/System.Linq.Expressions.Interpreter/index.d.ts +0 -14
  228. package/System.Net/index.d.ts +0 -122
  229. package/System.Net.Cache/index.d.ts +0 -18
  230. package/System.Net.Http/index.d.ts +0 -61
  231. package/System.Net.Http.Headers/index.d.ts +0 -45
  232. package/System.Net.Http.Json/index.d.ts +0 -26
  233. package/System.Net.Http.Metrics/index.d.ts +0 -15
  234. package/System.Net.Mail/index.d.ts +0 -47
  235. package/System.Net.Mime/index.d.ts +0 -24
  236. package/System.Net.NetworkInformation/index.d.ts +0 -65
  237. package/System.Net.Quic/index.d.ts +0 -37
  238. package/System.Net.Security/index.d.ts +0 -49
  239. package/System.Net.ServerSentEvents/index.d.ts +0 -28
  240. package/System.Net.Sockets/index.d.ts +0 -57
  241. package/System.Net.WebSockets/index.d.ts +0 -43
  242. package/System.Numerics/index.d.ts +0 -94
  243. package/System.Reflection/index.d.ts +0 -126
  244. package/System.Reflection.Emit/index.d.ts +0 -51
  245. package/System.Reflection.Metadata/index.d.ts +0 -220
  246. package/System.Reflection.Metadata.Ecma335/index.d.ts +0 -65
  247. package/System.Reflection.PortableExecutable/index.d.ts +0 -45
  248. package/System.Resources/index.d.ts +0 -29
  249. package/System.Runtime/index.d.ts +0 -29
  250. package/System.Runtime.CompilerServices/index.d.ts +0 -219
  251. package/System.Runtime.InteropServices/index.d.ts +0 -161
  252. package/System.Runtime.InteropServices.ComTypes/index.d.ts +0 -72
  253. package/System.Runtime.InteropServices.Java/index.d.ts +0 -18
  254. package/System.Runtime.InteropServices.JavaScript/index.d.ts +0 -54
  255. package/System.Runtime.InteropServices.Marshalling/index.d.ts +0 -59
  256. package/System.Runtime.InteropServices.Swift/index.d.ts +0 -18
  257. package/System.Runtime.Intrinsics/index.d.ts +0 -26
  258. package/System.Runtime.Intrinsics.Arm/index.d.ts +0 -37
  259. package/System.Runtime.Intrinsics.Wasm/index.d.ts +0 -15
  260. package/System.Runtime.Intrinsics.X86/index.d.ts +0 -90
  261. package/System.Runtime.Loader/index.d.ts +0 -19
  262. package/System.Runtime.Remoting/index.d.ts +0 -14
  263. package/System.Runtime.Serialization/index.d.ts +0 -78
  264. package/System.Runtime.Serialization.DataContracts/index.d.ts +0 -23
  265. package/System.Runtime.Serialization.Formatters.Binary/index.d.ts +0 -17
  266. package/System.Runtime.Serialization.Json/index.d.ts +0 -25
  267. package/System.Runtime.Versioning/index.d.ts +0 -29
  268. package/System.Security/index.d.ts +0 -37
  269. package/System.Security.AccessControl/index.d.ts +0 -87
  270. package/System.Security.Authentication/index.d.ts +0 -22
  271. package/System.Security.Authentication.ExtendedProtection/index.d.ts +0 -25
  272. package/System.Security.Claims/index.d.ts +0 -21
  273. package/System.Security.Cryptography/index.d.ts +0 -193
  274. package/System.Security.Cryptography.X509Certificates/index.d.ts +0 -80
  275. package/System.Security.Permissions/index.d.ts +0 -20
  276. package/System.Security.Policy/index.d.ts +0 -16
  277. package/System.Security.Principal/index.d.ts +0 -38
  278. package/System.Text/index.d.ts +0 -56
  279. package/System.Text.Encodings.Web/index.d.ts +0 -22
  280. package/System.Text.Json/index.d.ts +0 -46
  281. package/System.Text.Json.Nodes/index.d.ts +0 -25
  282. package/System.Text.Json.Schema/index.d.ts +0 -19
  283. package/System.Text.Json.Serialization/index.d.ts +0 -59
  284. package/System.Text.Json.Serialization.Metadata/index.d.ts +0 -39
  285. package/System.Text.RegularExpressions/index.d.ts +0 -37
  286. package/System.Text.Unicode/index.d.ts +0 -18
  287. package/System.Threading/index.d.ts +0 -104
  288. package/System.Threading.Channels/index.d.ts +0 -34
  289. package/System.Threading.Tasks/index.d.ts +0 -50
  290. package/System.Threading.Tasks.Dataflow/index.d.ts +0 -52
  291. package/System.Threading.Tasks.Sources/index.d.ts +0 -20
  292. package/System.Web/index.d.ts +0 -18
  293. package/System.Xml/index.d.ts +0 -107
  294. package/System.Xml.Linq/index.d.ts +0 -45
  295. package/System.Xml.Resolvers/index.d.ts +0 -20
  296. package/System.Xml.Schema/index.d.ts +0 -110
  297. package/System.Xml.Serialization/index.d.ts +0 -91
  298. package/System.Xml.XPath/index.d.ts +0 -36
  299. package/System.Xml.Xsl/index.d.ts +0 -31
  300. package/System.Xml.Xsl.Runtime/index.d.ts +0 -69
@@ -0,0 +1,67 @@
1
+ // Generated by tsbindgen - Architecture
2
+ // Namespace: System.Numerics
3
+ // Facade - Public API Surface
4
+
5
+ // Import internal declarations
6
+ import * as Internal from './System.Numerics/internal/index.js';
7
+
8
+ // Cross-namespace type imports for constraints
9
+ import type { IComparer_1, IEqualityComparer_1 } from './System.Collections.Generic/internal/index.js';
10
+ import type { NumberStyles } from './System.Globalization/internal/index.js';
11
+ import type { Boolean as ClrBoolean, Byte, Char, Decimal, Double, IComparable, IComparable_1, IEquatable_1, IFormatProvider, IFormattable, Int16, Int32, Int64, IntPtr, IParsable_1, ISpanFormattable, ISpanParsable_1, IUtf8SpanFormattable, IUtf8SpanParsable_1, MidpointRounding, Object as ClrObject, ReadOnlySpan_1, SByte, Single, Span_1, String as ClrString, Type, UInt16, UInt32, UInt64, UIntPtr, ValueTuple_2, ValueType, Void } from './System/internal/index.js';
12
+
13
+ // Public API exports (curated - no internal $instance/$views leakage)
14
+ export { BitOperations$instance as BitOperations } from './System.Numerics/internal/index.js';
15
+ export { Matrix3x2 as Matrix3x2 } from './System.Numerics/internal/index.js';
16
+ export { Matrix4x4 as Matrix4x4 } from './System.Numerics/internal/index.js';
17
+ export { Plane as Plane } from './System.Numerics/internal/index.js';
18
+ export { Quaternion as Quaternion } from './System.Numerics/internal/index.js';
19
+ export { TotalOrderIeee754Comparer_1 as TotalOrderIeee754Comparer } from './System.Numerics/internal/index.js';
20
+ export { Vector2 as Vector2 } from './System.Numerics/internal/index.js';
21
+ export { Vector3 as Vector3 } from './System.Numerics/internal/index.js';
22
+ export { Vector4 as Vector4 } from './System.Numerics/internal/index.js';
23
+ export type IAdditionOperators<TSelf extends Internal.IAdditionOperators_3<TSelf, TOther, TResult>, TOther, TResult> = Internal.IAdditionOperators_3<TSelf, TOther, TResult>;
24
+ export type IAdditiveIdentity<TSelf extends Internal.IAdditiveIdentity_2<TSelf, TResult>, TResult> = Internal.IAdditiveIdentity_2<TSelf, TResult>;
25
+ export type IBinaryFloatingPointIeee754<TSelf extends Internal.IBinaryFloatingPointIeee754_1<TSelf>> = Internal.IBinaryFloatingPointIeee754_1<TSelf>;
26
+ export type IBinaryInteger<TSelf extends Internal.IBinaryInteger_1<TSelf>> = Internal.IBinaryInteger_1<TSelf>;
27
+ export type IBinaryNumber<TSelf extends Internal.IBinaryNumber_1<TSelf>> = Internal.IBinaryNumber_1<TSelf>;
28
+ export type IBitwiseOperators<TSelf extends Internal.IBitwiseOperators_3<TSelf, TOther, TResult>, TOther, TResult> = Internal.IBitwiseOperators_3<TSelf, TOther, TResult>;
29
+ export type IComparisonOperators<TSelf extends Internal.IComparisonOperators_3<TSelf, TOther, TResult>, TOther, TResult> = Internal.IComparisonOperators_3<TSelf, TOther, TResult>;
30
+ export type IDecrementOperators<TSelf extends Internal.IDecrementOperators_1<TSelf>> = Internal.IDecrementOperators_1<TSelf>;
31
+ export type IDivisionOperators<TSelf extends Internal.IDivisionOperators_3<TSelf, TOther, TResult>, TOther, TResult> = Internal.IDivisionOperators_3<TSelf, TOther, TResult>;
32
+ export type IEqualityOperators<TSelf extends Internal.IEqualityOperators_3<TSelf, TOther, TResult>, TOther, TResult> = Internal.IEqualityOperators_3<TSelf, TOther, TResult>;
33
+ export type IExponentialFunctions<TSelf extends Internal.IExponentialFunctions_1<TSelf>> = Internal.IExponentialFunctions_1<TSelf>;
34
+ export type IFloatingPoint<TSelf extends Internal.IFloatingPoint_1<TSelf>> = Internal.IFloatingPoint_1<TSelf>;
35
+ export type IFloatingPointConstants<TSelf extends Internal.IFloatingPointConstants_1<TSelf>> = Internal.IFloatingPointConstants_1<TSelf>;
36
+ export type IFloatingPointIeee754<TSelf extends Internal.IFloatingPointIeee754_1<TSelf>> = Internal.IFloatingPointIeee754_1<TSelf>;
37
+ export type IHyperbolicFunctions<TSelf extends Internal.IHyperbolicFunctions_1<TSelf>> = Internal.IHyperbolicFunctions_1<TSelf>;
38
+ export type IIncrementOperators<TSelf extends Internal.IIncrementOperators_1<TSelf>> = Internal.IIncrementOperators_1<TSelf>;
39
+ export type ILogarithmicFunctions<TSelf extends Internal.ILogarithmicFunctions_1<TSelf>> = Internal.ILogarithmicFunctions_1<TSelf>;
40
+ export type IMinMaxValue<TSelf extends Internal.IMinMaxValue_1<TSelf>> = Internal.IMinMaxValue_1<TSelf>;
41
+ export type IModulusOperators<TSelf extends Internal.IModulusOperators_3<TSelf, TOther, TResult>, TOther, TResult> = Internal.IModulusOperators_3<TSelf, TOther, TResult>;
42
+ export type IMultiplicativeIdentity<TSelf extends Internal.IMultiplicativeIdentity_2<TSelf, TResult>, TResult> = Internal.IMultiplicativeIdentity_2<TSelf, TResult>;
43
+ export type IMultiplyOperators<TSelf extends Internal.IMultiplyOperators_3<TSelf, TOther, TResult>, TOther, TResult> = Internal.IMultiplyOperators_3<TSelf, TOther, TResult>;
44
+ export type INumber<TSelf extends Internal.INumber_1<TSelf>> = Internal.INumber_1<TSelf>;
45
+ export type INumberBase<TSelf extends Internal.INumberBase_1<TSelf>> = Internal.INumberBase_1<TSelf>;
46
+ export type IPowerFunctions<TSelf extends Internal.IPowerFunctions_1<TSelf>> = Internal.IPowerFunctions_1<TSelf>;
47
+ export type IRootFunctions<TSelf extends Internal.IRootFunctions_1<TSelf>> = Internal.IRootFunctions_1<TSelf>;
48
+ export type IShiftOperators<TSelf extends Internal.IShiftOperators_3<TSelf, TOther, TResult>, TOther, TResult> = Internal.IShiftOperators_3<TSelf, TOther, TResult>;
49
+ export type ISignedNumber<TSelf extends Internal.ISignedNumber_1<TSelf>> = Internal.ISignedNumber_1<TSelf>;
50
+ export type ISubtractionOperators<TSelf extends Internal.ISubtractionOperators_3<TSelf, TOther, TResult>, TOther, TResult> = Internal.ISubtractionOperators_3<TSelf, TOther, TResult>;
51
+ export type ITrigonometricFunctions<TSelf extends Internal.ITrigonometricFunctions_1<TSelf>> = Internal.ITrigonometricFunctions_1<TSelf>;
52
+ export type IUnaryNegationOperators<TSelf extends Internal.IUnaryNegationOperators_2<TSelf, TResult>, TResult> = Internal.IUnaryNegationOperators_2<TSelf, TResult>;
53
+ export type IUnaryPlusOperators<TSelf extends Internal.IUnaryPlusOperators_2<TSelf, TResult>, TResult> = Internal.IUnaryPlusOperators_2<TSelf, TResult>;
54
+ export type IUnsignedNumber<TSelf extends Internal.IUnsignedNumber_1<TSelf>> = Internal.IUnsignedNumber_1<TSelf>;
55
+ export { BigInteger as BigInteger } from './System.Numerics/internal/index.js';
56
+ export { Complex as Complex } from './System.Numerics/internal/index.js';
57
+
58
+ // Multi-arity family sentinel (detects unspecified type parameters)
59
+ declare const __unspecified: unique symbol;
60
+ export type __ = typeof __unspecified;
61
+
62
+ export type Vector<
63
+ T1 = __,
64
+ > =
65
+ [T1] extends [__] ? Internal.Vector :
66
+ Internal.Vector_1<T1>;
67
+
@@ -467,7 +467,7 @@ export interface __CustomAttributeNamedArgument$views {
467
467
  As_IEquatable_1(): System_Internal.IEquatable_1$instance<CustomAttributeNamedArgument>;
468
468
 
469
469
  // Structural method bridges for numeric interface constraints
470
- Equals(other: CustomAttributeNamedArgument): boolean;
470
+ equals(other: CustomAttributeNamedArgument): boolean;
471
471
  }
472
472
 
473
473
  export type CustomAttributeNamedArgument = CustomAttributeNamedArgument$instance & __CustomAttributeNamedArgument$views;
@@ -493,7 +493,7 @@ export interface __CustomAttributeTypedArgument$views {
493
493
  As_IEquatable_1(): System_Internal.IEquatable_1$instance<CustomAttributeTypedArgument>;
494
494
 
495
495
  // Structural method bridges for numeric interface constraints
496
- Equals(other: CustomAttributeTypedArgument): boolean;
496
+ equals(other: CustomAttributeTypedArgument): boolean;
497
497
  }
498
498
 
499
499
  export type CustomAttributeTypedArgument = CustomAttributeTypedArgument$instance & __CustomAttributeTypedArgument$views;
@@ -1321,7 +1321,7 @@ export interface MethodInfo$instance extends MethodBase$instance {
1321
1321
  getGenericMethodDefinition(): MethodInfo;
1322
1322
  getHashCode(): int;
1323
1323
  isDefined(attributeType: Type, inherit: boolean): boolean;
1324
- makeGenericMethod(typeArguments: Type[]): MethodInfo;
1324
+ makeGenericMethod(...typeArguments: Type[]): MethodInfo;
1325
1325
  }
1326
1326
 
1327
1327
 
@@ -171,7 +171,7 @@ export interface __Label$views {
171
171
  As_IEquatable_1(): System_Internal.IEquatable_1$instance<Label>;
172
172
 
173
173
  // Structural method bridges for numeric interface constraints
174
- Equals(other: Label): boolean;
174
+ equals(other: Label): boolean;
175
175
  }
176
176
 
177
177
  export type Label = Label$instance & __Label$views;
@@ -203,7 +203,7 @@ export interface __OpCode$views {
203
203
  As_IEquatable_1(): System_Internal.IEquatable_1$instance<OpCode>;
204
204
 
205
205
  // Structural method bridges for numeric interface constraints
206
- Equals(other: OpCode): boolean;
206
+ equals(other: OpCode): boolean;
207
207
  }
208
208
 
209
209
  export type OpCode = OpCode$instance & __OpCode$views;
@@ -516,7 +516,7 @@ export interface GenericTypeParameterBuilder$instance extends TypeInfo {
516
516
  setCustomAttribute(con: ConstructorInfo, binaryAttribute: byte[]): void;
517
517
  setCustomAttribute(customBuilder: CustomAttributeBuilder): void;
518
518
  setGenericParameterAttributes(genericParameterAttributes: GenericParameterAttributes): void;
519
- setInterfaceConstraints(interfaceConstraints: Type[]): void;
519
+ setInterfaceConstraints(...interfaceConstraints: Type[]): void;
520
520
  }
521
521
 
522
522
 
@@ -597,7 +597,7 @@ export type LocalBuilder = LocalBuilder$instance;
597
597
 
598
598
  export interface MethodBuilder$instance extends MethodInfo {
599
599
  initLocals: boolean;
600
- defineGenericParameters(names: string[]): GenericTypeParameterBuilder[];
600
+ defineGenericParameters(...names: string[]): GenericTypeParameterBuilder[];
601
601
  defineParameter(position: int, attributes: ParameterAttributes, strParamName: string): ParameterBuilder;
602
602
  getCustomAttributes(inherit: boolean): unknown[];
603
603
  getCustomAttributes(attributeType: Type, inherit: boolean): unknown[];
@@ -607,7 +607,7 @@ export interface MethodBuilder$instance extends MethodInfo {
607
607
  setCustomAttribute(con: ConstructorInfo, binaryAttribute: byte[]): void;
608
608
  setCustomAttribute(customBuilder: CustomAttributeBuilder): void;
609
609
  setImplementationFlags(attributes: MethodImplAttributes): void;
610
- setParameters(parameterTypes: Type[]): void;
610
+ setParameters(...parameterTypes: Type[]): void;
611
611
  setReturnType(returnType: Type): void;
612
612
  setSignature(returnType: Type, returnTypeRequiredCustomModifiers: Type[], returnTypeOptionalCustomModifiers: Type[], parameterTypes: Type[], parameterTypeRequiredCustomModifiers: Type[][], parameterTypeOptionalCustomModifiers: Type[][]): void;
613
613
  }
@@ -1022,7 +1022,7 @@ export interface TypeBuilder$instance extends TypeInfo {
1022
1022
  defineEvent(name: string, attributes: EventAttributes, eventtype: Type): EventBuilder;
1023
1023
  defineField(fieldName: string, type_: Type, attributes: FieldAttributes): FieldBuilder;
1024
1024
  defineField(fieldName: string, type_: Type, requiredCustomModifiers: Type[], optionalCustomModifiers: Type[], attributes: FieldAttributes): FieldBuilder;
1025
- defineGenericParameters(names: string[]): GenericTypeParameterBuilder[];
1025
+ defineGenericParameters(...names: string[]): GenericTypeParameterBuilder[];
1026
1026
  defineInitializedData(name: string, data: byte[], attributes: FieldAttributes): FieldBuilder;
1027
1027
  defineMethod(name: string, attributes: MethodAttributes): MethodBuilder;
1028
1028
  defineMethod(name: string, attributes: MethodAttributes, callingConvention: CallingConventions): MethodBuilder;
@@ -1089,7 +1089,7 @@ export interface TypeBuilder$instance extends TypeInfo {
1089
1089
  makeArrayType(): Type;
1090
1090
  makeArrayType(rank: int): Type;
1091
1091
  makeByRefType(): Type;
1092
- makeGenericType(typeArguments: Type[]): Type;
1092
+ makeGenericType(...typeArguments: Type[]): Type;
1093
1093
  makePointerType(): Type;
1094
1094
  setCustomAttribute(con: ConstructorInfo, binaryAttribute: byte[]): void;
1095
1095
  setCustomAttribute(customBuilder: CustomAttributeBuilder): void;
@@ -0,0 +1,49 @@
1
+ // Generated by tsbindgen - Architecture
2
+ // Namespace: System.Reflection.Emit
3
+ // Facade - Public API Surface
4
+
5
+ // Import internal declarations
6
+ import * as Internal from './System.Reflection.Emit/internal/index.js';
7
+
8
+ // Cross-namespace type imports for constraints
9
+ import type { IEnumerable_1, IList_1 } from './System.Collections.Generic/internal/index.js';
10
+ import type { ISymbolDocumentWriter } from './System.Diagnostics.SymbolStore/internal/index.js';
11
+ import type { CultureInfo } from './System.Globalization/internal/index.js';
12
+ import type { FileStream, Stream } from './System.IO/internal/index.js';
13
+ import type { MetadataBuilder } from './System.Reflection.Metadata.Ecma335/internal/index.js';
14
+ import type { BlobBuilder } from './System.Reflection.Metadata/internal/index.js';
15
+ import type { Assembly, AssemblyName, Binder, BindingFlags, CallingConventions, ConstructorInfo, CustomAttributeData, EventAttributes, EventInfo, FieldAttributes, FieldInfo, GenericParameterAttributes, ICustomAttributeProvider, ImageFileMachine, InterfaceMapping, IReflect, IReflectableType, LocalVariableInfo, ManifestResourceInfo, MemberFilter, MemberInfo, MemberTypes, MethodAttributes, MethodBase, MethodBody, MethodImplAttributes, MethodInfo, Module, ParameterAttributes, ParameterInfo, ParameterModifier, PortableExecutableKinds, PropertyAttributes, PropertyInfo, TypeAttributes, TypeFilter, TypeInfo } from './System.Reflection/internal/index.js';
16
+ import type { CallingConvention, CharSet, StructLayoutAttribute } from './System.Runtime.InteropServices/internal/index.js';
17
+ import type { ISerializable, SerializationInfo, StreamingContext } from './System.Runtime.Serialization/internal/index.js';
18
+ import type { SecurityRuleSet } from './System.Security/internal/index.js';
19
+ import type { Array as ClrArray, Boolean as ClrBoolean, Byte, Delegate, Double, Enum, Guid, IComparable, IConvertible, IEquatable_1, IFormatProvider, IFormattable, Int16, Int32, Int64, ISpanFormattable, ModuleHandle, Object as ClrObject, RuntimeFieldHandle, RuntimeMethodHandle, RuntimeTypeHandle, SByte, Single, String as ClrString, Type, TypeCode, TypedReference, ValueType, Version, Void } from './System/internal/index.js';
20
+
21
+ // Public API exports (curated - no internal $instance/$views leakage)
22
+ export { CustomAttributeBuilder as CustomAttributeBuilder } from './System.Reflection.Emit/internal/index.js';
23
+ export { DynamicILInfo as DynamicILInfo } from './System.Reflection.Emit/internal/index.js';
24
+ export { DynamicMethod as DynamicMethod } from './System.Reflection.Emit/internal/index.js';
25
+ export { AssemblyBuilder as AssemblyBuilder } from './System.Reflection.Emit/internal/index.js';
26
+ export { SignatureHelper as SignatureHelper } from './System.Reflection.Emit/internal/index.js';
27
+ export { AssemblyBuilderAccess as AssemblyBuilderAccess } from './System.Reflection.Emit/internal/index.js';
28
+ export { ConstructorBuilder as ConstructorBuilder } from './System.Reflection.Emit/internal/index.js';
29
+ export { EnumBuilder as EnumBuilder } from './System.Reflection.Emit/internal/index.js';
30
+ export { EventBuilder as EventBuilder } from './System.Reflection.Emit/internal/index.js';
31
+ export { FieldBuilder as FieldBuilder } from './System.Reflection.Emit/internal/index.js';
32
+ export { FlowControl as FlowControl } from './System.Reflection.Emit/internal/index.js';
33
+ export { GenericTypeParameterBuilder as GenericTypeParameterBuilder } from './System.Reflection.Emit/internal/index.js';
34
+ export { ILGenerator as ILGenerator } from './System.Reflection.Emit/internal/index.js';
35
+ export { Label as Label } from './System.Reflection.Emit/internal/index.js';
36
+ export { LocalBuilder as LocalBuilder } from './System.Reflection.Emit/internal/index.js';
37
+ export { MethodBuilder as MethodBuilder } from './System.Reflection.Emit/internal/index.js';
38
+ export { ModuleBuilder as ModuleBuilder } from './System.Reflection.Emit/internal/index.js';
39
+ export { OpCode as OpCode } from './System.Reflection.Emit/internal/index.js';
40
+ export { OpCodes as OpCodes } from './System.Reflection.Emit/internal/index.js';
41
+ export { OpCodeType as OpCodeType } from './System.Reflection.Emit/internal/index.js';
42
+ export { OperandType as OperandType } from './System.Reflection.Emit/internal/index.js';
43
+ export { PackingSize as PackingSize } from './System.Reflection.Emit/internal/index.js';
44
+ export { ParameterBuilder as ParameterBuilder } from './System.Reflection.Emit/internal/index.js';
45
+ export { PEFileKinds as PEFileKinds } from './System.Reflection.Emit/internal/index.js';
46
+ export { PropertyBuilder as PropertyBuilder } from './System.Reflection.Emit/internal/index.js';
47
+ export { StackBehaviour as StackBehaviour } from './System.Reflection.Emit/internal/index.js';
48
+ export { TypeBuilder as TypeBuilder } from './System.Reflection.Emit/internal/index.js';
49
+ export { PersistedAssemblyBuilder as PersistedAssemblyBuilder } from './System.Reflection.Emit/internal/index.js';
@@ -532,6 +532,7 @@ export interface IConstructedTypeProvider_1$instance<TType> extends ISZArrayType
532
532
  getArrayType(elementType: TType, shape: ArrayShape): TType;
533
533
  getByReferenceType(elementType: TType): TType;
534
534
  getGenericInstantiation(genericType: TType, typeArguments: ImmutableArray_1<TType>): TType;
535
+ getSZArrayType(elementType: TType): TType;
535
536
  }
536
537
 
537
538
 
@@ -566,6 +567,8 @@ export interface ISignatureTypeProvider_2$instance<TType, TGenericContext> exten
566
567
  getTypeFromDefinition(reader: MetadataReader, handle: TypeDefinitionHandle, rawTypeKind: byte): TType;
567
568
  getTypeFromReference(reader: MetadataReader, handle: TypeReferenceHandle, rawTypeKind: byte): TType;
568
569
  getTypeFromSpecification(reader: MetadataReader, genericContext: TGenericContext, handle: TypeSpecificationHandle, rawTypeKind: byte): TType;
570
+ getByReferenceType(elementType: TType): TType;
571
+ getSZArrayType(elementType: TType): TType;
569
572
  }
570
573
 
571
574
 
@@ -641,7 +644,7 @@ export interface __AssemblyDefinitionHandle$views {
641
644
  As_IEquatable_1(): System_Internal.IEquatable_1$instance<AssemblyDefinitionHandle>;
642
645
 
643
646
  // Structural method bridges for numeric interface constraints
644
- Equals(other: AssemblyDefinitionHandle): boolean;
647
+ equals(other: AssemblyDefinitionHandle): boolean;
645
648
  }
646
649
 
647
650
  export type AssemblyDefinitionHandle = AssemblyDefinitionHandle$instance & __AssemblyDefinitionHandle$views;
@@ -679,7 +682,7 @@ export interface __AssemblyFileHandle$views {
679
682
  As_IEquatable_1(): System_Internal.IEquatable_1$instance<AssemblyFileHandle>;
680
683
 
681
684
  // Structural method bridges for numeric interface constraints
682
- Equals(other: AssemblyFileHandle): boolean;
685
+ equals(other: AssemblyFileHandle): boolean;
683
686
  }
684
687
 
685
688
  export type AssemblyFileHandle = AssemblyFileHandle$instance & __AssemblyFileHandle$views;
@@ -762,7 +765,7 @@ export interface __AssemblyReferenceHandle$views {
762
765
  As_IEquatable_1(): System_Internal.IEquatable_1$instance<AssemblyReferenceHandle>;
763
766
 
764
767
  // Structural method bridges for numeric interface constraints
765
- Equals(other: AssemblyReferenceHandle): boolean;
768
+ equals(other: AssemblyReferenceHandle): boolean;
766
769
  }
767
770
 
768
771
  export type AssemblyReferenceHandle = AssemblyReferenceHandle$instance & __AssemblyReferenceHandle$views;
@@ -870,7 +873,7 @@ export interface __BlobContentId$views {
870
873
  As_IEquatable_1(): System_Internal.IEquatable_1$instance<BlobContentId>;
871
874
 
872
875
  // Structural method bridges for numeric interface constraints
873
- Equals(other: BlobContentId): boolean;
876
+ equals(other: BlobContentId): boolean;
874
877
  }
875
878
 
876
879
  export type BlobContentId = BlobContentId$instance & __BlobContentId$views;
@@ -893,7 +896,7 @@ export interface __BlobHandle$views {
893
896
  As_IEquatable_1(): System_Internal.IEquatable_1$instance<BlobHandle>;
894
897
 
895
898
  // Structural method bridges for numeric interface constraints
896
- Equals(other: BlobHandle): boolean;
899
+ equals(other: BlobHandle): boolean;
897
900
  }
898
901
 
899
902
  export type BlobHandle = BlobHandle$instance & __BlobHandle$views;
@@ -1040,7 +1043,7 @@ export interface __ConstantHandle$views {
1040
1043
  As_IEquatable_1(): System_Internal.IEquatable_1$instance<ConstantHandle>;
1041
1044
 
1042
1045
  // Structural method bridges for numeric interface constraints
1043
- Equals(other: ConstantHandle): boolean;
1046
+ equals(other: ConstantHandle): boolean;
1044
1047
  }
1045
1048
 
1046
1049
  export type ConstantHandle = ConstantHandle$instance & __ConstantHandle$views;
@@ -1078,7 +1081,7 @@ export interface __CustomAttributeHandle$views {
1078
1081
  As_IEquatable_1(): System_Internal.IEquatable_1$instance<CustomAttributeHandle>;
1079
1082
 
1080
1083
  // Structural method bridges for numeric interface constraints
1081
- Equals(other: CustomAttributeHandle): boolean;
1084
+ equals(other: CustomAttributeHandle): boolean;
1082
1085
  }
1083
1086
 
1084
1087
  export type CustomAttributeHandle = CustomAttributeHandle$instance & __CustomAttributeHandle$views;
@@ -1196,7 +1199,7 @@ export interface __CustomDebugInformationHandle$views {
1196
1199
  As_IEquatable_1(): System_Internal.IEquatable_1$instance<CustomDebugInformationHandle>;
1197
1200
 
1198
1201
  // Structural method bridges for numeric interface constraints
1199
- Equals(other: CustomDebugInformationHandle): boolean;
1202
+ equals(other: CustomDebugInformationHandle): boolean;
1200
1203
  }
1201
1204
 
1202
1205
  export type CustomDebugInformationHandle = CustomDebugInformationHandle$instance & __CustomDebugInformationHandle$views;
@@ -1273,7 +1276,7 @@ export interface __DeclarativeSecurityAttributeHandle$views {
1273
1276
  As_IEquatable_1(): System_Internal.IEquatable_1$instance<DeclarativeSecurityAttributeHandle>;
1274
1277
 
1275
1278
  // Structural method bridges for numeric interface constraints
1276
- Equals(other: DeclarativeSecurityAttributeHandle): boolean;
1279
+ equals(other: DeclarativeSecurityAttributeHandle): boolean;
1277
1280
  }
1278
1281
 
1279
1282
  export type DeclarativeSecurityAttributeHandle = DeclarativeSecurityAttributeHandle$instance & __DeclarativeSecurityAttributeHandle$views;
@@ -1351,7 +1354,7 @@ export interface __DocumentHandle$views {
1351
1354
  As_IEquatable_1(): System_Internal.IEquatable_1$instance<DocumentHandle>;
1352
1355
 
1353
1356
  // Structural method bridges for numeric interface constraints
1354
- Equals(other: DocumentHandle): boolean;
1357
+ equals(other: DocumentHandle): boolean;
1355
1358
  }
1356
1359
 
1357
1360
  export type DocumentHandle = DocumentHandle$instance & __DocumentHandle$views;
@@ -1414,7 +1417,7 @@ export interface __DocumentNameBlobHandle$views {
1414
1417
  As_IEquatable_1(): System_Internal.IEquatable_1$instance<DocumentNameBlobHandle>;
1415
1418
 
1416
1419
  // Structural method bridges for numeric interface constraints
1417
- Equals(other: DocumentNameBlobHandle): boolean;
1420
+ equals(other: DocumentNameBlobHandle): boolean;
1418
1421
  }
1419
1422
 
1420
1423
  export type DocumentNameBlobHandle = DocumentNameBlobHandle$instance & __DocumentNameBlobHandle$views;
@@ -1440,7 +1443,7 @@ export interface __EntityHandle$views {
1440
1443
  As_IEquatable_1(): System_Internal.IEquatable_1$instance<EntityHandle>;
1441
1444
 
1442
1445
  // Structural method bridges for numeric interface constraints
1443
- Equals(other: EntityHandle): boolean;
1446
+ equals(other: EntityHandle): boolean;
1444
1447
  }
1445
1448
 
1446
1449
  export type EntityHandle = EntityHandle$instance & __EntityHandle$views;
@@ -1495,7 +1498,7 @@ export interface __EventDefinitionHandle$views {
1495
1498
  As_IEquatable_1(): System_Internal.IEquatable_1$instance<EventDefinitionHandle>;
1496
1499
 
1497
1500
  // Structural method bridges for numeric interface constraints
1498
- Equals(other: EventDefinitionHandle): boolean;
1501
+ equals(other: EventDefinitionHandle): boolean;
1499
1502
  }
1500
1503
 
1501
1504
  export type EventDefinitionHandle = EventDefinitionHandle$instance & __EventDefinitionHandle$views;
@@ -1594,7 +1597,7 @@ export interface __ExportedTypeHandle$views {
1594
1597
  As_IEquatable_1(): System_Internal.IEquatable_1$instance<ExportedTypeHandle>;
1595
1598
 
1596
1599
  // Structural method bridges for numeric interface constraints
1597
- Equals(other: ExportedTypeHandle): boolean;
1600
+ equals(other: ExportedTypeHandle): boolean;
1598
1601
  }
1599
1602
 
1600
1603
  export type ExportedTypeHandle = ExportedTypeHandle$instance & __ExportedTypeHandle$views;
@@ -1678,7 +1681,7 @@ export interface __FieldDefinitionHandle$views {
1678
1681
  As_IEquatable_1(): System_Internal.IEquatable_1$instance<FieldDefinitionHandle>;
1679
1682
 
1680
1683
  // Structural method bridges for numeric interface constraints
1681
- Equals(other: FieldDefinitionHandle): boolean;
1684
+ equals(other: FieldDefinitionHandle): boolean;
1682
1685
  }
1683
1686
 
1684
1687
  export type FieldDefinitionHandle = FieldDefinitionHandle$instance & __FieldDefinitionHandle$views;
@@ -1772,7 +1775,7 @@ export interface __GenericParameterConstraintHandle$views {
1772
1775
  As_IEquatable_1(): System_Internal.IEquatable_1$instance<GenericParameterConstraintHandle>;
1773
1776
 
1774
1777
  // Structural method bridges for numeric interface constraints
1775
- Equals(other: GenericParameterConstraintHandle): boolean;
1778
+ equals(other: GenericParameterConstraintHandle): boolean;
1776
1779
  }
1777
1780
 
1778
1781
  export type GenericParameterConstraintHandle = GenericParameterConstraintHandle$instance & __GenericParameterConstraintHandle$views;
@@ -1836,7 +1839,7 @@ export interface __GenericParameterHandle$views {
1836
1839
  As_IEquatable_1(): System_Internal.IEquatable_1$instance<GenericParameterHandle>;
1837
1840
 
1838
1841
  // Structural method bridges for numeric interface constraints
1839
- Equals(other: GenericParameterHandle): boolean;
1842
+ equals(other: GenericParameterHandle): boolean;
1840
1843
  }
1841
1844
 
1842
1845
  export type GenericParameterHandle = GenericParameterHandle$instance & __GenericParameterHandle$views;
@@ -1900,7 +1903,7 @@ export interface __GuidHandle$views {
1900
1903
  As_IEquatable_1(): System_Internal.IEquatable_1$instance<GuidHandle>;
1901
1904
 
1902
1905
  // Structural method bridges for numeric interface constraints
1903
- Equals(other: GuidHandle): boolean;
1906
+ equals(other: GuidHandle): boolean;
1904
1907
  }
1905
1908
 
1906
1909
  export type GuidHandle = GuidHandle$instance & __GuidHandle$views;
@@ -1926,7 +1929,7 @@ export interface __Handle$views {
1926
1929
  As_IEquatable_1(): System_Internal.IEquatable_1$instance<Handle>;
1927
1930
 
1928
1931
  // Structural method bridges for numeric interface constraints
1929
- Equals(other: Handle): boolean;
1932
+ equals(other: Handle): boolean;
1930
1933
  }
1931
1934
 
1932
1935
  export type Handle = Handle$instance & __Handle$views;
@@ -2058,7 +2061,7 @@ export interface __ImportScopeHandle$views {
2058
2061
  As_IEquatable_1(): System_Internal.IEquatable_1$instance<ImportScopeHandle>;
2059
2062
 
2060
2063
  // Structural method bridges for numeric interface constraints
2061
- Equals(other: ImportScopeHandle): boolean;
2064
+ equals(other: ImportScopeHandle): boolean;
2062
2065
  }
2063
2066
 
2064
2067
  export type ImportScopeHandle = ImportScopeHandle$instance & __ImportScopeHandle$views;
@@ -2094,7 +2097,7 @@ export interface __InterfaceImplementationHandle$views {
2094
2097
  As_IEquatable_1(): System_Internal.IEquatable_1$instance<InterfaceImplementationHandle>;
2095
2098
 
2096
2099
  // Structural method bridges for numeric interface constraints
2097
- Equals(other: InterfaceImplementationHandle): boolean;
2100
+ equals(other: InterfaceImplementationHandle): boolean;
2098
2101
  }
2099
2102
 
2100
2103
  export type InterfaceImplementationHandle = InterfaceImplementationHandle$instance & __InterfaceImplementationHandle$views;
@@ -2170,7 +2173,7 @@ export interface __LocalConstantHandle$views {
2170
2173
  As_IEquatable_1(): System_Internal.IEquatable_1$instance<LocalConstantHandle>;
2171
2174
 
2172
2175
  // Structural method bridges for numeric interface constraints
2173
- Equals(other: LocalConstantHandle): boolean;
2176
+ equals(other: LocalConstantHandle): boolean;
2174
2177
  }
2175
2178
 
2176
2179
  export type LocalConstantHandle = LocalConstantHandle$instance & __LocalConstantHandle$views;
@@ -2252,7 +2255,7 @@ export interface __LocalScopeHandle$views {
2252
2255
  As_IEquatable_1(): System_Internal.IEquatable_1$instance<LocalScopeHandle>;
2253
2256
 
2254
2257
  // Structural method bridges for numeric interface constraints
2255
- Equals(other: LocalScopeHandle): boolean;
2258
+ equals(other: LocalScopeHandle): boolean;
2256
2259
  }
2257
2260
 
2258
2261
  export type LocalScopeHandle = LocalScopeHandle$instance & __LocalScopeHandle$views;
@@ -2349,7 +2352,7 @@ export interface __LocalVariableHandle$views {
2349
2352
  As_IEquatable_1(): System_Internal.IEquatable_1$instance<LocalVariableHandle>;
2350
2353
 
2351
2354
  // Structural method bridges for numeric interface constraints
2352
- Equals(other: LocalVariableHandle): boolean;
2355
+ equals(other: LocalVariableHandle): boolean;
2353
2356
  }
2354
2357
 
2355
2358
  export type LocalVariableHandle = LocalVariableHandle$instance & __LocalVariableHandle$views;
@@ -2428,7 +2431,7 @@ export interface __ManifestResourceHandle$views {
2428
2431
  As_IEquatable_1(): System_Internal.IEquatable_1$instance<ManifestResourceHandle>;
2429
2432
 
2430
2433
  // Structural method bridges for numeric interface constraints
2431
- Equals(other: ManifestResourceHandle): boolean;
2434
+ equals(other: ManifestResourceHandle): boolean;
2432
2435
  }
2433
2436
 
2434
2437
  export type ManifestResourceHandle = ManifestResourceHandle$instance & __ManifestResourceHandle$views;
@@ -2509,7 +2512,7 @@ export interface __MemberReferenceHandle$views {
2509
2512
  As_IEquatable_1(): System_Internal.IEquatable_1$instance<MemberReferenceHandle>;
2510
2513
 
2511
2514
  // Structural method bridges for numeric interface constraints
2512
- Equals(other: MemberReferenceHandle): boolean;
2515
+ equals(other: MemberReferenceHandle): boolean;
2513
2516
  }
2514
2517
 
2515
2518
  export type MemberReferenceHandle = MemberReferenceHandle$instance & __MemberReferenceHandle$views;
@@ -2608,7 +2611,7 @@ export interface __MethodDebugInformationHandle$views {
2608
2611
  As_IEquatable_1(): System_Internal.IEquatable_1$instance<MethodDebugInformationHandle>;
2609
2612
 
2610
2613
  // Structural method bridges for numeric interface constraints
2611
- Equals(other: MethodDebugInformationHandle): boolean;
2614
+ equals(other: MethodDebugInformationHandle): boolean;
2612
2615
  }
2613
2616
 
2614
2617
  export type MethodDebugInformationHandle = MethodDebugInformationHandle$instance & __MethodDebugInformationHandle$views;
@@ -2695,7 +2698,7 @@ export interface __MethodDefinitionHandle$views {
2695
2698
  As_IEquatable_1(): System_Internal.IEquatable_1$instance<MethodDefinitionHandle>;
2696
2699
 
2697
2700
  // Structural method bridges for numeric interface constraints
2698
- Equals(other: MethodDefinitionHandle): boolean;
2701
+ equals(other: MethodDefinitionHandle): boolean;
2699
2702
  }
2700
2703
 
2701
2704
  export type MethodDefinitionHandle = MethodDefinitionHandle$instance & __MethodDefinitionHandle$views;
@@ -2773,7 +2776,7 @@ export interface __MethodImplementationHandle$views {
2773
2776
  As_IEquatable_1(): System_Internal.IEquatable_1$instance<MethodImplementationHandle>;
2774
2777
 
2775
2778
  // Structural method bridges for numeric interface constraints
2776
- Equals(other: MethodImplementationHandle): boolean;
2779
+ equals(other: MethodImplementationHandle): boolean;
2777
2780
  }
2778
2781
 
2779
2782
  export type MethodImplementationHandle = MethodImplementationHandle$instance & __MethodImplementationHandle$views;
@@ -2881,7 +2884,7 @@ export interface __MethodSpecificationHandle$views {
2881
2884
  As_IEquatable_1(): System_Internal.IEquatable_1$instance<MethodSpecificationHandle>;
2882
2885
 
2883
2886
  // Structural method bridges for numeric interface constraints
2884
- Equals(other: MethodSpecificationHandle): boolean;
2887
+ equals(other: MethodSpecificationHandle): boolean;
2885
2888
  }
2886
2889
 
2887
2890
  export type MethodSpecificationHandle = MethodSpecificationHandle$instance & __MethodSpecificationHandle$views;
@@ -2921,7 +2924,7 @@ export interface __ModuleDefinitionHandle$views {
2921
2924
  As_IEquatable_1(): System_Internal.IEquatable_1$instance<ModuleDefinitionHandle>;
2922
2925
 
2923
2926
  // Structural method bridges for numeric interface constraints
2924
- Equals(other: ModuleDefinitionHandle): boolean;
2927
+ equals(other: ModuleDefinitionHandle): boolean;
2925
2928
  }
2926
2929
 
2927
2930
  export type ModuleDefinitionHandle = ModuleDefinitionHandle$instance & __ModuleDefinitionHandle$views;
@@ -2957,7 +2960,7 @@ export interface __ModuleReferenceHandle$views {
2957
2960
  As_IEquatable_1(): System_Internal.IEquatable_1$instance<ModuleReferenceHandle>;
2958
2961
 
2959
2962
  // Structural method bridges for numeric interface constraints
2960
- Equals(other: ModuleReferenceHandle): boolean;
2963
+ equals(other: ModuleReferenceHandle): boolean;
2961
2964
  }
2962
2965
 
2963
2966
  export type ModuleReferenceHandle = ModuleReferenceHandle$instance & __ModuleReferenceHandle$views;
@@ -2996,7 +2999,7 @@ export interface __NamespaceDefinitionHandle$views {
2996
2999
  As_IEquatable_1(): System_Internal.IEquatable_1$instance<NamespaceDefinitionHandle>;
2997
3000
 
2998
3001
  // Structural method bridges for numeric interface constraints
2999
- Equals(other: NamespaceDefinitionHandle): boolean;
3002
+ equals(other: NamespaceDefinitionHandle): boolean;
3000
3003
  }
3001
3004
 
3002
3005
  export type NamespaceDefinitionHandle = NamespaceDefinitionHandle$instance & __NamespaceDefinitionHandle$views;
@@ -3036,7 +3039,7 @@ export interface __ParameterHandle$views {
3036
3039
  As_IEquatable_1(): System_Internal.IEquatable_1$instance<ParameterHandle>;
3037
3040
 
3038
3041
  // Structural method bridges for numeric interface constraints
3039
- Equals(other: ParameterHandle): boolean;
3042
+ equals(other: ParameterHandle): boolean;
3040
3043
  }
3041
3044
 
3042
3045
  export type ParameterHandle = ParameterHandle$instance & __ParameterHandle$views;
@@ -3132,7 +3135,7 @@ export interface __PropertyDefinitionHandle$views {
3132
3135
  As_IEquatable_1(): System_Internal.IEquatable_1$instance<PropertyDefinitionHandle>;
3133
3136
 
3134
3137
  // Structural method bridges for numeric interface constraints
3135
- Equals(other: PropertyDefinitionHandle): boolean;
3138
+ equals(other: PropertyDefinitionHandle): boolean;
3136
3139
  }
3137
3140
 
3138
3141
  export type PropertyDefinitionHandle = PropertyDefinitionHandle$instance & __PropertyDefinitionHandle$views;
@@ -3216,7 +3219,7 @@ export interface __SequencePoint$views {
3216
3219
  As_IEquatable_1(): System_Internal.IEquatable_1$instance<SequencePoint>;
3217
3220
 
3218
3221
  // Structural method bridges for numeric interface constraints
3219
- Equals(other: SequencePoint): boolean;
3222
+ equals(other: SequencePoint): boolean;
3220
3223
  }
3221
3224
 
3222
3225
  export type SequencePoint = SequencePoint$instance & __SequencePoint$views;
@@ -3287,7 +3290,7 @@ export interface __SignatureHeader$views {
3287
3290
  As_IEquatable_1(): System_Internal.IEquatable_1$instance<SignatureHeader>;
3288
3291
 
3289
3292
  // Structural method bridges for numeric interface constraints
3290
- Equals(other: SignatureHeader): boolean;
3293
+ equals(other: SignatureHeader): boolean;
3291
3294
  }
3292
3295
 
3293
3296
  export type SignatureHeader = SignatureHeader$instance & __SignatureHeader$views;
@@ -3326,7 +3329,7 @@ export interface __StandaloneSignatureHandle$views {
3326
3329
  As_IEquatable_1(): System_Internal.IEquatable_1$instance<StandaloneSignatureHandle>;
3327
3330
 
3328
3331
  // Structural method bridges for numeric interface constraints
3329
- Equals(other: StandaloneSignatureHandle): boolean;
3332
+ equals(other: StandaloneSignatureHandle): boolean;
3330
3333
  }
3331
3334
 
3332
3335
  export type StandaloneSignatureHandle = StandaloneSignatureHandle$instance & __StandaloneSignatureHandle$views;
@@ -3349,7 +3352,7 @@ export interface __StringHandle$views {
3349
3352
  As_IEquatable_1(): System_Internal.IEquatable_1$instance<StringHandle>;
3350
3353
 
3351
3354
  // Structural method bridges for numeric interface constraints
3352
- Equals(other: StringHandle): boolean;
3355
+ equals(other: StringHandle): boolean;
3353
3356
  }
3354
3357
 
3355
3358
  export type StringHandle = StringHandle$instance & __StringHandle$views;
@@ -3401,7 +3404,7 @@ export interface __TypeDefinitionHandle$views {
3401
3404
  As_IEquatable_1(): System_Internal.IEquatable_1$instance<TypeDefinitionHandle>;
3402
3405
 
3403
3406
  // Structural method bridges for numeric interface constraints
3404
- Equals(other: TypeDefinitionHandle): boolean;
3407
+ equals(other: TypeDefinitionHandle): boolean;
3405
3408
  }
3406
3409
 
3407
3410
  export type TypeDefinitionHandle = TypeDefinitionHandle$instance & __TypeDefinitionHandle$views;
@@ -3492,7 +3495,7 @@ export interface __TypeReferenceHandle$views {
3492
3495
  As_IEquatable_1(): System_Internal.IEquatable_1$instance<TypeReferenceHandle>;
3493
3496
 
3494
3497
  // Structural method bridges for numeric interface constraints
3495
- Equals(other: TypeReferenceHandle): boolean;
3498
+ equals(other: TypeReferenceHandle): boolean;
3496
3499
  }
3497
3500
 
3498
3501
  export type TypeReferenceHandle = TypeReferenceHandle$instance & __TypeReferenceHandle$views;
@@ -3569,7 +3572,7 @@ export interface __TypeSpecificationHandle$views {
3569
3572
  As_IEquatable_1(): System_Internal.IEquatable_1$instance<TypeSpecificationHandle>;
3570
3573
 
3571
3574
  // Structural method bridges for numeric interface constraints
3572
- Equals(other: TypeSpecificationHandle): boolean;
3575
+ equals(other: TypeSpecificationHandle): boolean;
3573
3576
  }
3574
3577
 
3575
3578
  export type TypeSpecificationHandle = TypeSpecificationHandle$instance & __TypeSpecificationHandle$views;
@@ -3592,7 +3595,7 @@ export interface __UserStringHandle$views {
3592
3595
  As_IEquatable_1(): System_Internal.IEquatable_1$instance<UserStringHandle>;
3593
3596
 
3594
3597
  // Structural method bridges for numeric interface constraints
3595
- Equals(other: UserStringHandle): boolean;
3598
+ equals(other: UserStringHandle): boolean;
3596
3599
  }
3597
3600
 
3598
3601
  export type UserStringHandle = UserStringHandle$instance & __UserStringHandle$views;
@@ -251,7 +251,7 @@ export interface __EditAndContinueLogEntry$views {
251
251
  As_IEquatable_1(): System_Internal.IEquatable_1$instance<EditAndContinueLogEntry>;
252
252
 
253
253
  // Structural method bridges for numeric interface constraints
254
- Equals(other: EditAndContinueLogEntry): boolean;
254
+ equals(other: EditAndContinueLogEntry): boolean;
255
255
  }
256
256
 
257
257
  export type EditAndContinueLogEntry = EditAndContinueLogEntry$instance & __EditAndContinueLogEntry$views;
@@ -373,7 +373,7 @@ export interface __LabelHandle$views {
373
373
  As_IEquatable_1(): System_Internal.IEquatable_1$instance<LabelHandle>;
374
374
 
375
375
  // Structural method bridges for numeric interface constraints
376
- Equals(other: LabelHandle): boolean;
376
+ equals(other: LabelHandle): boolean;
377
377
  }
378
378
 
379
379
  export type LabelHandle = LabelHandle$instance & __LabelHandle$views;