@tsonic/dotnet 0.7.3 → 0.7.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (76) hide show
  1. package/Microsoft.VisualBasic/internal/index.d.ts +8 -8
  2. package/Microsoft.VisualBasic.CompilerServices/internal/index.d.ts +2 -2
  3. package/Microsoft.VisualBasic.FileIO/internal/index.d.ts +7 -7
  4. package/System/internal/index.d.ts +79 -72
  5. package/System.Buffers/internal/index.d.ts +1 -1
  6. package/System.Buffers.d.ts +11 -2
  7. package/System.CodeDom.Compiler/internal/index.d.ts +2 -2
  8. package/System.Collections.Concurrent/internal/index.d.ts +1 -0
  9. package/System.Collections.Concurrent.d.ts +11 -2
  10. package/System.Collections.Generic/internal/index.d.ts +10 -0
  11. package/System.Collections.Immutable/internal/index.d.ts +16 -11
  12. package/System.Collections.ObjectModel.d.ts +11 -2
  13. package/System.Collections.Specialized/internal/index.d.ts +3 -2
  14. package/System.ComponentModel/internal/index.d.ts +11 -7
  15. package/System.ComponentModel.Design/internal/index.d.ts +3 -0
  16. package/System.ComponentModel.Design.Serialization/internal/index.d.ts +3 -1
  17. package/System.Data/internal/index.d.ts +12 -7
  18. package/System.Data.SqlTypes/internal/index.d.ts +26 -26
  19. package/System.Data.d.ts +17 -4
  20. package/System.Diagnostics/internal/index.d.ts +19 -19
  21. package/System.Diagnostics.Metrics/internal/index.d.ts +4 -4
  22. package/System.Diagnostics.Metrics.d.ts +11 -2
  23. package/System.Diagnostics.SymbolStore/internal/index.d.ts +1 -1
  24. package/System.Drawing/internal/index.d.ts +7 -7
  25. package/System.Dynamic/internal/index.d.ts +2 -2
  26. package/System.Formats.Asn1/internal/index.d.ts +1 -1
  27. package/System.Globalization/internal/index.d.ts +1 -1
  28. package/System.IO/internal/index.d.ts +9 -9
  29. package/System.Linq/internal/index.d.ts +5 -0
  30. package/System.Linq.Expressions/internal/index.d.ts +47 -47
  31. package/System.Linq.Expressions.Interpreter/internal/index.d.ts +2 -2
  32. package/System.Linq.Expressions.d.ts +11 -2
  33. package/System.Linq.d.ts +35 -10
  34. package/System.Net/internal/index.d.ts +6 -2
  35. package/System.Net.Http/internal/index.d.ts +1 -1
  36. package/System.Net.Security/internal/index.d.ts +1 -1
  37. package/System.Net.ServerSentEvents.d.ts +11 -2
  38. package/System.Net.Sockets/internal/index.d.ts +2 -2
  39. package/System.Numerics/internal/index.d.ts +61 -21
  40. package/System.Numerics.d.ts +11 -2
  41. package/System.Reflection/internal/index.d.ts +3 -3
  42. package/System.Reflection.Emit/internal/index.d.ts +7 -7
  43. package/System.Reflection.Metadata/internal/index.d.ts +46 -43
  44. package/System.Reflection.Metadata.Ecma335/internal/index.d.ts +2 -2
  45. package/System.Resources/internal/index.d.ts +2 -0
  46. package/System.Runtime.CompilerServices/internal/index.d.ts +2 -1
  47. package/System.Runtime.CompilerServices.d.ts +41 -12
  48. package/System.Runtime.InteropServices/internal/index.d.ts +19 -18
  49. package/System.Runtime.InteropServices.JavaScript.d.ts +17 -2
  50. package/System.Runtime.InteropServices.Swift.d.ts +11 -2
  51. package/System.Runtime.InteropServices.d.ts +11 -2
  52. package/System.Runtime.Intrinsics/internal/index.d.ts +4 -4
  53. package/System.Runtime.Intrinsics.d.ts +29 -8
  54. package/System.Runtime.Versioning/internal/index.d.ts +1 -1
  55. package/System.Security.AccessControl.d.ts +23 -6
  56. package/System.Security.Cryptography/internal/index.d.ts +15 -15
  57. package/System.Security.Principal/internal/index.d.ts +1 -1
  58. package/System.Text/internal/index.d.ts +10 -9
  59. package/System.Text.Encodings.Web/internal/index.d.ts +7 -7
  60. package/System.Text.Json/internal/index.d.ts +1 -1
  61. package/System.Text.Json.Serialization.Metadata/internal/index.d.ts +1 -1
  62. package/System.Text.Json.Serialization.Metadata.d.ts +11 -2
  63. package/System.Text.Json.Serialization.d.ts +23 -6
  64. package/System.Threading/internal/index.d.ts +5 -5
  65. package/System.Threading.Channels.d.ts +13 -2
  66. package/System.Threading.Tasks/internal/index.d.ts +12 -12
  67. package/System.Threading.Tasks.Dataflow/internal/index.d.ts +1 -1
  68. package/System.Threading.Tasks.Dataflow.d.ts +21 -2
  69. package/System.Threading.Tasks.Sources.d.ts +11 -2
  70. package/System.Threading.Tasks.d.ts +29 -8
  71. package/System.Transactions/internal/index.d.ts +1 -1
  72. package/System.Xml.Linq/internal/index.d.ts +10 -10
  73. package/System.d.ts +75 -14
  74. package/families.json +359 -0
  75. package/package.json +1 -1
  76. package/tsconfig.json +2 -1
@@ -556,7 +556,7 @@ export const FileSystem: {
556
556
  dir(PathName: string, Attributes?: FileAttribute): string;
557
557
  EOF(FileNumber: int): boolean;
558
558
  fileAttr(FileNumber: int): OpenMode;
559
- fileClose(FileNumbers: int[]): void;
559
+ fileClose(...FileNumbers: int[]): void;
560
560
  fileCopy(Source: string, Destination: string): void;
561
561
  fileDateTime(PathName: string): DateTime;
562
562
  fileGet(FileNumber: int, Value: { value: ref<ClrArray> }, RecordNumber?: long, ArrayIsDynamic?: boolean, StringIsFixedLength?: boolean): void;
@@ -614,8 +614,8 @@ export const FileSystem: {
614
614
  lock(FileNumber: int): void;
615
615
  LOF(FileNumber: int): long;
616
616
  mkDir(Path: string): void;
617
- print(FileNumber: int, Output: unknown[]): void;
618
- printLine(FileNumber: int, Output: unknown[]): void;
617
+ print(FileNumber: int, ...Output: unknown[]): void;
618
+ printLine(FileNumber: int, ...Output: unknown[]): void;
619
619
  rename(OldPath: string, NewPath: string): void;
620
620
  reset(): void;
621
621
  rmDir(Path: string): void;
@@ -628,8 +628,8 @@ export const FileSystem: {
628
628
  unlock(FileNumber: int, FromRecord: long, ToRecord: long): void;
629
629
  unlock(FileNumber: int, Record: long): void;
630
630
  unlock(FileNumber: int): void;
631
- write(FileNumber: int, Output: unknown[]): void;
632
- writeLine(FileNumber: int, Output: unknown[]): void;
631
+ write(FileNumber: int, ...Output: unknown[]): void;
632
+ writeLine(FileNumber: int, ...Output: unknown[]): void;
633
633
  };
634
634
 
635
635
 
@@ -707,8 +707,8 @@ export const Interaction: {
707
707
  appActivate(ProcessId: int): void;
708
708
  appActivate(Title: string): void;
709
709
  beep(): void;
710
- callByName(ObjectRef: unknown, ProcName: string, UseCallType: CallType, Args: unknown[]): unknown;
711
- choose(Index: double, Choice: unknown[]): unknown;
710
+ callByName(ObjectRef: unknown, ProcName: string, UseCallType: CallType, ...Args: unknown[]): unknown;
711
+ choose(Index: double, ...Choice: unknown[]): unknown;
712
712
  command(): string;
713
713
  createObject(ProgId: string, ServerName?: string): unknown;
714
714
  deleteSetting(AppName: string, Section?: string, Key?: string): void;
@@ -723,7 +723,7 @@ export const Interaction: {
723
723
  partition(Number: long, Start: long, Stop: long, Interval: long): string;
724
724
  saveSetting(AppName: string, Section: string, Key: string, Setting: string): void;
725
725
  shell(PathName: string, Style?: AppWinStyle, Wait?: boolean, Timeout?: int): int;
726
- switch_(VarExpr: unknown[]): unknown;
726
+ switch_(...VarExpr: unknown[]): unknown;
727
727
  };
728
728
 
729
729
 
@@ -547,7 +547,7 @@ export interface Utils$instance {
547
547
  export const Utils: {
548
548
  new(): Utils$instance;
549
549
  copyArray(arySrc: ClrArray, aryDest: ClrArray): ClrArray;
550
- getResourceString(ResourceKey: string, Args: string[]): string;
550
+ getResourceString(ResourceKey: string, ...Args: string[]): string;
551
551
  };
552
552
 
553
553
 
@@ -559,7 +559,7 @@ export interface Versioned$instance {
559
559
 
560
560
  export const Versioned: {
561
561
  new(): Versioned$instance;
562
- callByName(Instance: unknown, MethodName: string, UseCallType: CallType, Arguments: unknown[]): unknown;
562
+ callByName(Instance: unknown, MethodName: string, UseCallType: CallType, ...Arguments: unknown[]): unknown;
563
563
  isNumeric(Expression: unknown): boolean;
564
564
  systemTypeName(VbName: string): string;
565
565
  typeName(Expression: unknown): string;
@@ -103,14 +103,14 @@ export const FileSystem: {
103
103
  deleteFile(file: string): void;
104
104
  directoryExists(directory: string): boolean;
105
105
  fileExists(file: string): boolean;
106
- findInFiles(directory: string, containsText: string, ignoreCase: boolean, searchType: SearchOption, fileWildcards: string[]): ReadOnlyCollection_1<CLROf<string>>;
106
+ findInFiles(directory: string, containsText: string, ignoreCase: boolean, searchType: SearchOption, ...fileWildcards: string[]): ReadOnlyCollection_1<CLROf<string>>;
107
107
  findInFiles(directory: string, containsText: string, ignoreCase: boolean, searchType: SearchOption): ReadOnlyCollection_1<CLROf<string>>;
108
- getDirectories(directory: string, searchType: SearchOption, wildcards: string[]): ReadOnlyCollection_1<CLROf<string>>;
108
+ getDirectories(directory: string, searchType: SearchOption, ...wildcards: string[]): ReadOnlyCollection_1<CLROf<string>>;
109
109
  getDirectories(directory: string): ReadOnlyCollection_1<CLROf<string>>;
110
110
  getDirectoryInfo(directory: string): DirectoryInfo;
111
111
  getDriveInfo(drive: string): DriveInfo;
112
112
  getFileInfo(file: string): FileInfo;
113
- getFiles(directory: string, searchType: SearchOption, wildcards: string[]): ReadOnlyCollection_1<CLROf<string>>;
113
+ getFiles(directory: string, searchType: SearchOption, ...wildcards: string[]): ReadOnlyCollection_1<CLROf<string>>;
114
114
  getFiles(directory: string): ReadOnlyCollection_1<CLROf<string>>;
115
115
  getName(path: string): string;
116
116
  getParentPath(path: string): string;
@@ -123,8 +123,8 @@ export const FileSystem: {
123
123
  moveFile(sourceFileName: string, destinationFileName: string, showUI: UIOption): void;
124
124
  moveFile(sourceFileName: string, destinationFileName: string, overwrite: boolean): void;
125
125
  moveFile(sourceFileName: string, destinationFileName: string): void;
126
- openTextFieldParser(file: string, fieldWidths: int[]): TextFieldParser;
127
- openTextFieldParser(file: string, delimiters: string[]): TextFieldParser;
126
+ openTextFieldParser(file: string, ...fieldWidths: int[]): TextFieldParser;
127
+ openTextFieldParser(file: string, ...delimiters: string[]): TextFieldParser;
128
128
  openTextFieldParser(file: string): TextFieldParser;
129
129
  openTextFileReader(file: string, encoding: Encoding): StreamReader;
130
130
  openTextFileReader(file: string): StreamReader;
@@ -203,8 +203,8 @@ export interface TextFieldParser$instance {
203
203
  readFields(): string[];
204
204
  readLine(): string;
205
205
  readToEnd(): string;
206
- setDelimiters(delimiters: string[]): void;
207
- setFieldWidths(fieldWidths: int[]): void;
206
+ setDelimiters(...delimiters: string[]): void;
207
+ setFieldWidths(...fieldWidths: int[]): void;
208
208
  }
209
209
 
210
210
 
@@ -917,7 +917,7 @@ export interface __ConsoleKeyInfo$views {
917
917
  As_IEquatable_1(): IEquatable_1$instance<ConsoleKeyInfo>;
918
918
 
919
919
  // Structural method bridges for numeric interface constraints
920
- Equals(other: ConsoleKeyInfo): boolean;
920
+ equals(other: ConsoleKeyInfo): boolean;
921
921
  }
922
922
 
923
923
  export type ConsoleKeyInfo = ConsoleKeyInfo$instance & __ConsoleKeyInfo$views;
@@ -999,8 +999,9 @@ export interface __DateOnly$views {
999
999
  As_IUtf8SpanFormattable(): IUtf8SpanFormattable$instance;
1000
1000
 
1001
1001
  // Structural method bridges for numeric interface constraints
1002
- Equals(other: DateOnly): boolean;
1003
- CompareTo(obj: unknown): int;
1002
+ equals(other: DateOnly): boolean;
1003
+ compareTo(obj: unknown): int;
1004
+ tryFormat(utf8Destination: Span_1<CLROf<byte>>, bytesWritten: { value: ref<int> }, format: ReadOnlySpan_1<CLROf<char>>, provider: IFormatProvider): boolean;
1004
1005
  }
1005
1006
 
1006
1007
  export interface DateOnly$instance extends IComparable_1$instance<DateOnly>, ISpanParsable_1$instance<DateOnly> {}
@@ -1137,8 +1138,9 @@ export interface __DateTime$views {
1137
1138
  As_ISerializable(): System_Runtime_Serialization_Internal.ISerializable$instance;
1138
1139
 
1139
1140
  // Structural method bridges for numeric interface constraints
1140
- Equals(other: DateTime): boolean;
1141
- CompareTo(obj: unknown): int;
1141
+ equals(other: DateTime): boolean;
1142
+ compareTo(obj: unknown): int;
1143
+ tryFormat(utf8Destination: Span_1<CLROf<byte>>, bytesWritten: { value: ref<int> }, format: ReadOnlySpan_1<CLROf<char>>, provider: IFormatProvider): boolean;
1142
1144
  }
1143
1145
 
1144
1146
  export interface DateTime$instance extends IComparable_1$instance<DateTime>, ISpanParsable_1$instance<DateTime>, System_Runtime_Serialization_Internal.ISerializable$instance {}
@@ -1256,8 +1258,9 @@ export interface __DateTimeOffset$views {
1256
1258
  As_ISerializable(): System_Runtime_Serialization_Internal.ISerializable$instance;
1257
1259
 
1258
1260
  // Structural method bridges for numeric interface constraints
1259
- Equals(other: DateTimeOffset): boolean;
1260
- CompareTo(obj: unknown): int;
1261
+ equals(other: DateTimeOffset): boolean;
1262
+ compareTo(obj: unknown): int;
1263
+ tryFormat(utf8Destination: Span_1<CLROf<byte>>, bytesWritten: { value: ref<int> }, format: ReadOnlySpan_1<CLROf<char>>, provider: IFormatProvider): boolean;
1261
1264
  }
1262
1265
 
1263
1266
  export interface DateTimeOffset$instance extends IComparable_1$instance<DateTimeOffset>, ISpanParsable_1$instance<DateTimeOffset>, System_Runtime_Serialization_Internal.IDeserializationCallback$instance, System_Runtime_Serialization_Internal.ISerializable$instance {}
@@ -1403,8 +1406,9 @@ export interface __Guid$views {
1403
1406
  As_IUtf8SpanParsable_1(): IUtf8SpanParsable_1$instance<Guid>;
1404
1407
 
1405
1408
  // Structural method bridges for numeric interface constraints
1406
- Equals(other: Guid): boolean;
1407
- CompareTo(obj: unknown): int;
1409
+ equals(other: Guid): boolean;
1410
+ compareTo(obj: unknown): int;
1411
+ tryFormat(utf8Destination: Span_1<CLROf<byte>>, bytesWritten: { value: ref<int> }, format: ReadOnlySpan_1<CLROf<char>>, provider: IFormatProvider): boolean;
1408
1412
  }
1409
1413
 
1410
1414
  export interface Guid$instance extends IComparable_1$instance<Guid>, ISpanParsable_1$instance<Guid> {}
@@ -1463,7 +1467,7 @@ export interface __Index$views {
1463
1467
  As_IEquatable_1(): IEquatable_1$instance<Index>;
1464
1468
 
1465
1469
  // Structural method bridges for numeric interface constraints
1466
- Equals(other: Index): boolean;
1470
+ equals(other: Index): boolean;
1467
1471
  }
1468
1472
 
1469
1473
  export type Index = Index$instance & __Index$views;
@@ -1507,7 +1511,7 @@ export interface __Memory_1$views<T> {
1507
1511
  As_IEquatable_1(): IEquatable_1$instance<Memory_1<T>>;
1508
1512
 
1509
1513
  // Structural method bridges for numeric interface constraints
1510
- Equals(other: Memory_1<T>): boolean;
1514
+ equals(other: Memory_1<T>): boolean;
1511
1515
  }
1512
1516
 
1513
1517
  export type Memory_1<T> = Memory_1$instance<T> & __Memory_1$views<T>;
@@ -1585,7 +1589,7 @@ export interface __ModuleHandle$views {
1585
1589
  As_IEquatable_1(): IEquatable_1$instance<ModuleHandle>;
1586
1590
 
1587
1591
  // Structural method bridges for numeric interface constraints
1588
- Equals(other: ModuleHandle): boolean;
1592
+ equals(other: ModuleHandle): boolean;
1589
1593
  }
1590
1594
 
1591
1595
  export type ModuleHandle = ModuleHandle$instance & __ModuleHandle$views;
@@ -1632,7 +1636,7 @@ export interface __Range$views {
1632
1636
  As_IEquatable_1(): IEquatable_1$instance<Range>;
1633
1637
 
1634
1638
  // Structural method bridges for numeric interface constraints
1635
- Equals(other: Range): boolean;
1639
+ equals(other: Range): boolean;
1636
1640
  }
1637
1641
 
1638
1642
  export type Range = Range$instance & __Range$views;
@@ -1666,7 +1670,7 @@ export interface __ReadOnlyMemory_1$views<T> {
1666
1670
  As_IEquatable_1(): IEquatable_1$instance<ReadOnlyMemory_1<T>>;
1667
1671
 
1668
1672
  // Structural method bridges for numeric interface constraints
1669
- Equals(other: ReadOnlyMemory_1<T>): boolean;
1673
+ equals(other: ReadOnlyMemory_1<T>): boolean;
1670
1674
  }
1671
1675
 
1672
1676
  export type ReadOnlyMemory_1<T> = ReadOnlyMemory_1$instance<T> & __ReadOnlyMemory_1$views<T>;
@@ -1754,7 +1758,7 @@ export interface __RuntimeFieldHandle$views {
1754
1758
  As_ISerializable(): System_Runtime_Serialization_Internal.ISerializable$instance;
1755
1759
 
1756
1760
  // Structural method bridges for numeric interface constraints
1757
- Equals(other: RuntimeFieldHandle): boolean;
1761
+ equals(other: RuntimeFieldHandle): boolean;
1758
1762
  }
1759
1763
 
1760
1764
  export interface RuntimeFieldHandle$instance extends System_Runtime_Serialization_Internal.ISerializable$instance {}
@@ -1784,7 +1788,7 @@ export interface __RuntimeMethodHandle$views {
1784
1788
  As_ISerializable(): System_Runtime_Serialization_Internal.ISerializable$instance;
1785
1789
 
1786
1790
  // Structural method bridges for numeric interface constraints
1787
- Equals(other: RuntimeMethodHandle): boolean;
1791
+ equals(other: RuntimeMethodHandle): boolean;
1788
1792
  }
1789
1793
 
1790
1794
  export interface RuntimeMethodHandle$instance extends System_Runtime_Serialization_Internal.ISerializable$instance {}
@@ -1814,7 +1818,7 @@ export interface __RuntimeTypeHandle$views {
1814
1818
  As_ISerializable(): System_Runtime_Serialization_Internal.ISerializable$instance;
1815
1819
 
1816
1820
  // Structural method bridges for numeric interface constraints
1817
- Equals(other: RuntimeTypeHandle): boolean;
1821
+ equals(other: RuntimeTypeHandle): boolean;
1818
1822
  }
1819
1823
 
1820
1824
  export interface RuntimeTypeHandle$instance extends System_Runtime_Serialization_Internal.ISerializable$instance {}
@@ -1842,7 +1846,7 @@ export interface __SequencePosition$views {
1842
1846
  As_IEquatable_1(): IEquatable_1$instance<SequencePosition>;
1843
1847
 
1844
1848
  // Structural method bridges for numeric interface constraints
1845
- Equals(other: SequencePosition): boolean;
1849
+ equals(other: SequencePosition): boolean;
1846
1850
  }
1847
1851
 
1848
1852
  export type SequencePosition = SequencePosition$instance & __SequencePosition$views;
@@ -1987,8 +1991,9 @@ export interface __TimeOnly$views {
1987
1991
  As_IUtf8SpanFormattable(): IUtf8SpanFormattable$instance;
1988
1992
 
1989
1993
  // Structural method bridges for numeric interface constraints
1990
- Equals(other: TimeOnly): boolean;
1991
- CompareTo(obj: unknown): int;
1994
+ equals(other: TimeOnly): boolean;
1995
+ compareTo(obj: unknown): int;
1996
+ tryFormat(utf8Destination: Span_1<CLROf<byte>>, bytesWritten: { value: ref<int> }, format: ReadOnlySpan_1<CLROf<char>>, provider: IFormatProvider): boolean;
1992
1997
  }
1993
1998
 
1994
1999
  export interface TimeOnly$instance extends IComparable$instance, ISpanParsable_1$instance<TimeOnly> {}
@@ -2118,8 +2123,9 @@ export interface __TimeSpan$views {
2118
2123
  As_IUtf8SpanFormattable(): IUtf8SpanFormattable$instance;
2119
2124
 
2120
2125
  // Structural method bridges for numeric interface constraints
2121
- Equals(other: TimeSpan): boolean;
2122
- CompareTo(obj: unknown): int;
2126
+ equals(other: TimeSpan): boolean;
2127
+ compareTo(obj: unknown): int;
2128
+ tryFormat(utf8Destination: Span_1<CLROf<byte>>, bytesWritten: { value: ref<int> }, format: ReadOnlySpan_1<CLROf<char>>, provider: IFormatProvider): boolean;
2123
2129
  }
2124
2130
 
2125
2131
  export interface TimeSpan$instance extends IComparable$instance, ISpanParsable_1$instance<TimeSpan> {}
@@ -2153,7 +2159,7 @@ export interface __TimeZoneInfo_TransitionTime$views {
2153
2159
  As_ISerializable(): System_Runtime_Serialization_Internal.ISerializable$instance;
2154
2160
 
2155
2161
  // Structural method bridges for numeric interface constraints
2156
- Equals(other: TimeZoneInfo_TransitionTime): boolean;
2162
+ equals(other: TimeZoneInfo_TransitionTime): boolean;
2157
2163
  }
2158
2164
 
2159
2165
  export interface TimeZoneInfo_TransitionTime$instance extends System_Runtime_Serialization_Internal.IDeserializationCallback$instance, System_Runtime_Serialization_Internal.ISerializable$instance {}
@@ -2233,8 +2239,8 @@ export interface __ValueTuple$views {
2233
2239
  As_ITuple(): System_Runtime_CompilerServices_Internal.ITuple$instance;
2234
2240
 
2235
2241
  // Structural method bridges for numeric interface constraints
2236
- Equals(other: ValueTuple): boolean;
2237
- CompareTo(obj: unknown): int;
2242
+ equals(other: ValueTuple): boolean;
2243
+ compareTo(obj: unknown): int;
2238
2244
  }
2239
2245
 
2240
2246
  export interface ValueTuple$instance extends IComparable_1$instance<ValueTuple>, System_Runtime_CompilerServices_Internal.ITuple$instance {}
@@ -2266,8 +2272,8 @@ export interface __ValueTuple_1$views<T1> {
2266
2272
  As_ITuple(): System_Runtime_CompilerServices_Internal.ITuple$instance;
2267
2273
 
2268
2274
  // Structural method bridges for numeric interface constraints
2269
- Equals(other: ValueTuple_1<T1>): boolean;
2270
- CompareTo(obj: unknown): int;
2275
+ equals(other: ValueTuple_1<T1>): boolean;
2276
+ compareTo(obj: unknown): int;
2271
2277
  }
2272
2278
 
2273
2279
  export interface ValueTuple_1$instance<T1> extends IComparable_1$instance<ValueTuple_1<T1>>, System_Runtime_CompilerServices_Internal.ITuple$instance {}
@@ -2300,8 +2306,8 @@ export interface __ValueTuple_2$views<T1, T2> {
2300
2306
  As_ITuple(): System_Runtime_CompilerServices_Internal.ITuple$instance;
2301
2307
 
2302
2308
  // Structural method bridges for numeric interface constraints
2303
- Equals(other: ValueTuple_2<T1, T2>): boolean;
2304
- CompareTo(obj: unknown): int;
2309
+ equals(other: ValueTuple_2<T1, T2>): boolean;
2310
+ compareTo(obj: unknown): int;
2305
2311
  }
2306
2312
 
2307
2313
  export interface ValueTuple_2$instance<T1, T2> extends IComparable_1$instance<ValueTuple_2<T1, T2>>, System_Runtime_CompilerServices_Internal.ITuple$instance {}
@@ -2335,8 +2341,8 @@ export interface __ValueTuple_3$views<T1, T2, T3> {
2335
2341
  As_ITuple(): System_Runtime_CompilerServices_Internal.ITuple$instance;
2336
2342
 
2337
2343
  // Structural method bridges for numeric interface constraints
2338
- Equals(other: ValueTuple_3<T1, T2, T3>): boolean;
2339
- CompareTo(obj: unknown): int;
2344
+ equals(other: ValueTuple_3<T1, T2, T3>): boolean;
2345
+ compareTo(obj: unknown): int;
2340
2346
  }
2341
2347
 
2342
2348
  export interface ValueTuple_3$instance<T1, T2, T3> extends IComparable_1$instance<ValueTuple_3<T1, T2, T3>>, System_Runtime_CompilerServices_Internal.ITuple$instance {}
@@ -2371,8 +2377,8 @@ export interface __ValueTuple_4$views<T1, T2, T3, T4> {
2371
2377
  As_ITuple(): System_Runtime_CompilerServices_Internal.ITuple$instance;
2372
2378
 
2373
2379
  // Structural method bridges for numeric interface constraints
2374
- Equals(other: ValueTuple_4<T1, T2, T3, T4>): boolean;
2375
- CompareTo(obj: unknown): int;
2380
+ equals(other: ValueTuple_4<T1, T2, T3, T4>): boolean;
2381
+ compareTo(obj: unknown): int;
2376
2382
  }
2377
2383
 
2378
2384
  export interface ValueTuple_4$instance<T1, T2, T3, T4> extends IComparable_1$instance<ValueTuple_4<T1, T2, T3, T4>>, System_Runtime_CompilerServices_Internal.ITuple$instance {}
@@ -2408,8 +2414,8 @@ export interface __ValueTuple_5$views<T1, T2, T3, T4, T5> {
2408
2414
  As_ITuple(): System_Runtime_CompilerServices_Internal.ITuple$instance;
2409
2415
 
2410
2416
  // Structural method bridges for numeric interface constraints
2411
- Equals(other: ValueTuple_5<T1, T2, T3, T4, T5>): boolean;
2412
- CompareTo(obj: unknown): int;
2417
+ equals(other: ValueTuple_5<T1, T2, T3, T4, T5>): boolean;
2418
+ compareTo(obj: unknown): int;
2413
2419
  }
2414
2420
 
2415
2421
  export interface ValueTuple_5$instance<T1, T2, T3, T4, T5> extends IComparable_1$instance<ValueTuple_5<T1, T2, T3, T4, T5>>, System_Runtime_CompilerServices_Internal.ITuple$instance {}
@@ -2446,8 +2452,8 @@ export interface __ValueTuple_6$views<T1, T2, T3, T4, T5, T6> {
2446
2452
  As_ITuple(): System_Runtime_CompilerServices_Internal.ITuple$instance;
2447
2453
 
2448
2454
  // Structural method bridges for numeric interface constraints
2449
- Equals(other: ValueTuple_6<T1, T2, T3, T4, T5, T6>): boolean;
2450
- CompareTo(obj: unknown): int;
2455
+ equals(other: ValueTuple_6<T1, T2, T3, T4, T5, T6>): boolean;
2456
+ compareTo(obj: unknown): int;
2451
2457
  }
2452
2458
 
2453
2459
  export interface ValueTuple_6$instance<T1, T2, T3, T4, T5, T6> extends IComparable_1$instance<ValueTuple_6<T1, T2, T3, T4, T5, T6>>, System_Runtime_CompilerServices_Internal.ITuple$instance {}
@@ -2485,8 +2491,8 @@ export interface __ValueTuple_7$views<T1, T2, T3, T4, T5, T6, T7> {
2485
2491
  As_ITuple(): System_Runtime_CompilerServices_Internal.ITuple$instance;
2486
2492
 
2487
2493
  // Structural method bridges for numeric interface constraints
2488
- Equals(other: ValueTuple_7<T1, T2, T3, T4, T5, T6, T7>): boolean;
2489
- CompareTo(obj: unknown): int;
2494
+ equals(other: ValueTuple_7<T1, T2, T3, T4, T5, T6, T7>): boolean;
2495
+ compareTo(obj: unknown): int;
2490
2496
  }
2491
2497
 
2492
2498
  export interface ValueTuple_7$instance<T1, T2, T3, T4, T5, T6, T7> extends IComparable_1$instance<ValueTuple_7<T1, T2, T3, T4, T5, T6, T7>>, System_Runtime_CompilerServices_Internal.ITuple$instance {}
@@ -2525,8 +2531,8 @@ export interface __ValueTuple_8$views<T1, T2, T3, T4, T5, T6, T7, TRest extends
2525
2531
  As_ITuple(): System_Runtime_CompilerServices_Internal.ITuple$instance;
2526
2532
 
2527
2533
  // Structural method bridges for numeric interface constraints
2528
- Equals(other: ValueTuple_8<T1, T2, T3, T4, T5, T6, T7, TRest>): boolean;
2529
- CompareTo(obj: unknown): int;
2534
+ equals(other: ValueTuple_8<T1, T2, T3, T4, T5, T6, T7, TRest>): boolean;
2535
+ compareTo(obj: unknown): int;
2530
2536
  }
2531
2537
 
2532
2538
  export interface ValueTuple_8$instance<T1, T2, T3, T4, T5, T6, T7, TRest extends unknown> extends IComparable_1$instance<ValueTuple_8<T1, T2, T3, T4, T5, T6, T7, TRest>>, System_Runtime_CompilerServices_Internal.ITuple$instance {}
@@ -2626,9 +2632,9 @@ export interface AppDomain$instance extends MarshalByRefObject {
2626
2632
  executeAssembly(assemblyFile: string): int;
2627
2633
  executeAssembly(assemblyFile: string, args: string[]): int;
2628
2634
  executeAssembly(assemblyFile: string, args: string[], hashValue: byte[], hashAlgorithm: AssemblyHashAlgorithm): int;
2629
- executeAssemblyByName(assemblyName: AssemblyName, args: string[]): int;
2635
+ executeAssemblyByName(assemblyName: AssemblyName, ...args: string[]): int;
2630
2636
  executeAssemblyByName(assemblyName: string): int;
2631
- executeAssemblyByName(assemblyName: string, args: string[]): int;
2637
+ executeAssemblyByName(assemblyName: string, ...args: string[]): int;
2632
2638
  getAssemblies(): Assembly[];
2633
2639
  getData(name: string): unknown;
2634
2640
  isCompatibilitySwitchSet(value: string): Nullable_1<CLROf<boolean>>;
@@ -2848,23 +2854,23 @@ export interface Array$instance {
2848
2854
  getLongLength(dimension: int): long;
2849
2855
  getLowerBound(dimension: int): int;
2850
2856
  getUpperBound(dimension: int): int;
2851
- getValue(indices: int[]): unknown;
2857
+ getValue(...indices: int[]): unknown;
2852
2858
  getValue(index: int): unknown;
2853
2859
  getValue(index1: int, index2: int): unknown;
2854
2860
  getValue(index1: int, index2: int, index3: int): unknown;
2855
2861
  getValue(index: long): unknown;
2856
2862
  getValue(index1: long, index2: long): unknown;
2857
2863
  getValue(index1: long, index2: long, index3: long): unknown;
2858
- getValue(indices: long[]): unknown;
2864
+ getValue(...indices: long[]): unknown;
2859
2865
  initialize(): void;
2860
2866
  setValue(value: unknown, index: int): void;
2861
2867
  setValue(value: unknown, index1: int, index2: int): void;
2862
2868
  setValue(value: unknown, index1: int, index2: int, index3: int): void;
2863
- setValue(value: unknown, indices: int[]): void;
2869
+ setValue(value: unknown, ...indices: int[]): void;
2864
2870
  setValue(value: unknown, index: long): void;
2865
2871
  setValue(value: unknown, index1: long, index2: long): void;
2866
2872
  setValue(value: unknown, index1: long, index2: long, index3: long): void;
2867
- setValue(value: unknown, indices: long[]): void;
2873
+ setValue(value: unknown, ...indices: long[]): void;
2868
2874
  }
2869
2875
 
2870
2876
 
@@ -2891,11 +2897,11 @@ export const Array: {
2891
2897
  createInstance(elementType: Type, length1: int, length2: int): Array;
2892
2898
  createInstance(elementType: Type, length: int): Array;
2893
2899
  createInstance(elementType: Type, lengths: int[], lowerBounds: int[]): Array;
2894
- createInstance(elementType: Type, lengths: int[]): Array;
2895
- createInstance(elementType: Type, lengths: long[]): Array;
2900
+ createInstance(elementType: Type, ...lengths: int[]): Array;
2901
+ createInstance(elementType: Type, ...lengths: long[]): Array;
2896
2902
  createInstanceFromArrayType(arrayType: Type, length: int): Array;
2897
2903
  createInstanceFromArrayType(arrayType: Type, lengths: int[], lowerBounds: int[]): Array;
2898
- createInstanceFromArrayType(arrayType: Type, lengths: int[]): Array;
2904
+ createInstanceFromArrayType(arrayType: Type, ...lengths: int[]): Array;
2899
2905
  empty<T>(): T[];
2900
2906
  exists<T>(array: T[], match: Predicate_1<T>): boolean;
2901
2907
  fill<T>(array: T[], value: T, startIndex: int, count: int): void;
@@ -3269,7 +3275,7 @@ export interface Delegate$instance {
3269
3275
  readonly method: MethodInfo;
3270
3276
  readonly target: unknown;
3271
3277
  clone(): unknown;
3272
- dynamicInvoke(args: unknown[]): unknown;
3278
+ dynamicInvoke(...args: unknown[]): unknown;
3273
3279
  equals(obj: unknown): boolean;
3274
3280
  getHashCode(): int;
3275
3281
  getInvocationList(): Function[];
@@ -3279,7 +3285,7 @@ export interface Delegate$instance {
3279
3285
 
3280
3286
  export const Delegate: {
3281
3287
  combine(a: Function, b: Function): Function;
3282
- combine(delegates: Function[]): Function;
3288
+ combine(...delegates: Function[]): Function;
3283
3289
  combine(delegates: ReadOnlySpan_1<Function>): Function;
3284
3290
  createDelegate(type_: Type, firstArgument: unknown, method: MethodInfo, throwOnBindFailure: boolean): Function;
3285
3291
  createDelegate(type_: Type, firstArgument: unknown, method: MethodInfo): Function;
@@ -3446,7 +3452,7 @@ export interface __Enum$views {
3446
3452
  As_ISpanFormattable(): ISpanFormattable$instance;
3447
3453
 
3448
3454
  // Structural method bridges for numeric interface constraints
3449
- CompareTo(obj: unknown): int;
3455
+ compareTo(obj: unknown): int;
3450
3456
  }
3451
3457
 
3452
3458
  export interface Enum$instance extends IComparable$instance {}
@@ -4673,7 +4679,7 @@ export interface __TimeZoneInfo$views {
4673
4679
  As_ISerializable(): System_Runtime_Serialization_Internal.ISerializable$instance;
4674
4680
 
4675
4681
  // Structural method bridges for numeric interface constraints
4676
- Equals(other: TimeZoneInfo): boolean;
4682
+ equals(other: TimeZoneInfo): boolean;
4677
4683
  }
4678
4684
 
4679
4685
  export interface TimeZoneInfo$instance extends System_Runtime_Serialization_Internal.IDeserializationCallback$instance, System_Runtime_Serialization_Internal.ISerializable$instance {}
@@ -4707,7 +4713,7 @@ export interface __TimeZoneInfo_AdjustmentRule$views {
4707
4713
  As_ISerializable(): System_Runtime_Serialization_Internal.ISerializable$instance;
4708
4714
 
4709
4715
  // Structural method bridges for numeric interface constraints
4710
- Equals(other: TimeZoneInfo_AdjustmentRule): boolean;
4716
+ equals(other: TimeZoneInfo_AdjustmentRule): boolean;
4711
4717
  }
4712
4718
 
4713
4719
  export interface TimeZoneInfo_AdjustmentRule$instance extends System_Runtime_Serialization_Internal.IDeserializationCallback$instance, System_Runtime_Serialization_Internal.ISerializable$instance {}
@@ -4754,7 +4760,7 @@ export interface __Tuple_1$views<T1> {
4754
4760
  As_ITuple(): System_Runtime_CompilerServices_Internal.ITuple$instance;
4755
4761
 
4756
4762
  // Structural method bridges for numeric interface constraints
4757
- CompareTo(obj: unknown): int;
4763
+ compareTo(obj: unknown): int;
4758
4764
  }
4759
4765
 
4760
4766
  export interface Tuple_1$instance<T1> extends System_Collections_Internal.IStructuralComparable$instance, System_Runtime_CompilerServices_Internal.ITuple$instance {}
@@ -4783,7 +4789,7 @@ export interface __Tuple_2$views<T1, T2> {
4783
4789
  As_ITuple(): System_Runtime_CompilerServices_Internal.ITuple$instance;
4784
4790
 
4785
4791
  // Structural method bridges for numeric interface constraints
4786
- CompareTo(obj: unknown): int;
4792
+ compareTo(obj: unknown): int;
4787
4793
  }
4788
4794
 
4789
4795
  export interface Tuple_2$instance<T1, T2> extends System_Collections_Internal.IStructuralComparable$instance, System_Runtime_CompilerServices_Internal.ITuple$instance {}
@@ -4813,7 +4819,7 @@ export interface __Tuple_3$views<T1, T2, T3> {
4813
4819
  As_ITuple(): System_Runtime_CompilerServices_Internal.ITuple$instance;
4814
4820
 
4815
4821
  // Structural method bridges for numeric interface constraints
4816
- CompareTo(obj: unknown): int;
4822
+ compareTo(obj: unknown): int;
4817
4823
  }
4818
4824
 
4819
4825
  export interface Tuple_3$instance<T1, T2, T3> extends System_Collections_Internal.IStructuralComparable$instance, System_Runtime_CompilerServices_Internal.ITuple$instance {}
@@ -4844,7 +4850,7 @@ export interface __Tuple_4$views<T1, T2, T3, T4> {
4844
4850
  As_ITuple(): System_Runtime_CompilerServices_Internal.ITuple$instance;
4845
4851
 
4846
4852
  // Structural method bridges for numeric interface constraints
4847
- CompareTo(obj: unknown): int;
4853
+ compareTo(obj: unknown): int;
4848
4854
  }
4849
4855
 
4850
4856
  export interface Tuple_4$instance<T1, T2, T3, T4> extends System_Collections_Internal.IStructuralComparable$instance, System_Runtime_CompilerServices_Internal.ITuple$instance {}
@@ -4876,7 +4882,7 @@ export interface __Tuple_5$views<T1, T2, T3, T4, T5> {
4876
4882
  As_ITuple(): System_Runtime_CompilerServices_Internal.ITuple$instance;
4877
4883
 
4878
4884
  // Structural method bridges for numeric interface constraints
4879
- CompareTo(obj: unknown): int;
4885
+ compareTo(obj: unknown): int;
4880
4886
  }
4881
4887
 
4882
4888
  export interface Tuple_5$instance<T1, T2, T3, T4, T5> extends System_Collections_Internal.IStructuralComparable$instance, System_Runtime_CompilerServices_Internal.ITuple$instance {}
@@ -4909,7 +4915,7 @@ export interface __Tuple_6$views<T1, T2, T3, T4, T5, T6> {
4909
4915
  As_ITuple(): System_Runtime_CompilerServices_Internal.ITuple$instance;
4910
4916
 
4911
4917
  // Structural method bridges for numeric interface constraints
4912
- CompareTo(obj: unknown): int;
4918
+ compareTo(obj: unknown): int;
4913
4919
  }
4914
4920
 
4915
4921
  export interface Tuple_6$instance<T1, T2, T3, T4, T5, T6> extends System_Collections_Internal.IStructuralComparable$instance, System_Runtime_CompilerServices_Internal.ITuple$instance {}
@@ -4943,7 +4949,7 @@ export interface __Tuple_7$views<T1, T2, T3, T4, T5, T6, T7> {
4943
4949
  As_ITuple(): System_Runtime_CompilerServices_Internal.ITuple$instance;
4944
4950
 
4945
4951
  // Structural method bridges for numeric interface constraints
4946
- CompareTo(obj: unknown): int;
4952
+ compareTo(obj: unknown): int;
4947
4953
  }
4948
4954
 
4949
4955
  export interface Tuple_7$instance<T1, T2, T3, T4, T5, T6, T7> extends System_Collections_Internal.IStructuralComparable$instance, System_Runtime_CompilerServices_Internal.ITuple$instance {}
@@ -4978,7 +4984,7 @@ export interface __Tuple_8$views<T1, T2, T3, T4, T5, T6, T7, TRest> {
4978
4984
  As_ITuple(): System_Runtime_CompilerServices_Internal.ITuple$instance;
4979
4985
 
4980
4986
  // Structural method bridges for numeric interface constraints
4981
- CompareTo(obj: unknown): int;
4987
+ compareTo(obj: unknown): int;
4982
4988
  }
4983
4989
 
4984
4990
  export interface Tuple_8$instance<T1, T2, T3, T4, T5, T6, T7, TRest> extends System_Collections_Internal.IStructuralComparable$instance, System_Runtime_CompilerServices_Internal.ITuple$instance {}
@@ -5144,7 +5150,7 @@ export interface Type$instance extends MemberInfo {
5144
5150
  makeArrayType(): Type;
5145
5151
  makeArrayType(rank: int): Type;
5146
5152
  makeByRefType(): Type;
5147
- makeGenericType(typeArguments: Type[]): Type;
5153
+ makeGenericType(...typeArguments: Type[]): Type;
5148
5154
  makePointerType(): Type;
5149
5155
  toString(): string;
5150
5156
  }
@@ -5177,7 +5183,7 @@ export const Type: {
5177
5183
  getTypeFromProgID(progID: string): Type;
5178
5184
  getTypeHandle(o: unknown): RuntimeTypeHandle;
5179
5185
  makeGenericMethodParameter(position: int): Type;
5180
- makeGenericSignatureType(genericTypeDefinition: Type, typeArguments: Type[]): Type;
5186
+ makeGenericSignatureType(genericTypeDefinition: Type, ...typeArguments: Type[]): Type;
5181
5187
  reflectionOnlyGetType(typeName: string, throwIfNotFound: boolean, ignoreCase: boolean): Type;
5182
5188
  };
5183
5189
 
@@ -5412,7 +5418,7 @@ export interface __Uri$views {
5412
5418
  As_ISerializable(): System_Runtime_Serialization_Internal.ISerializable$instance;
5413
5419
 
5414
5420
  // Structural method bridges for numeric interface constraints
5415
- Equals(other: Uri): boolean;
5421
+ equals(other: Uri): boolean;
5416
5422
  }
5417
5423
 
5418
5424
  export interface Uri$instance extends System_Runtime_Serialization_Internal.ISerializable$instance {}
@@ -5562,8 +5568,9 @@ export interface __Version$views {
5562
5568
  As_IUtf8SpanParsable_1(): IUtf8SpanParsable_1$instance<Version>;
5563
5569
 
5564
5570
  // Structural method bridges for numeric interface constraints
5565
- Equals(other: Version): boolean;
5566
- CompareTo(obj: unknown): int;
5571
+ equals(other: Version): boolean;
5572
+ compareTo(obj: unknown): int;
5573
+ tryFormat(utf8Destination: Span_1<CLROf<byte>>, bytesWritten: { value: ref<int> }, format: ReadOnlySpan_1<CLROf<char>>, provider: IFormatProvider): boolean;
5567
5574
  }
5568
5575
 
5569
5576
  export interface Version$instance extends ICloneable$instance, IComparable$instance, IUtf8SpanParsable_1$instance<Version> {}
@@ -5623,7 +5630,7 @@ export abstract class Activator$instance {
5623
5630
  static createInstance(assemblyName: string, typeName: string): ObjectHandle;
5624
5631
  static createInstance(type_: Type, nonPublic: boolean): unknown;
5625
5632
  static createInstance(type_: Type, args: unknown[], activationAttributes: unknown[]): unknown;
5626
- static createInstance(type_: Type, args: unknown[]): unknown;
5633
+ static createInstance(type_: Type, ...args: unknown[]): unknown;
5627
5634
  static createInstance(type_: Type, bindingAttr: BindingFlags, binder: Binder, args: unknown[], culture: CultureInfo, activationAttributes: unknown[]): unknown;
5628
5635
  static createInstance(type_: Type, bindingAttr: BindingFlags, binder: Binder, args: unknown[], culture: CultureInfo): unknown;
5629
5636
  static createInstance(type_: Type): unknown;
@@ -5799,7 +5806,7 @@ export abstract class Console$instance {
5799
5806
  static write(format: string, arg0: unknown, arg1: unknown, arg2: unknown): void;
5800
5807
  static write(format: string, arg0: unknown, arg1: unknown): void;
5801
5808
  static write(format: string, arg0: unknown): void;
5802
- static write(format: string, arg: unknown[]): void;
5809
+ static write(format: string, ...arg: unknown[]): void;
5803
5810
  static write(format: string, arg: ReadOnlySpan_1<unknown>): void;
5804
5811
  static write(value: string): void;
5805
5812
  static write(value: uint): void;
@@ -5819,7 +5826,7 @@ export abstract class Console$instance {
5819
5826
  static writeLine(format: string, arg0: unknown, arg1: unknown, arg2: unknown): void;
5820
5827
  static writeLine(format: string, arg0: unknown, arg1: unknown): void;
5821
5828
  static writeLine(format: string, arg0: unknown): void;
5822
- static writeLine(format: string, arg: unknown[]): void;
5829
+ static writeLine(format: string, ...arg: unknown[]): void;
5823
5830
  static writeLine(format: string, arg: ReadOnlySpan_1<unknown>): void;
5824
5831
  static writeLine(value: string): void;
5825
5832
  static writeLine(value: uint): void;
@@ -6697,7 +6704,7 @@ export abstract class MemoryExtensions$instance {
6697
6704
  static trimStart(span: ReadOnlySpan_1<CLROf<char>>): ReadOnlySpan_1<CLROf<char>>;
6698
6705
  static trimStart(span: Span_1<CLROf<char>>): Span_1<CLROf<char>>;
6699
6706
  static tryWrite(destination: Span_1<CLROf<char>>, provider: IFormatProvider, handler: { value: ref<MemoryExtensions_TryWriteInterpolatedStringHandler> }, charsWritten: { value: ref<int> }): boolean;
6700
- static tryWrite(destination: Span_1<CLROf<char>>, provider: IFormatProvider, format: CompositeFormat, charsWritten: { value: ref<int> }, args: unknown[]): boolean;
6707
+ static tryWrite(destination: Span_1<CLROf<char>>, provider: IFormatProvider, format: CompositeFormat, charsWritten: { value: ref<int> }, ...args: unknown[]): boolean;
6701
6708
  static tryWrite(destination: Span_1<CLROf<char>>, provider: IFormatProvider, format: CompositeFormat, charsWritten: { value: ref<int> }, args: ReadOnlySpan_1<unknown>): boolean;
6702
6709
  static tryWrite<TArg0, TArg1, TArg2>(destination: Span_1<CLROf<char>>, provider: IFormatProvider, format: CompositeFormat, charsWritten: { value: ref<int> }, arg0: TArg0, arg1: TArg1, arg2: TArg2): boolean;
6703
6710
  static tryWrite<TArg0, TArg1>(destination: Span_1<CLROf<char>>, provider: IFormatProvider, format: CompositeFormat, charsWritten: { value: ref<int> }, arg0: TArg0, arg1: TArg1): boolean;
@@ -224,7 +224,7 @@ export interface __StandardFormat$views {
224
224
  As_IEquatable_1(): System_Internal.IEquatable_1$instance<StandardFormat>;
225
225
 
226
226
  // Structural method bridges for numeric interface constraints
227
- Equals(other: StandardFormat): boolean;
227
+ equals(other: StandardFormat): boolean;
228
228
  }
229
229
 
230
230
  export type StandardFormat = StandardFormat$instance & __StandardFormat$views;
@@ -29,5 +29,14 @@ export { MemoryHandle as MemoryHandle } from './System.Buffers/internal/index.js
29
29
  export { MemoryManager_1 as MemoryManager } from './System.Buffers/internal/index.js';
30
30
  export { OperationStatus as OperationStatus } from './System.Buffers/internal/index.js';
31
31
  export { StandardFormat as StandardFormat } from './System.Buffers/internal/index.js';
32
- export { SearchValues$instance as SearchValues_0 } from './System.Buffers/internal/index.js';
33
- export { SearchValues_1 as SearchValues } from './System.Buffers/internal/index.js';
32
+
33
+ // Multi-arity family sentinel (detects unspecified type parameters)
34
+ declare const __unspecified: unique symbol;
35
+ export type __ = typeof __unspecified;
36
+
37
+ export type SearchValues<
38
+ T1 = __,
39
+ > =
40
+ [T1] extends [__] ? Internal.SearchValues :
41
+ [T1] extends [IEquatable_1<T1>] ? Internal.SearchValues_1<T1> : never;
42
+