@tsonic/dotnet 0.5.2 → 0.6.0
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 +5 -5
- package/Microsoft.CSharp.RuntimeBinder/internal/index.d.ts +14 -14
- package/Microsoft.VisualBasic/bindings.json +28 -28
- package/Microsoft.VisualBasic/internal/index.d.ts +265 -265
- package/Microsoft.VisualBasic/internal/metadata.json +14 -14
- package/Microsoft.VisualBasic.CompilerServices/internal/index.d.ts +202 -202
- package/Microsoft.VisualBasic.FileIO/internal/index.d.ts +68 -66
- package/Microsoft.Win32/internal/index.d.ts +16 -14
- package/Microsoft.Win32.SafeHandles/internal/index.d.ts +18 -18
- package/README.md +39 -0
- package/System/bindings.json +138 -138
- package/System/internal/index.d.ts +4165 -3967
- package/System/internal/metadata.json +81 -487
- package/System.Buffers/internal/index.d.ts +60 -50
- package/System.Buffers.Binary/internal/index.d.ts +126 -126
- package/System.Buffers.Text/internal/index.d.ts +67 -67
- package/System.CodeDom.Compiler/internal/index.d.ts +35 -35
- package/System.Collections/internal/index.d.ts +199 -179
- package/System.Collections.Concurrent/internal/index.d.ts +61 -59
- package/System.Collections.Frozen/internal/index.d.ts +29 -29
- package/System.Collections.Frozen/internal/metadata.json +2 -16
- package/System.Collections.Generic/index.d.ts +1 -1
- package/System.Collections.Generic/internal/index.d.ts +382 -354
- package/System.Collections.Generic/internal/metadata.json +5 -54
- package/System.Collections.Immutable/internal/index.d.ts +321 -319
- package/System.Collections.Immutable/internal/metadata.json +5 -40
- package/System.Collections.ObjectModel/internal/index.d.ts +83 -79
- package/System.Collections.ObjectModel/internal/metadata.json +1 -36
- package/System.Collections.Specialized/internal/index.d.ts +104 -96
- package/System.ComponentModel/internal/index.d.ts +661 -631
- package/System.ComponentModel/internal/metadata.json +0 -7
- package/System.ComponentModel.DataAnnotations/internal/index.d.ts +60 -58
- package/System.ComponentModel.Design/bindings.json +2 -2
- package/System.ComponentModel.Design/internal/index.d.ts +207 -193
- package/System.ComponentModel.Design/internal/metadata.json +1 -1
- package/System.ComponentModel.Design.Serialization/index.d.ts +2 -2
- package/System.ComponentModel.Design.Serialization/internal/index.d.ts +103 -98
- package/System.Configuration.Assemblies/bindings.json +10 -10
- package/System.Configuration.Assemblies/internal/index.d.ts +5 -5
- package/System.Configuration.Assemblies/internal/metadata.json +5 -5
- package/System.Data/internal/index.d.ts +481 -453
- package/System.Data.Common/internal/index.d.ts +149 -121
- package/System.Data.SqlTypes/bindings.json +2 -2
- package/System.Data.SqlTypes/internal/index.d.ts +331 -299
- package/System.Data.SqlTypes/internal/metadata.json +1 -1
- package/System.Diagnostics/bindings.json +6 -6
- package/System.Diagnostics/internal/index.d.ts +333 -313
- package/System.Diagnostics/internal/metadata.json +3 -10
- package/System.Diagnostics.CodeAnalysis/internal/index.d.ts +16 -16
- package/System.Diagnostics.Contracts/internal/index.d.ts +21 -21
- package/System.Diagnostics.Metrics/internal/index.d.ts +81 -75
- package/System.Diagnostics.SymbolStore/bindings.json +6 -6
- package/System.Diagnostics.SymbolStore/internal/index.d.ts +72 -72
- package/System.Diagnostics.SymbolStore/internal/metadata.json +3 -3
- package/System.Diagnostics.Tracing/internal/index.d.ts +24 -18
- package/System.Drawing/bindings.json +24 -24
- package/System.Drawing/internal/index.d.ts +281 -281
- package/System.Drawing/internal/metadata.json +12 -12
- package/System.Dynamic/internal/index.d.ts +46 -42
- package/System.Formats.Asn1/bindings.json +12 -12
- package/System.Formats.Asn1/internal/index.d.ts +50 -48
- package/System.Formats.Asn1/internal/metadata.json +6 -6
- package/System.Formats.Tar/bindings.json +2 -2
- package/System.Formats.Tar/internal/index.d.ts +17 -13
- package/System.Formats.Tar/internal/metadata.json +1 -1
- package/System.Globalization/bindings.json +8 -8
- package/System.Globalization/internal/index.d.ts +177 -163
- package/System.Globalization/internal/metadata.json +4 -4
- package/System.IO/internal/index.d.ts +457 -439
- package/System.IO.Compression/internal/index.d.ts +78 -72
- package/System.IO.Enumeration/internal/index.d.ts +22 -22
- package/System.IO.IsolatedStorage/internal/index.d.ts +26 -24
- package/System.IO.MemoryMappedFiles/internal/index.d.ts +22 -20
- package/System.IO.Pipelines/internal/index.d.ts +15 -13
- package/System.IO.Pipes/internal/index.d.ts +23 -23
- package/System.Linq/internal/index.d.ts +853 -845
- package/System.Linq/internal/metadata.json +0 -17
- package/System.Linq.Expressions/internal/index.d.ts +354 -340
- package/System.Linq.Expressions.Interpreter/internal/index.d.ts +2 -2
- package/System.Net/bindings.json +2 -2
- package/System.Net/internal/index.d.ts +351 -317
- package/System.Net/internal/metadata.json +1 -1
- package/System.Net.Http/internal/index.d.ts +64 -54
- package/System.Net.Http.Headers/bindings.json +2 -2
- package/System.Net.Http.Headers/internal/index.d.ts +139 -99
- package/System.Net.Http.Headers/internal/metadata.json +1 -1
- package/System.Net.Http.Json/internal/index.d.ts +63 -63
- package/System.Net.Http.Metrics/internal/index.d.ts +2 -2
- package/System.Net.Mail/bindings.json +2 -2
- package/System.Net.Mail/internal/index.d.ts +90 -78
- package/System.Net.Mail/internal/metadata.json +4 -32
- package/System.Net.Mime/internal/index.d.ts +51 -51
- package/System.Net.NetworkInformation/internal/index.d.ts +59 -57
- package/System.Net.Quic/internal/index.d.ts +15 -11
- package/System.Net.Security/bindings.json +674 -674
- package/System.Net.Security/internal/index.d.ts +396 -394
- package/System.Net.Security/internal/metadata.json +337 -337
- package/System.Net.ServerSentEvents/internal/index.d.ts +10 -10
- package/System.Net.Sockets/bindings.json +10 -10
- package/System.Net.Sockets/internal/index.d.ts +100 -90
- package/System.Net.Sockets/internal/metadata.json +5 -5
- package/System.Net.WebSockets/internal/index.d.ts +21 -19
- package/System.Numerics/bindings.json +110 -110
- package/System.Numerics/internal/index.d.ts +1057 -1039
- package/System.Numerics/internal/metadata.json +55 -89
- package/System.Reflection/bindings.json +25 -25
- package/System.Reflection/internal/index.d.ts +336 -316
- package/System.Reflection/internal/metadata.json +12 -12
- package/System.Reflection.Emit/bindings.json +307 -307
- package/System.Reflection.Emit/internal/index.d.ts +242 -236
- package/System.Reflection.Emit/internal/metadata.json +152 -152
- package/System.Reflection.Metadata/bindings.json +272 -272
- package/System.Reflection.Metadata/internal/index.d.ts +448 -438
- package/System.Reflection.Metadata/internal/metadata.json +164 -360
- package/System.Reflection.Metadata.Ecma335/internal/index.d.ts +91 -91
- package/System.Reflection.PortableExecutable/bindings.json +26 -26
- package/System.Reflection.PortableExecutable/internal/index.d.ts +22 -20
- package/System.Reflection.PortableExecutable/internal/metadata.json +13 -13
- package/System.Resources/internal/index.d.ts +30 -24
- package/System.Runtime/internal/index.d.ts +20 -16
- package/System.Runtime.CompilerServices/bindings.json +4 -4
- package/System.Runtime.CompilerServices/internal/index.d.ts +233 -209
- package/System.Runtime.CompilerServices/internal/metadata.json +2 -2
- package/System.Runtime.ExceptionServices/internal/index.d.ts +6 -6
- package/System.Runtime.InteropServices/bindings.json +146 -146
- package/System.Runtime.InteropServices/internal/index.d.ts +604 -586
- package/System.Runtime.InteropServices/internal/metadata.json +73 -130
- package/System.Runtime.InteropServices.ComTypes/bindings.json +252 -252
- package/System.Runtime.InteropServices.ComTypes/internal/index.d.ts +296 -292
- package/System.Runtime.InteropServices.ComTypes/internal/metadata.json +126 -126
- package/System.Runtime.InteropServices.Java/internal/index.d.ts +12 -12
- package/System.Runtime.InteropServices.JavaScript/internal/index.d.ts +60 -58
- package/System.Runtime.InteropServices.Marshalling/internal/index.d.ts +102 -94
- package/System.Runtime.InteropServices.ObjectiveC/internal/index.d.ts +9 -9
- package/System.Runtime.InteropServices.Swift/internal/index.d.ts +1 -1
- package/System.Runtime.Intrinsics/internal/index.d.ts +1252 -1244
- package/System.Runtime.Intrinsics.Arm/internal/index.d.ts +9662 -9662
- package/System.Runtime.Intrinsics.Wasm/internal/index.d.ts +471 -471
- package/System.Runtime.Intrinsics.X86/internal/index.d.ts +16033 -16033
- package/System.Runtime.Loader/internal/index.d.ts +9 -7
- package/System.Runtime.Remoting/internal/index.d.ts +2 -2
- package/System.Runtime.Serialization/internal/index.d.ts +179 -171
- package/System.Runtime.Serialization.DataContracts/internal/index.d.ts +5 -5
- package/System.Runtime.Serialization.Formatters/internal/index.d.ts +2 -2
- package/System.Runtime.Serialization.Formatters.Binary/internal/index.d.ts +5 -3
- package/System.Runtime.Serialization.Json/internal/index.d.ts +27 -27
- package/System.Runtime.Versioning/internal/index.d.ts +4 -4
- package/System.Security/internal/index.d.ts +45 -39
- package/System.Security.AccessControl/internal/index.d.ts +28 -26
- package/System.Security.Authentication/internal/index.d.ts +2 -2
- package/System.Security.Authentication.ExtendedProtection/internal/index.d.ts +11 -7
- package/System.Security.Claims/internal/index.d.ts +94 -90
- package/System.Security.Cryptography/bindings.json +111 -111
- package/System.Security.Cryptography/internal/index.d.ts +842 -794
- package/System.Security.Cryptography/internal/metadata.json +52 -59
- package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +121 -113
- package/System.Security.Policy/internal/index.d.ts +6 -6
- package/System.Security.Principal/internal/index.d.ts +36 -30
- package/System.Text/bindings.json +28 -28
- package/System.Text/internal/index.d.ts +325 -319
- package/System.Text/internal/metadata.json +4 -4
- package/System.Text.Encodings.Web/internal/index.d.ts +18 -18
- package/System.Text.Json/internal/index.d.ts +184 -180
- package/System.Text.Json.Nodes/internal/index.d.ts +54 -54
- package/System.Text.Json.Schema/internal/index.d.ts +3 -3
- package/System.Text.Json.Serialization/internal/index.d.ts +12 -12
- package/System.Text.Json.Serialization.Metadata/internal/index.d.ts +85 -83
- package/System.Text.RegularExpressions/internal/index.d.ts +91 -89
- package/System.Text.RegularExpressions/internal/metadata.json +5 -40
- package/System.Text.Unicode/internal/index.d.ts +171 -171
- package/System.Threading/bindings.json +4 -4
- package/System.Threading/internal/index.d.ts +411 -377
- package/System.Threading/internal/metadata.json +2 -2
- package/System.Threading.Channels/internal/index.d.ts +8 -8
- package/System.Threading.Tasks/internal/index.d.ts +209 -205
- package/System.Threading.Tasks.Dataflow/internal/index.d.ts +106 -102
- package/System.Threading.Tasks.Dataflow/internal/metadata.json +0 -42
- package/System.Threading.Tasks.Sources/internal/index.d.ts +7 -7
- package/System.Timers/internal/index.d.ts +11 -9
- package/System.Transactions/internal/index.d.ts +83 -67
- package/System.Web/internal/index.d.ts +31 -31
- package/System.Windows.Input/internal/index.d.ts +2 -2
- package/System.Xml/bindings.json +35 -35
- package/System.Xml/internal/index.d.ts +343 -325
- package/System.Xml/internal/metadata.json +17 -17
- package/System.Xml.Linq/internal/index.d.ts +122 -110
- package/System.Xml.Resolvers/internal/index.d.ts +3 -3
- package/System.Xml.Schema/internal/index.d.ts +71 -71
- package/System.Xml.Serialization/internal/index.d.ts +120 -120
- package/System.Xml.XPath/internal/index.d.ts +40 -34
- package/System.Xml.Xsl/internal/index.d.ts +27 -27
- package/System.Xml.Xsl.Runtime/internal/index.d.ts +99 -99
- package/__internal/extensions/index.d.ts +2294 -0
- package/package.json +1 -1
- package/internal/extensions/index.d.ts +0 -2280
|
@@ -411,7 +411,7 @@
|
|
|
411
411
|
{
|
|
412
412
|
"stableId": "System.Private.Xml:System.Xml.ValidationType::DTDSystem.Xml.ValidationType",
|
|
413
413
|
"clrName": "DTD",
|
|
414
|
-
"tsEmitName": "
|
|
414
|
+
"tsEmitName": "DTD",
|
|
415
415
|
"normalizedSignature": "DTD|System.Xml.ValidationType|static=true|const=true",
|
|
416
416
|
"isStatic": true,
|
|
417
417
|
"isReadOnly": false,
|
|
@@ -420,7 +420,7 @@
|
|
|
420
420
|
{
|
|
421
421
|
"stableId": "System.Private.Xml:System.Xml.ValidationType::XDRSystem.Xml.ValidationType",
|
|
422
422
|
"clrName": "XDR",
|
|
423
|
-
"tsEmitName": "
|
|
423
|
+
"tsEmitName": "XDR",
|
|
424
424
|
"normalizedSignature": "XDR|System.Xml.ValidationType|static=true|const=true",
|
|
425
425
|
"isStatic": true,
|
|
426
426
|
"isReadOnly": false,
|
|
@@ -943,7 +943,7 @@
|
|
|
943
943
|
{
|
|
944
944
|
"stableId": "System.Private.Xml:System.Xml.XmlNodeType::CDATASystem.Xml.XmlNodeType",
|
|
945
945
|
"clrName": "CDATA",
|
|
946
|
-
"tsEmitName": "
|
|
946
|
+
"tsEmitName": "CDATA",
|
|
947
947
|
"normalizedSignature": "CDATA|System.Xml.XmlNodeType|static=true|const=true",
|
|
948
948
|
"isStatic": true,
|
|
949
949
|
"isReadOnly": false,
|
|
@@ -1210,7 +1210,7 @@
|
|
|
1210
1210
|
{
|
|
1211
1211
|
"stableId": "System.Private.Xml:System.Xml.XmlTokenizedType::CDATASystem.Xml.XmlTokenizedType",
|
|
1212
1212
|
"clrName": "CDATA",
|
|
1213
|
-
"tsEmitName": "
|
|
1213
|
+
"tsEmitName": "CDATA",
|
|
1214
1214
|
"normalizedSignature": "CDATA|System.Xml.XmlTokenizedType|static=true|const=true",
|
|
1215
1215
|
"isStatic": true,
|
|
1216
1216
|
"isReadOnly": false,
|
|
@@ -1219,7 +1219,7 @@
|
|
|
1219
1219
|
{
|
|
1220
1220
|
"stableId": "System.Private.Xml:System.Xml.XmlTokenizedType::IDSystem.Xml.XmlTokenizedType",
|
|
1221
1221
|
"clrName": "ID",
|
|
1222
|
-
"tsEmitName": "
|
|
1222
|
+
"tsEmitName": "ID",
|
|
1223
1223
|
"normalizedSignature": "ID|System.Xml.XmlTokenizedType|static=true|const=true",
|
|
1224
1224
|
"isStatic": true,
|
|
1225
1225
|
"isReadOnly": false,
|
|
@@ -1228,7 +1228,7 @@
|
|
|
1228
1228
|
{
|
|
1229
1229
|
"stableId": "System.Private.Xml:System.Xml.XmlTokenizedType::IDREFSystem.Xml.XmlTokenizedType",
|
|
1230
1230
|
"clrName": "IDREF",
|
|
1231
|
-
"tsEmitName": "
|
|
1231
|
+
"tsEmitName": "IDREF",
|
|
1232
1232
|
"normalizedSignature": "IDREF|System.Xml.XmlTokenizedType|static=true|const=true",
|
|
1233
1233
|
"isStatic": true,
|
|
1234
1234
|
"isReadOnly": false,
|
|
@@ -1237,7 +1237,7 @@
|
|
|
1237
1237
|
{
|
|
1238
1238
|
"stableId": "System.Private.Xml:System.Xml.XmlTokenizedType::IDREFSSystem.Xml.XmlTokenizedType",
|
|
1239
1239
|
"clrName": "IDREFS",
|
|
1240
|
-
"tsEmitName": "
|
|
1240
|
+
"tsEmitName": "IDREFS",
|
|
1241
1241
|
"normalizedSignature": "IDREFS|System.Xml.XmlTokenizedType|static=true|const=true",
|
|
1242
1242
|
"isStatic": true,
|
|
1243
1243
|
"isReadOnly": false,
|
|
@@ -1246,7 +1246,7 @@
|
|
|
1246
1246
|
{
|
|
1247
1247
|
"stableId": "System.Private.Xml:System.Xml.XmlTokenizedType::ENTITYSystem.Xml.XmlTokenizedType",
|
|
1248
1248
|
"clrName": "ENTITY",
|
|
1249
|
-
"tsEmitName": "
|
|
1249
|
+
"tsEmitName": "ENTITY",
|
|
1250
1250
|
"normalizedSignature": "ENTITY|System.Xml.XmlTokenizedType|static=true|const=true",
|
|
1251
1251
|
"isStatic": true,
|
|
1252
1252
|
"isReadOnly": false,
|
|
@@ -1255,7 +1255,7 @@
|
|
|
1255
1255
|
{
|
|
1256
1256
|
"stableId": "System.Private.Xml:System.Xml.XmlTokenizedType::ENTITIESSystem.Xml.XmlTokenizedType",
|
|
1257
1257
|
"clrName": "ENTITIES",
|
|
1258
|
-
"tsEmitName": "
|
|
1258
|
+
"tsEmitName": "ENTITIES",
|
|
1259
1259
|
"normalizedSignature": "ENTITIES|System.Xml.XmlTokenizedType|static=true|const=true",
|
|
1260
1260
|
"isStatic": true,
|
|
1261
1261
|
"isReadOnly": false,
|
|
@@ -1264,7 +1264,7 @@
|
|
|
1264
1264
|
{
|
|
1265
1265
|
"stableId": "System.Private.Xml:System.Xml.XmlTokenizedType::NMTOKENSystem.Xml.XmlTokenizedType",
|
|
1266
1266
|
"clrName": "NMTOKEN",
|
|
1267
|
-
"tsEmitName": "
|
|
1267
|
+
"tsEmitName": "NMTOKEN",
|
|
1268
1268
|
"normalizedSignature": "NMTOKEN|System.Xml.XmlTokenizedType|static=true|const=true",
|
|
1269
1269
|
"isStatic": true,
|
|
1270
1270
|
"isReadOnly": false,
|
|
@@ -1273,7 +1273,7 @@
|
|
|
1273
1273
|
{
|
|
1274
1274
|
"stableId": "System.Private.Xml:System.Xml.XmlTokenizedType::NMTOKENSSystem.Xml.XmlTokenizedType",
|
|
1275
1275
|
"clrName": "NMTOKENS",
|
|
1276
|
-
"tsEmitName": "
|
|
1276
|
+
"tsEmitName": "NMTOKENS",
|
|
1277
1277
|
"normalizedSignature": "NMTOKENS|System.Xml.XmlTokenizedType|static=true|const=true",
|
|
1278
1278
|
"isStatic": true,
|
|
1279
1279
|
"isReadOnly": false,
|
|
@@ -1282,7 +1282,7 @@
|
|
|
1282
1282
|
{
|
|
1283
1283
|
"stableId": "System.Private.Xml:System.Xml.XmlTokenizedType::NOTATIONSystem.Xml.XmlTokenizedType",
|
|
1284
1284
|
"clrName": "NOTATION",
|
|
1285
|
-
"tsEmitName": "
|
|
1285
|
+
"tsEmitName": "NOTATION",
|
|
1286
1286
|
"normalizedSignature": "NOTATION|System.Xml.XmlTokenizedType|static=true|const=true",
|
|
1287
1287
|
"isStatic": true,
|
|
1288
1288
|
"isReadOnly": false,
|
|
@@ -1291,7 +1291,7 @@
|
|
|
1291
1291
|
{
|
|
1292
1292
|
"stableId": "System.Private.Xml:System.Xml.XmlTokenizedType::ENUMERATIONSystem.Xml.XmlTokenizedType",
|
|
1293
1293
|
"clrName": "ENUMERATION",
|
|
1294
|
-
"tsEmitName": "
|
|
1294
|
+
"tsEmitName": "ENUMERATION",
|
|
1295
1295
|
"normalizedSignature": "ENUMERATION|System.Xml.XmlTokenizedType|static=true|const=true",
|
|
1296
1296
|
"isStatic": true,
|
|
1297
1297
|
"isReadOnly": false,
|
|
@@ -15350,7 +15350,7 @@
|
|
|
15350
15350
|
{
|
|
15351
15351
|
"stableId": "System.Private.Xml:System.Xml.XmlNodeReader::EOF:System.Boolean",
|
|
15352
15352
|
"clrName": "EOF",
|
|
15353
|
-
"tsEmitName": "
|
|
15353
|
+
"tsEmitName": "EOF",
|
|
15354
15354
|
"normalizedSignature": "EOF|:System.Boolean|static=false|accessor=get",
|
|
15355
15355
|
"provenance": "Original",
|
|
15356
15356
|
"emitScope": "ClassSurface",
|
|
@@ -18376,7 +18376,7 @@
|
|
|
18376
18376
|
{
|
|
18377
18377
|
"stableId": "System.Private.Xml:System.Xml.XmlReader::EOF:System.Boolean",
|
|
18378
18378
|
"clrName": "EOF",
|
|
18379
|
-
"tsEmitName": "
|
|
18379
|
+
"tsEmitName": "EOF",
|
|
18380
18380
|
"normalizedSignature": "EOF|:System.Boolean|static=false|accessor=get",
|
|
18381
18381
|
"provenance": "Original",
|
|
18382
18382
|
"emitScope": "ClassSurface",
|
|
@@ -20379,7 +20379,7 @@
|
|
|
20379
20379
|
{
|
|
20380
20380
|
"stableId": "System.Private.Xml:System.Xml.XmlTextReader::EOF:System.Boolean",
|
|
20381
20381
|
"clrName": "EOF",
|
|
20382
|
-
"tsEmitName": "
|
|
20382
|
+
"tsEmitName": "EOF",
|
|
20383
20383
|
"normalizedSignature": "EOF|:System.Boolean|static=false|accessor=get",
|
|
20384
20384
|
"provenance": "Original",
|
|
20385
20385
|
"emitScope": "ClassSurface",
|
|
@@ -22272,7 +22272,7 @@
|
|
|
22272
22272
|
{
|
|
22273
22273
|
"stableId": "System.Private.Xml:System.Xml.XmlValidatingReader::EOF:System.Boolean",
|
|
22274
22274
|
"clrName": "EOF",
|
|
22275
|
-
"tsEmitName": "
|
|
22275
|
+
"tsEmitName": "EOF",
|
|
22276
22276
|
"normalizedSignature": "EOF|:System.Boolean|static=false|accessor=get",
|
|
22277
22277
|
"provenance": "Original",
|
|
22278
22278
|
"emitScope": "ClassSurface",
|
|
@@ -78,7 +78,7 @@ export enum XObjectChange {
|
|
|
78
78
|
|
|
79
79
|
|
|
80
80
|
export class XAttribute$instance extends XObject$instance {
|
|
81
|
-
constructor(name: XName, value:
|
|
81
|
+
constructor(name: XName, value: unknown);
|
|
82
82
|
constructor(other: XAttribute);
|
|
83
83
|
readonly isNamespaceDeclaration: boolean;
|
|
84
84
|
readonly name: XName;
|
|
@@ -88,16 +88,18 @@ export class XAttribute$instance extends XObject$instance {
|
|
|
88
88
|
value: string;
|
|
89
89
|
hasLineInfo(): boolean;
|
|
90
90
|
remove(): void;
|
|
91
|
-
setValue(value:
|
|
91
|
+
setValue(value: unknown): void;
|
|
92
92
|
toString(): string;
|
|
93
|
-
static readonly
|
|
93
|
+
static readonly emptySequence: IEnumerable_1<XAttribute>;
|
|
94
94
|
}
|
|
95
95
|
|
|
96
96
|
|
|
97
97
|
export interface __XAttribute$views {
|
|
98
|
-
|
|
98
|
+
As_IXmlLineInfo(): System_Xml_Internal.IXmlLineInfo$instance;
|
|
99
99
|
}
|
|
100
100
|
|
|
101
|
+
export interface XAttribute$instance extends System_Xml_Internal.IXmlLineInfo$instance {}
|
|
102
|
+
|
|
101
103
|
export type XAttribute = XAttribute$instance & __XAttribute$views;
|
|
102
104
|
|
|
103
105
|
|
|
@@ -112,7 +114,7 @@ export class XCData$instance extends XText$instance {
|
|
|
112
114
|
|
|
113
115
|
|
|
114
116
|
export interface __XCData$views {
|
|
115
|
-
|
|
117
|
+
As_IXmlLineInfo(): System_Xml_Internal.IXmlLineInfo$instance;
|
|
116
118
|
}
|
|
117
119
|
|
|
118
120
|
export type XCData = XCData$instance & __XCData$views;
|
|
@@ -130,7 +132,7 @@ export class XComment$instance extends XNode$instance {
|
|
|
130
132
|
|
|
131
133
|
|
|
132
134
|
export interface __XComment$views {
|
|
133
|
-
|
|
135
|
+
As_IXmlLineInfo(): System_Xml_Internal.IXmlLineInfo$instance;
|
|
134
136
|
}
|
|
135
137
|
|
|
136
138
|
export type XComment = XComment$instance & __XComment$views;
|
|
@@ -139,10 +141,10 @@ export type XComment = XComment$instance & __XComment$views;
|
|
|
139
141
|
export abstract class XContainer$instance extends XNode$instance {
|
|
140
142
|
readonly firstNode: XNode;
|
|
141
143
|
readonly lastNode: XNode;
|
|
142
|
-
add(content:
|
|
143
|
-
add(content:
|
|
144
|
-
addFirst(content:
|
|
145
|
-
addFirst(content:
|
|
144
|
+
add(content: unknown): void;
|
|
145
|
+
add(content: unknown[]): void;
|
|
146
|
+
addFirst(content: unknown): void;
|
|
147
|
+
addFirst(content: unknown[]): void;
|
|
146
148
|
createWriter(): XmlWriter;
|
|
147
149
|
descendantNodes(): IEnumerable_1<XNode>;
|
|
148
150
|
descendants(): IEnumerable_1<XElement>;
|
|
@@ -153,13 +155,13 @@ export abstract class XContainer$instance extends XNode$instance {
|
|
|
153
155
|
hasLineInfo(): boolean;
|
|
154
156
|
nodes(): IEnumerable_1<XNode>;
|
|
155
157
|
removeNodes(): void;
|
|
156
|
-
replaceNodes(content:
|
|
157
|
-
replaceNodes(content:
|
|
158
|
+
replaceNodes(content: unknown): void;
|
|
159
|
+
replaceNodes(content: unknown[]): void;
|
|
158
160
|
}
|
|
159
161
|
|
|
160
162
|
|
|
161
163
|
export interface __XContainer$views {
|
|
162
|
-
|
|
164
|
+
As_IXmlLineInfo(): System_Xml_Internal.IXmlLineInfo$instance;
|
|
163
165
|
}
|
|
164
166
|
|
|
165
167
|
export type XContainer = XContainer$instance & __XContainer$views;
|
|
@@ -179,8 +181,8 @@ export type XDeclaration = XDeclaration$instance;
|
|
|
179
181
|
|
|
180
182
|
export class XDocument$instance extends XContainer$instance {
|
|
181
183
|
constructor();
|
|
182
|
-
constructor(content:
|
|
183
|
-
constructor(declaration: XDeclaration, content:
|
|
184
|
+
constructor(content: unknown[]);
|
|
185
|
+
constructor(declaration: XDeclaration, content: unknown[]);
|
|
184
186
|
constructor(other: XDocument);
|
|
185
187
|
declaration: XDeclaration;
|
|
186
188
|
readonly documentType: XDocumentType;
|
|
@@ -199,24 +201,24 @@ export class XDocument$instance extends XContainer$instance {
|
|
|
199
201
|
saveAsync(writer: XmlWriter, cancellationToken: CancellationToken): Task;
|
|
200
202
|
writeTo(writer: XmlWriter): void;
|
|
201
203
|
writeToAsync(writer: XmlWriter, cancellationToken: CancellationToken): Task;
|
|
202
|
-
static
|
|
203
|
-
static
|
|
204
|
-
static
|
|
205
|
-
static
|
|
206
|
-
static
|
|
207
|
-
static
|
|
208
|
-
static
|
|
209
|
-
static
|
|
210
|
-
static
|
|
211
|
-
static
|
|
212
|
-
static
|
|
213
|
-
static
|
|
214
|
-
static
|
|
204
|
+
static load4(stream: Stream, options: LoadOptions): XDocument;
|
|
205
|
+
static load4(stream: Stream): XDocument;
|
|
206
|
+
static load4(textReader: TextReader, options: LoadOptions): XDocument;
|
|
207
|
+
static load4(textReader: TextReader): XDocument;
|
|
208
|
+
static load4(uri: string, options: LoadOptions): XDocument;
|
|
209
|
+
static load4(uri: string): XDocument;
|
|
210
|
+
static load4(reader: XmlReader, options: LoadOptions): XDocument;
|
|
211
|
+
static load4(reader: XmlReader): XDocument;
|
|
212
|
+
static loadAsync(stream: Stream, options: LoadOptions, cancellationToken: CancellationToken): Task_1<XDocument>;
|
|
213
|
+
static loadAsync(textReader: TextReader, options: LoadOptions, cancellationToken: CancellationToken): Task_1<XDocument>;
|
|
214
|
+
static loadAsync(reader: XmlReader, options: LoadOptions, cancellationToken: CancellationToken): Task_1<XDocument>;
|
|
215
|
+
static parse2(text: string, options: LoadOptions): XDocument;
|
|
216
|
+
static parse2(text: string): XDocument;
|
|
215
217
|
}
|
|
216
218
|
|
|
217
219
|
|
|
218
220
|
export interface __XDocument$views {
|
|
219
|
-
|
|
221
|
+
As_IXmlLineInfo(): System_Xml_Internal.IXmlLineInfo$instance;
|
|
220
222
|
}
|
|
221
223
|
|
|
222
224
|
export type XDocument = XDocument$instance & __XDocument$views;
|
|
@@ -237,7 +239,7 @@ export class XDocumentType$instance extends XNode$instance {
|
|
|
237
239
|
|
|
238
240
|
|
|
239
241
|
export interface __XDocumentType$views {
|
|
240
|
-
|
|
242
|
+
As_IXmlLineInfo(): System_Xml_Internal.IXmlLineInfo$instance;
|
|
241
243
|
}
|
|
242
244
|
|
|
243
245
|
export type XDocumentType = XDocumentType$instance & __XDocumentType$views;
|
|
@@ -245,8 +247,8 @@ export type XDocumentType = XDocumentType$instance & __XDocumentType$views;
|
|
|
245
247
|
|
|
246
248
|
export class XElement$instance extends XContainer$instance {
|
|
247
249
|
constructor(name: XName);
|
|
248
|
-
constructor(name: XName, content:
|
|
249
|
-
constructor(name: XName, content:
|
|
250
|
+
constructor(name: XName, content: unknown);
|
|
251
|
+
constructor(name: XName, content: unknown[]);
|
|
250
252
|
constructor(other: XElement);
|
|
251
253
|
constructor(other: XStreamingElement);
|
|
252
254
|
readonly firstAttribute: XAttribute;
|
|
@@ -271,10 +273,10 @@ export class XElement$instance extends XContainer$instance {
|
|
|
271
273
|
hasLineInfo(): boolean;
|
|
272
274
|
removeAll(): void;
|
|
273
275
|
removeAttributes(): void;
|
|
274
|
-
replaceAll(content:
|
|
275
|
-
replaceAll(content:
|
|
276
|
-
replaceAttributes(content:
|
|
277
|
-
replaceAttributes(content:
|
|
276
|
+
replaceAll(content: unknown): void;
|
|
277
|
+
replaceAll(content: unknown[]): void;
|
|
278
|
+
replaceAttributes(content: unknown): void;
|
|
279
|
+
replaceAttributes(content: unknown[]): void;
|
|
278
280
|
save(fileName: string): void;
|
|
279
281
|
save(fileName: string, options: SaveOptions): void;
|
|
280
282
|
save(stream: Stream): void;
|
|
@@ -285,33 +287,35 @@ export class XElement$instance extends XContainer$instance {
|
|
|
285
287
|
saveAsync(stream: Stream, options: SaveOptions, cancellationToken: CancellationToken): Task;
|
|
286
288
|
saveAsync(textWriter: TextWriter, options: SaveOptions, cancellationToken: CancellationToken): Task;
|
|
287
289
|
saveAsync(writer: XmlWriter, cancellationToken: CancellationToken): Task;
|
|
288
|
-
setAttributeValue(name: XName, value:
|
|
289
|
-
setElementValue(name: XName, value:
|
|
290
|
-
setValue(value:
|
|
290
|
+
setAttributeValue(name: XName, value: unknown): void;
|
|
291
|
+
setElementValue(name: XName, value: unknown): void;
|
|
292
|
+
setValue(value: unknown): void;
|
|
291
293
|
writeTo(writer: XmlWriter): void;
|
|
292
294
|
writeToAsync(writer: XmlWriter, cancellationToken: CancellationToken): Task;
|
|
293
|
-
static readonly
|
|
294
|
-
static
|
|
295
|
-
static
|
|
296
|
-
static
|
|
297
|
-
static
|
|
298
|
-
static
|
|
299
|
-
static
|
|
300
|
-
static
|
|
301
|
-
static
|
|
302
|
-
static
|
|
303
|
-
static
|
|
304
|
-
static
|
|
305
|
-
static
|
|
306
|
-
static
|
|
295
|
+
static readonly emptySequence: IEnumerable_1<XElement>;
|
|
296
|
+
static load4(stream: Stream, options: LoadOptions): XElement;
|
|
297
|
+
static load4(stream: Stream): XElement;
|
|
298
|
+
static load4(textReader: TextReader, options: LoadOptions): XElement;
|
|
299
|
+
static load4(textReader: TextReader): XElement;
|
|
300
|
+
static load4(uri: string, options: LoadOptions): XElement;
|
|
301
|
+
static load4(uri: string): XElement;
|
|
302
|
+
static load4(reader: XmlReader, options: LoadOptions): XElement;
|
|
303
|
+
static load4(reader: XmlReader): XElement;
|
|
304
|
+
static loadAsync(stream: Stream, options: LoadOptions, cancellationToken: CancellationToken): Task_1<XElement>;
|
|
305
|
+
static loadAsync(textReader: TextReader, options: LoadOptions, cancellationToken: CancellationToken): Task_1<XElement>;
|
|
306
|
+
static loadAsync(reader: XmlReader, options: LoadOptions, cancellationToken: CancellationToken): Task_1<XElement>;
|
|
307
|
+
static parse2(text: string, options: LoadOptions): XElement;
|
|
308
|
+
static parse2(text: string): XElement;
|
|
307
309
|
}
|
|
308
310
|
|
|
309
311
|
|
|
310
312
|
export interface __XElement$views {
|
|
311
|
-
|
|
312
|
-
|
|
313
|
+
As_IXmlLineInfo(): System_Xml_Internal.IXmlLineInfo$instance;
|
|
314
|
+
As_IXmlSerializable(): System_Xml_Serialization_Internal.IXmlSerializable$instance;
|
|
313
315
|
}
|
|
314
316
|
|
|
317
|
+
export interface XElement$instance extends System_Xml_Serialization_Internal.IXmlSerializable$instance {}
|
|
318
|
+
|
|
315
319
|
export type XElement = XElement$instance & __XElement$views;
|
|
316
320
|
|
|
317
321
|
|
|
@@ -319,35 +323,37 @@ export class XName$instance {
|
|
|
319
323
|
readonly localName: string;
|
|
320
324
|
readonly namespace_: XNamespace;
|
|
321
325
|
readonly namespaceName: string;
|
|
322
|
-
equals(obj:
|
|
326
|
+
equals(obj: unknown): boolean;
|
|
323
327
|
getHashCode(): int;
|
|
324
328
|
toString(): string;
|
|
325
|
-
static
|
|
326
|
-
static
|
|
329
|
+
static get_2(localName: string, namespaceName: string): XName;
|
|
330
|
+
static get_2(expandedName: string): XName;
|
|
327
331
|
}
|
|
328
332
|
|
|
329
333
|
|
|
330
334
|
export interface __XName$views {
|
|
331
|
-
|
|
332
|
-
|
|
335
|
+
As_IEquatable_1(): System_Internal.IEquatable_1$instance<XName>;
|
|
336
|
+
As_ISerializable(): System_Runtime_Serialization_Internal.ISerializable$instance;
|
|
333
337
|
|
|
334
338
|
// Structural method bridges for numeric interface constraints
|
|
335
339
|
Equals(other: XName): boolean;
|
|
336
340
|
}
|
|
337
341
|
|
|
342
|
+
export interface XName$instance extends System_Runtime_Serialization_Internal.ISerializable$instance {}
|
|
343
|
+
|
|
338
344
|
export type XName = XName$instance & __XName$views;
|
|
339
345
|
|
|
340
346
|
|
|
341
347
|
export class XNamespace$instance {
|
|
342
348
|
readonly namespaceName: string;
|
|
343
|
-
equals(obj:
|
|
349
|
+
equals(obj: unknown): boolean;
|
|
344
350
|
getHashCode(): int;
|
|
345
351
|
getName(localName: string): XName;
|
|
346
352
|
toString(): string;
|
|
347
|
-
static readonly
|
|
348
|
-
static readonly
|
|
349
|
-
static readonly
|
|
350
|
-
static
|
|
353
|
+
static readonly none: XNamespace;
|
|
354
|
+
static readonly xml: XNamespace;
|
|
355
|
+
static readonly xmlns: XNamespace;
|
|
356
|
+
static get_(namespaceName: string): XNamespace;
|
|
351
357
|
}
|
|
352
358
|
|
|
353
359
|
|
|
@@ -356,10 +362,10 @@ export type XNamespace = XNamespace$instance;
|
|
|
356
362
|
export abstract class XNode$instance extends XObject$instance {
|
|
357
363
|
readonly nextNode: XNode;
|
|
358
364
|
readonly previousNode: XNode;
|
|
359
|
-
addAfterSelf(content:
|
|
360
|
-
addAfterSelf(content:
|
|
361
|
-
addBeforeSelf(content:
|
|
362
|
-
addBeforeSelf(content:
|
|
365
|
+
addAfterSelf(content: unknown): void;
|
|
366
|
+
addAfterSelf(content: unknown[]): void;
|
|
367
|
+
addBeforeSelf(content: unknown): void;
|
|
368
|
+
addBeforeSelf(content: unknown[]): void;
|
|
363
369
|
ancestors(): IEnumerable_1<XElement>;
|
|
364
370
|
ancestors(name: XName): IEnumerable_1<XElement>;
|
|
365
371
|
createReader(): XmlReader;
|
|
@@ -374,25 +380,27 @@ export abstract class XNode$instance extends XObject$instance {
|
|
|
374
380
|
nodesAfterSelf(): IEnumerable_1<XNode>;
|
|
375
381
|
nodesBeforeSelf(): IEnumerable_1<XNode>;
|
|
376
382
|
remove(): void;
|
|
377
|
-
replaceWith(content:
|
|
378
|
-
replaceWith(content:
|
|
383
|
+
replaceWith(content: unknown): void;
|
|
384
|
+
replaceWith(content: unknown[]): void;
|
|
379
385
|
toString(): string;
|
|
380
386
|
toString(options: SaveOptions): string;
|
|
381
387
|
abstract writeTo(writer: XmlWriter): void;
|
|
382
388
|
abstract writeToAsync(writer: XmlWriter, cancellationToken: CancellationToken): Task;
|
|
383
|
-
static readonly
|
|
384
|
-
static readonly
|
|
385
|
-
static
|
|
386
|
-
static
|
|
387
|
-
static
|
|
388
|
-
static
|
|
389
|
+
static readonly documentOrderComparer: XNodeDocumentOrderComparer;
|
|
390
|
+
static readonly equalityComparer: XNodeEqualityComparer;
|
|
391
|
+
static compareDocumentOrder(n1: XNode, n2: XNode): int;
|
|
392
|
+
static deepEquals(n1: XNode, n2: XNode): boolean;
|
|
393
|
+
static readFrom(reader: XmlReader): XNode;
|
|
394
|
+
static readFromAsync(reader: XmlReader, cancellationToken: CancellationToken): Task_1<XNode>;
|
|
389
395
|
}
|
|
390
396
|
|
|
391
397
|
|
|
392
398
|
export interface __XNode$views {
|
|
393
|
-
|
|
399
|
+
As_IXmlLineInfo(): System_Xml_Internal.IXmlLineInfo$instance;
|
|
394
400
|
}
|
|
395
401
|
|
|
402
|
+
export interface XNode$instance extends System_Xml_Internal.IXmlLineInfo$instance {}
|
|
403
|
+
|
|
396
404
|
export type XNode = XNode$instance & __XNode$views;
|
|
397
405
|
|
|
398
406
|
|
|
@@ -403,10 +411,12 @@ export class XNodeDocumentOrderComparer$instance {
|
|
|
403
411
|
|
|
404
412
|
|
|
405
413
|
export interface __XNodeDocumentOrderComparer$views {
|
|
406
|
-
|
|
407
|
-
|
|
414
|
+
As_IComparer_1(): System_Collections_Generic_Internal.IComparer_1$instance<XNode>;
|
|
415
|
+
As_IComparer(): System_Collections_Internal.IComparer$instance;
|
|
408
416
|
}
|
|
409
417
|
|
|
418
|
+
export interface XNodeDocumentOrderComparer$instance extends System_Collections_Generic_Internal.IComparer_1$instance<XNode> {}
|
|
419
|
+
|
|
410
420
|
export type XNodeDocumentOrderComparer = XNodeDocumentOrderComparer$instance & __XNodeDocumentOrderComparer$views;
|
|
411
421
|
|
|
412
422
|
|
|
@@ -418,8 +428,8 @@ export class XNodeEqualityComparer$instance {
|
|
|
418
428
|
|
|
419
429
|
|
|
420
430
|
export interface __XNodeEqualityComparer$views {
|
|
421
|
-
|
|
422
|
-
|
|
431
|
+
As_IEqualityComparer_1(): System_Collections_Generic_Internal.IEqualityComparer_1$instance<XNode>;
|
|
432
|
+
As_IEqualityComparer(): System_Collections_Internal.IEqualityComparer$instance;
|
|
423
433
|
}
|
|
424
434
|
|
|
425
435
|
export type XNodeEqualityComparer = XNodeEqualityComparer$instance & __XNodeEqualityComparer$views;
|
|
@@ -430,10 +440,10 @@ export abstract class XObject$instance {
|
|
|
430
440
|
readonly document: XDocument;
|
|
431
441
|
readonly nodeType: XmlNodeType;
|
|
432
442
|
readonly parent: XElement;
|
|
433
|
-
addAnnotation(annotation:
|
|
434
|
-
annotation(type_: Type):
|
|
443
|
+
addAnnotation(annotation: unknown): void;
|
|
444
|
+
annotation(type_: Type): unknown;
|
|
435
445
|
annotation<T>(): T;
|
|
436
|
-
annotations(type_: Type): IEnumerable_1<
|
|
446
|
+
annotations(type_: Type): IEnumerable_1<unknown>;
|
|
437
447
|
annotations<T>(): IEnumerable_1<T>;
|
|
438
448
|
removeAnnotations(type_: Type): void;
|
|
439
449
|
removeAnnotations<T>(): void;
|
|
@@ -441,9 +451,11 @@ export abstract class XObject$instance {
|
|
|
441
451
|
|
|
442
452
|
|
|
443
453
|
export interface __XObject$views {
|
|
444
|
-
|
|
454
|
+
As_IXmlLineInfo(): System_Xml_Internal.IXmlLineInfo$instance;
|
|
445
455
|
}
|
|
446
456
|
|
|
457
|
+
export interface XObject$instance extends System_Xml_Internal.IXmlLineInfo$instance {}
|
|
458
|
+
|
|
447
459
|
export type XObject = XObject$instance & __XObject$views;
|
|
448
460
|
|
|
449
461
|
|
|
@@ -472,7 +484,7 @@ export class XProcessingInstruction$instance extends XNode$instance {
|
|
|
472
484
|
|
|
473
485
|
|
|
474
486
|
export interface __XProcessingInstruction$views {
|
|
475
|
-
|
|
487
|
+
As_IXmlLineInfo(): System_Xml_Internal.IXmlLineInfo$instance;
|
|
476
488
|
}
|
|
477
489
|
|
|
478
490
|
export type XProcessingInstruction = XProcessingInstruction$instance & __XProcessingInstruction$views;
|
|
@@ -480,11 +492,11 @@ export type XProcessingInstruction = XProcessingInstruction$instance & __XProces
|
|
|
480
492
|
|
|
481
493
|
export class XStreamingElement$instance {
|
|
482
494
|
constructor(name: XName);
|
|
483
|
-
constructor(name: XName, content:
|
|
484
|
-
constructor(name: XName, content:
|
|
495
|
+
constructor(name: XName, content: unknown);
|
|
496
|
+
constructor(name: XName, content: unknown[]);
|
|
485
497
|
name: XName;
|
|
486
|
-
add(content:
|
|
487
|
-
add(content:
|
|
498
|
+
add(content: unknown): void;
|
|
499
|
+
add(content: unknown[]): void;
|
|
488
500
|
save(stream: Stream): void;
|
|
489
501
|
save(stream: Stream, options: SaveOptions): void;
|
|
490
502
|
save(textWriter: TextWriter): void;
|
|
@@ -512,31 +524,31 @@ export class XText$instance extends XNode$instance {
|
|
|
512
524
|
|
|
513
525
|
|
|
514
526
|
export interface __XText$views {
|
|
515
|
-
|
|
527
|
+
As_IXmlLineInfo(): System_Xml_Internal.IXmlLineInfo$instance;
|
|
516
528
|
}
|
|
517
529
|
|
|
518
530
|
export type XText = XText$instance & __XText$views;
|
|
519
531
|
|
|
520
532
|
|
|
521
533
|
export abstract class Extensions$instance {
|
|
522
|
-
static
|
|
523
|
-
static
|
|
524
|
-
static
|
|
525
|
-
static
|
|
526
|
-
static
|
|
527
|
-
static
|
|
528
|
-
static
|
|
529
|
-
static
|
|
530
|
-
static
|
|
531
|
-
static
|
|
532
|
-
static
|
|
533
|
-
static
|
|
534
|
-
static
|
|
535
|
-
static
|
|
536
|
-
static
|
|
537
|
-
static
|
|
538
|
-
static
|
|
539
|
-
static
|
|
534
|
+
static ancestors2<T extends XNode>(source: IEnumerable_1<T>, name: XName): IEnumerable_1<XElement>;
|
|
535
|
+
static ancestors2<T extends XNode>(source: IEnumerable_1<T>): IEnumerable_1<XElement>;
|
|
536
|
+
static ancestorsAndSelf2(source: IEnumerable_1<XElement>, name: XName): IEnumerable_1<XElement>;
|
|
537
|
+
static ancestorsAndSelf2(source: IEnumerable_1<XElement>): IEnumerable_1<XElement>;
|
|
538
|
+
static attributes2(source: IEnumerable_1<XElement>, name: XName): IEnumerable_1<XAttribute>;
|
|
539
|
+
static attributes2(source: IEnumerable_1<XElement>): IEnumerable_1<XAttribute>;
|
|
540
|
+
static descendantNodes<T extends XContainer>(source: IEnumerable_1<T>): IEnumerable_1<XNode>;
|
|
541
|
+
static descendantNodesAndSelf(source: IEnumerable_1<XElement>): IEnumerable_1<XNode>;
|
|
542
|
+
static descendants2<T extends XContainer>(source: IEnumerable_1<T>, name: XName): IEnumerable_1<XElement>;
|
|
543
|
+
static descendants2<T extends XContainer>(source: IEnumerable_1<T>): IEnumerable_1<XElement>;
|
|
544
|
+
static descendantsAndSelf2(source: IEnumerable_1<XElement>, name: XName): IEnumerable_1<XElement>;
|
|
545
|
+
static descendantsAndSelf2(source: IEnumerable_1<XElement>): IEnumerable_1<XElement>;
|
|
546
|
+
static elements2<T extends XContainer>(source: IEnumerable_1<T>, name: XName): IEnumerable_1<XElement>;
|
|
547
|
+
static elements2<T extends XContainer>(source: IEnumerable_1<T>): IEnumerable_1<XElement>;
|
|
548
|
+
static inDocumentOrder<T extends XNode>(source: IEnumerable_1<T>): IEnumerable_1<T>;
|
|
549
|
+
static nodes<T extends XContainer>(source: IEnumerable_1<T>): IEnumerable_1<XNode>;
|
|
550
|
+
static remove2<T extends XNode>(source: IEnumerable_1<T>): void;
|
|
551
|
+
static remove2(source: IEnumerable_1<XAttribute>): void;
|
|
540
552
|
}
|
|
541
553
|
|
|
542
554
|
|
|
@@ -60,9 +60,9 @@ export class XmlPreloadedResolver$instance extends System_Xml_Internal.XmlResolv
|
|
|
60
60
|
add(uri: Uri, value: byte[], offset: int, count: int): void;
|
|
61
61
|
add(uri: Uri, value: Stream): void;
|
|
62
62
|
add(uri: Uri, value: string): void;
|
|
63
|
-
getEntity(absoluteUri: Uri, role: string, ofObjectToReturn: Type):
|
|
64
|
-
getEntityAsync(absoluteUri: Uri, role: string, ofObjectToReturn: Type): Task_1<
|
|
65
|
-
getEntityAsync(absoluteUri: Uri, role: string, ofObjectToReturn: Type): Task_1<
|
|
63
|
+
getEntity(absoluteUri: Uri, role: string, ofObjectToReturn: Type): unknown;
|
|
64
|
+
getEntityAsync(absoluteUri: Uri, role: string, ofObjectToReturn: Type): Task_1<unknown>;
|
|
65
|
+
getEntityAsync(absoluteUri: Uri, role: string, ofObjectToReturn: Type): Task_1<unknown>;
|
|
66
66
|
remove(uri: Uri): void;
|
|
67
67
|
resolveUri(baseUri: Uri, relativeUri: string): Uri;
|
|
68
68
|
supportsType(absoluteUri: Uri, type_: Type): boolean;
|