@tsonic/dotnet 0.8.0 → 0.8.2

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 (137) hide show
  1. package/Microsoft.CSharp.RuntimeBinder/internal/index.d.ts +21 -21
  2. package/Microsoft.VisualBasic/internal/index.d.ts +24 -24
  3. package/Microsoft.VisualBasic.CompilerServices/internal/index.d.ts +30 -30
  4. package/Microsoft.VisualBasic.FileIO/internal/index.d.ts +16 -16
  5. package/Microsoft.Win32/internal/index.d.ts +12 -12
  6. package/Microsoft.Win32.SafeHandles/internal/index.d.ts +19 -19
  7. package/System/bindings.json +114 -114
  8. package/System/internal/index.d.ts +1277 -1289
  9. package/System/internal/metadata.json +73 -73
  10. package/System.Buffers/internal/index.d.ts +13 -13
  11. package/System.CodeDom.Compiler/internal/index.d.ts +13 -13
  12. package/System.Collections/internal/index.d.ts +66 -68
  13. package/System.Collections.Concurrent/internal/index.d.ts +24 -24
  14. package/System.Collections.Frozen/bindings.json +20 -20
  15. package/System.Collections.Frozen/internal/index.d.ts +10 -10
  16. package/System.Collections.Frozen/internal/metadata.json +10 -10
  17. package/System.Collections.Generic/bindings.json +44 -20
  18. package/System.Collections.Generic/internal/index.d.ts +141 -133
  19. package/System.Collections.Generic/internal/metadata.json +26 -10
  20. package/System.Collections.Immutable/internal/index.d.ts +121 -121
  21. package/System.Collections.ObjectModel/internal/index.d.ts +23 -23
  22. package/System.Collections.Specialized/internal/index.d.ts +85 -87
  23. package/System.ComponentModel/internal/index.d.ts +595 -597
  24. package/System.ComponentModel.DataAnnotations/internal/index.d.ts +105 -105
  25. package/System.ComponentModel.DataAnnotations.Schema/internal/index.d.ts +9 -9
  26. package/System.ComponentModel.Design/internal/index.d.ts +90 -90
  27. package/System.ComponentModel.Design.Serialization/internal/index.d.ts +37 -37
  28. package/System.Data/internal/index.d.ts +225 -225
  29. package/System.Data.Common/internal/index.d.ts +62 -62
  30. package/System.Data.SqlTypes/internal/index.d.ts +73 -73
  31. package/System.Diagnostics/internal/index.d.ts +343 -343
  32. package/System.Diagnostics.CodeAnalysis/internal/index.d.ts +50 -50
  33. package/System.Diagnostics.Contracts/internal/index.d.ts +20 -20
  34. package/System.Diagnostics.Metrics/internal/index.d.ts +46 -46
  35. package/System.Diagnostics.SymbolStore/internal/index.d.ts +9 -9
  36. package/System.Diagnostics.Tracing/internal/index.d.ts +44 -44
  37. package/System.Drawing/internal/index.d.ts +99 -99
  38. package/System.Dynamic/internal/index.d.ts +33 -33
  39. package/System.Formats.Asn1/internal/index.d.ts +12 -12
  40. package/System.Formats.Tar/internal/index.d.ts +17 -17
  41. package/System.Globalization/internal/index.d.ts +51 -51
  42. package/System.IO/internal/index.d.ts +172 -172
  43. package/System.IO.Compression/internal/index.d.ts +56 -56
  44. package/System.IO.Enumeration/internal/index.d.ts +6 -6
  45. package/System.IO.IsolatedStorage/internal/index.d.ts +17 -17
  46. package/System.IO.MemoryMappedFiles/internal/index.d.ts +11 -11
  47. package/System.IO.Pipelines/internal/index.d.ts +13 -13
  48. package/System.IO.Pipes/internal/index.d.ts +32 -32
  49. package/System.Linq/internal/index.d.ts +187 -187
  50. package/System.Linq.Expressions/internal/index.d.ts +203 -203
  51. package/System.Linq.Expressions.Interpreter/internal/index.d.ts +3 -3
  52. package/System.Net/internal/index.d.ts +218 -220
  53. package/System.Net.Cache/internal/index.d.ts +10 -10
  54. package/System.Net.Http/internal/index.d.ts +89 -89
  55. package/System.Net.Http.Headers/internal/index.d.ts +86 -86
  56. package/System.Net.Http.Json/internal/index.d.ts +59 -59
  57. package/System.Net.Http.Metrics/internal/index.d.ts +2 -2
  58. package/System.Net.Mail/internal/index.d.ts +92 -92
  59. package/System.Net.Mime/internal/index.d.ts +6 -6
  60. package/System.Net.NetworkInformation/internal/index.d.ts +39 -39
  61. package/System.Net.Quic/internal/index.d.ts +13 -13
  62. package/System.Net.Security/internal/index.d.ts +70 -70
  63. package/System.Net.ServerSentEvents/internal/index.d.ts +3 -3
  64. package/System.Net.Sockets/internal/index.d.ts +94 -94
  65. package/System.Net.WebSockets/internal/index.d.ts +46 -46
  66. package/System.Numerics/bindings.json +384 -0
  67. package/System.Numerics/internal/index.d.ts +128 -130
  68. package/System.Numerics/internal/metadata.json +256 -0
  69. package/System.Reflection/internal/index.d.ts +271 -271
  70. package/System.Reflection.Emit/internal/index.d.ts +123 -123
  71. package/System.Reflection.Metadata/bindings.json +48 -0
  72. package/System.Reflection.Metadata/internal/index.d.ts +179 -179
  73. package/System.Reflection.Metadata/internal/metadata.json +32 -0
  74. package/System.Reflection.Metadata.Ecma335/internal/index.d.ts +40 -40
  75. package/System.Reflection.PortableExecutable/internal/index.d.ts +26 -26
  76. package/System.Resources/internal/index.d.ts +38 -38
  77. package/System.Runtime/internal/index.d.ts +9 -9
  78. package/System.Runtime.CompilerServices/internal/index.d.ts +168 -168
  79. package/System.Runtime.ConstrainedExecution/internal/index.d.ts +2 -2
  80. package/System.Runtime.ExceptionServices/internal/index.d.ts +3 -3
  81. package/System.Runtime.InteropServices/bindings.json +22 -22
  82. package/System.Runtime.InteropServices/internal/index.d.ts +184 -184
  83. package/System.Runtime.InteropServices/internal/metadata.json +13 -13
  84. package/System.Runtime.InteropServices.ComTypes/internal/index.d.ts +30 -30
  85. package/System.Runtime.InteropServices.Java/internal/index.d.ts +3 -3
  86. package/System.Runtime.InteropServices.JavaScript/internal/index.d.ts +50 -50
  87. package/System.Runtime.InteropServices.Marshalling/internal/index.d.ts +63 -63
  88. package/System.Runtime.InteropServices.ObjectiveC/internal/index.d.ts +1 -1
  89. package/System.Runtime.InteropServices.Swift/internal/index.d.ts +4 -4
  90. package/System.Runtime.Intrinsics/internal/index.d.ts +4 -4
  91. package/System.Runtime.Loader/internal/index.d.ts +9 -9
  92. package/System.Runtime.Remoting/internal/index.d.ts +2 -2
  93. package/System.Runtime.Serialization/internal/index.d.ts +113 -115
  94. package/System.Runtime.Serialization.DataContracts/internal/index.d.ts +19 -19
  95. package/System.Runtime.Serialization.Formatters/internal/index.d.ts +2 -2
  96. package/System.Runtime.Serialization.Formatters.Binary/internal/index.d.ts +5 -5
  97. package/System.Runtime.Serialization.Json/internal/index.d.ts +28 -28
  98. package/System.Runtime.Versioning/internal/index.d.ts +22 -22
  99. package/System.Security/internal/index.d.ts +63 -63
  100. package/System.Security.AccessControl/internal/index.d.ts +84 -84
  101. package/System.Security.Authentication/internal/index.d.ts +6 -6
  102. package/System.Security.Authentication.ExtendedProtection/internal/index.d.ts +13 -13
  103. package/System.Security.Claims/internal/index.d.ts +38 -40
  104. package/System.Security.Cryptography/internal/index.d.ts +378 -378
  105. package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +172 -172
  106. package/System.Security.Permissions/internal/index.d.ts +1 -1
  107. package/System.Security.Policy/internal/index.d.ts +6 -6
  108. package/System.Security.Principal/internal/index.d.ts +29 -31
  109. package/System.Text/internal/index.d.ts +94 -94
  110. package/System.Text.Encodings.Web/internal/index.d.ts +3 -3
  111. package/System.Text.Json/internal/index.d.ts +103 -103
  112. package/System.Text.Json.Nodes/internal/index.d.ts +73 -73
  113. package/System.Text.Json.Schema/internal/index.d.ts +7 -7
  114. package/System.Text.Json.Serialization/internal/index.d.ts +34 -34
  115. package/System.Text.Json.Serialization.Metadata/internal/index.d.ts +57 -57
  116. package/System.Text.RegularExpressions/internal/index.d.ts +29 -29
  117. package/System.Text.Unicode/internal/index.d.ts +6 -6
  118. package/System.Threading/internal/index.d.ts +160 -160
  119. package/System.Threading.Channels/internal/index.d.ts +12 -12
  120. package/System.Threading.Tasks/internal/index.d.ts +125 -135
  121. package/System.Threading.Tasks.Dataflow/internal/index.d.ts +54 -51
  122. package/System.Threading.Tasks.Sources/internal/index.d.ts +5 -5
  123. package/System.Timers/internal/index.d.ts +8 -8
  124. package/System.Transactions/internal/index.d.ts +51 -51
  125. package/System.Web/internal/index.d.ts +32 -32
  126. package/System.Windows.Input/internal/index.d.ts +2 -2
  127. package/System.Windows.Markup/internal/index.d.ts +2 -2
  128. package/System.Xml/internal/index.d.ts +281 -281
  129. package/System.Xml.Linq/internal/index.d.ts +76 -76
  130. package/System.Xml.Resolvers/internal/index.d.ts +8 -8
  131. package/System.Xml.Schema/internal/index.d.ts +173 -173
  132. package/System.Xml.Serialization/internal/index.d.ts +200 -200
  133. package/System.Xml.XPath/internal/index.d.ts +28 -28
  134. package/System.Xml.Xsl/internal/index.d.ts +53 -53
  135. package/System.Xml.Xsl.Runtime/internal/index.d.ts +72 -72
  136. package/__internal/extensions/index.d.ts +415 -414
  137. package/package.json +1 -1
@@ -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): int;
31
+ compareTo(obj: unknown | undefined): int;
32
32
  compareTo(other: TSelf): int;
33
33
  getExponentByteCount(): int;
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;
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;
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): int;
48
+ compareTo(obj: unknown | undefined): int;
49
49
  compareTo(other: TSelf): int;
50
50
  getByteCount(): int;
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;
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;
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): int;
67
+ compareTo(obj: unknown | undefined): int;
68
68
  compareTo(other: TSelf): int;
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;
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;
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, 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;
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;
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): int;
123
+ compareTo(obj: unknown | undefined): int;
124
124
  compareTo(other: TSelf): int;
125
125
  getExponentByteCount(): int;
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;
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;
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, 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;
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;
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): int;
150
+ compareTo(obj: unknown | undefined): int;
151
151
  compareTo(other: TSelf): int;
152
152
  getExponentByteCount(): int;
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;
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;
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, 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;
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;
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, 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;
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;
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): int;
217
+ compareTo(obj: unknown | undefined): int;
218
218
  compareTo(other: TSelf): int;
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;
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;
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;
234
231
  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, 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;
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;
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, 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;
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;
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, 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;
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;
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, 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;
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;
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, 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;
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;
310
310
  equals(other: TSelf): boolean;
311
311
  }
312
312
 
@@ -332,25 +332,25 @@ 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;
336
- toString(provider: IFormatProvider): string;
337
- toString(format: string): string;
335
+ toString(): string | undefined;
336
+ toString(provider: IFormatProvider | undefined): string;
337
+ toString(format: string | undefined): 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): boolean;
339
+ tryFormat(destination: Span_1<System_Internal.Char>, charsWritten: int, format?: ReadOnlySpan_1<System_Internal.Char>, provider?: IFormatProvider | undefined): boolean;
340
340
  tryWriteBytes(destination: Span_1<System_Internal.Byte>, bytesWritten: int, isUnsigned?: boolean, isBigEndian?: boolean): boolean;
341
341
  }
342
342
 
343
343
 
344
344
  export const BigInteger: {
345
- new(value: int): BigInteger$instance;
346
- new(value: uint): BigInteger$instance;
347
- new(value: long): BigInteger$instance;
348
- new(value: ulong): BigInteger$instance;
349
- new(value: float): BigInteger$instance;
350
- new(value: double): BigInteger$instance;
351
- new(value: decimal): BigInteger$instance;
352
- new(value: byte[]): BigInteger$instance;
353
- new(value: ReadOnlySpan_1<System_Internal.Byte>, isUnsigned: boolean, isBigEndian: boolean): BigInteger$instance;
345
+ new(value: int): BigInteger;
346
+ new(value: uint): BigInteger;
347
+ new(value: long): BigInteger;
348
+ new(value: ulong): BigInteger;
349
+ new(value: float): BigInteger;
350
+ new(value: double): BigInteger;
351
+ new(value: decimal): BigInteger;
352
+ new(value: byte[]): BigInteger;
353
+ new(value: ReadOnlySpan_1<System_Internal.Byte>, isUnsigned: boolean, isBigEndian: boolean): BigInteger;
354
354
  readonly zero: BigInteger;
355
355
  readonly one: BigInteger;
356
356
  readonly minusOne: BigInteger;
@@ -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): BigInteger;
387
- parse(s: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider): BigInteger;
388
- parse(value: string, style: NumberStyles, provider: IFormatProvider): 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;
389
389
  parse(value: string, style: NumberStyles): BigInteger;
390
- parse(value: string, provider: IFormatProvider): BigInteger;
390
+ parse(value: string, provider: IFormatProvider | undefined): 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, result: BigInteger): boolean;
400
- tryParse(s: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider, result: BigInteger): boolean;
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;
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,17 +444,17 @@ 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;
448
- toString(format: string): string;
449
- toString(provider: IFormatProvider): string;
447
+ toString(): string | undefined;
448
+ toString(format: string | undefined): string;
449
+ toString(provider: IFormatProvider | undefined): 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): boolean;
452
- tryFormat(utf8Destination: Span_1<System_Internal.Byte>, bytesWritten: int, format?: ReadOnlySpan_1<System_Internal.Char>, provider?: IFormatProvider): boolean;
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;
453
453
  }
454
454
 
455
455
 
456
456
  export const Complex: {
457
- new(real: double, imaginary: double): Complex$instance;
457
+ new(real: double, imaginary: double): Complex;
458
458
  readonly zero: Complex;
459
459
  readonly one: Complex;
460
460
  readonly imaginaryOne: Complex;
@@ -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): 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;
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;
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, result: Complex): boolean;
521
- tryParse(s: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider, result: Complex): boolean;
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;
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,14 +566,14 @@ 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;
569
+ toString(): string | undefined;
570
570
  withElement(row: int, column: int, value: float): Matrix3x2;
571
571
  withRow(index: int, value: Vector2): Matrix3x2;
572
572
  }
573
573
 
574
574
 
575
575
  export const Matrix3x2: {
576
- new(m11: float, m12: float, m21: float, m22: float, m31: float, m32: float): Matrix3x2$instance;
576
+ new(m11: float, m12: float, m21: float, m22: float, m31: float, m32: float): Matrix3x2;
577
577
  readonly identity: Matrix3x2;
578
578
  add(value1: Matrix3x2, value2: Matrix3x2): Matrix3x2;
579
579
  create(x: Vector2, y: Vector2, z: Vector2): Matrix3x2;
@@ -644,15 +644,15 @@ 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;
647
+ toString(): string | undefined;
648
648
  withElement(row: int, column: int, value: float): Matrix4x4;
649
649
  withRow(index: int, value: Vector4): Matrix4x4;
650
650
  }
651
651
 
652
652
 
653
653
  export const Matrix4x4: {
654
- new(m11: float, m12: float, m13: float, m14: float, m21: float, m22: float, m23: float, m24: float, m31: float, m32: float, m33: float, m34: float, m41: float, m42: float, m43: float, m44: float): Matrix4x4$instance;
655
- new(value: Matrix3x2): Matrix4x4$instance;
654
+ new(m11: float, m12: float, m13: float, m14: float, m21: float, m22: float, m23: float, m24: float, m31: float, m32: float, m33: float, m34: float, m41: float, m42: float, m43: float, m44: float): Matrix4x4;
655
+ new(value: Matrix3x2): Matrix4x4;
656
656
  readonly identity: Matrix4x4;
657
657
  add(value1: Matrix4x4, value2: Matrix4x4): Matrix4x4;
658
658
  create(value: Matrix3x2): Matrix4x4;
@@ -728,14 +728,14 @@ export interface Plane$instance {
728
728
  equals(obj: unknown): boolean;
729
729
  equals(other: Plane): boolean;
730
730
  getHashCode(): int;
731
- toString(): string;
731
+ toString(): string | undefined;
732
732
  }
733
733
 
734
734
 
735
735
  export const Plane: {
736
- new(x: float, y: float, z: float, d: float): Plane$instance;
737
- new(normal: Vector3, d: float): Plane$instance;
738
- new(value: Vector4): Plane$instance;
736
+ new(x: float, y: float, z: float, d: float): Plane;
737
+ new(normal: Vector3, d: float): Plane;
738
+ new(value: Vector4): Plane;
739
739
  create(normal: Vector3, d: float): Plane;
740
740
  create(value: Vector4): Plane;
741
741
  create(x: float, y: float, z: float, d: float): Plane;
@@ -771,13 +771,13 @@ export interface Quaternion$instance {
771
771
  getHashCode(): int;
772
772
  length(): float;
773
773
  lengthSquared(): float;
774
- toString(): string;
774
+ toString(): string | undefined;
775
775
  }
776
776
 
777
777
 
778
778
  export const Quaternion: {
779
- new(x: float, y: float, z: float, w: float): Quaternion$instance;
780
- new(vectorPart: Vector3, scalarPart: float): Quaternion$instance;
779
+ new(x: float, y: float, z: float, w: float): Quaternion;
780
+ new(vectorPart: Vector3, scalarPart: float): Quaternion;
781
781
  readonly zero: Quaternion;
782
782
  readonly identity: Quaternion;
783
783
  add(value1: Quaternion, value2: Quaternion): Quaternion;
@@ -812,17 +812,17 @@ 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, y: T): int;
816
- equals(x: T, y: T): boolean;
815
+ compare(x: T | undefined, y: T | undefined): int;
816
+ equals(x: T | undefined, y: T | undefined): boolean;
817
817
  equals(other: TotalOrderIeee754Comparer_1<T>): boolean;
818
- equals(obj: unknown): boolean;
819
- getHashCode(obj: T): int;
818
+ equals(obj: unknown | undefined): boolean;
819
+ getHashCode(obj: T | undefined): int;
820
820
  getHashCode(): int;
821
821
  }
822
822
 
823
823
 
824
824
  export const TotalOrderIeee754Comparer_1: {
825
- new<T extends IFloatingPointIeee754_1<T>>(): TotalOrderIeee754Comparer_1$instance<T>;
825
+ new<T extends IFloatingPointIeee754_1<T>>(): TotalOrderIeee754Comparer_1<T>;
826
826
  };
827
827
 
828
828
 
@@ -835,8 +835,6 @@ 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
-
840
838
  export type TotalOrderIeee754Comparer_1<T extends IFloatingPointIeee754_1<T>> = TotalOrderIeee754Comparer_1$instance<T> & __TotalOrderIeee754Comparer_1$views<T>;
841
839
 
842
840
 
@@ -849,8 +847,8 @@ export interface Vector_1$instance<T> extends IAdditionOperators_3<Vector_1<T>,
849
847
  equals(obj: unknown): boolean;
850
848
  equals(other: Vector_1<T>): boolean;
851
849
  getHashCode(): int;
852
- toString(): string;
853
- toString(format: string): string;
850
+ toString(): string | undefined;
851
+ toString(format: string | undefined): string;
854
852
  toString(format: string, formatProvider: IFormatProvider): string;
855
853
  tryCopyTo(destination: Span_1<System_Internal.Byte>): boolean;
856
854
  tryCopyTo(destination: Span_1<T>): boolean;
@@ -858,12 +856,12 @@ export interface Vector_1$instance<T> extends IAdditionOperators_3<Vector_1<T>,
858
856
 
859
857
 
860
858
  export const Vector_1: {
861
- new<T>(value: T): Vector_1$instance<T>;
862
- new<T>(values: T[]): Vector_1$instance<T>;
863
- new<T>(values: T[], index: int): Vector_1$instance<T>;
864
- new<T>(values: ReadOnlySpan_1<T>): Vector_1$instance<T>;
865
- new<T>(values: ReadOnlySpan_1<System_Internal.Byte>): Vector_1$instance<T>;
866
- new<T>(values: Span_1<T>): Vector_1$instance<T>;
859
+ new<T>(value: T): Vector_1<T>;
860
+ new<T>(values: T[]): Vector_1<T>;
861
+ new<T>(values: T[], index: int): Vector_1<T>;
862
+ new<T>(values: ReadOnlySpan_1<T>): Vector_1<T>;
863
+ new<T>(values: ReadOnlySpan_1<System_Internal.Byte>): Vector_1<T>;
864
+ new<T>(values: Span_1<T>): Vector_1<T>;
867
865
  readonly allBitsSet: unknown;
868
866
  readonly count: int;
869
867
  readonly indices: unknown;
@@ -898,17 +896,17 @@ export interface Vector2$instance {
898
896
  getHashCode(): int;
899
897
  length(): float;
900
898
  lengthSquared(): float;
901
- toString(): string;
902
- toString(format: string): string;
899
+ toString(): string | undefined;
900
+ toString(format: string | undefined): string;
903
901
  toString(format: string, formatProvider: IFormatProvider): string;
904
902
  tryCopyTo(destination: Span_1<System_Internal.Single>): boolean;
905
903
  }
906
904
 
907
905
 
908
906
  export const Vector2: {
909
- new(value: float): Vector2$instance;
910
- new(x: float, y: float): Vector2$instance;
911
- new(values: ReadOnlySpan_1<System_Internal.Single>): Vector2$instance;
907
+ new(value: float): Vector2;
908
+ new(x: float, y: float): Vector2;
909
+ new(values: ReadOnlySpan_1<System_Internal.Single>): Vector2;
912
910
  readonly allBitsSet: Vector2;
913
911
  readonly E: Vector2;
914
912
  readonly epsilon: Vector2;
@@ -1057,18 +1055,18 @@ export interface Vector3$instance {
1057
1055
  getHashCode(): int;
1058
1056
  length(): float;
1059
1057
  lengthSquared(): float;
1060
- toString(): string;
1061
- toString(format: string): string;
1058
+ toString(): string | undefined;
1059
+ toString(format: string | undefined): string;
1062
1060
  toString(format: string, formatProvider: IFormatProvider): string;
1063
1061
  tryCopyTo(destination: Span_1<System_Internal.Single>): boolean;
1064
1062
  }
1065
1063
 
1066
1064
 
1067
1065
  export const Vector3: {
1068
- new(value: float): Vector3$instance;
1069
- new(value: Vector2, z: float): Vector3$instance;
1070
- new(x: float, y: float, z: float): Vector3$instance;
1071
- new(values: ReadOnlySpan_1<System_Internal.Single>): Vector3$instance;
1066
+ new(value: float): Vector3;
1067
+ new(value: Vector2, z: float): Vector3;
1068
+ new(x: float, y: float, z: float): Vector3;
1069
+ new(values: ReadOnlySpan_1<System_Internal.Single>): Vector3;
1072
1070
  readonly allBitsSet: Vector3;
1073
1071
  readonly E: Vector3;
1074
1072
  readonly epsilon: Vector3;
@@ -1218,19 +1216,19 @@ export interface Vector4$instance {
1218
1216
  getHashCode(): int;
1219
1217
  length(): float;
1220
1218
  lengthSquared(): float;
1221
- toString(): string;
1222
- toString(format: string): string;
1219
+ toString(): string | undefined;
1220
+ toString(format: string | undefined): string;
1223
1221
  toString(format: string, formatProvider: IFormatProvider): string;
1224
1222
  tryCopyTo(destination: Span_1<System_Internal.Single>): boolean;
1225
1223
  }
1226
1224
 
1227
1225
 
1228
1226
  export const Vector4: {
1229
- new(value: float): Vector4$instance;
1230
- new(value: Vector2, z: float, w: float): Vector4$instance;
1231
- new(value: Vector3, w: float): Vector4$instance;
1232
- new(x: float, y: float, z: float, w: float): Vector4$instance;
1233
- new(values: ReadOnlySpan_1<System_Internal.Single>): Vector4$instance;
1227
+ new(value: float): Vector4;
1228
+ new(value: Vector2, z: float, w: float): Vector4;
1229
+ new(value: Vector3, w: float): Vector4;
1230
+ new(x: float, y: float, z: float, w: float): Vector4;
1231
+ new(values: ReadOnlySpan_1<System_Internal.Single>): Vector4;
1234
1232
  readonly allBitsSet: Vector4;
1235
1233
  readonly E: Vector4;
1236
1234
  readonly epsilon: Vector4;