@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,32 @@
1
+ // Generated by tsbindgen - Architecture
2
+ // Namespace: System.Net.ServerSentEvents
3
+ // Facade - Public API Surface
4
+
5
+ // Import internal declarations
6
+ import * as Internal from './System.Net.ServerSentEvents/internal/index.js';
7
+
8
+ // Cross-namespace type imports for constraints
9
+ import type { IBufferWriter_1 } from './System.Buffers/internal/index.js';
10
+ import type { IAsyncEnumerable_1, IEnumerable_1 } from './System.Collections.Generic/internal/index.js';
11
+ import type { Stream } from './System.IO/internal/index.js';
12
+ import type { MethodInfo } from './System.Reflection/internal/index.js';
13
+ import type { ISerializable, SerializationInfo, StreamingContext } from './System.Runtime.Serialization/internal/index.js';
14
+ import type { Task } from './System.Threading.Tasks/internal/index.js';
15
+ import type { CancellationToken } from './System.Threading/internal/index.js';
16
+ import type { Action_2, AsyncCallback, Boolean as ClrBoolean, Byte, Delegate, IAsyncResult, ICloneable, Int32, IntPtr, MulticastDelegate, Nullable_1, Object as ClrObject, ReadOnlySpan_1, String as ClrString, TimeSpan, Type, ValueType, Void } from './System/internal/index.js';
17
+
18
+ // Public API exports (curated - no internal $instance/$views leakage)
19
+ export { SseFormatter$instance as SseFormatter } from './System.Net.ServerSentEvents/internal/index.js';
20
+ export { SseItem_1 as SseItem } from './System.Net.ServerSentEvents/internal/index.js';
21
+ export type SseItemParser<T> = Internal.SseItemParser_1<T>;
22
+
23
+ // Multi-arity family sentinel (detects unspecified type parameters)
24
+ declare const __unspecified: unique symbol;
25
+ export type __ = typeof __unspecified;
26
+
27
+ export type SseParser<
28
+ T1 = __,
29
+ > =
30
+ [T1] extends [__] ? Internal.SseParser :
31
+ Internal.SseParser_1<T1>;
32
+
@@ -402,7 +402,7 @@ export interface __IPPacketInformation$views {
402
402
  As_IEquatable_1(): System_Internal.IEquatable_1$instance<IPPacketInformation>;
403
403
 
404
404
  // Structural method bridges for numeric interface constraints
405
- Equals(other: IPPacketInformation): boolean;
405
+ equals(other: IPPacketInformation): boolean;
406
406
  }
407
407
 
408
408
  export type IPPacketInformation = IPPacketInformation$instance & __IPPacketInformation$views;
@@ -467,7 +467,7 @@ export interface __UdpReceiveResult$views {
467
467
  As_IEquatable_1(): System_Internal.IEquatable_1$instance<UdpReceiveResult>;
468
468
 
469
469
  // Structural method bridges for numeric interface constraints
470
- Equals(other: UdpReceiveResult): boolean;
470
+ equals(other: UdpReceiveResult): boolean;
471
471
  }
472
472
 
473
473
  export type UdpReceiveResult = UdpReceiveResult$instance & __UdpReceiveResult$views;
@@ -0,0 +1,55 @@
1
+ // Generated by tsbindgen - Architecture
2
+ // Namespace: System.Net.Sockets
3
+ // Facade - Public API Surface
4
+
5
+ // Import internal declarations
6
+ import * as Internal from './System.Net.Sockets/internal/index.js';
7
+
8
+ // Cross-namespace type imports for constraints
9
+ import type { SafeHandleMinusOneIsInvalid } from './Microsoft.Win32.SafeHandles/internal/index.js';
10
+ import type { IList_1 } from './System.Collections.Generic/internal/index.js';
11
+ import type { IDictionary, IList } from './System.Collections/internal/index.js';
12
+ import type { Win32Exception } from './System.ComponentModel/internal/index.js';
13
+ import type { FileAccess, FileStream, SeekOrigin, Stream } from './System.IO/internal/index.js';
14
+ import type { EndPoint, IPAddress, IPEndPoint, SocketAddress } from './System.Net/internal/index.js';
15
+ import type { MethodBase } from './System.Reflection/internal/index.js';
16
+ import type { ISerializable, SerializationInfo, StreamingContext } from './System.Runtime.Serialization/internal/index.js';
17
+ import type { Task, Task_1, ValueTask, ValueTask_1 } from './System.Threading.Tasks/internal/index.js';
18
+ import type { CancellationToken } from './System.Threading/internal/index.js';
19
+ import type { ArraySegment_1, AsyncCallback, Boolean as ClrBoolean, Byte, Enum, EventArgs, EventHandler_1, Exception, IAsyncDisposable, IAsyncResult, IComparable, IConvertible, IDisposable, IEquatable_1, IFormatProvider, IFormattable, Int16, Int32, Int64, IntPtr, ISpanFormattable, Memory_1, Nullable_1, Object as ClrObject, ReadOnlyMemory_1, ReadOnlySpan_1, Span_1, String as ClrString, TimeSpan, Type, TypeCode, ValueType, Void } from './System/internal/index.js';
20
+
21
+ // Public API exports (curated - no internal $instance/$views leakage)
22
+ export { SocketException as SocketException } from './System.Net.Sockets/internal/index.js';
23
+ export { AddressFamily as AddressFamily } from './System.Net.Sockets/internal/index.js';
24
+ export { SocketError as SocketError } from './System.Net.Sockets/internal/index.js';
25
+ export { SocketReceiveFromResult as SocketReceiveFromResult } from './System.Net.Sockets/internal/index.js';
26
+ export { SocketReceiveMessageFromResult as SocketReceiveMessageFromResult } from './System.Net.Sockets/internal/index.js';
27
+ export { SocketTaskExtensions$instance as SocketTaskExtensions } from './System.Net.Sockets/internal/index.js';
28
+ export { IOControlCode as IOControlCode } from './System.Net.Sockets/internal/index.js';
29
+ export { IPPacketInformation as IPPacketInformation } from './System.Net.Sockets/internal/index.js';
30
+ export { IPProtectionLevel as IPProtectionLevel } from './System.Net.Sockets/internal/index.js';
31
+ export { LingerOption as LingerOption } from './System.Net.Sockets/internal/index.js';
32
+ export { MulticastOption as MulticastOption } from './System.Net.Sockets/internal/index.js';
33
+ export { IPv6MulticastOption as IPv6MulticastOption } from './System.Net.Sockets/internal/index.js';
34
+ export { NetworkStream as NetworkStream } from './System.Net.Sockets/internal/index.js';
35
+ export { SafeSocketHandle as SafeSocketHandle } from './System.Net.Sockets/internal/index.js';
36
+ export { SelectMode as SelectMode } from './System.Net.Sockets/internal/index.js';
37
+ export { SendPacketsElement as SendPacketsElement } from './System.Net.Sockets/internal/index.js';
38
+ export { Socket as Socket } from './System.Net.Sockets/internal/index.js';
39
+ export { SocketAsyncEventArgs as SocketAsyncEventArgs } from './System.Net.Sockets/internal/index.js';
40
+ export { SocketAsyncOperation as SocketAsyncOperation } from './System.Net.Sockets/internal/index.js';
41
+ export { SocketFlags as SocketFlags } from './System.Net.Sockets/internal/index.js';
42
+ export { SocketInformationOptions as SocketInformationOptions } from './System.Net.Sockets/internal/index.js';
43
+ export { SocketInformation as SocketInformation } from './System.Net.Sockets/internal/index.js';
44
+ export { SocketOptionLevel as SocketOptionLevel } from './System.Net.Sockets/internal/index.js';
45
+ export { SocketOptionName as SocketOptionName } from './System.Net.Sockets/internal/index.js';
46
+ export { SocketShutdown as SocketShutdown } from './System.Net.Sockets/internal/index.js';
47
+ export { TcpClient as TcpClient } from './System.Net.Sockets/internal/index.js';
48
+ export { TcpListener as TcpListener } from './System.Net.Sockets/internal/index.js';
49
+ export { TransmitFileOptions as TransmitFileOptions } from './System.Net.Sockets/internal/index.js';
50
+ export { UdpClient as UdpClient } from './System.Net.Sockets/internal/index.js';
51
+ export { UdpReceiveResult as UdpReceiveResult } from './System.Net.Sockets/internal/index.js';
52
+ export { UnixDomainSocketEndPoint as UnixDomainSocketEndPoint } from './System.Net.Sockets/internal/index.js';
53
+ export { ProtocolFamily as ProtocolFamily } from './System.Net.Sockets/internal/index.js';
54
+ export { ProtocolType as ProtocolType } from './System.Net.Sockets/internal/index.js';
55
+ export { SocketType as SocketType } from './System.Net.Sockets/internal/index.js';
@@ -0,0 +1,41 @@
1
+ // Generated by tsbindgen - Architecture
2
+ // Namespace: System.Net.WebSockets
3
+ // Facade - Public API Surface
4
+
5
+ // Import internal declarations
6
+ import * as Internal from './System.Net.WebSockets/internal/index.js';
7
+
8
+ // Cross-namespace type imports for constraints
9
+ import type { IEnumerable_1, IReadOnlyDictionary_2 } from './System.Collections.Generic/internal/index.js';
10
+ import type { NameValueCollection } from './System.Collections.Specialized/internal/index.js';
11
+ import type { IDictionary } from './System.Collections/internal/index.js';
12
+ import type { Win32Exception } from './System.ComponentModel/internal/index.js';
13
+ import type { SeekOrigin, Stream } from './System.IO/internal/index.js';
14
+ import type { HttpMessageInvoker, HttpVersionPolicy } from './System.Net.Http/internal/index.js';
15
+ import type { RemoteCertificateValidationCallback } from './System.Net.Security/internal/index.js';
16
+ import type { CookieCollection, CookieContainer, HttpStatusCode, ICredentials, IWebProxy } from './System.Net/internal/index.js';
17
+ import type { MethodBase } from './System.Reflection/internal/index.js';
18
+ import type { ISerializable, SerializationInfo, StreamingContext } from './System.Runtime.Serialization/internal/index.js';
19
+ import type { X509CertificateCollection } from './System.Security.Cryptography.X509Certificates/internal/index.js';
20
+ import type { IPrincipal } from './System.Security.Principal/internal/index.js';
21
+ import type { Task, Task_1, ValueTask, ValueTask_1 } from './System.Threading.Tasks/internal/index.js';
22
+ import type { CancellationToken } from './System.Threading/internal/index.js';
23
+ import type { ArraySegment_1, AsyncCallback, Boolean as ClrBoolean, Byte, Enum, Exception, IAsyncDisposable, IAsyncResult, IComparable, IConvertible, IDisposable, IFormatProvider, IFormattable, Int32, Int64, ISpanFormattable, Memory_1, Nullable_1, Object as ClrObject, ReadOnlyMemory_1, ReadOnlySpan_1, Span_1, String as ClrString, TimeSpan, Type, TypeCode, Uri, ValueType, Version, Void } from './System/internal/index.js';
24
+
25
+ // Public API exports (curated - no internal $instance/$views leakage)
26
+ export { HttpListenerWebSocketContext as HttpListenerWebSocketContext } from './System.Net.WebSockets/internal/index.js';
27
+ export { ValueWebSocketReceiveResult as ValueWebSocketReceiveResult } from './System.Net.WebSockets/internal/index.js';
28
+ export { WebSocket as WebSocket } from './System.Net.WebSockets/internal/index.js';
29
+ export { WebSocketCloseStatus as WebSocketCloseStatus } from './System.Net.WebSockets/internal/index.js';
30
+ export { WebSocketContext as WebSocketContext } from './System.Net.WebSockets/internal/index.js';
31
+ export { WebSocketCreationOptions as WebSocketCreationOptions } from './System.Net.WebSockets/internal/index.js';
32
+ export { WebSocketDeflateOptions as WebSocketDeflateOptions } from './System.Net.WebSockets/internal/index.js';
33
+ export { WebSocketError as WebSocketError } from './System.Net.WebSockets/internal/index.js';
34
+ export { WebSocketException as WebSocketException } from './System.Net.WebSockets/internal/index.js';
35
+ export { WebSocketMessageType as WebSocketMessageType } from './System.Net.WebSockets/internal/index.js';
36
+ export { WebSocketMessageFlags as WebSocketMessageFlags } from './System.Net.WebSockets/internal/index.js';
37
+ export { WebSocketReceiveResult as WebSocketReceiveResult } from './System.Net.WebSockets/internal/index.js';
38
+ export { WebSocketState as WebSocketState } from './System.Net.WebSockets/internal/index.js';
39
+ export { WebSocketStream as WebSocketStream } from './System.Net.WebSockets/internal/index.js';
40
+ export { ClientWebSocket as ClientWebSocket } from './System.Net.WebSockets/internal/index.js';
41
+ export { ClientWebSocketOptions as ClientWebSocketOptions } from './System.Net.WebSockets/internal/index.js';
@@ -0,0 +1,120 @@
1
+ // Generated by tsbindgen - Architecture
2
+ // Namespace: System.Net
3
+ // Facade - Public API Surface
4
+
5
+ // Import internal declarations
6
+ import * as Internal from './System.Net/internal/index.js';
7
+
8
+ // Cross-namespace type imports for constraints
9
+ import type { ICollection_1, IEnumerable_1, IEnumerator_1, IReadOnlyCollection_1 } from './System.Collections.Generic/internal/index.js';
10
+ import type { NameObjectCollectionBase_KeysCollection, NameValueCollection, StringDictionary } from './System.Collections.Specialized/internal/index.js';
11
+ import type { ArrayList, ICollection, IDictionary, IEnumerable, IEnumerator } from './System.Collections/internal/index.js';
12
+ import type { AsyncCompletedEventArgs, AsyncCompletedEventHandler, Component, IComponent, IContainer, ISite, ProgressChangedEventArgs, Win32Exception } from './System.ComponentModel/internal/index.js';
13
+ import type { BinaryWriter, Stream, TextWriter } from './System.IO/internal/index.js';
14
+ import type { RequestCachePolicy } from './System.Net.Cache/internal/index.js';
15
+ import type { AuthenticationLevel, EncryptionPolicy, RemoteCertificateValidationCallback } from './System.Net.Security/internal/index.js';
16
+ import type { AddressFamily } from './System.Net.Sockets/internal/index.js';
17
+ import type { HttpListenerWebSocketContext } from './System.Net.WebSockets/internal/index.js';
18
+ import type { MethodBase, MethodInfo } from './System.Reflection/internal/index.js';
19
+ import type { IDeserializationCallback, ISerializable, SerializationInfo, StreamingContext } from './System.Runtime.Serialization/internal/index.js';
20
+ import type { ChannelBinding, ChannelBindingKind, ExtendedProtectionPolicy, ServiceNameCollection } from './System.Security.Authentication.ExtendedProtection/internal/index.js';
21
+ import type { Claim, ClaimsIdentity } from './System.Security.Claims/internal/index.js';
22
+ import type { X509Certificate, X509Certificate2, X509CertificateCollection } from './System.Security.Cryptography.X509Certificates/internal/index.js';
23
+ import type { GenericIdentity, IIdentity, IPrincipal, TokenImpersonationLevel } from './System.Security.Principal/internal/index.js';
24
+ import type { SecureString } from './System.Security/internal/index.js';
25
+ import type { Encoding } from './System.Text/internal/index.js';
26
+ import type { Task, Task_1 } from './System.Threading.Tasks/internal/index.js';
27
+ import type { CancellationToken } from './System.Threading/internal/index.js';
28
+ import type { Array as ClrArray, ArraySegment_1, AsyncCallback, Boolean as ClrBoolean, Byte, Char, DateTime, Delegate, Enum, EventArgs, Exception, FormatException, Guid, IAsyncResult, ICloneable, IComparable, IConvertible, IDisposable, IEquatable_1, IFormatProvider, IFormattable, Int16, Int32, Int64, IntPtr, InvalidOperationException, IParsable_1, ISpanFormattable, ISpanParsable_1, IUtf8SpanFormattable, IUtf8SpanParsable_1, MarshalByRefObject, Memory_1, MulticastDelegate, Object as ClrObject, Predicate_1, ReadOnlySpan_1, Span_1, String as ClrString, TimeSpan, Type, TypeCode, Uri, ValueType, Version, Void } from './System/internal/index.js';
29
+
30
+ // Public API exports (curated - no internal $instance/$views leakage)
31
+ export { HttpListenerPrefixCollection as HttpListenerPrefixCollection } from './System.Net/internal/index.js';
32
+ export { HttpListenerRequest as HttpListenerRequest } from './System.Net/internal/index.js';
33
+ export type AuthenticationSchemeSelector = Internal.AuthenticationSchemeSelector;
34
+ export { HttpListener as HttpListener } from './System.Net/internal/index.js';
35
+ export type HttpListener_ExtendedProtectionSelector = Internal.HttpListener_ExtendedProtectionSelector;
36
+ export { HttpListenerBasicIdentity as HttpListenerBasicIdentity } from './System.Net/internal/index.js';
37
+ export { HttpListenerContext as HttpListenerContext } from './System.Net/internal/index.js';
38
+ export { HttpListenerException as HttpListenerException } from './System.Net/internal/index.js';
39
+ export { HttpListenerResponse as HttpListenerResponse } from './System.Net/internal/index.js';
40
+ export { HttpListenerTimeoutManager as HttpListenerTimeoutManager } from './System.Net/internal/index.js';
41
+ export { Dns$instance as Dns } from './System.Net/internal/index.js';
42
+ export { IPHostEntry as IPHostEntry } from './System.Net/internal/index.js';
43
+ export { AuthenticationSchemes as AuthenticationSchemes } from './System.Net/internal/index.js';
44
+ export { CookieVariant as CookieVariant } from './System.Net/internal/index.js';
45
+ export { Cookie as Cookie } from './System.Net/internal/index.js';
46
+ export { CookieContainer as CookieContainer } from './System.Net/internal/index.js';
47
+ export { PathList as PathList } from './System.Net/internal/index.js';
48
+ export { CookieCollection as CookieCollection } from './System.Net/internal/index.js';
49
+ export { CookieException as CookieException } from './System.Net/internal/index.js';
50
+ export { CredentialCache as CredentialCache } from './System.Net/internal/index.js';
51
+ export { DecompressionMethods as DecompressionMethods } from './System.Net/internal/index.js';
52
+ export { DnsEndPoint as DnsEndPoint } from './System.Net/internal/index.js';
53
+ export { EndPoint as EndPoint } from './System.Net/internal/index.js';
54
+ export { HttpStatusCode as HttpStatusCode } from './System.Net/internal/index.js';
55
+ export { HttpVersion$instance as HttpVersion } from './System.Net/internal/index.js';
56
+ export type ICredentials = Internal.ICredentials;
57
+ export type ICredentialsByHost = Internal.ICredentialsByHost;
58
+ export { IPAddress as IPAddress } from './System.Net/internal/index.js';
59
+ export { IPNetwork as IPNetwork } from './System.Net/internal/index.js';
60
+ export { IPEndPoint as IPEndPoint } from './System.Net/internal/index.js';
61
+ export type IWebProxy = Internal.IWebProxy;
62
+ export { NetworkCredential as NetworkCredential } from './System.Net/internal/index.js';
63
+ export { TransportContext as TransportContext } from './System.Net/internal/index.js';
64
+ export { SocketAddress as SocketAddress } from './System.Net/internal/index.js';
65
+ export { AuthenticationManager as AuthenticationManager } from './System.Net/internal/index.js';
66
+ export { Authorization as Authorization } from './System.Net/internal/index.js';
67
+ export { FileWebRequest as FileWebRequest } from './System.Net/internal/index.js';
68
+ export { FileWebResponse as FileWebResponse } from './System.Net/internal/index.js';
69
+ export { GlobalProxySelection as GlobalProxySelection } from './System.Net/internal/index.js';
70
+ export type HttpContinueDelegate = Internal.HttpContinueDelegate;
71
+ export { HttpWebRequest as HttpWebRequest } from './System.Net/internal/index.js';
72
+ export { HttpWebResponse as HttpWebResponse } from './System.Net/internal/index.js';
73
+ export type IAuthenticationModule = Internal.IAuthenticationModule;
74
+ export type ICredentialPolicy = Internal.ICredentialPolicy;
75
+ export type IWebRequestCreate = Internal.IWebRequestCreate;
76
+ export { ProtocolViolationException as ProtocolViolationException } from './System.Net/internal/index.js';
77
+ export { WebException as WebException } from './System.Net/internal/index.js';
78
+ export { WebExceptionStatus as WebExceptionStatus } from './System.Net/internal/index.js';
79
+ export { WebRequest as WebRequest } from './System.Net/internal/index.js';
80
+ export { WebRequestMethods$instance as WebRequestMethods } from './System.Net/internal/index.js';
81
+ export { WebRequestMethods_Ftp$instance as WebRequestMethods_Ftp } from './System.Net/internal/index.js';
82
+ export { WebRequestMethods_Http$instance as WebRequestMethods_Http } from './System.Net/internal/index.js';
83
+ export { WebRequestMethods_File$instance as WebRequestMethods_File } from './System.Net/internal/index.js';
84
+ export { WebResponse as WebResponse } from './System.Net/internal/index.js';
85
+ export { FtpStatusCode as FtpStatusCode } from './System.Net/internal/index.js';
86
+ export { FtpWebRequest as FtpWebRequest } from './System.Net/internal/index.js';
87
+ export { FtpWebResponse as FtpWebResponse } from './System.Net/internal/index.js';
88
+ export type BindIPEndPoint = Internal.BindIPEndPoint;
89
+ export { SecurityProtocolType as SecurityProtocolType } from './System.Net/internal/index.js';
90
+ export { ServicePoint as ServicePoint } from './System.Net/internal/index.js';
91
+ export { ServicePointManager as ServicePointManager } from './System.Net/internal/index.js';
92
+ export { WebClient as WebClient } from './System.Net/internal/index.js';
93
+ export type OpenReadCompletedEventHandler = Internal.OpenReadCompletedEventHandler;
94
+ export type OpenWriteCompletedEventHandler = Internal.OpenWriteCompletedEventHandler;
95
+ export type DownloadStringCompletedEventHandler = Internal.DownloadStringCompletedEventHandler;
96
+ export type DownloadDataCompletedEventHandler = Internal.DownloadDataCompletedEventHandler;
97
+ export type UploadStringCompletedEventHandler = Internal.UploadStringCompletedEventHandler;
98
+ export type UploadDataCompletedEventHandler = Internal.UploadDataCompletedEventHandler;
99
+ export type UploadFileCompletedEventHandler = Internal.UploadFileCompletedEventHandler;
100
+ export type UploadValuesCompletedEventHandler = Internal.UploadValuesCompletedEventHandler;
101
+ export type DownloadProgressChangedEventHandler = Internal.DownloadProgressChangedEventHandler;
102
+ export type UploadProgressChangedEventHandler = Internal.UploadProgressChangedEventHandler;
103
+ export type WriteStreamClosedEventHandler = Internal.WriteStreamClosedEventHandler;
104
+ export { OpenReadCompletedEventArgs as OpenReadCompletedEventArgs } from './System.Net/internal/index.js';
105
+ export { OpenWriteCompletedEventArgs as OpenWriteCompletedEventArgs } from './System.Net/internal/index.js';
106
+ export { DownloadStringCompletedEventArgs as DownloadStringCompletedEventArgs } from './System.Net/internal/index.js';
107
+ export { DownloadDataCompletedEventArgs as DownloadDataCompletedEventArgs } from './System.Net/internal/index.js';
108
+ export { UploadStringCompletedEventArgs as UploadStringCompletedEventArgs } from './System.Net/internal/index.js';
109
+ export { UploadDataCompletedEventArgs as UploadDataCompletedEventArgs } from './System.Net/internal/index.js';
110
+ export { UploadFileCompletedEventArgs as UploadFileCompletedEventArgs } from './System.Net/internal/index.js';
111
+ export { UploadValuesCompletedEventArgs as UploadValuesCompletedEventArgs } from './System.Net/internal/index.js';
112
+ export { DownloadProgressChangedEventArgs as DownloadProgressChangedEventArgs } from './System.Net/internal/index.js';
113
+ export { UploadProgressChangedEventArgs as UploadProgressChangedEventArgs } from './System.Net/internal/index.js';
114
+ export { WriteStreamClosedEventArgs as WriteStreamClosedEventArgs } from './System.Net/internal/index.js';
115
+ export { WebHeaderCollection as WebHeaderCollection } from './System.Net/internal/index.js';
116
+ export { HttpResponseHeader as HttpResponseHeader } from './System.Net/internal/index.js';
117
+ export { HttpRequestHeader as HttpRequestHeader } from './System.Net/internal/index.js';
118
+ export type IWebProxyScript = Internal.IWebProxyScript;
119
+ export { WebProxy as WebProxy } from './System.Net/internal/index.js';
120
+ export { WebUtility$instance as WebUtility } from './System.Net/internal/index.js';
@@ -54,13 +54,16 @@ export type IAdditiveIdentity_2<TSelf extends IAdditiveIdentity_2<TSelf, TResult
54
54
 
55
55
  export interface IBinaryFloatingPointIeee754_1$instance<TSelf extends IBinaryFloatingPointIeee754_1<TSelf>> extends IBinaryNumber_1<TSelf>, IBitwiseOperators_3<TSelf, TSelf, TSelf>, INumber_1<TSelf>, IComparable, IComparable_1<TSelf>, IComparisonOperators_3<TSelf, TSelf, CLROf<boolean>>, IEqualityOperators_3<TSelf, TSelf, CLROf<boolean>>, IModulusOperators_3<TSelf, TSelf, TSelf>, INumberBase_1<TSelf>, IAdditionOperators_3<TSelf, TSelf, TSelf>, IAdditiveIdentity_2<TSelf, TSelf>, IDecrementOperators_1<TSelf>, IDivisionOperators_3<TSelf, TSelf, TSelf>, IEquatable_1<TSelf>, IIncrementOperators_1<TSelf>, IMultiplicativeIdentity_2<TSelf, TSelf>, IMultiplyOperators_3<TSelf, TSelf, TSelf>, ISpanFormattable, IFormattable, ISpanParsable_1<TSelf>, IParsable_1<TSelf>, ISubtractionOperators_3<TSelf, TSelf, TSelf>, IUnaryPlusOperators_2<TSelf, TSelf>, IUnaryNegationOperators_2<TSelf, TSelf>, IUtf8SpanFormattable, IUtf8SpanParsable_1<TSelf>, IFloatingPointIeee754_1<TSelf>, IExponentialFunctions_1<TSelf>, IFloatingPointConstants_1<TSelf>, IFloatingPoint_1<TSelf>, ISignedNumber_1<TSelf>, IHyperbolicFunctions_1<TSelf>, ILogarithmicFunctions_1<TSelf>, IPowerFunctions_1<TSelf>, IRootFunctions_1<TSelf>, ITrigonometricFunctions_1<TSelf> {
56
56
  compareTo(obj: unknown): int;
57
+ compareTo(other: TSelf): int;
57
58
  getExponentByteCount(): int;
58
59
  toString(format: string, formatProvider: IFormatProvider): string;
59
60
  tryFormat(destination: Span_1<CLROf<char>>, charsWritten: { value: ref<int> }, format: ReadOnlySpan_1<CLROf<char>>, provider: IFormatProvider): boolean;
61
+ tryFormat(utf8Destination: Span_1<CLROf<byte>>, bytesWritten: { value: ref<int> }, format: ReadOnlySpan_1<CLROf<char>>, provider: IFormatProvider): boolean;
60
62
  tryWriteExponentBigEndian(destination: Span_1<CLROf<byte>>, bytesWritten: { value: ref<int> }): boolean;
61
63
  writeExponentBigEndian(destination: byte[], startIndex: int): int;
62
64
  writeExponentBigEndian(destination: byte[]): int;
63
65
  writeExponentBigEndian(destination: Span_1<CLROf<byte>>): int;
66
+ equals(other: TSelf): boolean;
64
67
  }
65
68
 
66
69
 
@@ -68,13 +71,16 @@ export type IBinaryFloatingPointIeee754_1<TSelf extends IBinaryFloatingPointIeee
68
71
 
69
72
  export interface IBinaryInteger_1$instance<TSelf extends IBinaryInteger_1<TSelf>> extends IBinaryNumber_1<TSelf>, IBitwiseOperators_3<TSelf, TSelf, TSelf>, INumber_1<TSelf>, IComparable, IComparable_1<TSelf>, IComparisonOperators_3<TSelf, TSelf, CLROf<boolean>>, IEqualityOperators_3<TSelf, TSelf, CLROf<boolean>>, IModulusOperators_3<TSelf, TSelf, TSelf>, INumberBase_1<TSelf>, IAdditionOperators_3<TSelf, TSelf, TSelf>, IAdditiveIdentity_2<TSelf, TSelf>, IDecrementOperators_1<TSelf>, IDivisionOperators_3<TSelf, TSelf, TSelf>, IEquatable_1<TSelf>, IIncrementOperators_1<TSelf>, IMultiplicativeIdentity_2<TSelf, TSelf>, IMultiplyOperators_3<TSelf, TSelf, TSelf>, ISpanFormattable, IFormattable, ISpanParsable_1<TSelf>, IParsable_1<TSelf>, ISubtractionOperators_3<TSelf, TSelf, TSelf>, IUnaryPlusOperators_2<TSelf, TSelf>, IUnaryNegationOperators_2<TSelf, TSelf>, IUtf8SpanFormattable, IUtf8SpanParsable_1<TSelf>, IShiftOperators_3<TSelf, CLROf<int>, TSelf> {
70
73
  compareTo(obj: unknown): int;
74
+ compareTo(other: TSelf): int;
71
75
  getByteCount(): int;
72
76
  toString(format: string, formatProvider: IFormatProvider): string;
73
77
  tryFormat(destination: Span_1<CLROf<char>>, charsWritten: { value: ref<int> }, format: ReadOnlySpan_1<CLROf<char>>, provider: IFormatProvider): boolean;
78
+ tryFormat(utf8Destination: Span_1<CLROf<byte>>, bytesWritten: { value: ref<int> }, format: ReadOnlySpan_1<CLROf<char>>, provider: IFormatProvider): boolean;
74
79
  tryWriteBigEndian(destination: Span_1<CLROf<byte>>, bytesWritten: { value: ref<int> }): boolean;
75
80
  writeBigEndian(destination: byte[], startIndex: int): int;
76
81
  writeBigEndian(destination: byte[]): int;
77
82
  writeBigEndian(destination: Span_1<CLROf<byte>>): int;
83
+ equals(other: TSelf): boolean;
78
84
  }
79
85
 
80
86
 
@@ -84,8 +90,11 @@ export type IBinaryInteger_1<TSelf extends IBinaryInteger_1<TSelf>> = IBinaryInt
84
90
 
85
91
  export interface IBinaryNumber_1$instance<TSelf extends IBinaryNumber_1<TSelf>> extends IBitwiseOperators_3<TSelf, TSelf, TSelf>, INumber_1<TSelf>, IComparable, IComparable_1<TSelf>, IComparisonOperators_3<TSelf, TSelf, CLROf<boolean>>, IEqualityOperators_3<TSelf, TSelf, CLROf<boolean>>, IModulusOperators_3<TSelf, TSelf, TSelf>, INumberBase_1<TSelf>, IAdditionOperators_3<TSelf, TSelf, TSelf>, IAdditiveIdentity_2<TSelf, TSelf>, IDecrementOperators_1<TSelf>, IDivisionOperators_3<TSelf, TSelf, TSelf>, IEquatable_1<TSelf>, IIncrementOperators_1<TSelf>, IMultiplicativeIdentity_2<TSelf, TSelf>, IMultiplyOperators_3<TSelf, TSelf, TSelf>, ISpanFormattable, IFormattable, ISpanParsable_1<TSelf>, IParsable_1<TSelf>, ISubtractionOperators_3<TSelf, TSelf, TSelf>, IUnaryPlusOperators_2<TSelf, TSelf>, IUnaryNegationOperators_2<TSelf, TSelf>, IUtf8SpanFormattable, IUtf8SpanParsable_1<TSelf> {
86
92
  compareTo(obj: unknown): int;
93
+ compareTo(other: TSelf): int;
87
94
  toString(format: string, formatProvider: IFormatProvider): string;
88
95
  tryFormat(destination: Span_1<CLROf<char>>, charsWritten: { value: ref<int> }, format: ReadOnlySpan_1<CLROf<char>>, provider: IFormatProvider): boolean;
96
+ tryFormat(utf8Destination: Span_1<CLROf<byte>>, bytesWritten: { value: ref<int> }, format: ReadOnlySpan_1<CLROf<char>>, provider: IFormatProvider): boolean;
97
+ equals(other: TSelf): boolean;
89
98
  }
90
99
 
91
100
 
@@ -128,6 +137,8 @@ export type IEqualityOperators_3<TSelf extends IEqualityOperators_3<TSelf, TOthe
128
137
  export interface IExponentialFunctions_1$instance<TSelf extends IExponentialFunctions_1<TSelf>> extends IFloatingPointConstants_1<TSelf>, INumberBase_1<TSelf>, IAdditionOperators_3<TSelf, TSelf, TSelf>, IAdditiveIdentity_2<TSelf, TSelf>, IDecrementOperators_1<TSelf>, IDivisionOperators_3<TSelf, TSelf, TSelf>, IEquatable_1<TSelf>, IEqualityOperators_3<TSelf, TSelf, CLROf<boolean>>, IIncrementOperators_1<TSelf>, IMultiplicativeIdentity_2<TSelf, TSelf>, IMultiplyOperators_3<TSelf, TSelf, TSelf>, ISpanFormattable, IFormattable, ISpanParsable_1<TSelf>, IParsable_1<TSelf>, ISubtractionOperators_3<TSelf, TSelf, TSelf>, IUnaryPlusOperators_2<TSelf, TSelf>, IUnaryNegationOperators_2<TSelf, TSelf>, IUtf8SpanFormattable, IUtf8SpanParsable_1<TSelf> {
129
138
  toString(format: string, formatProvider: IFormatProvider): string;
130
139
  tryFormat(destination: Span_1<CLROf<char>>, charsWritten: { value: ref<int> }, format: ReadOnlySpan_1<CLROf<char>>, provider: IFormatProvider): boolean;
140
+ tryFormat(utf8Destination: Span_1<CLROf<byte>>, bytesWritten: { value: ref<int> }, format: ReadOnlySpan_1<CLROf<char>>, provider: IFormatProvider): boolean;
141
+ equals(other: TSelf): boolean;
131
142
  }
132
143
 
133
144
 
@@ -135,13 +146,16 @@ export type IExponentialFunctions_1<TSelf extends IExponentialFunctions_1<TSelf>
135
146
 
136
147
  export interface IFloatingPoint_1$instance<TSelf extends IFloatingPoint_1<TSelf>> extends IFloatingPointConstants_1<TSelf>, INumberBase_1<TSelf>, IAdditionOperators_3<TSelf, TSelf, TSelf>, IAdditiveIdentity_2<TSelf, TSelf>, IDecrementOperators_1<TSelf>, IDivisionOperators_3<TSelf, TSelf, TSelf>, IEquatable_1<TSelf>, IEqualityOperators_3<TSelf, TSelf, CLROf<boolean>>, IIncrementOperators_1<TSelf>, IMultiplicativeIdentity_2<TSelf, TSelf>, IMultiplyOperators_3<TSelf, TSelf, TSelf>, ISpanFormattable, IFormattable, ISpanParsable_1<TSelf>, IParsable_1<TSelf>, ISubtractionOperators_3<TSelf, TSelf, TSelf>, IUnaryPlusOperators_2<TSelf, TSelf>, IUnaryNegationOperators_2<TSelf, TSelf>, IUtf8SpanFormattable, IUtf8SpanParsable_1<TSelf>, INumber_1<TSelf>, IComparable, IComparable_1<TSelf>, IComparisonOperators_3<TSelf, TSelf, CLROf<boolean>>, IModulusOperators_3<TSelf, TSelf, TSelf>, ISignedNumber_1<TSelf> {
137
148
  compareTo(obj: unknown): int;
149
+ compareTo(other: TSelf): int;
138
150
  getExponentByteCount(): int;
139
151
  toString(format: string, formatProvider: IFormatProvider): string;
140
152
  tryFormat(destination: Span_1<CLROf<char>>, charsWritten: { value: ref<int> }, format: ReadOnlySpan_1<CLROf<char>>, provider: IFormatProvider): boolean;
153
+ tryFormat(utf8Destination: Span_1<CLROf<byte>>, bytesWritten: { value: ref<int> }, format: ReadOnlySpan_1<CLROf<char>>, provider: IFormatProvider): boolean;
141
154
  tryWriteExponentBigEndian(destination: Span_1<CLROf<byte>>, bytesWritten: { value: ref<int> }): boolean;
142
155
  writeExponentBigEndian(destination: byte[], startIndex: int): int;
143
156
  writeExponentBigEndian(destination: byte[]): int;
144
157
  writeExponentBigEndian(destination: Span_1<CLROf<byte>>): int;
158
+ equals(other: TSelf): boolean;
145
159
  }
146
160
 
147
161
 
@@ -150,6 +164,8 @@ export type IFloatingPoint_1<TSelf extends IFloatingPoint_1<TSelf>> = IFloatingP
150
164
  export interface IFloatingPointConstants_1$instance<TSelf extends IFloatingPointConstants_1<TSelf>> extends INumberBase_1<TSelf>, IAdditionOperators_3<TSelf, TSelf, TSelf>, IAdditiveIdentity_2<TSelf, TSelf>, IDecrementOperators_1<TSelf>, IDivisionOperators_3<TSelf, TSelf, TSelf>, IEquatable_1<TSelf>, IEqualityOperators_3<TSelf, TSelf, CLROf<boolean>>, IIncrementOperators_1<TSelf>, IMultiplicativeIdentity_2<TSelf, TSelf>, IMultiplyOperators_3<TSelf, TSelf, TSelf>, ISpanFormattable, IFormattable, ISpanParsable_1<TSelf>, IParsable_1<TSelf>, ISubtractionOperators_3<TSelf, TSelf, TSelf>, IUnaryPlusOperators_2<TSelf, TSelf>, IUnaryNegationOperators_2<TSelf, TSelf>, IUtf8SpanFormattable, IUtf8SpanParsable_1<TSelf> {
151
165
  toString(format: string, formatProvider: IFormatProvider): string;
152
166
  tryFormat(destination: Span_1<CLROf<char>>, charsWritten: { value: ref<int> }, format: ReadOnlySpan_1<CLROf<char>>, provider: IFormatProvider): boolean;
167
+ tryFormat(utf8Destination: Span_1<CLROf<byte>>, bytesWritten: { value: ref<int> }, format: ReadOnlySpan_1<CLROf<char>>, provider: IFormatProvider): boolean;
168
+ equals(other: TSelf): boolean;
153
169
  }
154
170
 
155
171
 
@@ -157,13 +173,16 @@ export type IFloatingPointConstants_1<TSelf extends IFloatingPointConstants_1<TS
157
173
 
158
174
  export interface IFloatingPointIeee754_1$instance<TSelf extends IFloatingPointIeee754_1<TSelf>> extends IExponentialFunctions_1<TSelf>, IFloatingPointConstants_1<TSelf>, INumberBase_1<TSelf>, IAdditionOperators_3<TSelf, TSelf, TSelf>, IAdditiveIdentity_2<TSelf, TSelf>, IDecrementOperators_1<TSelf>, IDivisionOperators_3<TSelf, TSelf, TSelf>, IEquatable_1<TSelf>, IEqualityOperators_3<TSelf, TSelf, CLROf<boolean>>, IIncrementOperators_1<TSelf>, IMultiplicativeIdentity_2<TSelf, TSelf>, IMultiplyOperators_3<TSelf, TSelf, TSelf>, ISpanFormattable, IFormattable, ISpanParsable_1<TSelf>, IParsable_1<TSelf>, ISubtractionOperators_3<TSelf, TSelf, TSelf>, IUnaryPlusOperators_2<TSelf, TSelf>, IUnaryNegationOperators_2<TSelf, TSelf>, IUtf8SpanFormattable, IUtf8SpanParsable_1<TSelf>, IFloatingPoint_1<TSelf>, INumber_1<TSelf>, IComparable, IComparable_1<TSelf>, IComparisonOperators_3<TSelf, TSelf, CLROf<boolean>>, IModulusOperators_3<TSelf, TSelf, TSelf>, ISignedNumber_1<TSelf>, IHyperbolicFunctions_1<TSelf>, ILogarithmicFunctions_1<TSelf>, IPowerFunctions_1<TSelf>, IRootFunctions_1<TSelf>, ITrigonometricFunctions_1<TSelf> {
159
175
  compareTo(obj: unknown): int;
176
+ compareTo(other: TSelf): int;
160
177
  getExponentByteCount(): int;
161
178
  toString(format: string, formatProvider: IFormatProvider): string;
162
179
  tryFormat(destination: Span_1<CLROf<char>>, charsWritten: { value: ref<int> }, format: ReadOnlySpan_1<CLROf<char>>, provider: IFormatProvider): boolean;
180
+ tryFormat(utf8Destination: Span_1<CLROf<byte>>, bytesWritten: { value: ref<int> }, format: ReadOnlySpan_1<CLROf<char>>, provider: IFormatProvider): boolean;
163
181
  tryWriteExponentBigEndian(destination: Span_1<CLROf<byte>>, bytesWritten: { value: ref<int> }): boolean;
164
182
  writeExponentBigEndian(destination: byte[], startIndex: int): int;
165
183
  writeExponentBigEndian(destination: byte[]): int;
166
184
  writeExponentBigEndian(destination: Span_1<CLROf<byte>>): int;
185
+ equals(other: TSelf): boolean;
167
186
  }
168
187
 
169
188
 
@@ -172,6 +191,8 @@ export type IFloatingPointIeee754_1<TSelf extends IFloatingPointIeee754_1<TSelf>
172
191
  export interface IHyperbolicFunctions_1$instance<TSelf extends IHyperbolicFunctions_1<TSelf>> extends IFloatingPointConstants_1<TSelf>, INumberBase_1<TSelf>, IAdditionOperators_3<TSelf, TSelf, TSelf>, IAdditiveIdentity_2<TSelf, TSelf>, IDecrementOperators_1<TSelf>, IDivisionOperators_3<TSelf, TSelf, TSelf>, IEquatable_1<TSelf>, IEqualityOperators_3<TSelf, TSelf, CLROf<boolean>>, IIncrementOperators_1<TSelf>, IMultiplicativeIdentity_2<TSelf, TSelf>, IMultiplyOperators_3<TSelf, TSelf, TSelf>, ISpanFormattable, IFormattable, ISpanParsable_1<TSelf>, IParsable_1<TSelf>, ISubtractionOperators_3<TSelf, TSelf, TSelf>, IUnaryPlusOperators_2<TSelf, TSelf>, IUnaryNegationOperators_2<TSelf, TSelf>, IUtf8SpanFormattable, IUtf8SpanParsable_1<TSelf> {
173
192
  toString(format: string, formatProvider: IFormatProvider): string;
174
193
  tryFormat(destination: Span_1<CLROf<char>>, charsWritten: { value: ref<int> }, format: ReadOnlySpan_1<CLROf<char>>, provider: IFormatProvider): boolean;
194
+ tryFormat(utf8Destination: Span_1<CLROf<byte>>, bytesWritten: { value: ref<int> }, format: ReadOnlySpan_1<CLROf<char>>, provider: IFormatProvider): boolean;
195
+ equals(other: TSelf): boolean;
175
196
  }
176
197
 
177
198
 
@@ -186,6 +207,8 @@ export type IIncrementOperators_1<TSelf extends IIncrementOperators_1<TSelf>> =
186
207
  export interface ILogarithmicFunctions_1$instance<TSelf extends ILogarithmicFunctions_1<TSelf>> extends IFloatingPointConstants_1<TSelf>, INumberBase_1<TSelf>, IAdditionOperators_3<TSelf, TSelf, TSelf>, IAdditiveIdentity_2<TSelf, TSelf>, IDecrementOperators_1<TSelf>, IDivisionOperators_3<TSelf, TSelf, TSelf>, IEquatable_1<TSelf>, IEqualityOperators_3<TSelf, TSelf, CLROf<boolean>>, IIncrementOperators_1<TSelf>, IMultiplicativeIdentity_2<TSelf, TSelf>, IMultiplyOperators_3<TSelf, TSelf, TSelf>, ISpanFormattable, IFormattable, ISpanParsable_1<TSelf>, IParsable_1<TSelf>, ISubtractionOperators_3<TSelf, TSelf, TSelf>, IUnaryPlusOperators_2<TSelf, TSelf>, IUnaryNegationOperators_2<TSelf, TSelf>, IUtf8SpanFormattable, IUtf8SpanParsable_1<TSelf> {
187
208
  toString(format: string, formatProvider: IFormatProvider): string;
188
209
  tryFormat(destination: Span_1<CLROf<char>>, charsWritten: { value: ref<int> }, format: ReadOnlySpan_1<CLROf<char>>, provider: IFormatProvider): boolean;
210
+ tryFormat(utf8Destination: Span_1<CLROf<byte>>, bytesWritten: { value: ref<int> }, format: ReadOnlySpan_1<CLROf<char>>, provider: IFormatProvider): boolean;
211
+ equals(other: TSelf): boolean;
189
212
  }
190
213
 
191
214
 
@@ -217,8 +240,11 @@ export type IMultiplyOperators_3<TSelf extends IMultiplyOperators_3<TSelf, TOthe
217
240
 
218
241
  export interface INumber_1$instance<TSelf extends INumber_1<TSelf>> extends IComparable, IComparable_1<TSelf>, IComparisonOperators_3<TSelf, TSelf, CLROf<boolean>>, IEqualityOperators_3<TSelf, TSelf, CLROf<boolean>>, IModulusOperators_3<TSelf, TSelf, TSelf>, INumberBase_1<TSelf>, IAdditionOperators_3<TSelf, TSelf, TSelf>, IAdditiveIdentity_2<TSelf, TSelf>, IDecrementOperators_1<TSelf>, IDivisionOperators_3<TSelf, TSelf, TSelf>, IEquatable_1<TSelf>, IIncrementOperators_1<TSelf>, IMultiplicativeIdentity_2<TSelf, TSelf>, IMultiplyOperators_3<TSelf, TSelf, TSelf>, ISpanFormattable, IFormattable, ISpanParsable_1<TSelf>, IParsable_1<TSelf>, ISubtractionOperators_3<TSelf, TSelf, TSelf>, IUnaryPlusOperators_2<TSelf, TSelf>, IUnaryNegationOperators_2<TSelf, TSelf>, IUtf8SpanFormattable, IUtf8SpanParsable_1<TSelf> {
219
242
  compareTo(obj: unknown): int;
243
+ compareTo(other: TSelf): int;
220
244
  toString(format: string, formatProvider: IFormatProvider): string;
221
245
  tryFormat(destination: Span_1<CLROf<char>>, charsWritten: { value: ref<int> }, format: ReadOnlySpan_1<CLROf<char>>, provider: IFormatProvider): boolean;
246
+ tryFormat(utf8Destination: Span_1<CLROf<byte>>, bytesWritten: { value: ref<int> }, format: ReadOnlySpan_1<CLROf<char>>, provider: IFormatProvider): boolean;
247
+ equals(other: TSelf): boolean;
222
248
  }
223
249
 
224
250
 
@@ -229,6 +255,8 @@ export type INumber_1<TSelf extends INumber_1<TSelf>> = INumber_1$instance<TSelf
229
255
  export interface INumberBase_1$instance<TSelf extends INumberBase_1<TSelf>> extends IAdditionOperators_3<TSelf, TSelf, TSelf>, IAdditiveIdentity_2<TSelf, TSelf>, IDecrementOperators_1<TSelf>, IDivisionOperators_3<TSelf, TSelf, TSelf>, IEquatable_1<TSelf>, IEqualityOperators_3<TSelf, TSelf, CLROf<boolean>>, IIncrementOperators_1<TSelf>, IMultiplicativeIdentity_2<TSelf, TSelf>, IMultiplyOperators_3<TSelf, TSelf, TSelf>, ISpanFormattable, IFormattable, ISpanParsable_1<TSelf>, IParsable_1<TSelf>, ISubtractionOperators_3<TSelf, TSelf, TSelf>, IUnaryPlusOperators_2<TSelf, TSelf>, IUnaryNegationOperators_2<TSelf, TSelf>, IUtf8SpanFormattable, IUtf8SpanParsable_1<TSelf> {
230
256
  toString(format: string, formatProvider: IFormatProvider): string;
231
257
  tryFormat(destination: Span_1<CLROf<char>>, charsWritten: { value: ref<int> }, format: ReadOnlySpan_1<CLROf<char>>, provider: IFormatProvider): boolean;
258
+ tryFormat(utf8Destination: Span_1<CLROf<byte>>, bytesWritten: { value: ref<int> }, format: ReadOnlySpan_1<CLROf<char>>, provider: IFormatProvider): boolean;
259
+ equals(other: TSelf): boolean;
232
260
  }
233
261
 
234
262
 
@@ -239,6 +267,8 @@ export type INumberBase_1<TSelf extends INumberBase_1<TSelf>> = INumberBase_1$in
239
267
  export interface IPowerFunctions_1$instance<TSelf extends IPowerFunctions_1<TSelf>> extends INumberBase_1<TSelf>, IAdditionOperators_3<TSelf, TSelf, TSelf>, IAdditiveIdentity_2<TSelf, TSelf>, IDecrementOperators_1<TSelf>, IDivisionOperators_3<TSelf, TSelf, TSelf>, IEquatable_1<TSelf>, IEqualityOperators_3<TSelf, TSelf, CLROf<boolean>>, IIncrementOperators_1<TSelf>, IMultiplicativeIdentity_2<TSelf, TSelf>, IMultiplyOperators_3<TSelf, TSelf, TSelf>, ISpanFormattable, IFormattable, ISpanParsable_1<TSelf>, IParsable_1<TSelf>, ISubtractionOperators_3<TSelf, TSelf, TSelf>, IUnaryPlusOperators_2<TSelf, TSelf>, IUnaryNegationOperators_2<TSelf, TSelf>, IUtf8SpanFormattable, IUtf8SpanParsable_1<TSelf> {
240
268
  toString(format: string, formatProvider: IFormatProvider): string;
241
269
  tryFormat(destination: Span_1<CLROf<char>>, charsWritten: { value: ref<int> }, format: ReadOnlySpan_1<CLROf<char>>, provider: IFormatProvider): boolean;
270
+ tryFormat(utf8Destination: Span_1<CLROf<byte>>, bytesWritten: { value: ref<int> }, format: ReadOnlySpan_1<CLROf<char>>, provider: IFormatProvider): boolean;
271
+ equals(other: TSelf): boolean;
242
272
  }
243
273
 
244
274
 
@@ -247,6 +277,8 @@ export type IPowerFunctions_1<TSelf extends IPowerFunctions_1<TSelf>> = IPowerFu
247
277
  export interface IRootFunctions_1$instance<TSelf extends IRootFunctions_1<TSelf>> extends IFloatingPointConstants_1<TSelf>, INumberBase_1<TSelf>, IAdditionOperators_3<TSelf, TSelf, TSelf>, IAdditiveIdentity_2<TSelf, TSelf>, IDecrementOperators_1<TSelf>, IDivisionOperators_3<TSelf, TSelf, TSelf>, IEquatable_1<TSelf>, IEqualityOperators_3<TSelf, TSelf, CLROf<boolean>>, IIncrementOperators_1<TSelf>, IMultiplicativeIdentity_2<TSelf, TSelf>, IMultiplyOperators_3<TSelf, TSelf, TSelf>, ISpanFormattable, IFormattable, ISpanParsable_1<TSelf>, IParsable_1<TSelf>, ISubtractionOperators_3<TSelf, TSelf, TSelf>, IUnaryPlusOperators_2<TSelf, TSelf>, IUnaryNegationOperators_2<TSelf, TSelf>, IUtf8SpanFormattable, IUtf8SpanParsable_1<TSelf> {
248
278
  toString(format: string, formatProvider: IFormatProvider): string;
249
279
  tryFormat(destination: Span_1<CLROf<char>>, charsWritten: { value: ref<int> }, format: ReadOnlySpan_1<CLROf<char>>, provider: IFormatProvider): boolean;
280
+ tryFormat(utf8Destination: Span_1<CLROf<byte>>, bytesWritten: { value: ref<int> }, format: ReadOnlySpan_1<CLROf<char>>, provider: IFormatProvider): boolean;
281
+ equals(other: TSelf): boolean;
250
282
  }
251
283
 
252
284
 
@@ -261,6 +293,8 @@ export type IShiftOperators_3<TSelf extends IShiftOperators_3<TSelf, TOther, TRe
261
293
  export interface ISignedNumber_1$instance<TSelf extends ISignedNumber_1<TSelf>> extends INumberBase_1<TSelf>, IAdditionOperators_3<TSelf, TSelf, TSelf>, IAdditiveIdentity_2<TSelf, TSelf>, IDecrementOperators_1<TSelf>, IDivisionOperators_3<TSelf, TSelf, TSelf>, IEquatable_1<TSelf>, IEqualityOperators_3<TSelf, TSelf, CLROf<boolean>>, IIncrementOperators_1<TSelf>, IMultiplicativeIdentity_2<TSelf, TSelf>, IMultiplyOperators_3<TSelf, TSelf, TSelf>, ISpanFormattable, IFormattable, ISpanParsable_1<TSelf>, IParsable_1<TSelf>, ISubtractionOperators_3<TSelf, TSelf, TSelf>, IUnaryPlusOperators_2<TSelf, TSelf>, IUnaryNegationOperators_2<TSelf, TSelf>, IUtf8SpanFormattable, IUtf8SpanParsable_1<TSelf> {
262
294
  toString(format: string, formatProvider: IFormatProvider): string;
263
295
  tryFormat(destination: Span_1<CLROf<char>>, charsWritten: { value: ref<int> }, format: ReadOnlySpan_1<CLROf<char>>, provider: IFormatProvider): boolean;
296
+ tryFormat(utf8Destination: Span_1<CLROf<byte>>, bytesWritten: { value: ref<int> }, format: ReadOnlySpan_1<CLROf<char>>, provider: IFormatProvider): boolean;
297
+ equals(other: TSelf): boolean;
264
298
  }
265
299
 
266
300
 
@@ -275,6 +309,8 @@ export type ISubtractionOperators_3<TSelf extends ISubtractionOperators_3<TSelf,
275
309
  export interface ITrigonometricFunctions_1$instance<TSelf extends ITrigonometricFunctions_1<TSelf>> extends IFloatingPointConstants_1<TSelf>, INumberBase_1<TSelf>, IAdditionOperators_3<TSelf, TSelf, TSelf>, IAdditiveIdentity_2<TSelf, TSelf>, IDecrementOperators_1<TSelf>, IDivisionOperators_3<TSelf, TSelf, TSelf>, IEquatable_1<TSelf>, IEqualityOperators_3<TSelf, TSelf, CLROf<boolean>>, IIncrementOperators_1<TSelf>, IMultiplicativeIdentity_2<TSelf, TSelf>, IMultiplyOperators_3<TSelf, TSelf, TSelf>, ISpanFormattable, IFormattable, ISpanParsable_1<TSelf>, IParsable_1<TSelf>, ISubtractionOperators_3<TSelf, TSelf, TSelf>, IUnaryPlusOperators_2<TSelf, TSelf>, IUnaryNegationOperators_2<TSelf, TSelf>, IUtf8SpanFormattable, IUtf8SpanParsable_1<TSelf> {
276
310
  toString(format: string, formatProvider: IFormatProvider): string;
277
311
  tryFormat(destination: Span_1<CLROf<char>>, charsWritten: { value: ref<int> }, format: ReadOnlySpan_1<CLROf<char>>, provider: IFormatProvider): boolean;
312
+ tryFormat(utf8Destination: Span_1<CLROf<byte>>, bytesWritten: { value: ref<int> }, format: ReadOnlySpan_1<CLROf<char>>, provider: IFormatProvider): boolean;
313
+ equals(other: TSelf): boolean;
278
314
  }
279
315
 
280
316
 
@@ -295,6 +331,8 @@ export type IUnaryPlusOperators_2<TSelf extends IUnaryPlusOperators_2<TSelf, TRe
295
331
  export interface IUnsignedNumber_1$instance<TSelf extends IUnsignedNumber_1<TSelf>> extends INumberBase_1<TSelf>, IAdditionOperators_3<TSelf, TSelf, TSelf>, IAdditiveIdentity_2<TSelf, TSelf>, IDecrementOperators_1<TSelf>, IDivisionOperators_3<TSelf, TSelf, TSelf>, IEquatable_1<TSelf>, IEqualityOperators_3<TSelf, TSelf, CLROf<boolean>>, IIncrementOperators_1<TSelf>, IMultiplicativeIdentity_2<TSelf, TSelf>, IMultiplyOperators_3<TSelf, TSelf, TSelf>, ISpanFormattable, IFormattable, ISpanParsable_1<TSelf>, IParsable_1<TSelf>, ISubtractionOperators_3<TSelf, TSelf, TSelf>, IUnaryPlusOperators_2<TSelf, TSelf>, IUnaryNegationOperators_2<TSelf, TSelf>, IUtf8SpanFormattable, IUtf8SpanParsable_1<TSelf> {
296
332
  toString(format: string, formatProvider: IFormatProvider): string;
297
333
  tryFormat(destination: Span_1<CLROf<char>>, charsWritten: { value: ref<int> }, format: ReadOnlySpan_1<CLROf<char>>, provider: IFormatProvider): boolean;
334
+ tryFormat(utf8Destination: Span_1<CLROf<byte>>, bytesWritten: { value: ref<int> }, format: ReadOnlySpan_1<CLROf<char>>, provider: IFormatProvider): boolean;
335
+ equals(other: TSelf): boolean;
298
336
  }
299
337
 
300
338
 
@@ -408,15 +446,16 @@ export interface __BigInteger$views {
408
446
  As_INumberBase_1(): INumberBase_1$instance<BigInteger>;
409
447
 
410
448
  // Structural method bridges for numeric interface constraints
411
- Equals(other: BigInteger): boolean;
412
- CompareTo(obj: unknown): int;
413
- ToString(format: string, formatProvider: import("../../System/internal/index").IFormatProvider): string;
414
- TryFormat(destination: import("../../System/internal/index").Span_1<import("../../System/internal/index").CLROf<char>>, charsWritten: { value: ref<int> }, format: import("../../System/internal/index").ReadOnlySpan_1<import("../../System/internal/index").CLROf<char>>, provider: import("../../System/internal/index").IFormatProvider): boolean;
415
- GetByteCount(): int;
416
- TryWriteBigEndian(destination: import("../../System/internal/index").Span_1<import("../../System/internal/index").CLROf<byte>>, bytesWritten: { value: ref<int> }): boolean;
417
- WriteBigEndian(destination: byte[], startIndex: int): int;
418
- WriteBigEndian(destination: byte[]): int;
419
- WriteBigEndian(destination: import("../../System/internal/index").Span_1<import("../../System/internal/index").CLROf<byte>>): int;
449
+ equals(other: BigInteger): boolean;
450
+ compareTo(obj: unknown): int;
451
+ toString(format: string, formatProvider: import("../../System/internal/index").IFormatProvider): string;
452
+ tryFormat(destination: import("../../System/internal/index").Span_1<import("../../System/internal/index").CLROf<char>>, charsWritten: { value: ref<int> }, format: import("../../System/internal/index").ReadOnlySpan_1<import("../../System/internal/index").CLROf<char>>, provider: import("../../System/internal/index").IFormatProvider): boolean;
453
+ tryFormat(utf8Destination: import("../../System/internal/index").Span_1<import("../../System/internal/index").CLROf<byte>>, bytesWritten: { value: ref<int> }, format: import("../../System/internal/index").ReadOnlySpan_1<import("../../System/internal/index").CLROf<char>>, provider: import("../../System/internal/index").IFormatProvider): boolean;
454
+ getByteCount(): int;
455
+ tryWriteBigEndian(destination: import("../../System/internal/index").Span_1<import("../../System/internal/index").CLROf<byte>>, bytesWritten: { value: ref<int> }): boolean;
456
+ writeBigEndian(destination: byte[], startIndex: int): int;
457
+ writeBigEndian(destination: byte[]): int;
458
+ writeBigEndian(destination: import("../../System/internal/index").Span_1<import("../../System/internal/index").CLROf<byte>>): int;
420
459
  }
421
460
 
422
461
  export type BigInteger = BigInteger$instance & __BigInteger$views;
@@ -521,9 +560,10 @@ export interface __Complex$views {
521
560
  As_INumberBase_1(): INumberBase_1$instance<Complex>;
522
561
 
523
562
  // Structural method bridges for numeric interface constraints
524
- Equals(other: Complex): boolean;
525
- ToString(format: string, formatProvider: import("../../System/internal/index").IFormatProvider): string;
526
- TryFormat(destination: import("../../System/internal/index").Span_1<import("../../System/internal/index").CLROf<char>>, charsWritten: { value: ref<int> }, format: import("../../System/internal/index").ReadOnlySpan_1<import("../../System/internal/index").CLROf<char>>, provider: import("../../System/internal/index").IFormatProvider): boolean;
563
+ equals(other: Complex): boolean;
564
+ toString(format: string, formatProvider: import("../../System/internal/index").IFormatProvider): string;
565
+ tryFormat(destination: import("../../System/internal/index").Span_1<import("../../System/internal/index").CLROf<char>>, charsWritten: { value: ref<int> }, format: import("../../System/internal/index").ReadOnlySpan_1<import("../../System/internal/index").CLROf<char>>, provider: import("../../System/internal/index").IFormatProvider): boolean;
566
+ tryFormat(utf8Destination: import("../../System/internal/index").Span_1<import("../../System/internal/index").CLROf<byte>>, bytesWritten: { value: ref<int> }, format: import("../../System/internal/index").ReadOnlySpan_1<import("../../System/internal/index").CLROf<char>>, provider: import("../../System/internal/index").IFormatProvider): boolean;
527
567
  }
528
568
 
529
569
  export type Complex = Complex$instance & __Complex$views;
@@ -590,7 +630,7 @@ export interface __Matrix3x2$views {
590
630
  As_IEquatable_1(): System_Internal.IEquatable_1$instance<Matrix3x2>;
591
631
 
592
632
  // Structural method bridges for numeric interface constraints
593
- Equals(other: Matrix3x2): boolean;
633
+ equals(other: Matrix3x2): boolean;
594
634
  }
595
635
 
596
636
  export type Matrix3x2 = Matrix3x2$instance & __Matrix3x2$views;
@@ -701,7 +741,7 @@ export interface __Matrix4x4$views {
701
741
  As_IEquatable_1(): System_Internal.IEquatable_1$instance<Matrix4x4>;
702
742
 
703
743
  // Structural method bridges for numeric interface constraints
704
- Equals(other: Matrix4x4): boolean;
744
+ equals(other: Matrix4x4): boolean;
705
745
  }
706
746
 
707
747
  export type Matrix4x4 = Matrix4x4$instance & __Matrix4x4$views;
@@ -738,7 +778,7 @@ export interface __Plane$views {
738
778
  As_IEquatable_1(): System_Internal.IEquatable_1$instance<Plane>;
739
779
 
740
780
  // Structural method bridges for numeric interface constraints
741
- Equals(other: Plane): boolean;
781
+ equals(other: Plane): boolean;
742
782
  }
743
783
 
744
784
  export type Plane = Plane$instance & __Plane$views;
@@ -790,7 +830,7 @@ export interface __Quaternion$views {
790
830
  As_IEquatable_1(): System_Internal.IEquatable_1$instance<Quaternion>;
791
831
 
792
832
  // Structural method bridges for numeric interface constraints
793
- Equals(other: Quaternion): boolean;
833
+ equals(other: Quaternion): boolean;
794
834
  }
795
835
 
796
836
  export type Quaternion = Quaternion$instance & __Quaternion$views;
@@ -817,7 +857,7 @@ export interface __TotalOrderIeee754Comparer_1$views<T extends IFloatingPointIee
817
857
  As_IEquatable_1(): System_Internal.IEquatable_1$instance<TotalOrderIeee754Comparer_1<T>>;
818
858
 
819
859
  // Structural method bridges for numeric interface constraints
820
- Equals(other: TotalOrderIeee754Comparer_1<T>): boolean;
860
+ equals(other: TotalOrderIeee754Comparer_1<T>): boolean;
821
861
  }
822
862
 
823
863
  export interface TotalOrderIeee754Comparer_1$instance<T extends IFloatingPointIeee754_1<T>> extends System_Collections_Generic_Internal.IComparer_1$instance<T> {}
@@ -863,7 +903,7 @@ export interface __Vector_1$views<T> {
863
903
  As_IFormattable(): System_Internal.IFormattable$instance;
864
904
 
865
905
  // Structural method bridges for numeric interface constraints
866
- Equals(other: Vector_1<T>): boolean;
906
+ equals(other: Vector_1<T>): boolean;
867
907
  }
868
908
 
869
909
  export interface Vector_1$instance<T> extends IAdditionOperators_3$instance<Vector_1<T>, Vector_1<T>, Vector_1<T>>, IBitwiseOperators_3$instance<Vector_1<T>, Vector_1<T>, Vector_1<T>>, IDivisionOperators_3$instance<Vector_1<T>, Vector_1<T>, Vector_1<T>>, IEqualityOperators_3$instance<Vector_1<T>, Vector_1<T>, CLROf<boolean>>, IMultiplyOperators_3$instance<Vector_1<T>, Vector_1<T>, Vector_1<T>>, IShiftOperators_3$instance<Vector_1<T>, CLROf<int>, Vector_1<T>>, ISubtractionOperators_3$instance<Vector_1<T>, Vector_1<T>, Vector_1<T>>, IUnaryNegationOperators_2$instance<Vector_1<T>, Vector_1<T>>, IUnaryPlusOperators_2$instance<Vector_1<T>, Vector_1<T>> {}
@@ -1023,7 +1063,7 @@ export interface __Vector2$views {
1023
1063
  As_IFormattable(): System_Internal.IFormattable$instance;
1024
1064
 
1025
1065
  // Structural method bridges for numeric interface constraints
1026
- Equals(other: Vector2): boolean;
1066
+ equals(other: Vector2): boolean;
1027
1067
  }
1028
1068
 
1029
1069
  export type Vector2 = Vector2$instance & __Vector2$views;
@@ -1183,7 +1223,7 @@ export interface __Vector3$views {
1183
1223
  As_IFormattable(): System_Internal.IFormattable$instance;
1184
1224
 
1185
1225
  // Structural method bridges for numeric interface constraints
1186
- Equals(other: Vector3): boolean;
1226
+ equals(other: Vector3): boolean;
1187
1227
  }
1188
1228
 
1189
1229
  export type Vector3 = Vector3$instance & __Vector3$views;
@@ -1349,7 +1389,7 @@ export interface __Vector4$views {
1349
1389
  As_IFormattable(): System_Internal.IFormattable$instance;
1350
1390
 
1351
1391
  // Structural method bridges for numeric interface constraints
1352
- Equals(other: Vector4): boolean;
1392
+ equals(other: Vector4): boolean;
1353
1393
  }
1354
1394
 
1355
1395
  export type Vector4 = Vector4$instance & __Vector4$views;