@tsonic/dotnet 0.7.3 → 0.7.6
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 +38 -63
- package/Microsoft.VisualBasic/internal/metadata.json +203 -29
- package/Microsoft.VisualBasic.CompilerServices/bindings.json +25 -3
- package/Microsoft.VisualBasic.CompilerServices/internal/index.d.ts +6 -31
- package/Microsoft.VisualBasic.CompilerServices/internal/metadata.json +25 -3
- package/Microsoft.VisualBasic.FileIO/internal/index.d.ts +10 -35
- 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 +2608 -459
- package/System/internal/metadata.json +4800 -552
- package/System.Buffers/bindings.json +196 -24
- package/System.Buffers/internal/index.d.ts +30 -55
- 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.Buffers.d.ts +11 -2
- package/System.CodeDom.Compiler/internal/index.d.ts +8 -33
- 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 +32 -56
- package/System.Collections.Concurrent/internal/metadata.json +211 -29
- package/System.Collections.Concurrent.d.ts +11 -2
- 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 +46 -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 +65 -85
- 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.ObjectModel.d.ts +11 -2
- package/System.Collections.Specialized/internal/index.d.ts +3 -27
- package/System.ComponentModel/bindings.json +174 -18
- package/System.ComponentModel/internal/index.d.ts +33 -54
- 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 +3 -25
- package/System.ComponentModel.Design.Serialization/internal/index.d.ts +3 -26
- package/System.Configuration.Assemblies/internal/index.d.ts +0 -25
- package/System.Data/internal/index.d.ts +19 -39
- 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 +27 -52
- package/System.Data.d.ts +17 -4
- package/System.Diagnostics/bindings.json +181 -23
- package/System.Diagnostics/internal/index.d.ts +106 -131
- 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.Metrics.d.ts +11 -2
- package/System.Diagnostics.SymbolStore/internal/index.d.ts +1 -26
- 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 +7 -32
- package/System.Dynamic/bindings.json +63 -9
- package/System.Dynamic/internal/index.d.ts +19 -44
- package/System.Dynamic/internal/metadata.json +63 -9
- package/System.Formats.Asn1/bindings.json +451 -49
- package/System.Formats.Asn1/internal/index.d.ts +70 -95
- 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 +19 -44
- package/System.Globalization/internal/metadata.json +28 -4
- package/System.IO/bindings.json +35 -5
- package/System.IO/internal/index.d.ts +206 -231
- 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 +337 -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 +50 -75
- package/System.Linq.Expressions/internal/metadata.json +14 -2
- package/System.Linq.Expressions.Interpreter/internal/index.d.ts +2 -27
- package/System.Linq.Expressions.d.ts +11 -2
- package/System.Linq.d.ts +35 -10
- package/System.Net/bindings.json +175 -25
- package/System.Net/internal/index.d.ts +40 -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 +22 -47
- 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 +30 -55
- package/System.Net.Security/internal/metadata.json +43 -5
- package/System.Net.ServerSentEvents/internal/index.d.ts +4 -29
- package/System.Net.ServerSentEvents.d.ts +11 -2
- package/System.Net.Sockets/bindings.json +224 -28
- package/System.Net.Sockets/internal/index.d.ts +110 -135
- 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 +303 -288
- package/System.Numerics/internal/metadata.json +1030 -142
- package/System.Numerics.d.ts +11 -2
- package/System.Reflection/bindings.json +29 -3
- package/System.Reflection/internal/index.d.ts +7 -32
- package/System.Reflection/internal/metadata.json +29 -3
- package/System.Reflection.Emit/bindings.json +26 -2
- package/System.Reflection.Emit/internal/index.d.ts +10 -35
- 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 +77 -99
- 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 +26 -51
- 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 +5 -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 +70 -94
- package/System.Runtime.CompilerServices/internal/metadata.json +495 -57
- package/System.Runtime.CompilerServices.d.ts +41 -12
- 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 +83 -107
- 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.JavaScript.d.ts +17 -2
- 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.InteropServices.Swift.d.ts +11 -2
- package/System.Runtime.InteropServices.d.ts +11 -2
- package/System.Runtime.Intrinsics/bindings.json +112 -16
- package/System.Runtime.Intrinsics/internal/index.d.ts +804 -829
- 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.Intrinsics.d.ts +29 -8
- 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 +1 -26
- 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.AccessControl.d.ts +23 -6
- 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 +608 -633
- 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 +1 -26
- package/System.Text/bindings.json +494 -58
- package/System.Text/internal/index.d.ts +146 -170
- 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 +14 -39
- 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 +142 -167
- 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 +21 -46
- package/System.Text.Json.Serialization.Metadata.d.ts +11 -2
- package/System.Text.Json.Serialization.d.ts +23 -6
- 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 +154 -179
- 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.Channels.d.ts +13 -2
- package/System.Threading.Tasks/internal/index.d.ts +35 -60
- package/System.Threading.Tasks.Dataflow/bindings.json +378 -54
- package/System.Threading.Tasks.Dataflow/internal/index.d.ts +34 -59
- package/System.Threading.Tasks.Dataflow/internal/metadata.json +378 -54
- package/System.Threading.Tasks.Dataflow.d.ts +21 -2
- package/System.Threading.Tasks.Sources/internal/index.d.ts +0 -25
- package/System.Threading.Tasks.Sources.d.ts +11 -2
- package/System.Threading.Tasks.d.ts +29 -8
- package/System.Timers/internal/index.d.ts +0 -25
- package/System.Transactions/internal/index.d.ts +1 -26
- 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 +10 -35
- 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 +75 -14
- package/__internal/extensions/index.d.ts +463 -463
- package/families.json +359 -0
- package/package.json +1 -1
- package/tsconfig.json +2 -1
|
@@ -1773,7 +1773,13 @@
|
|
|
1773
1773
|
"isSealed": false,
|
|
1774
1774
|
"arity": 0,
|
|
1775
1775
|
"parameterCount": 2,
|
|
1776
|
-
"isExtensionMethod": false
|
|
1776
|
+
"isExtensionMethod": false,
|
|
1777
|
+
"parameterModifiers": [
|
|
1778
|
+
{
|
|
1779
|
+
"index": 1,
|
|
1780
|
+
"modifier": "out"
|
|
1781
|
+
}
|
|
1782
|
+
]
|
|
1777
1783
|
},
|
|
1778
1784
|
{
|
|
1779
1785
|
"stableId": "System.Private.DataContractSerialization:System.Xml.IXmlDictionary::TryLookup(System.Int32,System.Xml.XmlDictionaryString\u0026):System.Boolean",
|
|
@@ -1789,7 +1795,13 @@
|
|
|
1789
1795
|
"isSealed": false,
|
|
1790
1796
|
"arity": 0,
|
|
1791
1797
|
"parameterCount": 2,
|
|
1792
|
-
"isExtensionMethod": false
|
|
1798
|
+
"isExtensionMethod": false,
|
|
1799
|
+
"parameterModifiers": [
|
|
1800
|
+
{
|
|
1801
|
+
"index": 1,
|
|
1802
|
+
"modifier": "out"
|
|
1803
|
+
}
|
|
1804
|
+
]
|
|
1793
1805
|
},
|
|
1794
1806
|
{
|
|
1795
1807
|
"stableId": "System.Private.DataContractSerialization:System.Xml.IXmlDictionary::TryLookup(System.Xml.XmlDictionaryString,System.Xml.XmlDictionaryString\u0026):System.Boolean",
|
|
@@ -1805,7 +1817,13 @@
|
|
|
1805
1817
|
"isSealed": false,
|
|
1806
1818
|
"arity": 0,
|
|
1807
1819
|
"parameterCount": 2,
|
|
1808
|
-
"isExtensionMethod": false
|
|
1820
|
+
"isExtensionMethod": false,
|
|
1821
|
+
"parameterModifiers": [
|
|
1822
|
+
{
|
|
1823
|
+
"index": 1,
|
|
1824
|
+
"modifier": "out"
|
|
1825
|
+
}
|
|
1826
|
+
]
|
|
1809
1827
|
}
|
|
1810
1828
|
],
|
|
1811
1829
|
"properties": [],
|
|
@@ -2136,7 +2154,13 @@
|
|
|
2136
2154
|
"isSealed": false,
|
|
2137
2155
|
"arity": 0,
|
|
2138
2156
|
"parameterCount": 1,
|
|
2139
|
-
"isExtensionMethod": false
|
|
2157
|
+
"isExtensionMethod": false,
|
|
2158
|
+
"parameterModifiers": [
|
|
2159
|
+
{
|
|
2160
|
+
"index": 0,
|
|
2161
|
+
"modifier": "out"
|
|
2162
|
+
}
|
|
2163
|
+
]
|
|
2140
2164
|
},
|
|
2141
2165
|
{
|
|
2142
2166
|
"stableId": "System.Private.DataContractSerialization:System.Xml.UniqueId::TryGetGuid(System.Byte[],System.Int32):System.Boolean",
|
|
@@ -3106,7 +3130,13 @@
|
|
|
3106
3130
|
"isSealed": true,
|
|
3107
3131
|
"arity": 0,
|
|
3108
3132
|
"parameterCount": 2,
|
|
3109
|
-
"isExtensionMethod": false
|
|
3133
|
+
"isExtensionMethod": false,
|
|
3134
|
+
"parameterModifiers": [
|
|
3135
|
+
{
|
|
3136
|
+
"index": 1,
|
|
3137
|
+
"modifier": "out"
|
|
3138
|
+
}
|
|
3139
|
+
]
|
|
3110
3140
|
},
|
|
3111
3141
|
{
|
|
3112
3142
|
"stableId": "System.Private.DataContractSerialization:System.Xml.XmlBinaryReaderSession::TryLookup(System.String,System.Xml.XmlDictionaryString\u0026):System.Boolean",
|
|
@@ -3122,7 +3152,13 @@
|
|
|
3122
3152
|
"isSealed": true,
|
|
3123
3153
|
"arity": 0,
|
|
3124
3154
|
"parameterCount": 2,
|
|
3125
|
-
"isExtensionMethod": false
|
|
3155
|
+
"isExtensionMethod": false,
|
|
3156
|
+
"parameterModifiers": [
|
|
3157
|
+
{
|
|
3158
|
+
"index": 1,
|
|
3159
|
+
"modifier": "out"
|
|
3160
|
+
}
|
|
3161
|
+
]
|
|
3126
3162
|
},
|
|
3127
3163
|
{
|
|
3128
3164
|
"stableId": "System.Private.DataContractSerialization:System.Xml.XmlBinaryReaderSession::TryLookup(System.Xml.XmlDictionaryString,System.Xml.XmlDictionaryString\u0026):System.Boolean",
|
|
@@ -3138,7 +3174,13 @@
|
|
|
3138
3174
|
"isSealed": true,
|
|
3139
3175
|
"arity": 0,
|
|
3140
3176
|
"parameterCount": 2,
|
|
3141
|
-
"isExtensionMethod": false
|
|
3177
|
+
"isExtensionMethod": false,
|
|
3178
|
+
"parameterModifiers": [
|
|
3179
|
+
{
|
|
3180
|
+
"index": 1,
|
|
3181
|
+
"modifier": "out"
|
|
3182
|
+
}
|
|
3183
|
+
]
|
|
3142
3184
|
},
|
|
3143
3185
|
{
|
|
3144
3186
|
"stableId": "System.Private.DataContractSerialization:System.Xml.XmlBinaryReaderSession::Clear():System.Void",
|
|
@@ -3171,7 +3213,13 @@
|
|
|
3171
3213
|
"arity": 0,
|
|
3172
3214
|
"parameterCount": 2,
|
|
3173
3215
|
"sourceInterface": "System.Xml.IXmlDictionary",
|
|
3174
|
-
"isExtensionMethod": false
|
|
3216
|
+
"isExtensionMethod": false,
|
|
3217
|
+
"parameterModifiers": [
|
|
3218
|
+
{
|
|
3219
|
+
"index": 1,
|
|
3220
|
+
"modifier": "out"
|
|
3221
|
+
}
|
|
3222
|
+
]
|
|
3175
3223
|
},
|
|
3176
3224
|
{
|
|
3177
3225
|
"stableId": "System.Private.DataContractSerialization:System.Xml.IXmlDictionary::TryLookup(System.Int32,System.Xml.XmlDictionaryString\u0026):System.Boolean",
|
|
@@ -3188,7 +3236,13 @@
|
|
|
3188
3236
|
"arity": 0,
|
|
3189
3237
|
"parameterCount": 2,
|
|
3190
3238
|
"sourceInterface": "System.Xml.IXmlDictionary",
|
|
3191
|
-
"isExtensionMethod": false
|
|
3239
|
+
"isExtensionMethod": false,
|
|
3240
|
+
"parameterModifiers": [
|
|
3241
|
+
{
|
|
3242
|
+
"index": 1,
|
|
3243
|
+
"modifier": "out"
|
|
3244
|
+
}
|
|
3245
|
+
]
|
|
3192
3246
|
},
|
|
3193
3247
|
{
|
|
3194
3248
|
"stableId": "System.Private.DataContractSerialization:System.Xml.IXmlDictionary::TryLookup(System.Xml.XmlDictionaryString,System.Xml.XmlDictionaryString\u0026):System.Boolean",
|
|
@@ -3205,7 +3259,13 @@
|
|
|
3205
3259
|
"arity": 0,
|
|
3206
3260
|
"parameterCount": 2,
|
|
3207
3261
|
"sourceInterface": "System.Xml.IXmlDictionary",
|
|
3208
|
-
"isExtensionMethod": false
|
|
3262
|
+
"isExtensionMethod": false,
|
|
3263
|
+
"parameterModifiers": [
|
|
3264
|
+
{
|
|
3265
|
+
"index": 1,
|
|
3266
|
+
"modifier": "out"
|
|
3267
|
+
}
|
|
3268
|
+
]
|
|
3209
3269
|
}
|
|
3210
3270
|
],
|
|
3211
3271
|
"properties": [],
|
|
@@ -3244,7 +3304,13 @@
|
|
|
3244
3304
|
"isSealed": false,
|
|
3245
3305
|
"arity": 0,
|
|
3246
3306
|
"parameterCount": 2,
|
|
3247
|
-
"isExtensionMethod": false
|
|
3307
|
+
"isExtensionMethod": false,
|
|
3308
|
+
"parameterModifiers": [
|
|
3309
|
+
{
|
|
3310
|
+
"index": 1,
|
|
3311
|
+
"modifier": "out"
|
|
3312
|
+
}
|
|
3313
|
+
]
|
|
3248
3314
|
},
|
|
3249
3315
|
{
|
|
3250
3316
|
"stableId": "System.Private.DataContractSerialization:System.Xml.XmlBinaryWriterSession::Reset():System.Void",
|
|
@@ -5721,7 +5787,13 @@
|
|
|
5721
5787
|
"isSealed": false,
|
|
5722
5788
|
"arity": 0,
|
|
5723
5789
|
"parameterCount": 2,
|
|
5724
|
-
"isExtensionMethod": false
|
|
5790
|
+
"isExtensionMethod": false,
|
|
5791
|
+
"parameterModifiers": [
|
|
5792
|
+
{
|
|
5793
|
+
"index": 1,
|
|
5794
|
+
"modifier": "out"
|
|
5795
|
+
}
|
|
5796
|
+
]
|
|
5725
5797
|
},
|
|
5726
5798
|
{
|
|
5727
5799
|
"stableId": "System.Private.DataContractSerialization:System.Xml.XmlDictionary::TryLookup(System.Int32,System.Xml.XmlDictionaryString\u0026):System.Boolean",
|
|
@@ -5737,7 +5809,13 @@
|
|
|
5737
5809
|
"isSealed": false,
|
|
5738
5810
|
"arity": 0,
|
|
5739
5811
|
"parameterCount": 2,
|
|
5740
|
-
"isExtensionMethod": false
|
|
5812
|
+
"isExtensionMethod": false,
|
|
5813
|
+
"parameterModifiers": [
|
|
5814
|
+
{
|
|
5815
|
+
"index": 1,
|
|
5816
|
+
"modifier": "out"
|
|
5817
|
+
}
|
|
5818
|
+
]
|
|
5741
5819
|
},
|
|
5742
5820
|
{
|
|
5743
5821
|
"stableId": "System.Private.DataContractSerialization:System.Xml.XmlDictionary::TryLookup(System.Xml.XmlDictionaryString,System.Xml.XmlDictionaryString\u0026):System.Boolean",
|
|
@@ -5753,7 +5831,13 @@
|
|
|
5753
5831
|
"isSealed": false,
|
|
5754
5832
|
"arity": 0,
|
|
5755
5833
|
"parameterCount": 2,
|
|
5756
|
-
"isExtensionMethod": false
|
|
5834
|
+
"isExtensionMethod": false,
|
|
5835
|
+
"parameterModifiers": [
|
|
5836
|
+
{
|
|
5837
|
+
"index": 1,
|
|
5838
|
+
"modifier": "out"
|
|
5839
|
+
}
|
|
5840
|
+
]
|
|
5757
5841
|
},
|
|
5758
5842
|
{
|
|
5759
5843
|
"stableId": "System.Private.DataContractSerialization:System.Xml.IXmlDictionary::TryLookup(System.String,System.Xml.XmlDictionaryString\u0026):System.Boolean",
|
|
@@ -5770,7 +5854,13 @@
|
|
|
5770
5854
|
"arity": 0,
|
|
5771
5855
|
"parameterCount": 2,
|
|
5772
5856
|
"sourceInterface": "System.Xml.IXmlDictionary",
|
|
5773
|
-
"isExtensionMethod": false
|
|
5857
|
+
"isExtensionMethod": false,
|
|
5858
|
+
"parameterModifiers": [
|
|
5859
|
+
{
|
|
5860
|
+
"index": 1,
|
|
5861
|
+
"modifier": "out"
|
|
5862
|
+
}
|
|
5863
|
+
]
|
|
5774
5864
|
},
|
|
5775
5865
|
{
|
|
5776
5866
|
"stableId": "System.Private.DataContractSerialization:System.Xml.IXmlDictionary::TryLookup(System.Int32,System.Xml.XmlDictionaryString\u0026):System.Boolean",
|
|
@@ -5787,7 +5877,13 @@
|
|
|
5787
5877
|
"arity": 0,
|
|
5788
5878
|
"parameterCount": 2,
|
|
5789
5879
|
"sourceInterface": "System.Xml.IXmlDictionary",
|
|
5790
|
-
"isExtensionMethod": false
|
|
5880
|
+
"isExtensionMethod": false,
|
|
5881
|
+
"parameterModifiers": [
|
|
5882
|
+
{
|
|
5883
|
+
"index": 1,
|
|
5884
|
+
"modifier": "out"
|
|
5885
|
+
}
|
|
5886
|
+
]
|
|
5791
5887
|
},
|
|
5792
5888
|
{
|
|
5793
5889
|
"stableId": "System.Private.DataContractSerialization:System.Xml.IXmlDictionary::TryLookup(System.Xml.XmlDictionaryString,System.Xml.XmlDictionaryString\u0026):System.Boolean",
|
|
@@ -5804,7 +5900,13 @@
|
|
|
5804
5900
|
"arity": 0,
|
|
5805
5901
|
"parameterCount": 2,
|
|
5806
5902
|
"sourceInterface": "System.Xml.IXmlDictionary",
|
|
5807
|
-
"isExtensionMethod": false
|
|
5903
|
+
"isExtensionMethod": false,
|
|
5904
|
+
"parameterModifiers": [
|
|
5905
|
+
{
|
|
5906
|
+
"index": 1,
|
|
5907
|
+
"modifier": "out"
|
|
5908
|
+
}
|
|
5909
|
+
]
|
|
5808
5910
|
}
|
|
5809
5911
|
],
|
|
5810
5912
|
"properties": [
|
|
@@ -6536,7 +6638,13 @@
|
|
|
6536
6638
|
"isSealed": false,
|
|
6537
6639
|
"arity": 0,
|
|
6538
6640
|
"parameterCount": 1,
|
|
6539
|
-
"isExtensionMethod": false
|
|
6641
|
+
"isExtensionMethod": false,
|
|
6642
|
+
"parameterModifiers": [
|
|
6643
|
+
{
|
|
6644
|
+
"index": 0,
|
|
6645
|
+
"modifier": "out"
|
|
6646
|
+
}
|
|
6647
|
+
]
|
|
6540
6648
|
},
|
|
6541
6649
|
{
|
|
6542
6650
|
"stableId": "System.Private.DataContractSerialization:System.Xml.XmlDictionaryReader::ReadValueAsBase64(System.Byte[],System.Int32,System.Int32):System.Int32",
|
|
@@ -6664,7 +6772,13 @@
|
|
|
6664
6772
|
"isSealed": false,
|
|
6665
6773
|
"arity": 0,
|
|
6666
6774
|
"parameterCount": 2,
|
|
6667
|
-
"isExtensionMethod": false
|
|
6775
|
+
"isExtensionMethod": false,
|
|
6776
|
+
"parameterModifiers": [
|
|
6777
|
+
{
|
|
6778
|
+
"index": 1,
|
|
6779
|
+
"modifier": "out"
|
|
6780
|
+
}
|
|
6781
|
+
]
|
|
6668
6782
|
},
|
|
6669
6783
|
{
|
|
6670
6784
|
"stableId": "System.Private.DataContractSerialization:System.Xml.XmlDictionaryReader::ReadContentAsString(System.Xml.XmlDictionaryString[],System.Int32\u0026):System.String",
|
|
@@ -6680,7 +6794,13 @@
|
|
|
6680
6794
|
"isSealed": false,
|
|
6681
6795
|
"arity": 0,
|
|
6682
6796
|
"parameterCount": 2,
|
|
6683
|
-
"isExtensionMethod": false
|
|
6797
|
+
"isExtensionMethod": false,
|
|
6798
|
+
"parameterModifiers": [
|
|
6799
|
+
{
|
|
6800
|
+
"index": 1,
|
|
6801
|
+
"modifier": "out"
|
|
6802
|
+
}
|
|
6803
|
+
]
|
|
6684
6804
|
},
|
|
6685
6805
|
{
|
|
6686
6806
|
"stableId": "System.Private.DataContractSerialization:System.Xml.XmlDictionaryReader::ReadContentAsDecimal():System.Decimal",
|
|
@@ -6776,7 +6896,17 @@
|
|
|
6776
6896
|
"isSealed": false,
|
|
6777
6897
|
"arity": 0,
|
|
6778
6898
|
"parameterCount": 2,
|
|
6779
|
-
"isExtensionMethod": false
|
|
6899
|
+
"isExtensionMethod": false,
|
|
6900
|
+
"parameterModifiers": [
|
|
6901
|
+
{
|
|
6902
|
+
"index": 0,
|
|
6903
|
+
"modifier": "out"
|
|
6904
|
+
},
|
|
6905
|
+
{
|
|
6906
|
+
"index": 1,
|
|
6907
|
+
"modifier": "out"
|
|
6908
|
+
}
|
|
6909
|
+
]
|
|
6780
6910
|
},
|
|
6781
6911
|
{
|
|
6782
6912
|
"stableId": "System.Private.DataContractSerialization:System.Xml.XmlDictionaryReader::ReadElementContentAsString():System.String",
|
|
@@ -7000,7 +7130,17 @@
|
|
|
7000
7130
|
"isSealed": false,
|
|
7001
7131
|
"arity": 0,
|
|
7002
7132
|
"parameterCount": 2,
|
|
7003
|
-
"isExtensionMethod": false
|
|
7133
|
+
"isExtensionMethod": false,
|
|
7134
|
+
"parameterModifiers": [
|
|
7135
|
+
{
|
|
7136
|
+
"index": 0,
|
|
7137
|
+
"modifier": "out"
|
|
7138
|
+
},
|
|
7139
|
+
{
|
|
7140
|
+
"index": 1,
|
|
7141
|
+
"modifier": "out"
|
|
7142
|
+
}
|
|
7143
|
+
]
|
|
7004
7144
|
},
|
|
7005
7145
|
{
|
|
7006
7146
|
"stableId": "System.Private.DataContractSerialization:System.Xml.XmlDictionaryReader::TryGetLocalNameAsDictionaryString(System.Xml.XmlDictionaryString\u0026):System.Boolean",
|
|
@@ -7016,7 +7156,13 @@
|
|
|
7016
7156
|
"isSealed": false,
|
|
7017
7157
|
"arity": 0,
|
|
7018
7158
|
"parameterCount": 1,
|
|
7019
|
-
"isExtensionMethod": false
|
|
7159
|
+
"isExtensionMethod": false,
|
|
7160
|
+
"parameterModifiers": [
|
|
7161
|
+
{
|
|
7162
|
+
"index": 0,
|
|
7163
|
+
"modifier": "out"
|
|
7164
|
+
}
|
|
7165
|
+
]
|
|
7020
7166
|
},
|
|
7021
7167
|
{
|
|
7022
7168
|
"stableId": "System.Private.DataContractSerialization:System.Xml.XmlDictionaryReader::TryGetNamespaceUriAsDictionaryString(System.Xml.XmlDictionaryString\u0026):System.Boolean",
|
|
@@ -7032,7 +7178,13 @@
|
|
|
7032
7178
|
"isSealed": false,
|
|
7033
7179
|
"arity": 0,
|
|
7034
7180
|
"parameterCount": 1,
|
|
7035
|
-
"isExtensionMethod": false
|
|
7181
|
+
"isExtensionMethod": false,
|
|
7182
|
+
"parameterModifiers": [
|
|
7183
|
+
{
|
|
7184
|
+
"index": 0,
|
|
7185
|
+
"modifier": "out"
|
|
7186
|
+
}
|
|
7187
|
+
]
|
|
7036
7188
|
},
|
|
7037
7189
|
{
|
|
7038
7190
|
"stableId": "System.Private.DataContractSerialization:System.Xml.XmlDictionaryReader::TryGetValueAsDictionaryString(System.Xml.XmlDictionaryString\u0026):System.Boolean",
|
|
@@ -7048,7 +7200,13 @@
|
|
|
7048
7200
|
"isSealed": false,
|
|
7049
7201
|
"arity": 0,
|
|
7050
7202
|
"parameterCount": 1,
|
|
7051
|
-
"isExtensionMethod": false
|
|
7203
|
+
"isExtensionMethod": false,
|
|
7204
|
+
"parameterModifiers": [
|
|
7205
|
+
{
|
|
7206
|
+
"index": 0,
|
|
7207
|
+
"modifier": "out"
|
|
7208
|
+
}
|
|
7209
|
+
]
|
|
7052
7210
|
},
|
|
7053
7211
|
{
|
|
7054
7212
|
"stableId": "System.Private.DataContractSerialization:System.Xml.XmlDictionaryReader::IsStartArray(System.Type\u0026):System.Boolean",
|
|
@@ -7064,7 +7222,13 @@
|
|
|
7064
7222
|
"isSealed": false,
|
|
7065
7223
|
"arity": 0,
|
|
7066
7224
|
"parameterCount": 1,
|
|
7067
|
-
"isExtensionMethod": false
|
|
7225
|
+
"isExtensionMethod": false,
|
|
7226
|
+
"parameterModifiers": [
|
|
7227
|
+
{
|
|
7228
|
+
"index": 0,
|
|
7229
|
+
"modifier": "out"
|
|
7230
|
+
}
|
|
7231
|
+
]
|
|
7068
7232
|
},
|
|
7069
7233
|
{
|
|
7070
7234
|
"stableId": "System.Private.DataContractSerialization:System.Xml.XmlDictionaryReader::TryGetArrayLength(System.Int32\u0026):System.Boolean",
|
|
@@ -7080,7 +7244,13 @@
|
|
|
7080
7244
|
"isSealed": false,
|
|
7081
7245
|
"arity": 0,
|
|
7082
7246
|
"parameterCount": 1,
|
|
7083
|
-
"isExtensionMethod": false
|
|
7247
|
+
"isExtensionMethod": false,
|
|
7248
|
+
"parameterModifiers": [
|
|
7249
|
+
{
|
|
7250
|
+
"index": 0,
|
|
7251
|
+
"modifier": "out"
|
|
7252
|
+
}
|
|
7253
|
+
]
|
|
7084
7254
|
},
|
|
7085
7255
|
{
|
|
7086
7256
|
"stableId": "System.Private.DataContractSerialization:System.Xml.XmlDictionaryReader::ReadBooleanArray(System.String,System.String):System.Boolean[]",
|
|
@@ -23,31 +23,6 @@ import type { IXmlLineInfo, XmlNodeType, XmlReader, XmlWriter } from "../../Syst
|
|
|
23
23
|
import * as System_Internal from "../../System/internal/index.js";
|
|
24
24
|
import type { Boolean as ClrBoolean, Enum, EventArgs, EventHandler_1, IComparable, IConvertible, IEquatable_1, IFormatProvider, IFormattable, Int32, ISpanFormattable, Object as ClrObject, String as ClrString, Type, TypeCode, Void } from "../../System/internal/index.js";
|
|
25
25
|
|
|
26
|
-
// CLROf<T> - Maps ergonomic primitives to their CLR types for generic constraints
|
|
27
|
-
// This utility is used ONLY in generic type arguments to satisfy CLR interface constraints
|
|
28
|
-
// Value positions (parameters, return types) use lowercase primitives for ergonomics
|
|
29
|
-
export type CLROf<T> =
|
|
30
|
-
T extends sbyte ? System_Internal.SByte :
|
|
31
|
-
T extends short ? System_Internal.Int16 :
|
|
32
|
-
T extends int ? System_Internal.Int32 :
|
|
33
|
-
T extends long ? System_Internal.Int64 :
|
|
34
|
-
T extends int128 ? System_Internal.Int128 :
|
|
35
|
-
T extends nint ? System_Internal.IntPtr :
|
|
36
|
-
T extends byte ? System_Internal.Byte :
|
|
37
|
-
T extends ushort ? System_Internal.UInt16 :
|
|
38
|
-
T extends uint ? System_Internal.UInt32 :
|
|
39
|
-
T extends ulong ? System_Internal.UInt64 :
|
|
40
|
-
T extends uint128 ? System_Internal.UInt128 :
|
|
41
|
-
T extends nuint ? System_Internal.UIntPtr :
|
|
42
|
-
T extends half ? System_Internal.Half :
|
|
43
|
-
T extends float ? System_Internal.Single :
|
|
44
|
-
T extends double ? System_Internal.Double :
|
|
45
|
-
T extends decimal ? System_Internal.Decimal :
|
|
46
|
-
T extends char ? System_Internal.Char :
|
|
47
|
-
T extends boolean ? System_Internal.Boolean :
|
|
48
|
-
T extends string ? System_Internal.String :
|
|
49
|
-
T; // Identity fallback for non-primitive types
|
|
50
|
-
|
|
51
26
|
export enum LoadOptions {
|
|
52
27
|
none = 0,
|
|
53
28
|
preserveWhitespace = 1,
|
|
@@ -154,9 +129,9 @@ export interface XContainer$instance extends XNode$instance {
|
|
|
154
129
|
readonly firstNode: XNode;
|
|
155
130
|
readonly lastNode: XNode;
|
|
156
131
|
add(content: unknown): void;
|
|
157
|
-
add(content: unknown[]): void;
|
|
132
|
+
add(...content: unknown[]): void;
|
|
158
133
|
addFirst(content: unknown): void;
|
|
159
|
-
addFirst(content: unknown[]): void;
|
|
134
|
+
addFirst(...content: unknown[]): void;
|
|
160
135
|
createWriter(): XmlWriter;
|
|
161
136
|
descendantNodes(): IEnumerable_1<XNode>;
|
|
162
137
|
descendants(): IEnumerable_1<XElement>;
|
|
@@ -168,7 +143,7 @@ export interface XContainer$instance extends XNode$instance {
|
|
|
168
143
|
nodes(): IEnumerable_1<XNode>;
|
|
169
144
|
removeNodes(): void;
|
|
170
145
|
replaceNodes(content: unknown): void;
|
|
171
|
-
replaceNodes(content: unknown[]): void;
|
|
146
|
+
replaceNodes(...content: unknown[]): void;
|
|
172
147
|
}
|
|
173
148
|
|
|
174
149
|
|
|
@@ -297,9 +272,9 @@ export interface XElement$instance extends XContainer$instance {
|
|
|
297
272
|
removeAll(): void;
|
|
298
273
|
removeAttributes(): void;
|
|
299
274
|
replaceAll(content: unknown): void;
|
|
300
|
-
replaceAll(content: unknown[]): void;
|
|
275
|
+
replaceAll(...content: unknown[]): void;
|
|
301
276
|
replaceAttributes(content: unknown): void;
|
|
302
|
-
replaceAttributes(content: unknown[]): void;
|
|
277
|
+
replaceAttributes(...content: unknown[]): void;
|
|
303
278
|
save(fileName: string): void;
|
|
304
279
|
save(fileName: string, options: SaveOptions): void;
|
|
305
280
|
save(stream: Stream): void;
|
|
@@ -373,7 +348,7 @@ export interface __XName$views {
|
|
|
373
348
|
As_ISerializable(): System_Runtime_Serialization_Internal.ISerializable$instance;
|
|
374
349
|
|
|
375
350
|
// Structural method bridges for numeric interface constraints
|
|
376
|
-
|
|
351
|
+
equals(other: XName): boolean;
|
|
377
352
|
}
|
|
378
353
|
|
|
379
354
|
export interface XName$instance extends System_Runtime_Serialization_Internal.ISerializable$instance {}
|
|
@@ -405,9 +380,9 @@ export interface XNode$instance extends XObject$instance {
|
|
|
405
380
|
readonly nextNode: XNode;
|
|
406
381
|
readonly previousNode: XNode;
|
|
407
382
|
addAfterSelf(content: unknown): void;
|
|
408
|
-
addAfterSelf(content: unknown[]): void;
|
|
383
|
+
addAfterSelf(...content: unknown[]): void;
|
|
409
384
|
addBeforeSelf(content: unknown): void;
|
|
410
|
-
addBeforeSelf(content: unknown[]): void;
|
|
385
|
+
addBeforeSelf(...content: unknown[]): void;
|
|
411
386
|
ancestors(): IEnumerable_1<XElement>;
|
|
412
387
|
ancestors(name: XName): IEnumerable_1<XElement>;
|
|
413
388
|
createReader(): XmlReader;
|
|
@@ -423,7 +398,7 @@ export interface XNode$instance extends XObject$instance {
|
|
|
423
398
|
nodesBeforeSelf(): IEnumerable_1<XNode>;
|
|
424
399
|
remove(): void;
|
|
425
400
|
replaceWith(content: unknown): void;
|
|
426
|
-
replaceWith(content: unknown[]): void;
|
|
401
|
+
replaceWith(...content: unknown[]): void;
|
|
427
402
|
toString(): string;
|
|
428
403
|
toString(options: SaveOptions): string;
|
|
429
404
|
writeTo(writer: XmlWriter): void;
|
|
@@ -559,7 +534,7 @@ export type XProcessingInstruction = XProcessingInstruction$instance & __XProces
|
|
|
559
534
|
export interface XStreamingElement$instance {
|
|
560
535
|
name: XName;
|
|
561
536
|
add(content: unknown): void;
|
|
562
|
-
add(content: unknown[]): void;
|
|
537
|
+
add(...content: unknown[]): void;
|
|
563
538
|
save(stream: Stream): void;
|
|
564
539
|
save(stream: Stream, options: SaveOptions): void;
|
|
565
540
|
save(textWriter: TextWriter): void;
|
|
@@ -15,31 +15,6 @@ import type { XmlResolver } from "../../System.Xml/internal/index.js";
|
|
|
15
15
|
import * as System_Internal from "../../System/internal/index.js";
|
|
16
16
|
import type { Boolean as ClrBoolean, Byte, Enum, IComparable, IConvertible, IFormatProvider, IFormattable, Int32, ISpanFormattable, Object as ClrObject, String as ClrString, Type, TypeCode, Uri, Void } from "../../System/internal/index.js";
|
|
17
17
|
|
|
18
|
-
// CLROf<T> - Maps ergonomic primitives to their CLR types for generic constraints
|
|
19
|
-
// This utility is used ONLY in generic type arguments to satisfy CLR interface constraints
|
|
20
|
-
// Value positions (parameters, return types) use lowercase primitives for ergonomics
|
|
21
|
-
export type CLROf<T> =
|
|
22
|
-
T extends sbyte ? System_Internal.SByte :
|
|
23
|
-
T extends short ? System_Internal.Int16 :
|
|
24
|
-
T extends int ? System_Internal.Int32 :
|
|
25
|
-
T extends long ? System_Internal.Int64 :
|
|
26
|
-
T extends int128 ? System_Internal.Int128 :
|
|
27
|
-
T extends nint ? System_Internal.IntPtr :
|
|
28
|
-
T extends byte ? System_Internal.Byte :
|
|
29
|
-
T extends ushort ? System_Internal.UInt16 :
|
|
30
|
-
T extends uint ? System_Internal.UInt32 :
|
|
31
|
-
T extends ulong ? System_Internal.UInt64 :
|
|
32
|
-
T extends uint128 ? System_Internal.UInt128 :
|
|
33
|
-
T extends nuint ? System_Internal.UIntPtr :
|
|
34
|
-
T extends half ? System_Internal.Half :
|
|
35
|
-
T extends float ? System_Internal.Single :
|
|
36
|
-
T extends double ? System_Internal.Double :
|
|
37
|
-
T extends decimal ? System_Internal.Decimal :
|
|
38
|
-
T extends char ? System_Internal.Char :
|
|
39
|
-
T extends boolean ? System_Internal.Boolean :
|
|
40
|
-
T extends string ? System_Internal.String :
|
|
41
|
-
T; // Identity fallback for non-primitive types
|
|
42
|
-
|
|
43
18
|
export enum XmlKnownDtds {
|
|
44
19
|
none = 0,
|
|
45
20
|
xhtml10 = 1,
|
|
@@ -20,31 +20,6 @@ import type { IXmlLineInfo, IXmlNamespaceResolver, XmlAttribute, XmlNamespaceMan
|
|
|
20
20
|
import * as System_Internal from "../../System/internal/index.js";
|
|
21
21
|
import type { Array as ClrArray, AsyncCallback, Boolean as ClrBoolean, DateTime, Decimal, Delegate, Double, Enum, EventArgs, Exception, IAsyncResult, ICloneable, IComparable, IConvertible, IFormatProvider, IFormattable, Int32, Int64, IntPtr, ISpanFormattable, MulticastDelegate, Object as ClrObject, String as ClrString, SystemException, Type, TypeCode, 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 enum XmlSchemaContentProcessing {
|
|
49
24
|
none = 0,
|
|
50
25
|
skip = 1,
|
|
@@ -21,31 +21,6 @@ import type { WhitespaceHandling, XmlAttribute, XmlElement, XmlNodeType, XmlQual
|
|
|
21
21
|
import * as System_Internal from "../../System/internal/index.js";
|
|
22
22
|
import type { Array as ClrArray, AsyncCallback, Attribute, Boolean as ClrBoolean, Delegate, Enum, EventArgs, IAsyncResult, ICloneable, IComparable, IConvertible, IDisposable, IFormatProvider, IFormattable, Int32, IntPtr, ISpanFormattable, MulticastDelegate, Object as ClrObject, String as ClrString, Type, TypeCode, Uri, ValueType, Void } from "../../System/internal/index.js";
|
|
23
23
|
|
|
24
|
-
// CLROf<T> - Maps ergonomic primitives to their CLR types for generic constraints
|
|
25
|
-
// This utility is used ONLY in generic type arguments to satisfy CLR interface constraints
|
|
26
|
-
// Value positions (parameters, return types) use lowercase primitives for ergonomics
|
|
27
|
-
export type CLROf<T> =
|
|
28
|
-
T extends sbyte ? System_Internal.SByte :
|
|
29
|
-
T extends short ? System_Internal.Int16 :
|
|
30
|
-
T extends int ? System_Internal.Int32 :
|
|
31
|
-
T extends long ? System_Internal.Int64 :
|
|
32
|
-
T extends int128 ? System_Internal.Int128 :
|
|
33
|
-
T extends nint ? System_Internal.IntPtr :
|
|
34
|
-
T extends byte ? System_Internal.Byte :
|
|
35
|
-
T extends ushort ? System_Internal.UInt16 :
|
|
36
|
-
T extends uint ? System_Internal.UInt32 :
|
|
37
|
-
T extends ulong ? System_Internal.UInt64 :
|
|
38
|
-
T extends uint128 ? System_Internal.UInt128 :
|
|
39
|
-
T extends nuint ? System_Internal.UIntPtr :
|
|
40
|
-
T extends half ? System_Internal.Half :
|
|
41
|
-
T extends float ? System_Internal.Single :
|
|
42
|
-
T extends double ? System_Internal.Double :
|
|
43
|
-
T extends decimal ? System_Internal.Decimal :
|
|
44
|
-
T extends char ? System_Internal.Char :
|
|
45
|
-
T extends boolean ? System_Internal.Boolean :
|
|
46
|
-
T extends string ? System_Internal.String :
|
|
47
|
-
T; // Identity fallback for non-primitive types
|
|
48
|
-
|
|
49
24
|
export enum CodeGenerationOptions {
|
|
50
25
|
none = 0,
|
|
51
26
|
generateProperties = 1,
|
|
@@ -20,31 +20,6 @@ import type { IXmlNamespaceResolver, XmlNamespaceManager, XmlNamespaceScope, Xml
|
|
|
20
20
|
import * as System_Internal from "../../System/internal/index.js";
|
|
21
21
|
import type { Boolean as ClrBoolean, DateTime, Double, Enum, Exception, ICloneable, IComparable, IConvertible, IFormatProvider, IFormattable, Int32, Int64, ISpanFormattable, Object as ClrObject, String as ClrString, SystemException, Type, TypeCode, 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 enum XmlCaseOrder {
|
|
49
24
|
none = 0,
|
|
50
25
|
upperFirst = 1,
|
|
@@ -234,7 +209,7 @@ export interface XPathNavigator$instance extends XPathItem {
|
|
|
234
209
|
evaluate(expr: XPathExpression, context: XPathNodeIterator): unknown;
|
|
235
210
|
getAttribute(localName: string, namespaceURI: string): string;
|
|
236
211
|
getNamespace(name: string): string;
|
|
237
|
-
getNamespacesInScope(scope: XmlNamespaceScope): IDictionary_2<
|
|
212
|
+
getNamespacesInScope(scope: XmlNamespaceScope): IDictionary_2<System_Internal.String, System_Internal.String>;
|
|
238
213
|
insertAfter(): XmlWriter;
|
|
239
214
|
insertAfter(newSibling: string): void;
|
|
240
215
|
insertAfter(newSibling: XmlReader): void;
|