@tsonic/dotnet 0.8.1 → 0.8.3
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/Microsoft.VisualBasic/internal/index.d.ts +1 -1
- package/Microsoft.VisualBasic.FileIO/internal/index.d.ts +1 -1
- package/Microsoft.Win32/internal/index.d.ts +9 -9
- package/System/bindings.json +114 -114
- package/System/internal/index.d.ts +156 -154
- package/System/internal/metadata.json +73 -73
- package/System.Buffers/internal/index.d.ts +1 -1
- package/System.CodeDom.Compiler/internal/index.d.ts +1 -1
- package/System.Collections/internal/index.d.ts +12 -8
- package/System.Collections.Generic/internal/index.d.ts +22 -14
- package/System.Collections.Immutable/internal/index.d.ts +11 -11
- package/System.Collections.Specialized/internal/index.d.ts +20 -18
- package/System.ComponentModel/internal/index.d.ts +219 -209
- package/System.ComponentModel.DataAnnotations/internal/index.d.ts +42 -32
- package/System.ComponentModel.DataAnnotations.Schema/internal/index.d.ts +2 -1
- package/System.ComponentModel.Design/internal/index.d.ts +40 -40
- package/System.ComponentModel.Design.Serialization/internal/index.d.ts +17 -17
- package/System.Data/internal/index.d.ts +54 -46
- package/System.Data.Common/internal/index.d.ts +52 -44
- package/System.Data.SqlTypes/internal/index.d.ts +2 -2
- package/System.Diagnostics/internal/index.d.ts +85 -63
- package/System.Diagnostics.CodeAnalysis/internal/index.d.ts +30 -16
- package/System.Diagnostics.Contracts/internal/index.d.ts +4 -4
- package/System.Diagnostics.Metrics/internal/index.d.ts +14 -9
- package/System.Diagnostics.SymbolStore/internal/index.d.ts +5 -5
- package/System.Diagnostics.Tracing/internal/index.d.ts +11 -9
- package/System.Drawing/internal/index.d.ts +33 -33
- package/System.Dynamic/internal/index.d.ts +1 -1
- package/System.Formats.Tar/internal/index.d.ts +3 -2
- package/System.Globalization/internal/index.d.ts +8 -6
- package/System.IO/internal/index.d.ts +30 -27
- package/System.IO.Compression/internal/index.d.ts +1 -1
- package/System.IO.Enumeration/internal/index.d.ts +4 -2
- package/System.Linq/internal/index.d.ts +63 -63
- package/System.Linq.Expressions/internal/index.d.ts +13 -13
- package/System.Linq.Expressions.Interpreter/internal/index.d.ts +2 -2
- package/System.Net/internal/index.d.ts +87 -63
- package/System.Net.Http/internal/index.d.ts +37 -21
- package/System.Net.Http.Headers/internal/index.d.ts +37 -20
- package/System.Net.Http.Json/internal/index.d.ts +39 -39
- package/System.Net.Mail/internal/index.d.ts +22 -12
- package/System.Net.Mime/internal/index.d.ts +4 -2
- package/System.Net.NetworkInformation/internal/index.d.ts +1 -1
- package/System.Net.Quic/internal/index.d.ts +3 -2
- package/System.Net.Security/internal/index.d.ts +38 -22
- package/System.Net.ServerSentEvents/internal/index.d.ts +2 -1
- package/System.Net.Sockets/internal/index.d.ts +23 -16
- package/System.Net.WebSockets/internal/index.d.ts +17 -11
- package/System.Numerics/bindings.json +408 -0
- package/System.Numerics/internal/metadata.json +272 -0
- package/System.Reflection/internal/index.d.ts +185 -182
- package/System.Reflection.Emit/internal/index.d.ts +82 -82
- package/System.Reflection.Metadata/bindings.json +48 -0
- package/System.Reflection.Metadata/internal/index.d.ts +5 -5
- package/System.Reflection.Metadata/internal/metadata.json +32 -0
- package/System.Reflection.Metadata.Ecma335/internal/index.d.ts +1 -1
- package/System.Reflection.PortableExecutable/internal/index.d.ts +2 -2
- package/System.Resources/internal/index.d.ts +13 -12
- package/System.Runtime/internal/index.d.ts +2 -1
- package/System.Runtime.CompilerServices/internal/index.d.ts +15 -13
- package/System.Runtime.InteropServices/bindings.json +22 -22
- package/System.Runtime.InteropServices/internal/index.d.ts +46 -44
- package/System.Runtime.InteropServices/internal/metadata.json +13 -13
- package/System.Runtime.InteropServices.ComTypes/internal/index.d.ts +1 -1
- package/System.Runtime.InteropServices.JavaScript/internal/index.d.ts +3 -3
- package/System.Runtime.InteropServices.Marshalling/internal/index.d.ts +16 -14
- package/System.Runtime.Loader/internal/index.d.ts +4 -4
- package/System.Runtime.Remoting/internal/index.d.ts +1 -1
- package/System.Runtime.Serialization/internal/index.d.ts +53 -43
- package/System.Runtime.Serialization.DataContracts/internal/index.d.ts +14 -14
- package/System.Runtime.Serialization.Formatters/internal/index.d.ts +4 -2
- package/System.Runtime.Serialization.Formatters.Binary/internal/index.d.ts +2 -1
- package/System.Runtime.Serialization.Json/internal/index.d.ts +9 -8
- package/System.Runtime.Versioning/internal/index.d.ts +6 -3
- package/System.Security/internal/index.d.ts +35 -25
- package/System.Security.AccessControl/internal/index.d.ts +14 -10
- package/System.Security.Authentication.ExtendedProtection/internal/index.d.ts +4 -4
- package/System.Security.Claims/internal/index.d.ts +16 -12
- package/System.Security.Cryptography/internal/index.d.ts +80 -66
- package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +33 -32
- package/System.Security.Permissions/internal/index.d.ts +2 -2
- package/System.Security.Policy/internal/index.d.ts +2 -2
- package/System.Security.Principal/internal/index.d.ts +8 -10
- package/System.Text/internal/index.d.ts +13 -11
- package/System.Text.Json/internal/index.d.ts +67 -61
- package/System.Text.Json.Nodes/internal/index.d.ts +31 -31
- package/System.Text.Json.Schema/internal/index.d.ts +4 -3
- package/System.Text.Json.Serialization/internal/index.d.ts +9 -8
- package/System.Text.Json.Serialization.Metadata/internal/index.d.ts +67 -42
- package/System.Threading/internal/index.d.ts +16 -15
- package/System.Threading.Tasks/internal/index.d.ts +4 -14
- package/System.Threading.Tasks.Dataflow/internal/index.d.ts +3 -1
- package/System.Timers/internal/index.d.ts +4 -2
- package/System.Transactions/internal/index.d.ts +8 -6
- package/System.Web/internal/index.d.ts +24 -24
- package/System.Xml/internal/index.d.ts +100 -99
- package/System.Xml.Linq/internal/index.d.ts +16 -15
- package/System.Xml.Resolvers/internal/index.d.ts +1 -1
- package/System.Xml.Schema/internal/index.d.ts +129 -84
- package/System.Xml.Serialization/internal/index.d.ts +68 -47
- package/System.Xml.XPath/internal/index.d.ts +10 -10
- package/System.Xml.Xsl/internal/index.d.ts +7 -7
- package/System.Xml.Xsl.Runtime/internal/index.d.ts +8 -8
- package/__internal/extensions/index.d.ts +177 -176
- package/package.json +1 -1
|
@@ -24062,7 +24062,7 @@
|
|
|
24062
24062
|
{
|
|
24063
24063
|
"stableId": "System.Private.CoreLib:System.Numerics.IFloatingPoint\u00601::Round(TSelf,System.MidpointRounding):TSelf",
|
|
24064
24064
|
"clrName": "Round",
|
|
24065
|
-
"tsEmitName": "round$
|
|
24065
|
+
"tsEmitName": "round$view2",
|
|
24066
24066
|
"normalizedSignature": "Round|(TSelf,System.MidpointRounding):TSelf|static=false",
|
|
24067
24067
|
"provenance": "ExplicitView",
|
|
24068
24068
|
"emitScope": "ViewOnly",
|
|
@@ -24509,10 +24509,10 @@
|
|
|
24509
24509
|
"isExtensionMethod": false
|
|
24510
24510
|
},
|
|
24511
24511
|
{
|
|
24512
|
-
"stableId": "System.Private.CoreLib:System.Numerics.IFloatingPoint\u00601::
|
|
24513
|
-
"clrName": "
|
|
24514
|
-
"tsEmitName": "
|
|
24515
|
-
"normalizedSignature": "
|
|
24512
|
+
"stableId": "System.Private.CoreLib:System.Numerics.IFloatingPoint\u00601::Round(TSelf,System.Int32):TSelf",
|
|
24513
|
+
"clrName": "Round",
|
|
24514
|
+
"tsEmitName": "round$view",
|
|
24515
|
+
"normalizedSignature": "Round|(TSelf,System.Int32):TSelf|static=false",
|
|
24516
24516
|
"provenance": "ExplicitView",
|
|
24517
24517
|
"emitScope": "ViewOnly",
|
|
24518
24518
|
"isStatic": false,
|
|
@@ -24521,15 +24521,15 @@
|
|
|
24521
24521
|
"isOverride": false,
|
|
24522
24522
|
"isSealed": false,
|
|
24523
24523
|
"arity": 0,
|
|
24524
|
-
"parameterCount":
|
|
24525
|
-
"sourceInterface": "System.Numerics.
|
|
24524
|
+
"parameterCount": 2,
|
|
24525
|
+
"sourceInterface": "System.Numerics.IRootFunctions\u00601",
|
|
24526
24526
|
"isExtensionMethod": false
|
|
24527
24527
|
},
|
|
24528
24528
|
{
|
|
24529
|
-
"stableId": "System.Private.CoreLib:System.Numerics.IFloatingPoint\u00601::
|
|
24530
|
-
"clrName": "
|
|
24531
|
-
"tsEmitName": "
|
|
24532
|
-
"normalizedSignature": "
|
|
24529
|
+
"stableId": "System.Private.CoreLib:System.Numerics.IFloatingPoint\u00601::Ceiling(TSelf):TSelf",
|
|
24530
|
+
"clrName": "Ceiling",
|
|
24531
|
+
"tsEmitName": "ceiling$view",
|
|
24532
|
+
"normalizedSignature": "Ceiling|(TSelf):TSelf|static=false",
|
|
24533
24533
|
"provenance": "ExplicitView",
|
|
24534
24534
|
"emitScope": "ViewOnly",
|
|
24535
24535
|
"isStatic": false,
|
|
@@ -24538,8 +24538,8 @@
|
|
|
24538
24538
|
"isOverride": false,
|
|
24539
24539
|
"isSealed": false,
|
|
24540
24540
|
"arity": 0,
|
|
24541
|
-
"parameterCount":
|
|
24542
|
-
"sourceInterface": "System.Numerics.
|
|
24541
|
+
"parameterCount": 1,
|
|
24542
|
+
"sourceInterface": "System.Numerics.INumberBase\u00601",
|
|
24543
24543
|
"isExtensionMethod": false
|
|
24544
24544
|
},
|
|
24545
24545
|
{
|
|
@@ -28727,7 +28727,7 @@
|
|
|
28727
28727
|
{
|
|
28728
28728
|
"stableId": "System.Private.CoreLib:System.Numerics.IFloatingPoint\u00601::Round(TSelf,System.MidpointRounding):TSelf",
|
|
28729
28729
|
"clrName": "Round",
|
|
28730
|
-
"tsEmitName": "round$
|
|
28730
|
+
"tsEmitName": "round$view2",
|
|
28731
28731
|
"normalizedSignature": "Round|(TSelf,System.MidpointRounding):TSelf|static=false",
|
|
28732
28732
|
"provenance": "ExplicitView",
|
|
28733
28733
|
"emitScope": "ViewOnly",
|
|
@@ -29140,10 +29140,10 @@
|
|
|
29140
29140
|
"isExtensionMethod": false
|
|
29141
29141
|
},
|
|
29142
29142
|
{
|
|
29143
|
-
"stableId": "System.Private.CoreLib:System.Numerics.IFloatingPoint\u00601::
|
|
29144
|
-
"clrName": "
|
|
29145
|
-
"tsEmitName": "
|
|
29146
|
-
"normalizedSignature": "
|
|
29143
|
+
"stableId": "System.Private.CoreLib:System.Numerics.IFloatingPoint\u00601::Round(TSelf,System.Int32):TSelf",
|
|
29144
|
+
"clrName": "Round",
|
|
29145
|
+
"tsEmitName": "round$view",
|
|
29146
|
+
"normalizedSignature": "Round|(TSelf,System.Int32):TSelf|static=false",
|
|
29147
29147
|
"provenance": "ExplicitView",
|
|
29148
29148
|
"emitScope": "ViewOnly",
|
|
29149
29149
|
"isStatic": false,
|
|
@@ -29152,15 +29152,15 @@
|
|
|
29152
29152
|
"isOverride": false,
|
|
29153
29153
|
"isSealed": false,
|
|
29154
29154
|
"arity": 0,
|
|
29155
|
-
"parameterCount":
|
|
29156
|
-
"sourceInterface": "System.Numerics.
|
|
29155
|
+
"parameterCount": 2,
|
|
29156
|
+
"sourceInterface": "System.Numerics.IRootFunctions\u00601",
|
|
29157
29157
|
"isExtensionMethod": false
|
|
29158
29158
|
},
|
|
29159
29159
|
{
|
|
29160
|
-
"stableId": "System.Private.CoreLib:System.Numerics.IFloatingPoint\u00601::
|
|
29161
|
-
"clrName": "
|
|
29162
|
-
"tsEmitName": "
|
|
29163
|
-
"normalizedSignature": "
|
|
29160
|
+
"stableId": "System.Private.CoreLib:System.Numerics.IFloatingPoint\u00601::Ceiling(TSelf):TSelf",
|
|
29161
|
+
"clrName": "Ceiling",
|
|
29162
|
+
"tsEmitName": "ceiling$view",
|
|
29163
|
+
"normalizedSignature": "Ceiling|(TSelf):TSelf|static=false",
|
|
29164
29164
|
"provenance": "ExplicitView",
|
|
29165
29165
|
"emitScope": "ViewOnly",
|
|
29166
29166
|
"isStatic": false,
|
|
@@ -29169,8 +29169,8 @@
|
|
|
29169
29169
|
"isOverride": false,
|
|
29170
29170
|
"isSealed": false,
|
|
29171
29171
|
"arity": 0,
|
|
29172
|
-
"parameterCount":
|
|
29173
|
-
"sourceInterface": "System.Numerics.
|
|
29172
|
+
"parameterCount": 1,
|
|
29173
|
+
"sourceInterface": "System.Numerics.INumberBase\u00601",
|
|
29174
29174
|
"isExtensionMethod": false
|
|
29175
29175
|
},
|
|
29176
29176
|
{
|
|
@@ -31662,6 +31662,23 @@
|
|
|
31662
31662
|
}
|
|
31663
31663
|
]
|
|
31664
31664
|
},
|
|
31665
|
+
{
|
|
31666
|
+
"stableId": "System.Private.CoreLib:System.Numerics.IBinaryNumber\u00601::Log2(TSelf):TSelf",
|
|
31667
|
+
"clrName": "Log2",
|
|
31668
|
+
"tsEmitName": "log2$view",
|
|
31669
|
+
"normalizedSignature": "Log2|(TSelf):TSelf|static=false",
|
|
31670
|
+
"provenance": "ExplicitView",
|
|
31671
|
+
"emitScope": "ViewOnly",
|
|
31672
|
+
"isStatic": false,
|
|
31673
|
+
"isAbstract": false,
|
|
31674
|
+
"isVirtual": true,
|
|
31675
|
+
"isOverride": false,
|
|
31676
|
+
"isSealed": false,
|
|
31677
|
+
"arity": 0,
|
|
31678
|
+
"parameterCount": 1,
|
|
31679
|
+
"sourceInterface": "System.Numerics.INumberBase\u00601",
|
|
31680
|
+
"isExtensionMethod": false
|
|
31681
|
+
},
|
|
31665
31682
|
{
|
|
31666
31683
|
"stableId": "System.Private.CoreLib:System.IComparable::CompareTo(System.Object):System.Int32",
|
|
31667
31684
|
"clrName": "CompareTo",
|
|
@@ -31719,23 +31736,6 @@
|
|
|
31719
31736
|
"sourceInterface": "System.IFormattable",
|
|
31720
31737
|
"isExtensionMethod": false
|
|
31721
31738
|
},
|
|
31722
|
-
{
|
|
31723
|
-
"stableId": "System.Private.CoreLib:System.Numerics.IBinaryNumber\u00601::Log2(TSelf):TSelf",
|
|
31724
|
-
"clrName": "Log2",
|
|
31725
|
-
"tsEmitName": "log2$view",
|
|
31726
|
-
"normalizedSignature": "Log2|(TSelf):TSelf|static=false",
|
|
31727
|
-
"provenance": "ExplicitView",
|
|
31728
|
-
"emitScope": "ViewOnly",
|
|
31729
|
-
"isStatic": false,
|
|
31730
|
-
"isAbstract": false,
|
|
31731
|
-
"isVirtual": true,
|
|
31732
|
-
"isOverride": false,
|
|
31733
|
-
"isSealed": false,
|
|
31734
|
-
"arity": 0,
|
|
31735
|
-
"parameterCount": 1,
|
|
31736
|
-
"sourceInterface": "System.Numerics.INumberBase\u00601",
|
|
31737
|
-
"isExtensionMethod": false
|
|
31738
|
-
},
|
|
31739
31739
|
{
|
|
31740
31740
|
"stableId": "System.Private.CoreLib:System.Numerics.INumberBase\u00601::Abs(TSelf):TSelf",
|
|
31741
31741
|
"clrName": "Abs",
|
|
@@ -47501,7 +47501,7 @@
|
|
|
47501
47501
|
{
|
|
47502
47502
|
"stableId": "System.Private.CoreLib:System.Numerics.IFloatingPoint\u00601::Round(TSelf,System.MidpointRounding):TSelf",
|
|
47503
47503
|
"clrName": "Round",
|
|
47504
|
-
"tsEmitName": "round$
|
|
47504
|
+
"tsEmitName": "round$view2",
|
|
47505
47505
|
"normalizedSignature": "Round|(TSelf,System.MidpointRounding):TSelf|static=false",
|
|
47506
47506
|
"provenance": "ExplicitView",
|
|
47507
47507
|
"emitScope": "ViewOnly",
|
|
@@ -47948,10 +47948,10 @@
|
|
|
47948
47948
|
"isExtensionMethod": false
|
|
47949
47949
|
},
|
|
47950
47950
|
{
|
|
47951
|
-
"stableId": "System.Private.CoreLib:System.Numerics.IFloatingPoint\u00601::
|
|
47952
|
-
"clrName": "
|
|
47953
|
-
"tsEmitName": "
|
|
47954
|
-
"normalizedSignature": "
|
|
47951
|
+
"stableId": "System.Private.CoreLib:System.Numerics.IFloatingPoint\u00601::Round(TSelf,System.Int32):TSelf",
|
|
47952
|
+
"clrName": "Round",
|
|
47953
|
+
"tsEmitName": "round$view",
|
|
47954
|
+
"normalizedSignature": "Round|(TSelf,System.Int32):TSelf|static=false",
|
|
47955
47955
|
"provenance": "ExplicitView",
|
|
47956
47956
|
"emitScope": "ViewOnly",
|
|
47957
47957
|
"isStatic": false,
|
|
@@ -47960,15 +47960,15 @@
|
|
|
47960
47960
|
"isOverride": false,
|
|
47961
47961
|
"isSealed": false,
|
|
47962
47962
|
"arity": 0,
|
|
47963
|
-
"parameterCount":
|
|
47964
|
-
"sourceInterface": "System.Numerics.
|
|
47963
|
+
"parameterCount": 2,
|
|
47964
|
+
"sourceInterface": "System.Numerics.IRootFunctions\u00601",
|
|
47965
47965
|
"isExtensionMethod": false
|
|
47966
47966
|
},
|
|
47967
47967
|
{
|
|
47968
|
-
"stableId": "System.Private.CoreLib:System.Numerics.IFloatingPoint\u00601::
|
|
47969
|
-
"clrName": "
|
|
47970
|
-
"tsEmitName": "
|
|
47971
|
-
"normalizedSignature": "
|
|
47968
|
+
"stableId": "System.Private.CoreLib:System.Numerics.IFloatingPoint\u00601::Ceiling(TSelf):TSelf",
|
|
47969
|
+
"clrName": "Ceiling",
|
|
47970
|
+
"tsEmitName": "ceiling$view",
|
|
47971
|
+
"normalizedSignature": "Ceiling|(TSelf):TSelf|static=false",
|
|
47972
47972
|
"provenance": "ExplicitView",
|
|
47973
47973
|
"emitScope": "ViewOnly",
|
|
47974
47974
|
"isStatic": false,
|
|
@@ -47977,8 +47977,8 @@
|
|
|
47977
47977
|
"isOverride": false,
|
|
47978
47978
|
"isSealed": false,
|
|
47979
47979
|
"arity": 0,
|
|
47980
|
-
"parameterCount":
|
|
47981
|
-
"sourceInterface": "System.Numerics.
|
|
47980
|
+
"parameterCount": 1,
|
|
47981
|
+
"sourceInterface": "System.Numerics.INumberBase\u00601",
|
|
47982
47982
|
"isExtensionMethod": false
|
|
47983
47983
|
},
|
|
47984
47984
|
{
|
|
@@ -53697,6 +53697,23 @@
|
|
|
53697
53697
|
}
|
|
53698
53698
|
]
|
|
53699
53699
|
},
|
|
53700
|
+
{
|
|
53701
|
+
"stableId": "System.Private.CoreLib:System.Numerics.IBinaryNumber\u00601::Log2(TSelf):TSelf",
|
|
53702
|
+
"clrName": "Log2",
|
|
53703
|
+
"tsEmitName": "log2$view",
|
|
53704
|
+
"normalizedSignature": "Log2|(TSelf):TSelf|static=false",
|
|
53705
|
+
"provenance": "ExplicitView",
|
|
53706
|
+
"emitScope": "ViewOnly",
|
|
53707
|
+
"isStatic": false,
|
|
53708
|
+
"isAbstract": false,
|
|
53709
|
+
"isVirtual": true,
|
|
53710
|
+
"isOverride": false,
|
|
53711
|
+
"isSealed": false,
|
|
53712
|
+
"arity": 0,
|
|
53713
|
+
"parameterCount": 1,
|
|
53714
|
+
"sourceInterface": "System.Numerics.INumberBase\u00601",
|
|
53715
|
+
"isExtensionMethod": false
|
|
53716
|
+
},
|
|
53700
53717
|
{
|
|
53701
53718
|
"stableId": "System.Private.CoreLib:System.IComparable::CompareTo(System.Object):System.Int32",
|
|
53702
53719
|
"clrName": "CompareTo",
|
|
@@ -53754,23 +53771,6 @@
|
|
|
53754
53771
|
"sourceInterface": "System.IFormattable",
|
|
53755
53772
|
"isExtensionMethod": false
|
|
53756
53773
|
},
|
|
53757
|
-
{
|
|
53758
|
-
"stableId": "System.Private.CoreLib:System.Numerics.IBinaryNumber\u00601::Log2(TSelf):TSelf",
|
|
53759
|
-
"clrName": "Log2",
|
|
53760
|
-
"tsEmitName": "log2$view",
|
|
53761
|
-
"normalizedSignature": "Log2|(TSelf):TSelf|static=false",
|
|
53762
|
-
"provenance": "ExplicitView",
|
|
53763
|
-
"emitScope": "ViewOnly",
|
|
53764
|
-
"isStatic": false,
|
|
53765
|
-
"isAbstract": false,
|
|
53766
|
-
"isVirtual": true,
|
|
53767
|
-
"isOverride": false,
|
|
53768
|
-
"isSealed": false,
|
|
53769
|
-
"arity": 0,
|
|
53770
|
-
"parameterCount": 1,
|
|
53771
|
-
"sourceInterface": "System.Numerics.INumberBase\u00601",
|
|
53772
|
-
"isExtensionMethod": false
|
|
53773
|
-
},
|
|
53774
53774
|
{
|
|
53775
53775
|
"stableId": "System.Private.CoreLib:System.Numerics.INumberBase\u00601::Abs(TSelf):TSelf",
|
|
53776
53776
|
"clrName": "Abs",
|
|
@@ -295,7 +295,7 @@ export type MemoryPool_1<T> = MemoryPool_1$instance<T> & __MemoryPool_1$views<T>
|
|
|
295
295
|
|
|
296
296
|
export interface ReadOnlySequenceSegment_1$instance<T> {
|
|
297
297
|
readonly memory: ReadOnlyMemory_1<T>;
|
|
298
|
-
readonly next: ReadOnlySequenceSegment_1<T
|
|
298
|
+
readonly next: ReadOnlySequenceSegment_1<T> | undefined;
|
|
299
299
|
readonly runningIndex: long;
|
|
300
300
|
}
|
|
301
301
|
|
|
@@ -15,7 +15,7 @@ import * as System_Internal from "../../System/internal/index.js";
|
|
|
15
15
|
import type { Attribute, Boolean as ClrBoolean, Char, Decimal, Double, IAsyncDisposable, IDisposable, IFormatProvider, Int32, Int64, Object as ClrObject, ReadOnlyMemory_1, ReadOnlySpan_1, Single, String as ClrString, Type, UInt32, UInt64, Void } from "../../System/internal/index.js";
|
|
16
16
|
|
|
17
17
|
export interface GeneratedCodeAttribute$instance extends Attribute {
|
|
18
|
-
readonly tool: string;
|
|
18
|
+
readonly tool: string | undefined;
|
|
19
19
|
readonly version: string;
|
|
20
20
|
}
|
|
21
21
|
|
|
@@ -36,7 +36,8 @@ export interface IComparer$instance {
|
|
|
36
36
|
export type IComparer = IComparer$instance;
|
|
37
37
|
|
|
38
38
|
export interface IDictionary$instance extends ICollection, IEnumerable {
|
|
39
|
-
item: unknown;
|
|
39
|
+
get item(): unknown | undefined;
|
|
40
|
+
set item(value: unknown);
|
|
40
41
|
readonly keys: ICollection;
|
|
41
42
|
readonly values: ICollection;
|
|
42
43
|
readonly isReadOnly: boolean;
|
|
@@ -190,7 +191,7 @@ export interface ArrayList$instance {
|
|
|
190
191
|
sort(): void;
|
|
191
192
|
sort(comparer: IComparer): void;
|
|
192
193
|
sort(index: int, count: int, comparer: IComparer): void;
|
|
193
|
-
toArray(): unknown[];
|
|
194
|
+
toArray(): (unknown | undefined)[];
|
|
194
195
|
toArray(type_: Type): ClrArray;
|
|
195
196
|
trimToSize(): void;
|
|
196
197
|
}
|
|
@@ -382,7 +383,8 @@ export interface Hashtable$instance {
|
|
|
382
383
|
readonly isFixedSize: boolean;
|
|
383
384
|
readonly isReadOnly: boolean;
|
|
384
385
|
readonly isSynchronized: boolean;
|
|
385
|
-
item: unknown;
|
|
386
|
+
get item(): unknown | undefined;
|
|
387
|
+
set item(value: unknown);
|
|
386
388
|
readonly keys: ICollection;
|
|
387
389
|
readonly syncRoot: unknown;
|
|
388
390
|
readonly values: ICollection;
|
|
@@ -439,7 +441,8 @@ export interface ListDictionaryInternal$instance {
|
|
|
439
441
|
readonly isFixedSize: boolean;
|
|
440
442
|
readonly isReadOnly: boolean;
|
|
441
443
|
readonly isSynchronized: boolean;
|
|
442
|
-
item: unknown;
|
|
444
|
+
get item(): unknown | undefined;
|
|
445
|
+
set item(value: unknown);
|
|
443
446
|
readonly keys: ICollection;
|
|
444
447
|
readonly syncRoot: unknown;
|
|
445
448
|
readonly values: ICollection;
|
|
@@ -478,7 +481,7 @@ export interface Queue$instance {
|
|
|
478
481
|
enqueue(obj: unknown): void;
|
|
479
482
|
getEnumerator(): IEnumerator;
|
|
480
483
|
peek(): unknown;
|
|
481
|
-
toArray(): unknown[];
|
|
484
|
+
toArray(): (unknown | undefined)[];
|
|
482
485
|
trimToSize(): void;
|
|
483
486
|
}
|
|
484
487
|
|
|
@@ -527,7 +530,8 @@ export interface SortedList$instance {
|
|
|
527
530
|
readonly isFixedSize: boolean;
|
|
528
531
|
readonly isReadOnly: boolean;
|
|
529
532
|
readonly isSynchronized: boolean;
|
|
530
|
-
item: unknown;
|
|
533
|
+
get item(): unknown | undefined;
|
|
534
|
+
set item(value: unknown);
|
|
531
535
|
readonly keys: ICollection;
|
|
532
536
|
readonly syncRoot: unknown;
|
|
533
537
|
readonly values: ICollection;
|
|
@@ -538,7 +542,7 @@ export interface SortedList$instance {
|
|
|
538
542
|
containsKey(key: unknown): boolean;
|
|
539
543
|
containsValue(value: unknown): boolean;
|
|
540
544
|
copyTo(array: ClrArray, arrayIndex: int): void;
|
|
541
|
-
getByIndex(index: int): unknown;
|
|
545
|
+
getByIndex(index: int): unknown | undefined;
|
|
542
546
|
getEnumerator(): IDictionaryEnumerator;
|
|
543
547
|
getKey(index: int): unknown;
|
|
544
548
|
getKeyList(): IList;
|
|
@@ -587,7 +591,7 @@ export interface Stack$instance {
|
|
|
587
591
|
peek(): unknown;
|
|
588
592
|
pop(): unknown;
|
|
589
593
|
push(obj: unknown): void;
|
|
590
|
-
toArray(): unknown[];
|
|
594
|
+
toArray(): (unknown | undefined)[];
|
|
591
595
|
}
|
|
592
596
|
|
|
593
597
|
|
|
@@ -741,7 +741,9 @@ export type Dictionary_2_ValueCollection<TKey, TValue> = Dictionary_2_ValueColle
|
|
|
741
741
|
|
|
742
742
|
|
|
743
743
|
export interface EnumEqualityComparer_1$instance<T extends number> extends EqualityComparer_1$instance<T> {
|
|
744
|
+
equals(x: T, y: T): boolean;
|
|
744
745
|
equals(x: unknown, y: unknown): boolean;
|
|
746
|
+
getHashCode(obj: T): int;
|
|
745
747
|
getHashCode(obj: unknown): int;
|
|
746
748
|
getObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
747
749
|
}
|
|
@@ -784,6 +786,7 @@ export type EqualityComparer_1<T> = EqualityComparer_1$instance<T> & __EqualityC
|
|
|
784
786
|
|
|
785
787
|
|
|
786
788
|
export interface GenericComparer_1$instance<T extends (IComparable_1<T> | number | string | boolean)> extends Comparer_1$instance<T> {
|
|
789
|
+
compare(x: T, y: T): int;
|
|
787
790
|
compare(x: unknown, y: unknown): int;
|
|
788
791
|
equals(obj: unknown): boolean;
|
|
789
792
|
getHashCode(): int;
|
|
@@ -804,7 +807,9 @@ export type GenericComparer_1<T extends (IComparable_1<T> | number | string | bo
|
|
|
804
807
|
|
|
805
808
|
|
|
806
809
|
export interface GenericEqualityComparer_1$instance<T extends (IEquatable_1<T> | number | string | boolean)> extends EqualityComparer_1$instance<T> {
|
|
810
|
+
equals(x: T, y: T): boolean;
|
|
807
811
|
equals(x: unknown, y: unknown): boolean;
|
|
812
|
+
getHashCode(obj: T): int;
|
|
808
813
|
getHashCode(obj: unknown): int;
|
|
809
814
|
}
|
|
810
815
|
|
|
@@ -904,8 +909,8 @@ export type KeyNotFoundException = KeyNotFoundException$instance & __KeyNotFound
|
|
|
904
909
|
|
|
905
910
|
export interface LinkedList_1$instance<T> {
|
|
906
911
|
readonly count: int;
|
|
907
|
-
readonly first: LinkedListNode_1<T
|
|
908
|
-
readonly last: LinkedListNode_1<T
|
|
912
|
+
readonly first: LinkedListNode_1<T> | undefined;
|
|
913
|
+
readonly last: LinkedListNode_1<T> | undefined;
|
|
909
914
|
addAfter(node: LinkedListNode_1<T>, value: T): LinkedListNode_1<T>;
|
|
910
915
|
addAfter(node: LinkedListNode_1<T>, newNode: LinkedListNode_1<T>): void;
|
|
911
916
|
addBefore(node: LinkedListNode_1<T>, value: T): LinkedListNode_1<T>;
|
|
@@ -917,8 +922,8 @@ export interface LinkedList_1$instance<T> {
|
|
|
917
922
|
clear(): void;
|
|
918
923
|
contains(value: T): boolean;
|
|
919
924
|
copyTo(array: T[], index: int): void;
|
|
920
|
-
find(value: T): LinkedListNode_1<T
|
|
921
|
-
findLast(value: T): LinkedListNode_1<T
|
|
925
|
+
find(value: T): LinkedListNode_1<T> | undefined;
|
|
926
|
+
findLast(value: T): LinkedListNode_1<T> | undefined;
|
|
922
927
|
getEnumerator(): LinkedList_1_Enumerator<T>;
|
|
923
928
|
getObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
924
929
|
onDeserialization(sender: unknown): void;
|
|
@@ -951,9 +956,9 @@ export type LinkedList_1<T> = LinkedList_1$instance<T> & __LinkedList_1$views<T>
|
|
|
951
956
|
|
|
952
957
|
|
|
953
958
|
export interface LinkedListNode_1$instance<T> {
|
|
954
|
-
readonly list: LinkedList_1<T
|
|
955
|
-
readonly next: LinkedListNode_1<T
|
|
956
|
-
readonly previous: LinkedListNode_1<T
|
|
959
|
+
readonly list: LinkedList_1<T> | undefined;
|
|
960
|
+
readonly next: LinkedListNode_1<T> | undefined;
|
|
961
|
+
readonly previous: LinkedListNode_1<T> | undefined;
|
|
957
962
|
value: T;
|
|
958
963
|
readonly valueRef: T;
|
|
959
964
|
}
|
|
@@ -984,12 +989,12 @@ export interface List_1$instance<T> {
|
|
|
984
989
|
copyTo(array: T[], arrayIndex: int): void;
|
|
985
990
|
ensureCapacity(capacity: int): int;
|
|
986
991
|
exists(match: Predicate_1<T>): boolean;
|
|
987
|
-
find(match: Predicate_1<T>): T;
|
|
992
|
+
find(match: Predicate_1<T>): T | undefined;
|
|
988
993
|
findAll(match: Predicate_1<T>): List_1<T>;
|
|
989
994
|
findIndex(match: Predicate_1<T>): int;
|
|
990
995
|
findIndex(startIndex: int, match: Predicate_1<T>): int;
|
|
991
996
|
findIndex(startIndex: int, count: int, match: Predicate_1<T>): int;
|
|
992
|
-
findLast(match: Predicate_1<T>): T;
|
|
997
|
+
findLast(match: Predicate_1<T>): T | undefined;
|
|
993
998
|
findLastIndex(match: Predicate_1<T>): int;
|
|
994
999
|
findLastIndex(startIndex: int, match: Predicate_1<T>): int;
|
|
995
1000
|
findLastIndex(startIndex: int, count: int, match: Predicate_1<T>): int;
|
|
@@ -1044,13 +1049,13 @@ export type List_1<T> = List_1$instance<T> & __List_1$views<T>;
|
|
|
1044
1049
|
export interface NonRandomizedStringEqualityComparer$instance {
|
|
1045
1050
|
equals(x: string, y: string): boolean;
|
|
1046
1051
|
getHashCode(obj: string): int;
|
|
1047
|
-
getUnderlyingEqualityComparer(): IEqualityComparer_1<
|
|
1052
|
+
getUnderlyingEqualityComparer(): IEqualityComparer_1<string | undefined>;
|
|
1048
1053
|
}
|
|
1049
1054
|
|
|
1050
1055
|
|
|
1051
1056
|
export const NonRandomizedStringEqualityComparer: {
|
|
1052
1057
|
new(): NonRandomizedStringEqualityComparer;
|
|
1053
|
-
getStringComparer(comparer: unknown): IEqualityComparer_1<System_Internal.String
|
|
1058
|
+
getStringComparer(comparer: unknown): IEqualityComparer_1<System_Internal.String> | undefined;
|
|
1054
1059
|
};
|
|
1055
1060
|
|
|
1056
1061
|
|
|
@@ -1112,6 +1117,7 @@ export type NullableEqualityComparer_1<T> = NullableEqualityComparer_1$instance<
|
|
|
1112
1117
|
|
|
1113
1118
|
|
|
1114
1119
|
export interface ObjectComparer_1$instance<T> extends Comparer_1$instance<T> {
|
|
1120
|
+
compare(x: T, y: T): int;
|
|
1115
1121
|
compare(x: unknown, y: unknown): int;
|
|
1116
1122
|
equals(obj: unknown): boolean;
|
|
1117
1123
|
getHashCode(): int;
|
|
@@ -1132,7 +1138,9 @@ export type ObjectComparer_1<T> = ObjectComparer_1$instance<T> & __ObjectCompare
|
|
|
1132
1138
|
|
|
1133
1139
|
|
|
1134
1140
|
export interface ObjectEqualityComparer_1$instance<T> extends EqualityComparer_1$instance<T> {
|
|
1141
|
+
equals(x: T, y: T): boolean;
|
|
1135
1142
|
equals(x: unknown, y: unknown): boolean;
|
|
1143
|
+
getHashCode(obj: T): int;
|
|
1136
1144
|
getHashCode(obj: unknown): int;
|
|
1137
1145
|
}
|
|
1138
1146
|
|
|
@@ -1590,8 +1598,8 @@ export type SortedList_2_ValueList<TKey, TValue> = SortedList_2_ValueList$instan
|
|
|
1590
1598
|
export interface SortedSet_1$instance<T> {
|
|
1591
1599
|
readonly comparer: IComparer_1<T>;
|
|
1592
1600
|
readonly count: int;
|
|
1593
|
-
readonly max: T;
|
|
1594
|
-
readonly min: T;
|
|
1601
|
+
readonly max: T | undefined;
|
|
1602
|
+
readonly min: T | undefined;
|
|
1595
1603
|
add(item: T): boolean;
|
|
1596
1604
|
clear(): void;
|
|
1597
1605
|
contains(item: T): boolean;
|
|
@@ -1730,7 +1738,7 @@ export abstract class CollectionExtensions$instance {
|
|
|
1730
1738
|
static asReadOnly<T>(set_: ISet_1<T>): ReadOnlySet_1<T>;
|
|
1731
1739
|
static copyTo<T>(list: List_1<T>, destination: Span_1<T>): void;
|
|
1732
1740
|
static getValueOrDefault<TKey, TValue>(dictionary: IReadOnlyDictionary_2<TKey, TValue>, key: TKey, defaultValue: TValue): TValue;
|
|
1733
|
-
static getValueOrDefault<TKey, TValue>(dictionary: IReadOnlyDictionary_2<TKey, TValue>, key: TKey): TValue;
|
|
1741
|
+
static getValueOrDefault<TKey, TValue>(dictionary: IReadOnlyDictionary_2<TKey, TValue>, key: TKey): TValue | undefined;
|
|
1734
1742
|
static insertRange<T>(list: List_1<T>, index: int, source: ReadOnlySpan_1<T>): void;
|
|
1735
1743
|
static remove<TKey, TValue>(dictionary: IDictionary_2<TKey, TValue>, key: TKey, value: TValue): boolean;
|
|
1736
1744
|
static tryAdd<TKey, TValue>(dictionary: IDictionary_2<TKey, TValue>, key: TKey, value: TValue): boolean;
|
|
@@ -478,7 +478,7 @@ export interface ImmutableDictionary_2_Builder$instance<TKey, TValue> {
|
|
|
478
478
|
containsKey(key: TKey): boolean;
|
|
479
479
|
containsValue(value: TValue): boolean;
|
|
480
480
|
getEnumerator(): ImmutableDictionary_2_Enumerator<TKey, TValue>;
|
|
481
|
-
getValueOrDefault(key: TKey): TValue;
|
|
481
|
+
getValueOrDefault(key: TKey): TValue | undefined;
|
|
482
482
|
getValueOrDefault(key: TKey, defaultValue: TValue): TValue;
|
|
483
483
|
remove(key: TKey): boolean;
|
|
484
484
|
remove(item: KeyValuePair_2<TKey, TValue>): boolean;
|
|
@@ -608,12 +608,12 @@ export interface ImmutableList_1$instance<T> {
|
|
|
608
608
|
copyTo(array: T[], arrayIndex: int): void;
|
|
609
609
|
copyTo(index: int, array: T[], arrayIndex: int, count: int): void;
|
|
610
610
|
exists(match: Predicate_1<T>): boolean;
|
|
611
|
-
find(match: Predicate_1<T>): T;
|
|
611
|
+
find(match: Predicate_1<T>): T | undefined;
|
|
612
612
|
findAll(match: Predicate_1<T>): ImmutableList_1<T>;
|
|
613
613
|
findIndex(match: Predicate_1<T>): int;
|
|
614
614
|
findIndex(startIndex: int, match: Predicate_1<T>): int;
|
|
615
615
|
findIndex(startIndex: int, count: int, match: Predicate_1<T>): int;
|
|
616
|
-
findLast(match: Predicate_1<T>): T;
|
|
616
|
+
findLast(match: Predicate_1<T>): T | undefined;
|
|
617
617
|
findLastIndex(match: Predicate_1<T>): int;
|
|
618
618
|
findLastIndex(startIndex: int, match: Predicate_1<T>): int;
|
|
619
619
|
findLastIndex(startIndex: int, count: int, match: Predicate_1<T>): int;
|
|
@@ -682,12 +682,12 @@ export interface ImmutableList_1_Builder$instance<T> {
|
|
|
682
682
|
copyTo(array: T[], arrayIndex: int): void;
|
|
683
683
|
copyTo(index: int, array: T[], arrayIndex: int, count: int): void;
|
|
684
684
|
exists(match: Predicate_1<T>): boolean;
|
|
685
|
-
find(match: Predicate_1<T>): T;
|
|
685
|
+
find(match: Predicate_1<T>): T | undefined;
|
|
686
686
|
findAll(match: Predicate_1<T>): ImmutableList_1<T>;
|
|
687
687
|
findIndex(match: Predicate_1<T>): int;
|
|
688
688
|
findIndex(startIndex: int, match: Predicate_1<T>): int;
|
|
689
689
|
findIndex(startIndex: int, count: int, match: Predicate_1<T>): int;
|
|
690
|
-
findLast(match: Predicate_1<T>): T;
|
|
690
|
+
findLast(match: Predicate_1<T>): T | undefined;
|
|
691
691
|
findLastIndex(match: Predicate_1<T>): int;
|
|
692
692
|
findLastIndex(startIndex: int, match: Predicate_1<T>): int;
|
|
693
693
|
findLastIndex(startIndex: int, count: int, match: Predicate_1<T>): int;
|
|
@@ -834,7 +834,7 @@ export interface ImmutableSortedDictionary_2_Builder$instance<TKey, TValue> {
|
|
|
834
834
|
containsKey(key: TKey): boolean;
|
|
835
835
|
containsValue(value: TValue): boolean;
|
|
836
836
|
getEnumerator(): ImmutableSortedDictionary_2_Enumerator<TKey, TValue>;
|
|
837
|
-
getValueOrDefault(key: TKey): TValue;
|
|
837
|
+
getValueOrDefault(key: TKey): TValue | undefined;
|
|
838
838
|
getValueOrDefault(key: TKey, defaultValue: TValue): TValue;
|
|
839
839
|
remove(key: TKey): boolean;
|
|
840
840
|
remove(item: KeyValuePair_2<TKey, TValue>): boolean;
|
|
@@ -870,8 +870,8 @@ export interface ImmutableSortedSet_1$instance<T> {
|
|
|
870
870
|
readonly isEmpty: boolean;
|
|
871
871
|
readonly item: T;
|
|
872
872
|
readonly keyComparer: IComparer_1<T>;
|
|
873
|
-
readonly max: T;
|
|
874
|
-
readonly min: T;
|
|
873
|
+
readonly max: T | undefined;
|
|
874
|
+
readonly min: T | undefined;
|
|
875
875
|
add(value: T): ImmutableSortedSet_1<T>;
|
|
876
876
|
clear(): ImmutableSortedSet_1<T>;
|
|
877
877
|
contains(value: T): boolean;
|
|
@@ -922,8 +922,8 @@ export interface ImmutableSortedSet_1_Builder$instance<T> {
|
|
|
922
922
|
readonly count: int;
|
|
923
923
|
readonly item: T;
|
|
924
924
|
keyComparer: IComparer_1<T>;
|
|
925
|
-
readonly max: T;
|
|
926
|
-
readonly min: T;
|
|
925
|
+
readonly max: T | undefined;
|
|
926
|
+
readonly min: T | undefined;
|
|
927
927
|
add(item: T): boolean;
|
|
928
928
|
clear(): void;
|
|
929
929
|
contains(item: T): boolean;
|
|
@@ -1036,7 +1036,7 @@ export abstract class ImmutableDictionary$instance {
|
|
|
1036
1036
|
static createRangeWithOverwrite<TKey, TValue>(keyComparer: IEqualityComparer_1<TKey>, items: ReadOnlySpan_1<KeyValuePair_2<TKey, TValue>>): ImmutableDictionary_2<TKey, TValue>;
|
|
1037
1037
|
static createRangeWithOverwrite<TKey, TValue>(items: ReadOnlySpan_1<KeyValuePair_2<TKey, TValue>>): ImmutableDictionary_2<TKey, TValue>;
|
|
1038
1038
|
static getValueOrDefault<TKey, TValue>(dictionary: IImmutableDictionary_2<TKey, TValue>, key: TKey, defaultValue: TValue): TValue;
|
|
1039
|
-
static getValueOrDefault<TKey, TValue>(dictionary: IImmutableDictionary_2<TKey, TValue>, key: TKey): TValue;
|
|
1039
|
+
static getValueOrDefault<TKey, TValue>(dictionary: IImmutableDictionary_2<TKey, TValue>, key: TKey): TValue | undefined;
|
|
1040
1040
|
static toImmutableDictionary<TKey, TValue>(builder: ImmutableDictionary_2_Builder<TKey, TValue>): ImmutableDictionary_2<TKey, TValue>;
|
|
1041
1041
|
static toImmutableDictionary<TSource, TKey, TValue>(source: IEnumerable_1<TSource>, keySelector: Func_2<TSource, TKey>, elementSelector: Func_2<TSource, TValue>, keyComparer: IEqualityComparer_1<TKey>, valueComparer: IEqualityComparer_1<TValue>): ImmutableDictionary_2<TKey, TValue>;
|
|
1042
1042
|
static toImmutableDictionary<TSource, TKey, TValue>(source: IEnumerable_1<TSource>, keySelector: Func_2<TSource, TKey>, elementSelector: Func_2<TSource, TValue>, keyComparer: IEqualityComparer_1<TKey>): ImmutableDictionary_2<TKey, TValue>;
|