@tsonic/dotnet 0.7.4 → 0.7.7
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.
- package/Internal/internal/index.d.ts +0 -25
- package/Microsoft.CSharp.RuntimeBinder/internal/index.d.ts +0 -25
- package/Microsoft.VisualBasic/bindings.json +203 -29
- package/Microsoft.VisualBasic/internal/index.d.ts +30 -55
- package/Microsoft.VisualBasic/internal/metadata.json +203 -29
- package/Microsoft.VisualBasic.CompilerServices/bindings.json +25 -3
- package/Microsoft.VisualBasic.CompilerServices/internal/index.d.ts +4 -29
- package/Microsoft.VisualBasic.CompilerServices/internal/metadata.json +25 -3
- package/Microsoft.VisualBasic.FileIO/internal/index.d.ts +6 -31
- package/Microsoft.Win32/internal/index.d.ts +0 -25
- package/Microsoft.Win32.SafeHandles/internal/index.d.ts +0 -25
- package/System/bindings.json +4800 -552
- package/System/internal/index.d.ts +2537 -395
- package/System/internal/metadata.json +4800 -552
- package/System.Buffers/bindings.json +196 -24
- package/System.Buffers/internal/index.d.ts +29 -54
- package/System.Buffers/internal/metadata.json +196 -24
- package/System.Buffers.Binary/bindings.json +182 -26
- package/System.Buffers.Binary/internal/index.d.ts +115 -140
- package/System.Buffers.Binary/internal/metadata.json +182 -26
- package/System.Buffers.Text/bindings.json +431 -49
- package/System.Buffers.Text/internal/index.d.ts +64 -89
- package/System.Buffers.Text/internal/metadata.json +431 -49
- package/System.CodeDom.Compiler/internal/index.d.ts +6 -31
- package/System.Collections/bindings.json +11 -1
- package/System.Collections/internal/index.d.ts +2 -27
- package/System.Collections/internal/metadata.json +11 -1
- package/System.Collections.Concurrent/bindings.json +211 -29
- package/System.Collections.Concurrent/internal/index.d.ts +31 -56
- package/System.Collections.Concurrent/internal/metadata.json +211 -29
- package/System.Collections.Frozen/bindings.json +56 -8
- package/System.Collections.Frozen/internal/index.d.ts +9 -34
- package/System.Collections.Frozen/internal/metadata.json +56 -8
- package/System.Collections.Generic/bindings.json +273 -35
- package/System.Collections.Generic/internal/index.d.ts +36 -61
- package/System.Collections.Generic/internal/metadata.json +273 -35
- package/System.Collections.Immutable/bindings.json +362 -50
- package/System.Collections.Immutable/internal/index.d.ts +49 -74
- package/System.Collections.Immutable/internal/metadata.json +362 -50
- package/System.Collections.ObjectModel/bindings.json +28 -4
- package/System.Collections.ObjectModel/internal/index.d.ts +3 -28
- package/System.Collections.ObjectModel/internal/metadata.json +28 -4
- package/System.Collections.Specialized/internal/index.d.ts +0 -25
- package/System.ComponentModel/bindings.json +174 -18
- package/System.ComponentModel/internal/index.d.ts +22 -47
- package/System.ComponentModel/internal/metadata.json +174 -18
- package/System.ComponentModel.DataAnnotations/internal/index.d.ts +9 -34
- package/System.ComponentModel.DataAnnotations.Schema/internal/index.d.ts +0 -25
- package/System.ComponentModel.Design/internal/index.d.ts +0 -25
- package/System.ComponentModel.Design.Serialization/internal/index.d.ts +0 -25
- package/System.Configuration.Assemblies/internal/index.d.ts +0 -25
- package/System.Data/internal/index.d.ts +7 -32
- package/System.Data.Common/bindings.json +14 -2
- package/System.Data.Common/internal/index.d.ts +27 -52
- package/System.Data.Common/internal/metadata.json +14 -2
- package/System.Data.SqlTypes/internal/index.d.ts +1 -26
- package/System.Diagnostics/bindings.json +181 -23
- package/System.Diagnostics/internal/index.d.ts +87 -112
- package/System.Diagnostics/internal/metadata.json +181 -23
- package/System.Diagnostics.CodeAnalysis/internal/index.d.ts +0 -25
- package/System.Diagnostics.Contracts/bindings.json +7 -1
- package/System.Diagnostics.Contracts/internal/index.d.ts +4 -29
- package/System.Diagnostics.Contracts/internal/metadata.json +7 -1
- package/System.Diagnostics.Metrics/bindings.json +35 -5
- package/System.Diagnostics.Metrics/internal/index.d.ts +44 -69
- package/System.Diagnostics.Metrics/internal/metadata.json +35 -5
- package/System.Diagnostics.SymbolStore/internal/index.d.ts +0 -25
- package/System.Diagnostics.Tracing/bindings.json +37 -3
- package/System.Diagnostics.Tracing/internal/index.d.ts +10 -35
- package/System.Diagnostics.Tracing/internal/metadata.json +37 -3
- package/System.Drawing/internal/index.d.ts +0 -25
- package/System.Dynamic/bindings.json +63 -9
- package/System.Dynamic/internal/index.d.ts +17 -42
- package/System.Dynamic/internal/metadata.json +63 -9
- package/System.Formats.Asn1/bindings.json +451 -49
- package/System.Formats.Asn1/internal/index.d.ts +69 -94
- package/System.Formats.Asn1/internal/metadata.json +451 -49
- package/System.Formats.Tar/internal/index.d.ts +4 -29
- package/System.Globalization/bindings.json +28 -4
- package/System.Globalization/internal/index.d.ts +18 -43
- package/System.Globalization/internal/metadata.json +28 -4
- package/System.IO/bindings.json +35 -5
- package/System.IO/internal/index.d.ts +197 -222
- package/System.IO/internal/metadata.json +35 -5
- package/System.IO.Compression/bindings.json +50 -6
- package/System.IO.Compression/internal/index.d.ts +51 -76
- package/System.IO.Compression/internal/metadata.json +50 -6
- package/System.IO.Enumeration/bindings.json +42 -6
- package/System.IO.Enumeration/internal/index.d.ts +11 -36
- package/System.IO.Enumeration/internal/metadata.json +42 -6
- package/System.IO.IsolatedStorage/internal/index.d.ts +11 -36
- package/System.IO.MemoryMappedFiles/internal/index.d.ts +0 -25
- package/System.IO.Pipelines/bindings.json +7 -1
- package/System.IO.Pipelines/internal/index.d.ts +17 -42
- package/System.IO.Pipelines/internal/metadata.json +7 -1
- package/System.IO.Pipes/internal/index.d.ts +11 -36
- package/System.Linq/bindings.json +7 -1
- package/System.Linq/internal/index.d.ts +332 -357
- package/System.Linq/internal/metadata.json +7 -1
- package/System.Linq.Expressions/bindings.json +14 -2
- package/System.Linq.Expressions/internal/index.d.ts +3 -28
- package/System.Linq.Expressions/internal/metadata.json +14 -2
- package/System.Linq.Expressions.Interpreter/internal/index.d.ts +0 -25
- package/System.Net/bindings.json +175 -25
- package/System.Net/internal/index.d.ts +36 -61
- package/System.Net/internal/metadata.json +175 -25
- package/System.Net.Cache/internal/index.d.ts +0 -25
- package/System.Net.Http/bindings.json +21 -3
- package/System.Net.Http/internal/index.d.ts +21 -46
- package/System.Net.Http/internal/metadata.json +21 -3
- package/System.Net.Http.Headers/bindings.json +154 -22
- package/System.Net.Http.Headers/internal/index.d.ts +67 -92
- package/System.Net.Http.Headers/internal/metadata.json +154 -22
- package/System.Net.Http.Json/internal/index.d.ts +0 -25
- package/System.Net.Http.Metrics/internal/index.d.ts +0 -25
- package/System.Net.Mail/bindings.json +21 -3
- package/System.Net.Mail/internal/index.d.ts +4 -29
- package/System.Net.Mail/internal/metadata.json +21 -3
- package/System.Net.Mime/internal/index.d.ts +0 -25
- package/System.Net.NetworkInformation/bindings.json +14 -2
- package/System.Net.NetworkInformation/internal/index.d.ts +4 -29
- package/System.Net.NetworkInformation/internal/metadata.json +14 -2
- package/System.Net.Quic/internal/index.d.ts +14 -39
- package/System.Net.Security/bindings.json +43 -5
- package/System.Net.Security/internal/index.d.ts +29 -54
- package/System.Net.Security/internal/metadata.json +43 -5
- package/System.Net.ServerSentEvents/internal/index.d.ts +4 -29
- package/System.Net.Sockets/bindings.json +224 -28
- package/System.Net.Sockets/internal/index.d.ts +108 -133
- package/System.Net.Sockets/internal/metadata.json +224 -28
- package/System.Net.WebSockets/internal/index.d.ts +29 -54
- package/System.Numerics/bindings.json +1030 -142
- package/System.Numerics/internal/index.d.ts +264 -289
- package/System.Numerics/internal/metadata.json +1030 -142
- package/System.Reflection/bindings.json +29 -3
- package/System.Reflection/internal/index.d.ts +4 -29
- package/System.Reflection/internal/metadata.json +29 -3
- package/System.Reflection.Emit/bindings.json +26 -2
- package/System.Reflection.Emit/internal/index.d.ts +3 -28
- package/System.Reflection.Emit/internal/metadata.json +26 -2
- package/System.Reflection.Metadata/bindings.json +46 -6
- package/System.Reflection.Metadata/internal/index.d.ts +31 -56
- package/System.Reflection.Metadata/internal/metadata.json +46 -6
- package/System.Reflection.Metadata.Ecma335/bindings.json +126 -14
- package/System.Reflection.Metadata.Ecma335/internal/index.d.ts +24 -49
- package/System.Reflection.Metadata.Ecma335/internal/metadata.json +126 -14
- package/System.Reflection.PortableExecutable/bindings.json +18 -2
- package/System.Reflection.PortableExecutable/internal/index.d.ts +8 -33
- package/System.Reflection.PortableExecutable/internal/metadata.json +18 -2
- package/System.Resources/bindings.json +11 -1
- package/System.Resources/internal/index.d.ts +3 -28
- package/System.Resources/internal/metadata.json +11 -1
- package/System.Runtime/internal/index.d.ts +0 -25
- package/System.Runtime.CompilerServices/bindings.json +495 -57
- package/System.Runtime.CompilerServices/internal/index.d.ts +68 -93
- package/System.Runtime.CompilerServices/internal/metadata.json +495 -57
- package/System.Runtime.ConstrainedExecution/internal/index.d.ts +0 -25
- package/System.Runtime.ExceptionServices/internal/index.d.ts +1 -26
- package/System.Runtime.InteropServices/bindings.json +377 -47
- package/System.Runtime.InteropServices/internal/index.d.ts +68 -93
- package/System.Runtime.InteropServices/internal/metadata.json +377 -47
- package/System.Runtime.InteropServices.ComTypes/bindings.json +832 -96
- package/System.Runtime.InteropServices.ComTypes/internal/index.d.ts +107 -132
- package/System.Runtime.InteropServices.ComTypes/internal/metadata.json +832 -96
- package/System.Runtime.InteropServices.Java/internal/index.d.ts +1 -26
- package/System.Runtime.InteropServices.JavaScript/bindings.json +411 -57
- package/System.Runtime.InteropServices.JavaScript/internal/index.d.ts +72 -97
- package/System.Runtime.InteropServices.JavaScript/internal/metadata.json +411 -57
- package/System.Runtime.InteropServices.Marshalling/bindings.json +85 -11
- package/System.Runtime.InteropServices.Marshalling/internal/index.d.ts +26 -51
- package/System.Runtime.InteropServices.Marshalling/internal/metadata.json +85 -11
- package/System.Runtime.InteropServices.ObjectiveC/bindings.json +28 -4
- package/System.Runtime.InteropServices.ObjectiveC/internal/index.d.ts +3 -28
- package/System.Runtime.InteropServices.ObjectiveC/internal/metadata.json +28 -4
- package/System.Runtime.InteropServices.Swift/internal/index.d.ts +1 -26
- package/System.Runtime.Intrinsics/bindings.json +112 -16
- package/System.Runtime.Intrinsics/internal/index.d.ts +800 -825
- package/System.Runtime.Intrinsics/internal/metadata.json +112 -16
- package/System.Runtime.Intrinsics.Arm/internal/index.d.ts +4787 -4812
- package/System.Runtime.Intrinsics.Wasm/internal/index.d.ts +471 -496
- package/System.Runtime.Intrinsics.X86/internal/index.d.ts +3513 -3538
- package/System.Runtime.Loader/internal/index.d.ts +0 -25
- package/System.Runtime.Remoting/internal/index.d.ts +0 -25
- package/System.Runtime.Serialization/bindings.json +71 -9
- package/System.Runtime.Serialization/internal/index.d.ts +9 -34
- package/System.Runtime.Serialization/internal/metadata.json +71 -9
- package/System.Runtime.Serialization.DataContracts/bindings.json +26 -2
- package/System.Runtime.Serialization.DataContracts/internal/index.d.ts +3 -28
- package/System.Runtime.Serialization.DataContracts/internal/metadata.json +26 -2
- package/System.Runtime.Serialization.Formatters/internal/index.d.ts +0 -25
- package/System.Runtime.Serialization.Formatters.Binary/internal/index.d.ts +0 -25
- package/System.Runtime.Serialization.Json/internal/index.d.ts +0 -25
- package/System.Runtime.Versioning/internal/index.d.ts +0 -25
- package/System.Security/internal/index.d.ts +1 -26
- package/System.Security.AccessControl/bindings.json +14 -2
- package/System.Security.AccessControl/internal/index.d.ts +3 -28
- package/System.Security.AccessControl/internal/metadata.json +14 -2
- package/System.Security.Authentication/internal/index.d.ts +0 -25
- package/System.Security.Authentication.ExtendedProtection/internal/index.d.ts +0 -25
- package/System.Security.Claims/internal/index.d.ts +1 -26
- package/System.Security.Cryptography/bindings.json +1348 -192
- package/System.Security.Cryptography/internal/index.d.ts +593 -618
- package/System.Security.Cryptography/internal/metadata.json +1348 -192
- package/System.Security.Cryptography.X509Certificates/bindings.json +81 -11
- package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +67 -92
- package/System.Security.Cryptography.X509Certificates/internal/metadata.json +81 -11
- package/System.Security.Permissions/internal/index.d.ts +0 -25
- package/System.Security.Policy/internal/index.d.ts +0 -25
- package/System.Security.Principal/internal/index.d.ts +0 -25
- package/System.Text/bindings.json +494 -58
- package/System.Text/internal/index.d.ts +137 -162
- package/System.Text/internal/metadata.json +494 -58
- package/System.Text.Encodings.Web/bindings.json +29 -3
- package/System.Text.Encodings.Web/internal/index.d.ts +7 -32
- package/System.Text.Encodings.Web/internal/metadata.json +29 -3
- package/System.Text.Json/bindings.json +309 -43
- package/System.Text.Json/internal/index.d.ts +141 -166
- package/System.Text.Json/internal/metadata.json +309 -43
- package/System.Text.Json.Nodes/bindings.json +46 -6
- package/System.Text.Json.Nodes/internal/index.d.ts +29 -54
- package/System.Text.Json.Nodes/internal/metadata.json +46 -6
- package/System.Text.Json.Schema/internal/index.d.ts +1 -26
- package/System.Text.Json.Serialization/bindings.json +21 -3
- package/System.Text.Json.Serialization/internal/index.d.ts +4 -29
- package/System.Text.Json.Serialization/internal/metadata.json +21 -3
- package/System.Text.Json.Serialization.Metadata/internal/index.d.ts +20 -45
- package/System.Text.RegularExpressions/bindings.json +14 -2
- package/System.Text.RegularExpressions/internal/index.d.ts +26 -51
- package/System.Text.RegularExpressions/internal/metadata.json +14 -2
- package/System.Text.Unicode/bindings.json +58 -6
- package/System.Text.Unicode/internal/index.d.ts +12 -37
- package/System.Text.Unicode/internal/metadata.json +58 -6
- package/System.Threading/bindings.json +1012 -140
- package/System.Threading/internal/index.d.ts +149 -174
- package/System.Threading/internal/metadata.json +1012 -140
- package/System.Threading.Channels/bindings.json +14 -2
- package/System.Threading.Channels/internal/index.d.ts +5 -30
- package/System.Threading.Channels/internal/metadata.json +14 -2
- package/System.Threading.Tasks/internal/index.d.ts +23 -48
- package/System.Threading.Tasks.Dataflow/bindings.json +378 -54
- package/System.Threading.Tasks.Dataflow/internal/index.d.ts +33 -58
- package/System.Threading.Tasks.Dataflow/internal/metadata.json +378 -54
- package/System.Threading.Tasks.Sources/internal/index.d.ts +0 -25
- package/System.Timers/internal/index.d.ts +0 -25
- package/System.Transactions/internal/index.d.ts +0 -25
- package/System.Web/internal/index.d.ts +0 -25
- package/System.Windows.Input/internal/index.d.ts +0 -25
- package/System.Windows.Markup/internal/index.d.ts +0 -25
- package/System.Xml/bindings.json +197 -27
- package/System.Xml/internal/index.d.ts +35 -60
- package/System.Xml/internal/metadata.json +197 -27
- package/System.Xml.Linq/internal/index.d.ts +0 -25
- package/System.Xml.Resolvers/internal/index.d.ts +0 -25
- package/System.Xml.Schema/internal/index.d.ts +0 -25
- package/System.Xml.Serialization/internal/index.d.ts +0 -25
- package/System.Xml.XPath/internal/index.d.ts +1 -26
- package/System.Xml.Xsl/internal/index.d.ts +1 -26
- package/System.Xml.Xsl.Runtime/bindings.json +35 -5
- package/System.Xml.Xsl.Runtime/internal/index.d.ts +7 -32
- package/System.Xml.Xsl.Runtime/internal/metadata.json +35 -5
- package/System.d.ts +21 -0
- package/__internal/extensions/index.d.ts +463 -463
- package/package.json +1 -1
|
@@ -307,7 +307,13 @@
|
|
|
307
307
|
"isSealed": false,
|
|
308
308
|
"arity": 0,
|
|
309
309
|
"parameterCount": 2,
|
|
310
|
-
"isExtensionMethod": false
|
|
310
|
+
"isExtensionMethod": false,
|
|
311
|
+
"parameterModifiers": [
|
|
312
|
+
{
|
|
313
|
+
"index": 1,
|
|
314
|
+
"modifier": "out"
|
|
315
|
+
}
|
|
316
|
+
]
|
|
311
317
|
},
|
|
312
318
|
{
|
|
313
319
|
"stableId": "System.Net.Http:System.Net.Http.Headers.HttpHeadersNonValidated::GetEnumerator():System.Net.Http.Headers.HttpHeadersNonValidated\u002BEnumerator",
|
|
@@ -357,7 +363,13 @@
|
|
|
357
363
|
"arity": 0,
|
|
358
364
|
"parameterCount": 2,
|
|
359
365
|
"sourceInterface": "System.Collections.Generic.IReadOnlyDictionary\u00602",
|
|
360
|
-
"isExtensionMethod": false
|
|
366
|
+
"isExtensionMethod": false,
|
|
367
|
+
"parameterModifiers": [
|
|
368
|
+
{
|
|
369
|
+
"index": 1,
|
|
370
|
+
"modifier": "out"
|
|
371
|
+
}
|
|
372
|
+
]
|
|
361
373
|
},
|
|
362
374
|
{
|
|
363
375
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerable\u00601::GetEnumerator():IEnumerator_1",
|
|
@@ -714,7 +726,13 @@
|
|
|
714
726
|
"isSealed": false,
|
|
715
727
|
"arity": 0,
|
|
716
728
|
"parameterCount": 2,
|
|
717
|
-
"isExtensionMethod": false
|
|
729
|
+
"isExtensionMethod": false,
|
|
730
|
+
"parameterModifiers": [
|
|
731
|
+
{
|
|
732
|
+
"index": 1,
|
|
733
|
+
"modifier": "out"
|
|
734
|
+
}
|
|
735
|
+
]
|
|
718
736
|
},
|
|
719
737
|
{
|
|
720
738
|
"stableId": "System.Private.CoreLib:System.ICloneable::Clone():System.Object",
|
|
@@ -870,7 +888,13 @@
|
|
|
870
888
|
"isSealed": false,
|
|
871
889
|
"arity": 0,
|
|
872
890
|
"parameterCount": 2,
|
|
873
|
-
"isExtensionMethod": false
|
|
891
|
+
"isExtensionMethod": false,
|
|
892
|
+
"parameterModifiers": [
|
|
893
|
+
{
|
|
894
|
+
"index": 1,
|
|
895
|
+
"modifier": "out"
|
|
896
|
+
}
|
|
897
|
+
]
|
|
874
898
|
},
|
|
875
899
|
{
|
|
876
900
|
"stableId": "System.Private.CoreLib:System.ICloneable::Clone():System.Object",
|
|
@@ -1231,7 +1255,13 @@
|
|
|
1231
1255
|
"isSealed": false,
|
|
1232
1256
|
"arity": 0,
|
|
1233
1257
|
"parameterCount": 2,
|
|
1234
|
-
"isExtensionMethod": false
|
|
1258
|
+
"isExtensionMethod": false,
|
|
1259
|
+
"parameterModifiers": [
|
|
1260
|
+
{
|
|
1261
|
+
"index": 1,
|
|
1262
|
+
"modifier": "out"
|
|
1263
|
+
}
|
|
1264
|
+
]
|
|
1235
1265
|
},
|
|
1236
1266
|
{
|
|
1237
1267
|
"stableId": "System.Private.CoreLib:System.ICloneable::Clone():System.Object",
|
|
@@ -1487,7 +1517,13 @@
|
|
|
1487
1517
|
"isSealed": false,
|
|
1488
1518
|
"arity": 0,
|
|
1489
1519
|
"parameterCount": 2,
|
|
1490
|
-
"isExtensionMethod": false
|
|
1520
|
+
"isExtensionMethod": false,
|
|
1521
|
+
"parameterModifiers": [
|
|
1522
|
+
{
|
|
1523
|
+
"index": 1,
|
|
1524
|
+
"modifier": "out"
|
|
1525
|
+
}
|
|
1526
|
+
]
|
|
1491
1527
|
},
|
|
1492
1528
|
{
|
|
1493
1529
|
"stableId": "System.Private.CoreLib:System.ICloneable::Clone():System.Object",
|
|
@@ -1708,7 +1744,13 @@
|
|
|
1708
1744
|
"isSealed": false,
|
|
1709
1745
|
"arity": 0,
|
|
1710
1746
|
"parameterCount": 2,
|
|
1711
|
-
"isExtensionMethod": false
|
|
1747
|
+
"isExtensionMethod": false,
|
|
1748
|
+
"parameterModifiers": [
|
|
1749
|
+
{
|
|
1750
|
+
"index": 1,
|
|
1751
|
+
"modifier": "out"
|
|
1752
|
+
}
|
|
1753
|
+
]
|
|
1712
1754
|
},
|
|
1713
1755
|
{
|
|
1714
1756
|
"stableId": "System.Private.CoreLib:System.ICloneable::Clone():System.Object",
|
|
@@ -2144,7 +2186,13 @@
|
|
|
2144
2186
|
"isSealed": false,
|
|
2145
2187
|
"arity": 0,
|
|
2146
2188
|
"parameterCount": 2,
|
|
2147
|
-
"isExtensionMethod": false
|
|
2189
|
+
"isExtensionMethod": false,
|
|
2190
|
+
"parameterModifiers": [
|
|
2191
|
+
{
|
|
2192
|
+
"index": 1,
|
|
2193
|
+
"modifier": "out"
|
|
2194
|
+
}
|
|
2195
|
+
]
|
|
2148
2196
|
},
|
|
2149
2197
|
{
|
|
2150
2198
|
"stableId": "System.Net.Http:System.Net.Http.Headers.HttpHeaders::Contains(System.String):System.Boolean",
|
|
@@ -3645,7 +3693,13 @@
|
|
|
3645
3693
|
"isSealed": false,
|
|
3646
3694
|
"arity": 0,
|
|
3647
3695
|
"parameterCount": 2,
|
|
3648
|
-
"isExtensionMethod": false
|
|
3696
|
+
"isExtensionMethod": false,
|
|
3697
|
+
"parameterModifiers": [
|
|
3698
|
+
{
|
|
3699
|
+
"index": 1,
|
|
3700
|
+
"modifier": "out"
|
|
3701
|
+
}
|
|
3702
|
+
]
|
|
3649
3703
|
},
|
|
3650
3704
|
{
|
|
3651
3705
|
"stableId": "System.Private.CoreLib:System.ICloneable::Clone():System.Object",
|
|
@@ -3768,7 +3822,13 @@
|
|
|
3768
3822
|
"isSealed": false,
|
|
3769
3823
|
"arity": 0,
|
|
3770
3824
|
"parameterCount": 2,
|
|
3771
|
-
"isExtensionMethod": false
|
|
3825
|
+
"isExtensionMethod": false,
|
|
3826
|
+
"parameterModifiers": [
|
|
3827
|
+
{
|
|
3828
|
+
"index": 1,
|
|
3829
|
+
"modifier": "out"
|
|
3830
|
+
}
|
|
3831
|
+
]
|
|
3772
3832
|
},
|
|
3773
3833
|
{
|
|
3774
3834
|
"stableId": "System.Private.CoreLib:System.ICloneable::Clone():System.Object",
|
|
@@ -3909,7 +3969,13 @@
|
|
|
3909
3969
|
"isSealed": false,
|
|
3910
3970
|
"arity": 0,
|
|
3911
3971
|
"parameterCount": 2,
|
|
3912
|
-
"isExtensionMethod": false
|
|
3972
|
+
"isExtensionMethod": false,
|
|
3973
|
+
"parameterModifiers": [
|
|
3974
|
+
{
|
|
3975
|
+
"index": 1,
|
|
3976
|
+
"modifier": "out"
|
|
3977
|
+
}
|
|
3978
|
+
]
|
|
3913
3979
|
},
|
|
3914
3980
|
{
|
|
3915
3981
|
"stableId": "System.Net.Http:System.Net.Http.Headers.NameValueHeaderValue::ToString():System.String",
|
|
@@ -4081,7 +4147,13 @@
|
|
|
4081
4147
|
"isSealed": false,
|
|
4082
4148
|
"arity": 0,
|
|
4083
4149
|
"parameterCount": 2,
|
|
4084
|
-
"isExtensionMethod": false
|
|
4150
|
+
"isExtensionMethod": false,
|
|
4151
|
+
"parameterModifiers": [
|
|
4152
|
+
{
|
|
4153
|
+
"index": 1,
|
|
4154
|
+
"modifier": "out"
|
|
4155
|
+
}
|
|
4156
|
+
]
|
|
4085
4157
|
},
|
|
4086
4158
|
{
|
|
4087
4159
|
"stableId": "System.Private.CoreLib:System.ICloneable::Clone():System.Object",
|
|
@@ -4238,7 +4310,13 @@
|
|
|
4238
4310
|
"isSealed": false,
|
|
4239
4311
|
"arity": 0,
|
|
4240
4312
|
"parameterCount": 2,
|
|
4241
|
-
"isExtensionMethod": false
|
|
4313
|
+
"isExtensionMethod": false,
|
|
4314
|
+
"parameterModifiers": [
|
|
4315
|
+
{
|
|
4316
|
+
"index": 1,
|
|
4317
|
+
"modifier": "out"
|
|
4318
|
+
}
|
|
4319
|
+
]
|
|
4242
4320
|
},
|
|
4243
4321
|
{
|
|
4244
4322
|
"stableId": "System.Private.CoreLib:System.ICloneable::Clone():System.Object",
|
|
@@ -4394,7 +4472,13 @@
|
|
|
4394
4472
|
"isSealed": false,
|
|
4395
4473
|
"arity": 0,
|
|
4396
4474
|
"parameterCount": 2,
|
|
4397
|
-
"isExtensionMethod": false
|
|
4475
|
+
"isExtensionMethod": false,
|
|
4476
|
+
"parameterModifiers": [
|
|
4477
|
+
{
|
|
4478
|
+
"index": 1,
|
|
4479
|
+
"modifier": "out"
|
|
4480
|
+
}
|
|
4481
|
+
]
|
|
4398
4482
|
},
|
|
4399
4483
|
{
|
|
4400
4484
|
"stableId": "System.Private.CoreLib:System.ICloneable::Clone():System.Object",
|
|
@@ -4555,7 +4639,13 @@
|
|
|
4555
4639
|
"isSealed": false,
|
|
4556
4640
|
"arity": 0,
|
|
4557
4641
|
"parameterCount": 2,
|
|
4558
|
-
"isExtensionMethod": false
|
|
4642
|
+
"isExtensionMethod": false,
|
|
4643
|
+
"parameterModifiers": [
|
|
4644
|
+
{
|
|
4645
|
+
"index": 1,
|
|
4646
|
+
"modifier": "out"
|
|
4647
|
+
}
|
|
4648
|
+
]
|
|
4559
4649
|
},
|
|
4560
4650
|
{
|
|
4561
4651
|
"stableId": "System.Private.CoreLib:System.ICloneable::Clone():System.Object",
|
|
@@ -4716,7 +4806,13 @@
|
|
|
4716
4806
|
"isSealed": false,
|
|
4717
4807
|
"arity": 0,
|
|
4718
4808
|
"parameterCount": 2,
|
|
4719
|
-
"isExtensionMethod": false
|
|
4809
|
+
"isExtensionMethod": false,
|
|
4810
|
+
"parameterModifiers": [
|
|
4811
|
+
{
|
|
4812
|
+
"index": 1,
|
|
4813
|
+
"modifier": "out"
|
|
4814
|
+
}
|
|
4815
|
+
]
|
|
4720
4816
|
},
|
|
4721
4817
|
{
|
|
4722
4818
|
"stableId": "System.Private.CoreLib:System.ICloneable::Clone():System.Object",
|
|
@@ -4991,7 +5087,13 @@
|
|
|
4991
5087
|
"isSealed": false,
|
|
4992
5088
|
"arity": 0,
|
|
4993
5089
|
"parameterCount": 2,
|
|
4994
|
-
"isExtensionMethod": false
|
|
5090
|
+
"isExtensionMethod": false,
|
|
5091
|
+
"parameterModifiers": [
|
|
5092
|
+
{
|
|
5093
|
+
"index": 1,
|
|
5094
|
+
"modifier": "out"
|
|
5095
|
+
}
|
|
5096
|
+
]
|
|
4995
5097
|
},
|
|
4996
5098
|
{
|
|
4997
5099
|
"stableId": "System.Private.CoreLib:System.ICloneable::Clone():System.Object",
|
|
@@ -5147,7 +5249,13 @@
|
|
|
5147
5249
|
"isSealed": false,
|
|
5148
5250
|
"arity": 0,
|
|
5149
5251
|
"parameterCount": 2,
|
|
5150
|
-
"isExtensionMethod": false
|
|
5252
|
+
"isExtensionMethod": false,
|
|
5253
|
+
"parameterModifiers": [
|
|
5254
|
+
{
|
|
5255
|
+
"index": 1,
|
|
5256
|
+
"modifier": "out"
|
|
5257
|
+
}
|
|
5258
|
+
]
|
|
5151
5259
|
},
|
|
5152
5260
|
{
|
|
5153
5261
|
"stableId": "System.Private.CoreLib:System.ICloneable::Clone():System.Object",
|
|
@@ -5255,7 +5363,13 @@
|
|
|
5255
5363
|
"isSealed": false,
|
|
5256
5364
|
"arity": 0,
|
|
5257
5365
|
"parameterCount": 2,
|
|
5258
|
-
"isExtensionMethod": false
|
|
5366
|
+
"isExtensionMethod": false,
|
|
5367
|
+
"parameterModifiers": [
|
|
5368
|
+
{
|
|
5369
|
+
"index": 1,
|
|
5370
|
+
"modifier": "out"
|
|
5371
|
+
}
|
|
5372
|
+
]
|
|
5259
5373
|
},
|
|
5260
5374
|
{
|
|
5261
5375
|
"stableId": "System.Net.Http:System.Net.Http.Headers.TransferCodingHeaderValue::ToString():System.String",
|
|
@@ -5406,7 +5520,13 @@
|
|
|
5406
5520
|
"isSealed": false,
|
|
5407
5521
|
"arity": 0,
|
|
5408
5522
|
"parameterCount": 2,
|
|
5409
|
-
"isExtensionMethod": false
|
|
5523
|
+
"isExtensionMethod": false,
|
|
5524
|
+
"parameterModifiers": [
|
|
5525
|
+
{
|
|
5526
|
+
"index": 1,
|
|
5527
|
+
"modifier": "out"
|
|
5528
|
+
}
|
|
5529
|
+
]
|
|
5410
5530
|
},
|
|
5411
5531
|
{
|
|
5412
5532
|
"stableId": "System.Private.CoreLib:System.ICloneable::Clone():System.Object",
|
|
@@ -5563,7 +5683,13 @@
|
|
|
5563
5683
|
"isSealed": false,
|
|
5564
5684
|
"arity": 0,
|
|
5565
5685
|
"parameterCount": 2,
|
|
5566
|
-
"isExtensionMethod": false
|
|
5686
|
+
"isExtensionMethod": false,
|
|
5687
|
+
"parameterModifiers": [
|
|
5688
|
+
{
|
|
5689
|
+
"index": 1,
|
|
5690
|
+
"modifier": "out"
|
|
5691
|
+
}
|
|
5692
|
+
]
|
|
5567
5693
|
},
|
|
5568
5694
|
{
|
|
5569
5695
|
"stableId": "System.Private.CoreLib:System.ICloneable::Clone():System.Object",
|
|
@@ -5754,7 +5880,13 @@
|
|
|
5754
5880
|
"isSealed": false,
|
|
5755
5881
|
"arity": 0,
|
|
5756
5882
|
"parameterCount": 2,
|
|
5757
|
-
"isExtensionMethod": false
|
|
5883
|
+
"isExtensionMethod": false,
|
|
5884
|
+
"parameterModifiers": [
|
|
5885
|
+
{
|
|
5886
|
+
"index": 1,
|
|
5887
|
+
"modifier": "out"
|
|
5888
|
+
}
|
|
5889
|
+
]
|
|
5758
5890
|
},
|
|
5759
5891
|
{
|
|
5760
5892
|
"stableId": "System.Private.CoreLib:System.ICloneable::Clone():System.Object",
|
|
@@ -20,31 +20,6 @@ import type { CancellationToken } from "../../System.Threading/internal/index.js
|
|
|
20
20
|
import * as System_Internal from "../../System/internal/index.js";
|
|
21
21
|
import type { Boolean as ClrBoolean, Byte, IDisposable, Int32, Int64, Object as ClrObject, String as ClrString, Type, Uri, Void } from "../../System/internal/index.js";
|
|
22
22
|
|
|
23
|
-
// CLROf<T> - Maps ergonomic primitives to their CLR types for generic constraints
|
|
24
|
-
// This utility is used ONLY in generic type arguments to satisfy CLR interface constraints
|
|
25
|
-
// Value positions (parameters, return types) use lowercase primitives for ergonomics
|
|
26
|
-
export type CLROf<T> =
|
|
27
|
-
T extends sbyte ? System_Internal.SByte :
|
|
28
|
-
T extends short ? System_Internal.Int16 :
|
|
29
|
-
T extends int ? System_Internal.Int32 :
|
|
30
|
-
T extends long ? System_Internal.Int64 :
|
|
31
|
-
T extends int128 ? System_Internal.Int128 :
|
|
32
|
-
T extends nint ? System_Internal.IntPtr :
|
|
33
|
-
T extends byte ? System_Internal.Byte :
|
|
34
|
-
T extends ushort ? System_Internal.UInt16 :
|
|
35
|
-
T extends uint ? System_Internal.UInt32 :
|
|
36
|
-
T extends ulong ? System_Internal.UInt64 :
|
|
37
|
-
T extends uint128 ? System_Internal.UInt128 :
|
|
38
|
-
T extends nuint ? System_Internal.UIntPtr :
|
|
39
|
-
T extends half ? System_Internal.Half :
|
|
40
|
-
T extends float ? System_Internal.Single :
|
|
41
|
-
T extends double ? System_Internal.Double :
|
|
42
|
-
T extends decimal ? System_Internal.Decimal :
|
|
43
|
-
T extends char ? System_Internal.Char :
|
|
44
|
-
T extends boolean ? System_Internal.Boolean :
|
|
45
|
-
T extends string ? System_Internal.String :
|
|
46
|
-
T; // Identity fallback for non-primitive types
|
|
47
|
-
|
|
48
23
|
export interface JsonContent$instance extends HttpContent {
|
|
49
24
|
readonly objectType: Type;
|
|
50
25
|
readonly value: unknown;
|
|
@@ -10,31 +10,6 @@ import type { HttpRequestMessage, HttpResponseMessage } from "../../System.Net.H
|
|
|
10
10
|
import * as System_Internal from "../../System/internal/index.js";
|
|
11
11
|
import type { Action_1, Boolean as ClrBoolean, Exception, Int32, Object as ClrObject, String as ClrString, Type, Void } from "../../System/internal/index.js";
|
|
12
12
|
|
|
13
|
-
// CLROf<T> - Maps ergonomic primitives to their CLR types for generic constraints
|
|
14
|
-
// This utility is used ONLY in generic type arguments to satisfy CLR interface constraints
|
|
15
|
-
// Value positions (parameters, return types) use lowercase primitives for ergonomics
|
|
16
|
-
export type CLROf<T> =
|
|
17
|
-
T extends sbyte ? System_Internal.SByte :
|
|
18
|
-
T extends short ? System_Internal.Int16 :
|
|
19
|
-
T extends int ? System_Internal.Int32 :
|
|
20
|
-
T extends long ? System_Internal.Int64 :
|
|
21
|
-
T extends int128 ? System_Internal.Int128 :
|
|
22
|
-
T extends nint ? System_Internal.IntPtr :
|
|
23
|
-
T extends byte ? System_Internal.Byte :
|
|
24
|
-
T extends ushort ? System_Internal.UInt16 :
|
|
25
|
-
T extends uint ? System_Internal.UInt32 :
|
|
26
|
-
T extends ulong ? System_Internal.UInt64 :
|
|
27
|
-
T extends uint128 ? System_Internal.UInt128 :
|
|
28
|
-
T extends nuint ? System_Internal.UIntPtr :
|
|
29
|
-
T extends half ? System_Internal.Half :
|
|
30
|
-
T extends float ? System_Internal.Single :
|
|
31
|
-
T extends double ? System_Internal.Double :
|
|
32
|
-
T extends decimal ? System_Internal.Decimal :
|
|
33
|
-
T extends char ? System_Internal.Char :
|
|
34
|
-
T extends boolean ? System_Internal.Boolean :
|
|
35
|
-
T extends string ? System_Internal.String :
|
|
36
|
-
T; // Identity fallback for non-primitive types
|
|
37
|
-
|
|
38
13
|
export interface HttpMetricsEnrichmentContext$instance {
|
|
39
14
|
readonly exception: Exception;
|
|
40
15
|
readonly request: HttpRequestMessage;
|
|
@@ -8656,7 +8656,13 @@
|
|
|
8656
8656
|
"parameterCount": 2,
|
|
8657
8657
|
"declaringClrType": "System.Net.Mail.MailAddress",
|
|
8658
8658
|
"declaringAssemblyName": "System.Net.Mail",
|
|
8659
|
-
"isExtensionMethod": false
|
|
8659
|
+
"isExtensionMethod": false,
|
|
8660
|
+
"parameterModifiers": [
|
|
8661
|
+
{
|
|
8662
|
+
"index": 1,
|
|
8663
|
+
"modifier": "out"
|
|
8664
|
+
}
|
|
8665
|
+
]
|
|
8660
8666
|
},
|
|
8661
8667
|
{
|
|
8662
8668
|
"stableId": "System.Net.Mail:System.Net.Mail.MailAddress::TryCreate(System.String,System.String,System.Net.Mail.MailAddress\u0026):System.Boolean",
|
|
@@ -8670,7 +8676,13 @@
|
|
|
8670
8676
|
"parameterCount": 3,
|
|
8671
8677
|
"declaringClrType": "System.Net.Mail.MailAddress",
|
|
8672
8678
|
"declaringAssemblyName": "System.Net.Mail",
|
|
8673
|
-
"isExtensionMethod": false
|
|
8679
|
+
"isExtensionMethod": false,
|
|
8680
|
+
"parameterModifiers": [
|
|
8681
|
+
{
|
|
8682
|
+
"index": 2,
|
|
8683
|
+
"modifier": "out"
|
|
8684
|
+
}
|
|
8685
|
+
]
|
|
8674
8686
|
},
|
|
8675
8687
|
{
|
|
8676
8688
|
"stableId": "System.Net.Mail:System.Net.Mail.MailAddress::TryCreate(System.String,System.String,System.Text.Encoding,System.Net.Mail.MailAddress\u0026):System.Boolean",
|
|
@@ -8684,7 +8696,13 @@
|
|
|
8684
8696
|
"parameterCount": 4,
|
|
8685
8697
|
"declaringClrType": "System.Net.Mail.MailAddress",
|
|
8686
8698
|
"declaringAssemblyName": "System.Net.Mail",
|
|
8687
|
-
"isExtensionMethod": false
|
|
8699
|
+
"isExtensionMethod": false,
|
|
8700
|
+
"parameterModifiers": [
|
|
8701
|
+
{
|
|
8702
|
+
"index": 3,
|
|
8703
|
+
"modifier": "out"
|
|
8704
|
+
}
|
|
8705
|
+
]
|
|
8688
8706
|
},
|
|
8689
8707
|
{
|
|
8690
8708
|
"stableId": "System.Net.Mail:System.Net.Mail.MailAddress::ToString():System.String",
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/types';
|
|
7
7
|
|
|
8
8
|
// Import support types from @tsonic/types
|
|
9
|
-
import type { ptr
|
|
9
|
+
import type { ptr } from "@tsonic/types";
|
|
10
10
|
|
|
11
11
|
// Import types from other namespaces
|
|
12
12
|
import * as System_Collections_Generic_Internal from "../../System.Collections.Generic/internal/index.js";
|
|
@@ -30,31 +30,6 @@ import type { CancellationToken } from "../../System.Threading/internal/index.js
|
|
|
30
30
|
import * as System_Internal from "../../System/internal/index.js";
|
|
31
31
|
import type { Array as ClrArray, AsyncCallback, Boolean as ClrBoolean, Delegate, Enum, Exception, IAsyncResult, ICloneable, IComparable, IConvertible, IDisposable, IFormatProvider, IFormattable, Int32, IntPtr, ISpanFormattable, MulticastDelegate, Object as ClrObject, String as ClrString, Type, TypeCode, Uri, Void } from "../../System/internal/index.js";
|
|
32
32
|
|
|
33
|
-
// CLROf<T> - Maps ergonomic primitives to their CLR types for generic constraints
|
|
34
|
-
// This utility is used ONLY in generic type arguments to satisfy CLR interface constraints
|
|
35
|
-
// Value positions (parameters, return types) use lowercase primitives for ergonomics
|
|
36
|
-
export type CLROf<T> =
|
|
37
|
-
T extends sbyte ? System_Internal.SByte :
|
|
38
|
-
T extends short ? System_Internal.Int16 :
|
|
39
|
-
T extends int ? System_Internal.Int32 :
|
|
40
|
-
T extends long ? System_Internal.Int64 :
|
|
41
|
-
T extends int128 ? System_Internal.Int128 :
|
|
42
|
-
T extends nint ? System_Internal.IntPtr :
|
|
43
|
-
T extends byte ? System_Internal.Byte :
|
|
44
|
-
T extends ushort ? System_Internal.UInt16 :
|
|
45
|
-
T extends uint ? System_Internal.UInt32 :
|
|
46
|
-
T extends ulong ? System_Internal.UInt64 :
|
|
47
|
-
T extends uint128 ? System_Internal.UInt128 :
|
|
48
|
-
T extends nuint ? System_Internal.UIntPtr :
|
|
49
|
-
T extends half ? System_Internal.Half :
|
|
50
|
-
T extends float ? System_Internal.Single :
|
|
51
|
-
T extends double ? System_Internal.Double :
|
|
52
|
-
T extends decimal ? System_Internal.Decimal :
|
|
53
|
-
T extends char ? System_Internal.Char :
|
|
54
|
-
T extends boolean ? System_Internal.Boolean :
|
|
55
|
-
T extends string ? System_Internal.String :
|
|
56
|
-
T; // Identity fallback for non-primitive types
|
|
57
|
-
|
|
58
33
|
export enum DeliveryNotificationOptions {
|
|
59
34
|
none = 0,
|
|
60
35
|
onSuccess = 1,
|
|
@@ -357,9 +332,9 @@ export const MailAddress: {
|
|
|
357
332
|
new(address: string): MailAddress$instance;
|
|
358
333
|
new(address: string, displayName: string): MailAddress$instance;
|
|
359
334
|
new(address: string, displayName: string, displayNameEncoding: Encoding): MailAddress$instance;
|
|
360
|
-
tryCreate(address: string, result:
|
|
361
|
-
tryCreate(address: string, displayName: string, result:
|
|
362
|
-
tryCreate(address: string, displayName: string, displayNameEncoding: Encoding, result:
|
|
335
|
+
tryCreate(address: string, result: MailAddress): boolean;
|
|
336
|
+
tryCreate(address: string, displayName: string, result: MailAddress): boolean;
|
|
337
|
+
tryCreate(address: string, displayName: string, displayNameEncoding: Encoding, result: MailAddress): boolean;
|
|
363
338
|
};
|
|
364
339
|
|
|
365
340
|
|
|
@@ -3236,7 +3236,13 @@
|
|
|
3236
3236
|
"isSealed": false,
|
|
3237
3237
|
"arity": 0,
|
|
3238
3238
|
"parameterCount": 2,
|
|
3239
|
-
"isExtensionMethod": false
|
|
3239
|
+
"isExtensionMethod": false,
|
|
3240
|
+
"parameterModifiers": [
|
|
3241
|
+
{
|
|
3242
|
+
"index": 1,
|
|
3243
|
+
"modifier": "out"
|
|
3244
|
+
}
|
|
3245
|
+
]
|
|
3240
3246
|
},
|
|
3241
3247
|
{
|
|
3242
3248
|
"stableId": "System.Net.Mail:System.Net.Mail.MailAddress::TryCreate(System.String,System.String,System.Net.Mail.MailAddress\u0026):System.Boolean",
|
|
@@ -3252,7 +3258,13 @@
|
|
|
3252
3258
|
"isSealed": false,
|
|
3253
3259
|
"arity": 0,
|
|
3254
3260
|
"parameterCount": 3,
|
|
3255
|
-
"isExtensionMethod": false
|
|
3261
|
+
"isExtensionMethod": false,
|
|
3262
|
+
"parameterModifiers": [
|
|
3263
|
+
{
|
|
3264
|
+
"index": 2,
|
|
3265
|
+
"modifier": "out"
|
|
3266
|
+
}
|
|
3267
|
+
]
|
|
3256
3268
|
},
|
|
3257
3269
|
{
|
|
3258
3270
|
"stableId": "System.Net.Mail:System.Net.Mail.MailAddress::TryCreate(System.String,System.String,System.Text.Encoding,System.Net.Mail.MailAddress\u0026):System.Boolean",
|
|
@@ -3268,7 +3280,13 @@
|
|
|
3268
3280
|
"isSealed": false,
|
|
3269
3281
|
"arity": 0,
|
|
3270
3282
|
"parameterCount": 4,
|
|
3271
|
-
"isExtensionMethod": false
|
|
3283
|
+
"isExtensionMethod": false,
|
|
3284
|
+
"parameterModifiers": [
|
|
3285
|
+
{
|
|
3286
|
+
"index": 3,
|
|
3287
|
+
"modifier": "out"
|
|
3288
|
+
}
|
|
3289
|
+
]
|
|
3272
3290
|
},
|
|
3273
3291
|
{
|
|
3274
3292
|
"stableId": "System.Net.Mail:System.Net.Mail.MailAddress::ToString():System.String",
|
|
@@ -10,31 +10,6 @@ import type { StringDictionary } from "../../System.Collections.Specialized/inte
|
|
|
10
10
|
import * as System_Internal from "../../System/internal/index.js";
|
|
11
11
|
import type { Boolean as ClrBoolean, DateTime, Enum, IComparable, IConvertible, IFormatProvider, IFormattable, Int32, Int64, ISpanFormattable, Object as ClrObject, String as ClrString, Type, TypeCode } from "../../System/internal/index.js";
|
|
12
12
|
|
|
13
|
-
// CLROf<T> - Maps ergonomic primitives to their CLR types for generic constraints
|
|
14
|
-
// This utility is used ONLY in generic type arguments to satisfy CLR interface constraints
|
|
15
|
-
// Value positions (parameters, return types) use lowercase primitives for ergonomics
|
|
16
|
-
export type CLROf<T> =
|
|
17
|
-
T extends sbyte ? System_Internal.SByte :
|
|
18
|
-
T extends short ? System_Internal.Int16 :
|
|
19
|
-
T extends int ? System_Internal.Int32 :
|
|
20
|
-
T extends long ? System_Internal.Int64 :
|
|
21
|
-
T extends int128 ? System_Internal.Int128 :
|
|
22
|
-
T extends nint ? System_Internal.IntPtr :
|
|
23
|
-
T extends byte ? System_Internal.Byte :
|
|
24
|
-
T extends ushort ? System_Internal.UInt16 :
|
|
25
|
-
T extends uint ? System_Internal.UInt32 :
|
|
26
|
-
T extends ulong ? System_Internal.UInt64 :
|
|
27
|
-
T extends uint128 ? System_Internal.UInt128 :
|
|
28
|
-
T extends nuint ? System_Internal.UIntPtr :
|
|
29
|
-
T extends half ? System_Internal.Half :
|
|
30
|
-
T extends float ? System_Internal.Single :
|
|
31
|
-
T extends double ? System_Internal.Double :
|
|
32
|
-
T extends decimal ? System_Internal.Decimal :
|
|
33
|
-
T extends char ? System_Internal.Char :
|
|
34
|
-
T extends boolean ? System_Internal.Boolean :
|
|
35
|
-
T extends string ? System_Internal.String :
|
|
36
|
-
T; // Identity fallback for non-primitive types
|
|
37
|
-
|
|
38
13
|
export enum TransferEncoding {
|
|
39
14
|
unknown_ = -1,
|
|
40
15
|
quotedPrintable = 0,
|
|
@@ -16711,7 +16711,13 @@
|
|
|
16711
16711
|
"parameterCount": 2,
|
|
16712
16712
|
"declaringClrType": "System.Net.NetworkInformation.PhysicalAddress",
|
|
16713
16713
|
"declaringAssemblyName": "System.Net.NetworkInformation",
|
|
16714
|
-
"isExtensionMethod": false
|
|
16714
|
+
"isExtensionMethod": false,
|
|
16715
|
+
"parameterModifiers": [
|
|
16716
|
+
{
|
|
16717
|
+
"index": 1,
|
|
16718
|
+
"modifier": "out"
|
|
16719
|
+
}
|
|
16720
|
+
]
|
|
16715
16721
|
},
|
|
16716
16722
|
{
|
|
16717
16723
|
"stableId": "System.Net.NetworkInformation:System.Net.NetworkInformation.PhysicalAddress::TryParse(System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Net.NetworkInformation.PhysicalAddress\u0026):System.Boolean",
|
|
@@ -16725,7 +16731,13 @@
|
|
|
16725
16731
|
"parameterCount": 2,
|
|
16726
16732
|
"declaringClrType": "System.Net.NetworkInformation.PhysicalAddress",
|
|
16727
16733
|
"declaringAssemblyName": "System.Net.NetworkInformation",
|
|
16728
|
-
"isExtensionMethod": false
|
|
16734
|
+
"isExtensionMethod": false,
|
|
16735
|
+
"parameterModifiers": [
|
|
16736
|
+
{
|
|
16737
|
+
"index": 1,
|
|
16738
|
+
"modifier": "out"
|
|
16739
|
+
}
|
|
16740
|
+
]
|
|
16729
16741
|
}
|
|
16730
16742
|
],
|
|
16731
16743
|
"properties": [],
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/types';
|
|
7
7
|
|
|
8
8
|
// Import support types from @tsonic/types
|
|
9
|
-
import type { ptr
|
|
9
|
+
import type { ptr } from "@tsonic/types";
|
|
10
10
|
|
|
11
11
|
// Import types from other namespaces
|
|
12
12
|
import * as System_Collections_Generic_Internal from "../../System.Collections.Generic/internal/index.js";
|
|
@@ -25,31 +25,6 @@ import type { CancellationToken } from "../../System.Threading/internal/index.js
|
|
|
25
25
|
import * as System_Internal from "../../System/internal/index.js";
|
|
26
26
|
import type { AsyncCallback, Boolean as ClrBoolean, Byte, Char, Delegate, Enum, EventArgs, Exception, IAsyncResult, ICloneable, IComparable, IConvertible, IDisposable, IFormatProvider, IFormattable, Int32, Int64, IntPtr, InvalidOperationException, ISpanFormattable, MulticastDelegate, Object as ClrObject, ReadOnlySpan_1, String as ClrString, TimeSpan, Type, TypeCode, Void } from "../../System/internal/index.js";
|
|
27
27
|
|
|
28
|
-
// CLROf<T> - Maps ergonomic primitives to their CLR types for generic constraints
|
|
29
|
-
// This utility is used ONLY in generic type arguments to satisfy CLR interface constraints
|
|
30
|
-
// Value positions (parameters, return types) use lowercase primitives for ergonomics
|
|
31
|
-
export type CLROf<T> =
|
|
32
|
-
T extends sbyte ? System_Internal.SByte :
|
|
33
|
-
T extends short ? System_Internal.Int16 :
|
|
34
|
-
T extends int ? System_Internal.Int32 :
|
|
35
|
-
T extends long ? System_Internal.Int64 :
|
|
36
|
-
T extends int128 ? System_Internal.Int128 :
|
|
37
|
-
T extends nint ? System_Internal.IntPtr :
|
|
38
|
-
T extends byte ? System_Internal.Byte :
|
|
39
|
-
T extends ushort ? System_Internal.UInt16 :
|
|
40
|
-
T extends uint ? System_Internal.UInt32 :
|
|
41
|
-
T extends ulong ? System_Internal.UInt64 :
|
|
42
|
-
T extends uint128 ? System_Internal.UInt128 :
|
|
43
|
-
T extends nuint ? System_Internal.UIntPtr :
|
|
44
|
-
T extends half ? System_Internal.Half :
|
|
45
|
-
T extends float ? System_Internal.Single :
|
|
46
|
-
T extends double ? System_Internal.Double :
|
|
47
|
-
T extends decimal ? System_Internal.Decimal :
|
|
48
|
-
T extends char ? System_Internal.Char :
|
|
49
|
-
T extends boolean ? System_Internal.Boolean :
|
|
50
|
-
T extends string ? System_Internal.String :
|
|
51
|
-
T; // Identity fallback for non-primitive types
|
|
52
|
-
|
|
53
28
|
export enum DuplicateAddressDetectionState {
|
|
54
29
|
invalid = 0,
|
|
55
30
|
tentative = 1,
|
|
@@ -668,10 +643,10 @@ export interface PhysicalAddress$instance {
|
|
|
668
643
|
export const PhysicalAddress: {
|
|
669
644
|
new(address: byte[]): PhysicalAddress$instance;
|
|
670
645
|
readonly none: PhysicalAddress;
|
|
671
|
-
parse(address: ReadOnlySpan_1<
|
|
646
|
+
parse(address: ReadOnlySpan_1<System_Internal.Char>): PhysicalAddress;
|
|
672
647
|
parse(address: string): PhysicalAddress;
|
|
673
|
-
tryParse(address: ReadOnlySpan_1<
|
|
674
|
-
tryParse(address: string, value:
|
|
648
|
+
tryParse(address: ReadOnlySpan_1<System_Internal.Char>, value: PhysicalAddress): boolean;
|
|
649
|
+
tryParse(address: string, value: PhysicalAddress): boolean;
|
|
675
650
|
};
|
|
676
651
|
|
|
677
652
|
|