@tsonic/dotnet 0.8.2 → 0.8.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 (157) hide show
  1. package/Microsoft.CSharp.RuntimeBinder/internal/index.d.ts +18 -18
  2. package/Microsoft.VisualBasic.CompilerServices/internal/index.d.ts +1 -1
  3. package/Microsoft.VisualBasic.FileIO/internal/index.d.ts +2 -2
  4. package/Microsoft.Win32/internal/index.d.ts +10 -10
  5. package/System/internal/index.d.ts +964 -950
  6. package/System.Buffers/internal/index.d.ts +2 -2
  7. package/System.Buffers.d.ts +3 -0
  8. package/System.CodeDom.Compiler/internal/index.d.ts +10 -10
  9. package/System.Collections/internal/index.d.ts +30 -24
  10. package/System.Collections.Concurrent/internal/index.d.ts +10 -10
  11. package/System.Collections.Frozen/bindings.json +20 -20
  12. package/System.Collections.Frozen/internal/index.d.ts +6 -6
  13. package/System.Collections.Frozen/internal/metadata.json +10 -10
  14. package/System.Collections.Frozen.d.ts +3 -0
  15. package/System.Collections.Generic/bindings.json +20 -44
  16. package/System.Collections.Generic/internal/index.d.ts +54 -54
  17. package/System.Collections.Generic/internal/metadata.json +10 -26
  18. package/System.Collections.Generic.d.ts +3 -0
  19. package/System.Collections.Immutable/internal/index.d.ts +88 -88
  20. package/System.Collections.Immutable.d.ts +3 -0
  21. package/System.Collections.ObjectModel/internal/index.d.ts +15 -15
  22. package/System.Collections.Specialized/internal/index.d.ts +53 -49
  23. package/System.ComponentModel/internal/index.d.ts +388 -376
  24. package/System.ComponentModel.DataAnnotations/internal/index.d.ts +55 -45
  25. package/System.ComponentModel.DataAnnotations.Schema/internal/index.d.ts +3 -2
  26. package/System.ComponentModel.Design/internal/index.d.ts +36 -36
  27. package/System.ComponentModel.Design.Serialization/internal/index.d.ts +20 -20
  28. package/System.Data/internal/index.d.ts +171 -163
  29. package/System.Data.Common/internal/index.d.ts +36 -28
  30. package/System.Data.Common.d.ts +3 -0
  31. package/System.Data.SqlTypes/internal/index.d.ts +23 -23
  32. package/System.Data.d.ts +3 -0
  33. package/System.Diagnostics/internal/index.d.ts +250 -228
  34. package/System.Diagnostics.CodeAnalysis/internal/index.d.ts +37 -23
  35. package/System.Diagnostics.Contracts/internal/index.d.ts +4 -4
  36. package/System.Diagnostics.Metrics/internal/index.d.ts +34 -29
  37. package/System.Diagnostics.Metrics.d.ts +3 -0
  38. package/System.Diagnostics.SymbolStore/internal/index.d.ts +4 -4
  39. package/System.Diagnostics.Tracing/internal/index.d.ts +26 -24
  40. package/System.Diagnostics.d.ts +3 -0
  41. package/System.Drawing/internal/index.d.ts +76 -76
  42. package/System.Dynamic/internal/index.d.ts +26 -26
  43. package/System.Formats.Asn1/internal/index.d.ts +4 -4
  44. package/System.Formats.Tar/internal/index.d.ts +5 -4
  45. package/System.Globalization/internal/index.d.ts +22 -20
  46. package/System.Globalization.d.ts +3 -0
  47. package/System.IO/internal/index.d.ts +106 -103
  48. package/System.IO.Compression/internal/index.d.ts +24 -24
  49. package/System.IO.Compression.d.ts +3 -0
  50. package/System.IO.Enumeration/internal/index.d.ts +7 -5
  51. package/System.IO.IsolatedStorage/internal/index.d.ts +9 -9
  52. package/System.IO.MemoryMappedFiles/internal/index.d.ts +8 -8
  53. package/System.IO.Pipelines/internal/index.d.ts +5 -5
  54. package/System.IO.Pipelines.d.ts +3 -0
  55. package/System.IO.Pipes/internal/index.d.ts +4 -4
  56. package/System.IO.Pipes.d.ts +3 -0
  57. package/System.IO.d.ts +3 -0
  58. package/System.Linq/internal/index.d.ts +207 -207
  59. package/System.Linq.Expressions/internal/index.d.ts +160 -160
  60. package/System.Linq.d.ts +3 -0
  61. package/System.Net/internal/index.d.ts +157 -131
  62. package/System.Net.Cache/internal/index.d.ts +2 -2
  63. package/System.Net.Http/internal/index.d.ts +69 -53
  64. package/System.Net.Http.Headers/internal/index.d.ts +62 -45
  65. package/System.Net.Http.Json/internal/index.d.ts +38 -38
  66. package/System.Net.Http.Json.d.ts +3 -0
  67. package/System.Net.Http.Metrics/internal/index.d.ts +1 -1
  68. package/System.Net.Mail/internal/index.d.ts +80 -70
  69. package/System.Net.Mime/internal/index.d.ts +4 -2
  70. package/System.Net.NetworkInformation/internal/index.d.ts +23 -23
  71. package/System.Net.Quic/internal/index.d.ts +4 -3
  72. package/System.Net.Security/internal/index.d.ts +65 -49
  73. package/System.Net.ServerSentEvents/internal/index.d.ts +3 -2
  74. package/System.Net.Sockets/internal/index.d.ts +49 -42
  75. package/System.Net.Sockets.d.ts +3 -0
  76. package/System.Net.WebSockets/internal/index.d.ts +35 -29
  77. package/System.Numerics/bindings.json +96 -72
  78. package/System.Numerics/internal/index.d.ts +93 -91
  79. package/System.Numerics/internal/metadata.json +64 -48
  80. package/System.Numerics.d.ts +3 -0
  81. package/System.Reflection/internal/index.d.ts +129 -126
  82. package/System.Reflection.Emit/internal/index.d.ts +105 -105
  83. package/System.Reflection.Metadata/internal/index.d.ts +15 -15
  84. package/System.Reflection.Metadata.Ecma335/internal/index.d.ts +4 -4
  85. package/System.Reflection.Metadata.Ecma335.d.ts +3 -0
  86. package/System.Reflection.Metadata.d.ts +3 -0
  87. package/System.Reflection.PortableExecutable/internal/index.d.ts +2 -2
  88. package/System.Reflection.d.ts +3 -0
  89. package/System.Resources/internal/index.d.ts +20 -19
  90. package/System.Runtime/internal/index.d.ts +6 -5
  91. package/System.Runtime.CompilerServices/internal/index.d.ts +30 -28
  92. package/System.Runtime.InteropServices/internal/index.d.ts +85 -83
  93. package/System.Runtime.InteropServices.ComTypes/internal/index.d.ts +9 -9
  94. package/System.Runtime.InteropServices.JavaScript/internal/index.d.ts +20 -20
  95. package/System.Runtime.InteropServices.Marshalling/internal/index.d.ts +28 -26
  96. package/System.Runtime.InteropServices.d.ts +3 -0
  97. package/System.Runtime.Intrinsics.d.ts +3 -0
  98. package/System.Runtime.Loader/internal/index.d.ts +2 -2
  99. package/System.Runtime.Remoting/internal/index.d.ts +1 -1
  100. package/System.Runtime.Serialization/internal/index.d.ts +66 -54
  101. package/System.Runtime.Serialization.DataContracts/internal/index.d.ts +3 -3
  102. package/System.Runtime.Serialization.Formatters/internal/index.d.ts +4 -2
  103. package/System.Runtime.Serialization.Formatters.Binary/internal/index.d.ts +5 -4
  104. package/System.Runtime.Serialization.Json/internal/index.d.ts +22 -21
  105. package/System.Runtime.Serialization.Json.d.ts +3 -0
  106. package/System.Runtime.Serialization.d.ts +3 -0
  107. package/System.Runtime.Versioning/internal/index.d.ts +12 -9
  108. package/System.Security/internal/index.d.ts +62 -52
  109. package/System.Security.AccessControl/internal/index.d.ts +29 -25
  110. package/System.Security.Authentication/internal/index.d.ts +4 -4
  111. package/System.Security.Authentication.ExtendedProtection/internal/index.d.ts +8 -8
  112. package/System.Security.Claims/internal/index.d.ts +21 -15
  113. package/System.Security.Cryptography/bindings.json +4212 -4212
  114. package/System.Security.Cryptography/internal/index.d.ts +155 -141
  115. package/System.Security.Cryptography.X509Certificates/bindings.json +768 -768
  116. package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +83 -82
  117. package/System.Security.Cryptography.X509Certificates.d.ts +3 -0
  118. package/System.Security.Permissions/internal/index.d.ts +2 -2
  119. package/System.Security.Principal/internal/index.d.ts +3 -3
  120. package/System.Text/internal/index.d.ts +48 -46
  121. package/System.Text.Json/internal/index.d.ts +87 -81
  122. package/System.Text.Json.Nodes/internal/index.d.ts +41 -41
  123. package/System.Text.Json.Schema/internal/index.d.ts +4 -3
  124. package/System.Text.Json.Schema.d.ts +3 -0
  125. package/System.Text.Json.Serialization/internal/index.d.ts +5 -4
  126. package/System.Text.Json.Serialization.Metadata/internal/index.d.ts +55 -30
  127. package/System.Text.Json.Serialization.Metadata.d.ts +3 -0
  128. package/System.Text.Json.d.ts +3 -0
  129. package/System.Text.RegularExpressions/internal/index.d.ts +5 -5
  130. package/System.Text.Unicode/internal/index.d.ts +4 -4
  131. package/System.Text.d.ts +3 -0
  132. package/System.Threading/internal/index.d.ts +86 -85
  133. package/System.Threading.Channels/internal/index.d.ts +8 -8
  134. package/System.Threading.Tasks/internal/index.d.ts +82 -82
  135. package/System.Threading.Tasks.Dataflow/internal/index.d.ts +25 -26
  136. package/System.Threading.Tasks.Dataflow.d.ts +3 -0
  137. package/System.Threading.Tasks.Sources/internal/index.d.ts +4 -4
  138. package/System.Threading.Tasks.d.ts +3 -0
  139. package/System.Threading.d.ts +3 -0
  140. package/System.Timers/internal/index.d.ts +5 -3
  141. package/System.Transactions/internal/index.d.ts +18 -16
  142. package/System.Web/internal/index.d.ts +30 -30
  143. package/System.Windows.Input/internal/index.d.ts +2 -2
  144. package/System.Xml/internal/index.d.ts +162 -161
  145. package/System.Xml.Linq/internal/index.d.ts +38 -37
  146. package/System.Xml.Linq.d.ts +3 -0
  147. package/System.Xml.Resolvers/internal/index.d.ts +5 -5
  148. package/System.Xml.Schema/internal/index.d.ts +133 -88
  149. package/System.Xml.Schema.d.ts +3 -0
  150. package/System.Xml.Serialization/internal/index.d.ts +138 -117
  151. package/System.Xml.XPath/internal/index.d.ts +12 -12
  152. package/System.Xml.XPath.d.ts +3 -0
  153. package/System.Xml.Xsl/internal/index.d.ts +34 -34
  154. package/System.Xml.Xsl.Runtime/internal/index.d.ts +16 -16
  155. package/System.d.ts +3 -0
  156. package/__internal/extensions/index.d.ts +2516 -2196
  157. package/package.json +2 -2
@@ -28,12 +28,12 @@ export interface IAdditiveIdentity_2$instance<TSelf extends IAdditiveIdentity_2<
28
28
  export type IAdditiveIdentity_2<TSelf extends IAdditiveIdentity_2<TSelf, TResult>, TResult> = IAdditiveIdentity_2$instance<TSelf, TResult>;
29
29
 
30
30
  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, System_Internal.Boolean>, IEqualityOperators_3<TSelf, TSelf, System_Internal.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> {
31
- compareTo(obj: unknown | undefined): int;
31
+ compareTo(obj: unknown): int;
32
32
  compareTo(other: TSelf): int;
33
33
  getExponentByteCount(): int;
34
- toString(format: string | undefined, formatProvider: IFormatProvider | undefined): string;
35
- tryFormat(destination: Span_1<System_Internal.Char>, charsWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider | undefined): boolean;
36
- tryFormat(utf8Destination: Span_1<System_Internal.Byte>, bytesWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider | undefined): boolean;
34
+ toString(format: string, formatProvider: IFormatProvider): string;
35
+ tryFormat(destination: Span_1<System_Internal.Char>, charsWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider): boolean;
36
+ tryFormat(utf8Destination: Span_1<System_Internal.Byte>, bytesWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider): boolean;
37
37
  tryWriteExponentBigEndian(destination: Span_1<System_Internal.Byte>, bytesWritten: int): boolean;
38
38
  writeExponentBigEndian(destination: byte[], startIndex: int): int;
39
39
  writeExponentBigEndian(destination: byte[]): int;
@@ -45,12 +45,12 @@ export interface IBinaryFloatingPointIeee754_1$instance<TSelf extends IBinaryFlo
45
45
  export type IBinaryFloatingPointIeee754_1<TSelf extends IBinaryFloatingPointIeee754_1<TSelf>> = IBinaryFloatingPointIeee754_1$instance<TSelf>;
46
46
 
47
47
  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, System_Internal.Boolean>, IEqualityOperators_3<TSelf, TSelf, System_Internal.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, System_Internal.Int32, TSelf> {
48
- compareTo(obj: unknown | undefined): int;
48
+ compareTo(obj: unknown): int;
49
49
  compareTo(other: TSelf): int;
50
50
  getByteCount(): int;
51
- toString(format: string | undefined, formatProvider: IFormatProvider | undefined): string;
52
- tryFormat(destination: Span_1<System_Internal.Char>, charsWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider | undefined): boolean;
53
- tryFormat(utf8Destination: Span_1<System_Internal.Byte>, bytesWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider | undefined): boolean;
51
+ toString(format: string, formatProvider: IFormatProvider): string;
52
+ tryFormat(destination: Span_1<System_Internal.Char>, charsWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider): boolean;
53
+ tryFormat(utf8Destination: Span_1<System_Internal.Byte>, bytesWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider): boolean;
54
54
  tryWriteBigEndian(destination: Span_1<System_Internal.Byte>, bytesWritten: int): boolean;
55
55
  writeBigEndian(destination: byte[], startIndex: int): int;
56
56
  writeBigEndian(destination: byte[]): int;
@@ -64,11 +64,11 @@ export interface IBinaryInteger_1$instance<TSelf extends IBinaryInteger_1<TSelf>
64
64
  export type IBinaryInteger_1<TSelf extends IBinaryInteger_1<TSelf>> = IBinaryInteger_1$instance<TSelf>;
65
65
 
66
66
  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, System_Internal.Boolean>, IEqualityOperators_3<TSelf, TSelf, System_Internal.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> {
67
- compareTo(obj: unknown | undefined): int;
67
+ compareTo(obj: unknown): int;
68
68
  compareTo(other: TSelf): int;
69
- toString(format: string | undefined, formatProvider: IFormatProvider | undefined): string;
70
- tryFormat(destination: Span_1<System_Internal.Char>, charsWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider | undefined): boolean;
71
- tryFormat(utf8Destination: Span_1<System_Internal.Byte>, bytesWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider | undefined): boolean;
69
+ toString(format: string, formatProvider: IFormatProvider): string;
70
+ tryFormat(destination: Span_1<System_Internal.Char>, charsWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider): boolean;
71
+ tryFormat(utf8Destination: Span_1<System_Internal.Byte>, bytesWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider): boolean;
72
72
  equals(other: TSelf): boolean;
73
73
  }
74
74
 
@@ -110,9 +110,9 @@ export interface IEqualityOperators_3$instance<TSelf extends IEqualityOperators_
110
110
  export type IEqualityOperators_3<TSelf extends IEqualityOperators_3<TSelf, TOther, TResult>, TOther, TResult> = IEqualityOperators_3$instance<TSelf, TOther, TResult>;
111
111
 
112
112
  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, System_Internal.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> {
113
- toString(format: string | undefined, formatProvider: IFormatProvider | undefined): string;
114
- tryFormat(destination: Span_1<System_Internal.Char>, charsWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider | undefined): boolean;
115
- tryFormat(utf8Destination: Span_1<System_Internal.Byte>, bytesWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider | undefined): boolean;
113
+ toString(format: string, formatProvider: IFormatProvider): string;
114
+ tryFormat(destination: Span_1<System_Internal.Char>, charsWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider): boolean;
115
+ tryFormat(utf8Destination: Span_1<System_Internal.Byte>, bytesWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider): boolean;
116
116
  equals(other: TSelf): boolean;
117
117
  }
118
118
 
@@ -120,12 +120,12 @@ export interface IExponentialFunctions_1$instance<TSelf extends IExponentialFunc
120
120
  export type IExponentialFunctions_1<TSelf extends IExponentialFunctions_1<TSelf>> = IExponentialFunctions_1$instance<TSelf>;
121
121
 
122
122
  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, System_Internal.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, System_Internal.Boolean>, IModulusOperators_3<TSelf, TSelf, TSelf>, ISignedNumber_1<TSelf> {
123
- compareTo(obj: unknown | undefined): int;
123
+ compareTo(obj: unknown): int;
124
124
  compareTo(other: TSelf): int;
125
125
  getExponentByteCount(): int;
126
- toString(format: string | undefined, formatProvider: IFormatProvider | undefined): string;
127
- tryFormat(destination: Span_1<System_Internal.Char>, charsWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider | undefined): boolean;
128
- tryFormat(utf8Destination: Span_1<System_Internal.Byte>, bytesWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider | undefined): boolean;
126
+ toString(format: string, formatProvider: IFormatProvider): string;
127
+ tryFormat(destination: Span_1<System_Internal.Char>, charsWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider): boolean;
128
+ tryFormat(utf8Destination: Span_1<System_Internal.Byte>, bytesWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider): boolean;
129
129
  tryWriteExponentBigEndian(destination: Span_1<System_Internal.Byte>, bytesWritten: int): boolean;
130
130
  writeExponentBigEndian(destination: byte[], startIndex: int): int;
131
131
  writeExponentBigEndian(destination: byte[]): int;
@@ -137,9 +137,9 @@ export interface IFloatingPoint_1$instance<TSelf extends IFloatingPoint_1<TSelf>
137
137
  export type IFloatingPoint_1<TSelf extends IFloatingPoint_1<TSelf>> = IFloatingPoint_1$instance<TSelf>;
138
138
 
139
139
  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, System_Internal.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> {
140
- toString(format: string | undefined, formatProvider: IFormatProvider | undefined): string;
141
- tryFormat(destination: Span_1<System_Internal.Char>, charsWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider | undefined): boolean;
142
- tryFormat(utf8Destination: Span_1<System_Internal.Byte>, bytesWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider | undefined): boolean;
140
+ toString(format: string, formatProvider: IFormatProvider): string;
141
+ tryFormat(destination: Span_1<System_Internal.Char>, charsWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider): boolean;
142
+ tryFormat(utf8Destination: Span_1<System_Internal.Byte>, bytesWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider): boolean;
143
143
  equals(other: TSelf): boolean;
144
144
  }
145
145
 
@@ -147,12 +147,12 @@ export interface IFloatingPointConstants_1$instance<TSelf extends IFloatingPoint
147
147
  export type IFloatingPointConstants_1<TSelf extends IFloatingPointConstants_1<TSelf>> = IFloatingPointConstants_1$instance<TSelf>;
148
148
 
149
149
  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, System_Internal.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, System_Internal.Boolean>, IModulusOperators_3<TSelf, TSelf, TSelf>, ISignedNumber_1<TSelf>, IHyperbolicFunctions_1<TSelf>, ILogarithmicFunctions_1<TSelf>, IPowerFunctions_1<TSelf>, IRootFunctions_1<TSelf>, ITrigonometricFunctions_1<TSelf> {
150
- compareTo(obj: unknown | undefined): int;
150
+ compareTo(obj: unknown): int;
151
151
  compareTo(other: TSelf): int;
152
152
  getExponentByteCount(): int;
153
- toString(format: string | undefined, formatProvider: IFormatProvider | undefined): string;
154
- tryFormat(destination: Span_1<System_Internal.Char>, charsWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider | undefined): boolean;
155
- tryFormat(utf8Destination: Span_1<System_Internal.Byte>, bytesWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider | undefined): boolean;
153
+ toString(format: string, formatProvider: IFormatProvider): string;
154
+ tryFormat(destination: Span_1<System_Internal.Char>, charsWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider): boolean;
155
+ tryFormat(utf8Destination: Span_1<System_Internal.Byte>, bytesWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider): boolean;
156
156
  tryWriteExponentBigEndian(destination: Span_1<System_Internal.Byte>, bytesWritten: int): boolean;
157
157
  writeExponentBigEndian(destination: byte[], startIndex: int): int;
158
158
  writeExponentBigEndian(destination: byte[]): int;
@@ -164,9 +164,9 @@ export interface IFloatingPointIeee754_1$instance<TSelf extends IFloatingPointIe
164
164
  export type IFloatingPointIeee754_1<TSelf extends IFloatingPointIeee754_1<TSelf>> = IFloatingPointIeee754_1$instance<TSelf>;
165
165
 
166
166
  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, System_Internal.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> {
167
- toString(format: string | undefined, formatProvider: IFormatProvider | undefined): string;
168
- tryFormat(destination: Span_1<System_Internal.Char>, charsWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider | undefined): boolean;
169
- tryFormat(utf8Destination: Span_1<System_Internal.Byte>, bytesWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider | undefined): boolean;
167
+ toString(format: string, formatProvider: IFormatProvider): string;
168
+ tryFormat(destination: Span_1<System_Internal.Char>, charsWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider): boolean;
169
+ tryFormat(utf8Destination: Span_1<System_Internal.Byte>, bytesWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider): boolean;
170
170
  equals(other: TSelf): boolean;
171
171
  }
172
172
 
@@ -180,9 +180,9 @@ export interface IIncrementOperators_1$instance<TSelf extends IIncrementOperator
180
180
  export type IIncrementOperators_1<TSelf extends IIncrementOperators_1<TSelf>> = IIncrementOperators_1$instance<TSelf>;
181
181
 
182
182
  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, System_Internal.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> {
183
- toString(format: string | undefined, formatProvider: IFormatProvider | undefined): string;
184
- tryFormat(destination: Span_1<System_Internal.Char>, charsWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider | undefined): boolean;
185
- tryFormat(utf8Destination: Span_1<System_Internal.Byte>, bytesWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider | undefined): boolean;
183
+ toString(format: string, formatProvider: IFormatProvider): string;
184
+ tryFormat(destination: Span_1<System_Internal.Char>, charsWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider): boolean;
185
+ tryFormat(utf8Destination: Span_1<System_Internal.Byte>, bytesWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider): boolean;
186
186
  equals(other: TSelf): boolean;
187
187
  }
188
188
 
@@ -214,11 +214,11 @@ export interface IMultiplyOperators_3$instance<TSelf extends IMultiplyOperators_
214
214
  export type IMultiplyOperators_3<TSelf extends IMultiplyOperators_3<TSelf, TOther, TResult>, TOther, TResult> = IMultiplyOperators_3$instance<TSelf, TOther, TResult>;
215
215
 
216
216
  export interface INumber_1$instance<TSelf extends INumber_1<TSelf>> extends IComparable, IComparable_1<TSelf>, IComparisonOperators_3<TSelf, TSelf, System_Internal.Boolean>, IEqualityOperators_3<TSelf, TSelf, System_Internal.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> {
217
- compareTo(obj: unknown | undefined): int;
217
+ compareTo(obj: unknown): int;
218
218
  compareTo(other: TSelf): int;
219
- toString(format: string | undefined, formatProvider: IFormatProvider | undefined): string;
220
- tryFormat(destination: Span_1<System_Internal.Char>, charsWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider | undefined): boolean;
221
- tryFormat(utf8Destination: Span_1<System_Internal.Byte>, bytesWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider | undefined): boolean;
219
+ toString(format: string, formatProvider: IFormatProvider): string;
220
+ tryFormat(destination: Span_1<System_Internal.Char>, charsWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider): boolean;
221
+ tryFormat(utf8Destination: Span_1<System_Internal.Byte>, bytesWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider): boolean;
222
222
  equals(other: TSelf): boolean;
223
223
  }
224
224
 
@@ -228,10 +228,10 @@ export interface INumber_1$instance<TSelf extends INumber_1<TSelf>> extends Syst
228
228
  export type INumber_1<TSelf extends INumber_1<TSelf>> = INumber_1$instance<TSelf>;
229
229
 
230
230
  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, System_Internal.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> {
231
+ toString(format: string, formatProvider: IFormatProvider): string;
232
+ tryFormat(destination: Span_1<System_Internal.Char>, charsWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider): boolean;
233
+ tryFormat(utf8Destination: Span_1<System_Internal.Byte>, bytesWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider): boolean;
231
234
  equals(other: TSelf): boolean;
232
- toString(format: string | undefined, formatProvider: IFormatProvider | undefined): string;
233
- tryFormat(destination: Span_1<System_Internal.Char>, charsWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider | undefined): boolean;
234
- tryFormat(utf8Destination: Span_1<System_Internal.Byte>, bytesWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider | undefined): boolean;
235
235
  }
236
236
 
237
237
 
@@ -240,9 +240,9 @@ export interface INumberBase_1$instance<TSelf extends INumberBase_1<TSelf>> exte
240
240
  export type INumberBase_1<TSelf extends INumberBase_1<TSelf>> = INumberBase_1$instance<TSelf>;
241
241
 
242
242
  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, System_Internal.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> {
243
- toString(format: string | undefined, formatProvider: IFormatProvider | undefined): string;
244
- tryFormat(destination: Span_1<System_Internal.Char>, charsWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider | undefined): boolean;
245
- tryFormat(utf8Destination: Span_1<System_Internal.Byte>, bytesWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider | undefined): boolean;
243
+ toString(format: string, formatProvider: IFormatProvider): string;
244
+ tryFormat(destination: Span_1<System_Internal.Char>, charsWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider): boolean;
245
+ tryFormat(utf8Destination: Span_1<System_Internal.Byte>, bytesWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider): boolean;
246
246
  equals(other: TSelf): boolean;
247
247
  }
248
248
 
@@ -250,9 +250,9 @@ export interface IPowerFunctions_1$instance<TSelf extends IPowerFunctions_1<TSel
250
250
  export type IPowerFunctions_1<TSelf extends IPowerFunctions_1<TSelf>> = IPowerFunctions_1$instance<TSelf>;
251
251
 
252
252
  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, System_Internal.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> {
253
- toString(format: string | undefined, formatProvider: IFormatProvider | undefined): string;
254
- tryFormat(destination: Span_1<System_Internal.Char>, charsWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider | undefined): boolean;
255
- tryFormat(utf8Destination: Span_1<System_Internal.Byte>, bytesWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider | undefined): boolean;
253
+ toString(format: string, formatProvider: IFormatProvider): string;
254
+ tryFormat(destination: Span_1<System_Internal.Char>, charsWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider): boolean;
255
+ tryFormat(utf8Destination: Span_1<System_Internal.Byte>, bytesWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider): boolean;
256
256
  equals(other: TSelf): boolean;
257
257
  }
258
258
 
@@ -266,9 +266,9 @@ export interface IShiftOperators_3$instance<TSelf extends IShiftOperators_3<TSel
266
266
  export type IShiftOperators_3<TSelf extends IShiftOperators_3<TSelf, TOther, TResult>, TOther, TResult> = IShiftOperators_3$instance<TSelf, TOther, TResult>;
267
267
 
268
268
  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, System_Internal.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> {
269
- toString(format: string | undefined, formatProvider: IFormatProvider | undefined): string;
270
- tryFormat(destination: Span_1<System_Internal.Char>, charsWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider | undefined): boolean;
271
- tryFormat(utf8Destination: Span_1<System_Internal.Byte>, bytesWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider | undefined): boolean;
269
+ toString(format: string, formatProvider: IFormatProvider): string;
270
+ tryFormat(destination: Span_1<System_Internal.Char>, charsWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider): boolean;
271
+ tryFormat(utf8Destination: Span_1<System_Internal.Byte>, bytesWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider): boolean;
272
272
  equals(other: TSelf): boolean;
273
273
  }
274
274
 
@@ -282,9 +282,9 @@ export interface ISubtractionOperators_3$instance<TSelf extends ISubtractionOper
282
282
  export type ISubtractionOperators_3<TSelf extends ISubtractionOperators_3<TSelf, TOther, TResult>, TOther, TResult> = ISubtractionOperators_3$instance<TSelf, TOther, TResult>;
283
283
 
284
284
  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, System_Internal.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> {
285
- toString(format: string | undefined, formatProvider: IFormatProvider | undefined): string;
286
- tryFormat(destination: Span_1<System_Internal.Char>, charsWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider | undefined): boolean;
287
- tryFormat(utf8Destination: Span_1<System_Internal.Byte>, bytesWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider | undefined): boolean;
285
+ toString(format: string, formatProvider: IFormatProvider): string;
286
+ tryFormat(destination: Span_1<System_Internal.Char>, charsWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider): boolean;
287
+ tryFormat(utf8Destination: Span_1<System_Internal.Byte>, bytesWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider): boolean;
288
288
  equals(other: TSelf): boolean;
289
289
  }
290
290
 
@@ -304,9 +304,9 @@ export interface IUnaryPlusOperators_2$instance<TSelf extends IUnaryPlusOperator
304
304
  export type IUnaryPlusOperators_2<TSelf extends IUnaryPlusOperators_2<TSelf, TResult>, TResult> = IUnaryPlusOperators_2$instance<TSelf, TResult>;
305
305
 
306
306
  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, System_Internal.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> {
307
- toString(format: string | undefined, formatProvider: IFormatProvider | undefined): string;
308
- tryFormat(destination: Span_1<System_Internal.Char>, charsWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider | undefined): boolean;
309
- tryFormat(utf8Destination: Span_1<System_Internal.Byte>, bytesWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider | undefined): boolean;
307
+ toString(format: string, formatProvider: IFormatProvider): string;
308
+ tryFormat(destination: Span_1<System_Internal.Char>, charsWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider): boolean;
309
+ tryFormat(utf8Destination: Span_1<System_Internal.Byte>, bytesWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider): boolean;
310
310
  equals(other: TSelf): boolean;
311
311
  }
312
312
 
@@ -332,11 +332,11 @@ export interface BigInteger$instance extends IAdditionOperators_3<BigInteger, Bi
332
332
  getHashCode(): int;
333
333
  toByteArray(): byte[];
334
334
  toByteArray(isUnsigned?: boolean, isBigEndian?: boolean): byte[];
335
- toString(): string | undefined;
336
- toString(provider: IFormatProvider | undefined): string;
337
- toString(format: string | undefined): string;
335
+ toString(): string;
336
+ toString(provider: IFormatProvider): string;
337
+ toString(format: string): string;
338
338
  toString(format: string, provider: IFormatProvider): string;
339
- tryFormat(destination: Span_1<System_Internal.Char>, charsWritten: int, format?: ReadOnlySpan_1<System_Internal.Char>, provider?: IFormatProvider | undefined): boolean;
339
+ tryFormat(destination: Span_1<System_Internal.Char>, charsWritten: int, format?: ReadOnlySpan_1<System_Internal.Char>, provider?: IFormatProvider): boolean;
340
340
  tryWriteBytes(destination: Span_1<System_Internal.Byte>, bytesWritten: int, isUnsigned?: boolean, isBigEndian?: boolean): boolean;
341
341
  }
342
342
 
@@ -383,11 +383,11 @@ export const BigInteger: {
383
383
  modPow(value: BigInteger, exponent: BigInteger, modulus: BigInteger): BigInteger;
384
384
  multiply(left: BigInteger, right: BigInteger): BigInteger;
385
385
  negate(value: BigInteger): BigInteger;
386
- parse(value: ReadOnlySpan_1<System_Internal.Char>, style?: NumberStyles, provider?: IFormatProvider | undefined): BigInteger;
387
- parse(s: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider | undefined): BigInteger;
388
- parse(value: string, style: NumberStyles, provider: IFormatProvider | undefined): BigInteger;
386
+ parse(value: ReadOnlySpan_1<System_Internal.Char>, style?: NumberStyles, provider?: IFormatProvider): BigInteger;
387
+ parse(s: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider): BigInteger;
388
+ parse(value: string, style: NumberStyles, provider: IFormatProvider): BigInteger;
389
389
  parse(value: string, style: NumberStyles): BigInteger;
390
- parse(value: string, provider: IFormatProvider | undefined): BigInteger;
390
+ parse(value: string, provider: IFormatProvider): BigInteger;
391
391
  parse(value: string): BigInteger;
392
392
  popCount(value: BigInteger): BigInteger;
393
393
  pow(value: BigInteger, exponent: int): BigInteger;
@@ -396,8 +396,8 @@ export const BigInteger: {
396
396
  rotateRight(value: BigInteger, rotateAmount: int): BigInteger;
397
397
  subtract(left: BigInteger, right: BigInteger): BigInteger;
398
398
  trailingZeroCount(value: BigInteger): BigInteger;
399
- tryParse(value: ReadOnlySpan_1<System_Internal.Char>, style: NumberStyles, provider: IFormatProvider | undefined, result: BigInteger): boolean;
400
- tryParse(s: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider | undefined, result: BigInteger): boolean;
399
+ tryParse(value: ReadOnlySpan_1<System_Internal.Char>, style: NumberStyles, provider: IFormatProvider, result: BigInteger): boolean;
400
+ tryParse(s: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider, result: BigInteger): boolean;
401
401
  tryParse(value: ReadOnlySpan_1<System_Internal.Char>, result: BigInteger): boolean;
402
402
  tryParse(value: string, style: NumberStyles, provider: IFormatProvider, result: BigInteger): boolean;
403
403
  tryParse(s: string, provider: IFormatProvider, result: BigInteger): boolean;
@@ -444,12 +444,12 @@ export interface Complex$instance extends IAdditionOperators_3<Complex, Complex,
444
444
  equals(obj: unknown): boolean;
445
445
  equals(value: Complex): boolean;
446
446
  getHashCode(): int;
447
- toString(): string | undefined;
448
- toString(format: string | undefined): string;
449
- toString(provider: IFormatProvider | undefined): string;
447
+ toString(): string;
448
+ toString(format: string): string;
449
+ toString(provider: IFormatProvider): string;
450
450
  toString(format: string, provider: IFormatProvider): string;
451
- tryFormat(destination: Span_1<System_Internal.Char>, charsWritten: int, format?: ReadOnlySpan_1<System_Internal.Char>, provider?: IFormatProvider | undefined): boolean;
452
- tryFormat(utf8Destination: Span_1<System_Internal.Byte>, bytesWritten: int, format?: ReadOnlySpan_1<System_Internal.Char>, provider?: IFormatProvider | undefined): boolean;
451
+ tryFormat(destination: Span_1<System_Internal.Char>, charsWritten: int, format?: ReadOnlySpan_1<System_Internal.Char>, provider?: IFormatProvider): boolean;
452
+ tryFormat(utf8Destination: Span_1<System_Internal.Byte>, bytesWritten: int, format?: ReadOnlySpan_1<System_Internal.Char>, provider?: IFormatProvider): boolean;
453
453
  }
454
454
 
455
455
 
@@ -502,10 +502,10 @@ export const Complex: {
502
502
  multiply(left: Complex, right: double): Complex;
503
503
  multiply(left: Complex, right: Complex): Complex;
504
504
  negate(value: Complex): Complex;
505
- parse(s: ReadOnlySpan_1<System_Internal.Char>, style: NumberStyles, provider: IFormatProvider | undefined): Complex;
506
- parse(s: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider | undefined): Complex;
507
- parse(s: string, style: NumberStyles, provider: IFormatProvider | undefined): Complex;
508
- parse(s: string, provider: IFormatProvider | undefined): Complex;
505
+ parse(s: ReadOnlySpan_1<System_Internal.Char>, style: NumberStyles, provider: IFormatProvider): Complex;
506
+ parse(s: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider): Complex;
507
+ parse(s: string, style: NumberStyles, provider: IFormatProvider): Complex;
508
+ parse(s: string, provider: IFormatProvider): Complex;
509
509
  pow(value: Complex, power: double): Complex;
510
510
  pow(value: Complex, power: Complex): Complex;
511
511
  reciprocal(value: Complex): Complex;
@@ -517,8 +517,8 @@ export const Complex: {
517
517
  subtract(left: Complex, right: Complex): Complex;
518
518
  tan(value: Complex): Complex;
519
519
  tanh(value: Complex): Complex;
520
- tryParse(s: ReadOnlySpan_1<System_Internal.Char>, style: NumberStyles, provider: IFormatProvider | undefined, result: Complex): boolean;
521
- tryParse(s: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider | undefined, result: Complex): boolean;
520
+ tryParse(s: ReadOnlySpan_1<System_Internal.Char>, style: NumberStyles, provider: IFormatProvider, result: Complex): boolean;
521
+ tryParse(s: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider, result: Complex): boolean;
522
522
  tryParse(s: string, style: NumberStyles, provider: IFormatProvider, result: Complex): boolean;
523
523
  tryParse(s: string, provider: IFormatProvider, result: Complex): boolean;
524
524
  };
@@ -566,7 +566,7 @@ export interface Matrix3x2$instance {
566
566
  getRow(index: int): Vector2;
567
567
  set_Item(row: int, value: Vector2): void;
568
568
  set_Item(row: int, column: int, value: float): void;
569
- toString(): string | undefined;
569
+ toString(): string;
570
570
  withElement(row: int, column: int, value: float): Matrix3x2;
571
571
  withRow(index: int, value: Vector2): Matrix3x2;
572
572
  }
@@ -644,7 +644,7 @@ export interface Matrix4x4$instance {
644
644
  getRow(index: int): Vector4;
645
645
  set_Item(row: int, value: Vector4): void;
646
646
  set_Item(row: int, column: int, value: float): void;
647
- toString(): string | undefined;
647
+ toString(): string;
648
648
  withElement(row: int, column: int, value: float): Matrix4x4;
649
649
  withRow(index: int, value: Vector4): Matrix4x4;
650
650
  }
@@ -728,7 +728,7 @@ export interface Plane$instance {
728
728
  equals(obj: unknown): boolean;
729
729
  equals(other: Plane): boolean;
730
730
  getHashCode(): int;
731
- toString(): string | undefined;
731
+ toString(): string;
732
732
  }
733
733
 
734
734
 
@@ -771,7 +771,7 @@ export interface Quaternion$instance {
771
771
  getHashCode(): int;
772
772
  length(): float;
773
773
  lengthSquared(): float;
774
- toString(): string | undefined;
774
+ toString(): string;
775
775
  }
776
776
 
777
777
 
@@ -812,11 +812,11 @@ export type Quaternion = Quaternion$instance & __Quaternion$views;
812
812
 
813
813
 
814
814
  export interface TotalOrderIeee754Comparer_1$instance<T extends IFloatingPointIeee754_1<T>> {
815
- compare(x: T | undefined, y: T | undefined): int;
816
- equals(x: T | undefined, y: T | undefined): boolean;
815
+ compare(x: T, y: T): int;
816
+ equals(x: T, y: T): boolean;
817
817
  equals(other: TotalOrderIeee754Comparer_1<T>): boolean;
818
- equals(obj: unknown | undefined): boolean;
819
- getHashCode(obj: T | undefined): int;
818
+ equals(obj: unknown): boolean;
819
+ getHashCode(obj: T): int;
820
820
  getHashCode(): int;
821
821
  }
822
822
 
@@ -835,6 +835,8 @@ export interface __TotalOrderIeee754Comparer_1$views<T extends IFloatingPointIee
835
835
  equals(other: TotalOrderIeee754Comparer_1<T>): boolean;
836
836
  }
837
837
 
838
+ export interface TotalOrderIeee754Comparer_1$instance<T extends IFloatingPointIeee754_1<T>> extends System_Collections_Generic_Internal.IComparer_1$instance<T> {}
839
+
838
840
  export type TotalOrderIeee754Comparer_1<T extends IFloatingPointIeee754_1<T>> = TotalOrderIeee754Comparer_1$instance<T> & __TotalOrderIeee754Comparer_1$views<T>;
839
841
 
840
842
 
@@ -847,8 +849,8 @@ export interface Vector_1$instance<T> extends IAdditionOperators_3<Vector_1<T>,
847
849
  equals(obj: unknown): boolean;
848
850
  equals(other: Vector_1<T>): boolean;
849
851
  getHashCode(): int;
850
- toString(): string | undefined;
851
- toString(format: string | undefined): string;
852
+ toString(): string;
853
+ toString(format: string): string;
852
854
  toString(format: string, formatProvider: IFormatProvider): string;
853
855
  tryCopyTo(destination: Span_1<System_Internal.Byte>): boolean;
854
856
  tryCopyTo(destination: Span_1<T>): boolean;
@@ -896,8 +898,8 @@ export interface Vector2$instance {
896
898
  getHashCode(): int;
897
899
  length(): float;
898
900
  lengthSquared(): float;
899
- toString(): string | undefined;
900
- toString(format: string | undefined): string;
901
+ toString(): string;
902
+ toString(format: string): string;
901
903
  toString(format: string, formatProvider: IFormatProvider): string;
902
904
  tryCopyTo(destination: Span_1<System_Internal.Single>): boolean;
903
905
  }
@@ -1055,8 +1057,8 @@ export interface Vector3$instance {
1055
1057
  getHashCode(): int;
1056
1058
  length(): float;
1057
1059
  lengthSquared(): float;
1058
- toString(): string | undefined;
1059
- toString(format: string | undefined): string;
1060
+ toString(): string;
1061
+ toString(format: string): string;
1060
1062
  toString(format: string, formatProvider: IFormatProvider): string;
1061
1063
  tryCopyTo(destination: Span_1<System_Internal.Single>): boolean;
1062
1064
  }
@@ -1216,8 +1218,8 @@ export interface Vector4$instance {
1216
1218
  getHashCode(): int;
1217
1219
  length(): float;
1218
1220
  lengthSquared(): float;
1219
- toString(): string | undefined;
1220
- toString(format: string | undefined): string;
1221
+ toString(): string;
1222
+ toString(format: string): string;
1221
1223
  toString(format: string, formatProvider: IFormatProvider): string;
1222
1224
  tryCopyTo(destination: Span_1<System_Internal.Single>): boolean;
1223
1225
  }
@@ -1485,6 +1485,22 @@
1485
1485
  "parameterCount": 1,
1486
1486
  "isExtensionMethod": false
1487
1487
  },
1488
+ {
1489
+ "stableId": "System.Private.CoreLib:System.Numerics.INumberBase\u00601::Abs(TSelf):TSelf",
1490
+ "clrName": "Abs",
1491
+ "tsEmitName": "abs",
1492
+ "normalizedSignature": "Abs|(TSelf):TSelf|static=true",
1493
+ "provenance": "Original",
1494
+ "emitScope": "ClassSurface",
1495
+ "isStatic": true,
1496
+ "isAbstract": true,
1497
+ "isVirtual": true,
1498
+ "isOverride": true,
1499
+ "isSealed": false,
1500
+ "arity": 0,
1501
+ "parameterCount": 1,
1502
+ "isExtensionMethod": false
1503
+ },
1488
1504
  {
1489
1505
  "stableId": "System.Private.CoreLib:System.Numerics.INumberBase\u00601::CreateChecked(TOther):TSelf",
1490
1506
  "clrName": "CreateChecked",
@@ -3832,22 +3848,6 @@
3832
3848
  "parameterCount": 1,
3833
3849
  "isExtensionMethod": false
3834
3850
  },
3835
- {
3836
- "stableId": "System.Private.CoreLib:System.Numerics.INumber\u00601::Sign(TSelf):System.Int32",
3837
- "clrName": "Sign",
3838
- "tsEmitName": "sign",
3839
- "normalizedSignature": "Sign|(TSelf):System.Int32|static=true",
3840
- "provenance": "Original",
3841
- "emitScope": "ClassSurface",
3842
- "isStatic": true,
3843
- "isAbstract": false,
3844
- "isVirtual": true,
3845
- "isOverride": true,
3846
- "isSealed": false,
3847
- "arity": 0,
3848
- "parameterCount": 1,
3849
- "isExtensionMethod": false
3850
- },
3851
3851
  {
3852
3852
  "stableId": "System.Private.CoreLib:System.IComparable::CompareTo(System.Object):System.Int32",
3853
3853
  "clrName": "CompareTo",
@@ -5163,22 +5163,6 @@
5163
5163
  "parameterCount": 1,
5164
5164
  "isExtensionMethod": false
5165
5165
  },
5166
- {
5167
- "stableId": "System.Private.CoreLib:System.IComparable\u00601::CompareTo(T):System.Int32",
5168
- "clrName": "CompareTo",
5169
- "tsEmitName": "compareTo",
5170
- "normalizedSignature": "CompareTo|(T):System.Int32|static=false",
5171
- "provenance": "Original",
5172
- "emitScope": "ClassSurface",
5173
- "isStatic": false,
5174
- "isAbstract": true,
5175
- "isVirtual": true,
5176
- "isOverride": false,
5177
- "isSealed": false,
5178
- "arity": 0,
5179
- "parameterCount": 1,
5180
- "isExtensionMethod": false
5181
- },
5182
5166
  {
5183
5167
  "stableId": "System.Private.CoreLib:System.Numerics.INumberBase\u00601::Abs(TSelf):TSelf",
5184
5168
  "clrName": "Abs",
@@ -5698,22 +5682,6 @@
5698
5682
  }
5699
5683
  ]
5700
5684
  },
5701
- {
5702
- "stableId": "System.Private.CoreLib:System.IEquatable\u00601::Equals(T):System.Boolean",
5703
- "clrName": "Equals",
5704
- "tsEmitName": "equals",
5705
- "normalizedSignature": "Equals|(T):System.Boolean|static=false",
5706
- "provenance": "Original",
5707
- "emitScope": "ClassSurface",
5708
- "isStatic": false,
5709
- "isAbstract": true,
5710
- "isVirtual": true,
5711
- "isOverride": false,
5712
- "isSealed": false,
5713
- "arity": 0,
5714
- "parameterCount": 1,
5715
- "isExtensionMethod": false
5716
- },
5717
5685
  {
5718
5686
  "stableId": "System.Private.CoreLib:System.ISpanFormattable::TryFormat(System.Span_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32\u0026,System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.IFormatProvider):System.Boolean",
5719
5687
  "clrName": "TryFormat",
@@ -5985,6 +5953,22 @@
5985
5953
  "parameterCount": 1,
5986
5954
  "isExtensionMethod": false
5987
5955
  },
5956
+ {
5957
+ "stableId": "System.Private.CoreLib:System.Numerics.INumberBase\u00601::MaxMagnitude(TSelf,TSelf):TSelf",
5958
+ "clrName": "MaxMagnitude",
5959
+ "tsEmitName": "maxMagnitude",
5960
+ "normalizedSignature": "MaxMagnitude|(TSelf,TSelf):TSelf|static=true",
5961
+ "provenance": "Original",
5962
+ "emitScope": "ClassSurface",
5963
+ "isStatic": true,
5964
+ "isAbstract": true,
5965
+ "isVirtual": true,
5966
+ "isOverride": true,
5967
+ "isSealed": false,
5968
+ "arity": 0,
5969
+ "parameterCount": 2,
5970
+ "isExtensionMethod": false
5971
+ },
5988
5972
  {
5989
5973
  "stableId": "System.Private.CoreLib:System.Numerics.INumberBase\u00601::MultiplyAddEstimate(TSelf,TSelf,TSelf):TSelf",
5990
5974
  "clrName": "MultiplyAddEstimate",
@@ -6332,6 +6316,22 @@
6332
6316
  "parameterCount": 2,
6333
6317
  "isExtensionMethod": false
6334
6318
  },
6319
+ {
6320
+ "stableId": "System.Private.CoreLib:System.Numerics.INumberBase\u00601::Abs(TSelf):TSelf",
6321
+ "clrName": "Abs",
6322
+ "tsEmitName": "abs",
6323
+ "normalizedSignature": "Abs|(TSelf):TSelf|static=true",
6324
+ "provenance": "Original",
6325
+ "emitScope": "ClassSurface",
6326
+ "isStatic": true,
6327
+ "isAbstract": true,
6328
+ "isVirtual": true,
6329
+ "isOverride": true,
6330
+ "isSealed": false,
6331
+ "arity": 0,
6332
+ "parameterCount": 1,
6333
+ "isExtensionMethod": false
6334
+ },
6335
6335
  {
6336
6336
  "stableId": "System.Private.CoreLib:System.Numerics.INumberBase\u00601::CreateChecked(TOther):TSelf",
6337
6337
  "clrName": "CreateChecked",
@@ -6364,6 +6364,22 @@
6364
6364
  "parameterCount": 1,
6365
6365
  "isExtensionMethod": false
6366
6366
  },
6367
+ {
6368
+ "stableId": "System.Private.CoreLib:System.Numerics.INumberBase\u00601::MaxMagnitude(TSelf,TSelf):TSelf",
6369
+ "clrName": "MaxMagnitude",
6370
+ "tsEmitName": "maxMagnitude",
6371
+ "normalizedSignature": "MaxMagnitude|(TSelf,TSelf):TSelf|static=true",
6372
+ "provenance": "Original",
6373
+ "emitScope": "ClassSurface",
6374
+ "isStatic": true,
6375
+ "isAbstract": true,
6376
+ "isVirtual": true,
6377
+ "isOverride": true,
6378
+ "isSealed": false,
6379
+ "arity": 0,
6380
+ "parameterCount": 2,
6381
+ "isExtensionMethod": false
6382
+ },
6367
6383
  {
6368
6384
  "stableId": "System.Private.CoreLib:System.Numerics.INumberBase\u00601::MultiplyAddEstimate(TSelf,TSelf,TSelf):TSelf",
6369
6385
  "clrName": "MultiplyAddEstimate",
@@ -65,3 +65,6 @@ export type Vector<
65
65
  [T1] extends [__] ? Internal.Vector :
66
66
  Internal.Vector_1<T1>;
67
67
 
68
+ // Extension methods (C# using semantics)
69
+ export type { ExtensionMethods_System_Numerics as ExtensionMethods } from './__internal/extensions/index.js';
70
+