@tsonic/dotnet 10.0.3 → 10.0.5
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.CSharp.RuntimeBinder/internal/index.d.ts +4 -0
- package/Microsoft.VisualBasic/internal/index.d.ts +4 -0
- package/Microsoft.VisualBasic.CompilerServices/internal/index.d.ts +2 -0
- package/Microsoft.VisualBasic.FileIO/internal/index.d.ts +4 -0
- package/Microsoft.Win32/internal/index.d.ts +2 -0
- package/Microsoft.Win32.SafeHandles/internal/index.d.ts +34 -0
- package/System/internal/index.d.ts +1042 -19
- package/System.Buffers/internal/index.d.ts +18 -0
- package/System.CodeDom.Compiler/internal/index.d.ts +3 -0
- package/System.Collections/internal/index.d.ts +78 -10
- package/System.Collections.Concurrent/internal/index.d.ts +35 -0
- package/System.Collections.Frozen/internal/index.d.ts +25 -0
- package/System.Collections.Generic/internal/index.d.ts +306 -5
- package/System.Collections.Immutable/internal/index.d.ts +156 -9
- package/System.Collections.ObjectModel/internal/index.d.ts +80 -2
- package/System.Collections.Specialized/internal/index.d.ts +45 -8
- package/System.ComponentModel/internal/index.d.ts +129 -8
- package/System.ComponentModel.DataAnnotations/internal/index.d.ts +6 -0
- package/System.ComponentModel.Design/internal/index.d.ts +75 -2
- package/System.ComponentModel.Design.Serialization/internal/index.d.ts +18 -0
- package/System.Data/internal/index.d.ts +165 -4
- package/System.Data.Common/internal/index.d.ts +86 -6
- package/System.Data.SqlTypes/internal/index.d.ts +92 -3
- package/System.Diagnostics/internal/index.d.ts +74 -9
- package/System.Diagnostics.Contracts/internal/index.d.ts +2 -0
- package/System.Diagnostics.Metrics/internal/index.d.ts +6 -0
- package/System.Diagnostics.SymbolStore/internal/index.d.ts +22 -0
- package/System.Diagnostics.Tracing/internal/index.d.ts +16 -0
- package/System.Drawing/internal/index.d.ts +14 -0
- package/System.Dynamic/internal/index.d.ts +13 -0
- package/System.Formats.Asn1/internal/index.d.ts +6 -0
- package/System.Formats.Tar/internal/index.d.ts +6 -0
- package/System.Globalization/internal/index.d.ts +52 -2
- package/System.IO/internal/index.d.ts +67 -0
- package/System.IO.Compression/internal/index.d.ts +21 -0
- package/System.IO.Enumeration/internal/index.d.ts +7 -0
- package/System.IO.IsolatedStorage/internal/index.d.ts +9 -0
- package/System.IO.MemoryMappedFiles/internal/index.d.ts +7 -0
- package/System.IO.Pipelines/internal/index.d.ts +4 -0
- package/System.IO.Pipes/internal/index.d.ts +15 -0
- package/System.Linq/internal/index.d.ts +38 -4
- package/System.Linq.Expressions/internal/index.d.ts +17 -0
- package/System.Net/internal/index.d.ts +94 -3
- package/System.Net.Http/internal/index.d.ts +53 -0
- package/System.Net.Http.Headers/internal/index.d.ts +74 -1
- package/System.Net.Http.Json/internal/index.d.ts +2 -0
- package/System.Net.Mail/internal/index.d.ts +57 -0
- package/System.Net.NetworkInformation/internal/index.d.ts +32 -5
- package/System.Net.Quic/internal/index.d.ts +9 -0
- package/System.Net.Security/internal/index.d.ts +13 -0
- package/System.Net.Sockets/internal/index.d.ts +21 -0
- package/System.Net.WebSockets/internal/index.d.ts +9 -0
- package/System.Numerics/internal/index.d.ts +154 -6
- package/System.Reflection/internal/index.d.ts +69 -1
- package/System.Reflection.Emit/internal/index.d.ts +35 -0
- package/System.Reflection.Metadata/internal/index.d.ts +331 -2
- package/System.Reflection.Metadata.Ecma335/internal/index.d.ts +4 -0
- package/System.Reflection.PortableExecutable/internal/index.d.ts +2 -0
- package/System.Resources/internal/index.d.ts +19 -1
- package/System.Runtime/internal/index.d.ts +6 -0
- package/System.Runtime.CompilerServices/internal/index.d.ts +58 -4
- package/System.Runtime.InteropServices/internal/index.d.ts +94 -0
- package/System.Runtime.InteropServices.ComTypes/internal/index.d.ts +42 -0
- package/System.Runtime.InteropServices.JavaScript/internal/index.d.ts +4 -0
- package/System.Runtime.InteropServices.Marshalling/internal/index.d.ts +25 -0
- package/System.Runtime.Intrinsics/internal/index.d.ts +48 -4
- package/System.Runtime.Loader/internal/index.d.ts +2 -0
- package/System.Runtime.Serialization/internal/index.d.ts +36 -0
- package/System.Runtime.Serialization.Formatters/internal/index.d.ts +2 -0
- package/System.Runtime.Serialization.Formatters.Binary/internal/index.d.ts +2 -0
- package/System.Runtime.Serialization.Json/internal/index.d.ts +4 -0
- package/System.Runtime.Versioning/internal/index.d.ts +2 -0
- package/System.Security/internal/index.d.ts +18 -0
- package/System.Security.AccessControl/internal/index.d.ts +26 -6
- package/System.Security.Authentication/internal/index.d.ts +4 -0
- package/System.Security.Authentication.ExtendedProtection/internal/index.d.ts +7 -2
- package/System.Security.Claims/internal/index.d.ts +4 -0
- package/System.Security.Cryptography/internal/index.d.ts +271 -1
- package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +47 -2
- package/System.Security.Policy/internal/index.d.ts +3 -0
- package/System.Security.Principal/internal/index.d.ts +24 -1
- package/System.Text/internal/index.d.ts +41 -1
- package/System.Text.Json/internal/index.d.ts +22 -1
- package/System.Text.Json.Nodes/internal/index.d.ts +11 -0
- package/System.Text.Json.Serialization/internal/index.d.ts +10 -0
- package/System.Text.Json.Serialization.Metadata/internal/index.d.ts +4 -0
- package/System.Text.RegularExpressions/internal/index.d.ts +44 -2
- package/System.Threading/internal/index.d.ts +78 -0
- package/System.Threading.Channels/internal/index.d.ts +2 -0
- package/System.Threading.Tasks/internal/index.d.ts +18 -0
- package/System.Threading.Tasks.Dataflow/internal/index.d.ts +67 -0
- package/System.Threading.Tasks.Sources/internal/index.d.ts +4 -0
- package/System.Timers/internal/index.d.ts +4 -0
- package/System.Transactions/internal/index.d.ts +39 -0
- package/System.Web/internal/index.d.ts +2 -0
- package/System.Windows.Input/internal/index.d.ts +2 -0
- package/System.Xml/internal/index.d.ts +143 -6
- package/System.Xml.Linq/internal/index.d.ts +32 -0
- package/System.Xml.Schema/internal/index.d.ts +25 -2
- package/System.Xml.Serialization/internal/index.d.ts +29 -4
- package/System.Xml.XPath/internal/index.d.ts +13 -2
- package/System.Xml.Xsl/internal/index.d.ts +11 -0
- package/System.Xml.Xsl.Runtime/internal/index.d.ts +25 -1
- package/__internal/extensions/index.d.ts +263 -263
- package/package.json +1 -1
|
@@ -53,6 +53,8 @@ export enum XObjectChange {
|
|
|
53
53
|
|
|
54
54
|
|
|
55
55
|
export interface XAttribute$instance extends XObject$instance {
|
|
56
|
+
readonly __tsonic_iface_System_Xml_IXmlLineInfo: never;
|
|
57
|
+
|
|
56
58
|
readonly IsNamespaceDeclaration: boolean;
|
|
57
59
|
readonly Name: XName;
|
|
58
60
|
readonly NextAttribute: XAttribute | undefined;
|
|
@@ -83,6 +85,8 @@ export type XAttribute = XAttribute$instance & __XAttribute$views;
|
|
|
83
85
|
|
|
84
86
|
|
|
85
87
|
export interface XCData$instance extends XText$instance {
|
|
88
|
+
readonly __tsonic_iface_System_Xml_IXmlLineInfo: never;
|
|
89
|
+
|
|
86
90
|
readonly NodeType: XmlNodeType;
|
|
87
91
|
HasLineInfo(): boolean;
|
|
88
92
|
WriteTo(writer: XmlWriter): void;
|
|
@@ -104,6 +108,8 @@ export type XCData = XCData$instance & __XCData$views;
|
|
|
104
108
|
|
|
105
109
|
|
|
106
110
|
export interface XComment$instance extends XNode$instance {
|
|
111
|
+
readonly __tsonic_iface_System_Xml_IXmlLineInfo: never;
|
|
112
|
+
|
|
107
113
|
readonly NodeType: XmlNodeType;
|
|
108
114
|
Value: string;
|
|
109
115
|
HasLineInfo(): boolean;
|
|
@@ -126,6 +132,8 @@ export type XComment = XComment$instance & __XComment$views;
|
|
|
126
132
|
|
|
127
133
|
|
|
128
134
|
export interface XContainer$instance extends XNode$instance {
|
|
135
|
+
readonly __tsonic_iface_System_Xml_IXmlLineInfo: never;
|
|
136
|
+
|
|
129
137
|
readonly FirstNode: XNode | undefined;
|
|
130
138
|
readonly LastNode: XNode | undefined;
|
|
131
139
|
Add(content: unknown): void;
|
|
@@ -178,6 +186,8 @@ export const XDeclaration: {
|
|
|
178
186
|
export type XDeclaration = XDeclaration$instance;
|
|
179
187
|
|
|
180
188
|
export interface XDocument$instance extends XContainer$instance {
|
|
189
|
+
readonly __tsonic_iface_System_Xml_IXmlLineInfo: never;
|
|
190
|
+
|
|
181
191
|
get Declaration(): XDeclaration | undefined;
|
|
182
192
|
set Declaration(value: XDeclaration | undefined);
|
|
183
193
|
readonly DocumentType: XDocumentType | undefined;
|
|
@@ -228,6 +238,8 @@ export type XDocument = XDocument$instance & __XDocument$views;
|
|
|
228
238
|
|
|
229
239
|
|
|
230
240
|
export interface XDocumentType$instance extends XNode$instance {
|
|
241
|
+
readonly __tsonic_iface_System_Xml_IXmlLineInfo: never;
|
|
242
|
+
|
|
231
243
|
get InternalSubset(): string | undefined;
|
|
232
244
|
set InternalSubset(value: string | undefined);
|
|
233
245
|
Name: string;
|
|
@@ -256,6 +268,9 @@ export type XDocumentType = XDocumentType$instance & __XDocumentType$views;
|
|
|
256
268
|
|
|
257
269
|
|
|
258
270
|
export interface XElement$instance extends XContainer$instance {
|
|
271
|
+
readonly __tsonic_iface_System_Xml_IXmlLineInfo: never;
|
|
272
|
+
readonly __tsonic_iface_System_Xml_Serialization_IXmlSerializable: never;
|
|
273
|
+
|
|
259
274
|
readonly FirstAttribute: XAttribute | undefined;
|
|
260
275
|
readonly HasAttributes: boolean;
|
|
261
276
|
readonly HasElements: boolean;
|
|
@@ -334,6 +349,9 @@ export type XElement = XElement$instance & __XElement$views;
|
|
|
334
349
|
|
|
335
350
|
|
|
336
351
|
export interface XName$instance {
|
|
352
|
+
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
353
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
354
|
+
|
|
337
355
|
readonly LocalName: string;
|
|
338
356
|
readonly Namespace: XNamespace;
|
|
339
357
|
readonly NamespaceName: string;
|
|
@@ -382,6 +400,8 @@ export const XNamespace: {
|
|
|
382
400
|
export type XNamespace = XNamespace$instance;
|
|
383
401
|
|
|
384
402
|
export interface XNode$instance extends XObject$instance {
|
|
403
|
+
readonly __tsonic_iface_System_Xml_IXmlLineInfo: never;
|
|
404
|
+
|
|
385
405
|
readonly NextNode: XNode | undefined;
|
|
386
406
|
readonly PreviousNode: XNode | undefined;
|
|
387
407
|
AddAfterSelf(content: unknown): void;
|
|
@@ -431,6 +451,9 @@ export type XNode = XNode$instance & __XNode$views;
|
|
|
431
451
|
|
|
432
452
|
|
|
433
453
|
export interface XNodeDocumentOrderComparer$instance {
|
|
454
|
+
readonly __tsonic_iface_System_Collections_Generic_IComparer_1: never;
|
|
455
|
+
readonly __tsonic_iface_System_Collections_IComparer: never;
|
|
456
|
+
|
|
434
457
|
Compare(x: XNode, y: XNode): int;
|
|
435
458
|
}
|
|
436
459
|
|
|
@@ -451,6 +474,9 @@ export type XNodeDocumentOrderComparer = XNodeDocumentOrderComparer$instance & _
|
|
|
451
474
|
|
|
452
475
|
|
|
453
476
|
export interface XNodeEqualityComparer$instance {
|
|
477
|
+
readonly __tsonic_iface_System_Collections_Generic_IEqualityComparer_1: never;
|
|
478
|
+
readonly __tsonic_iface_System_Collections_IEqualityComparer: never;
|
|
479
|
+
|
|
454
480
|
Equals(x: XNode, y: XNode): boolean;
|
|
455
481
|
GetHashCode(obj: XNode): int;
|
|
456
482
|
}
|
|
@@ -470,6 +496,8 @@ export type XNodeEqualityComparer = XNodeEqualityComparer$instance & __XNodeEqua
|
|
|
470
496
|
|
|
471
497
|
|
|
472
498
|
export interface XObject$instance {
|
|
499
|
+
readonly __tsonic_iface_System_Xml_IXmlLineInfo: never;
|
|
500
|
+
|
|
473
501
|
readonly BaseUri: string;
|
|
474
502
|
readonly Document: XDocument | undefined;
|
|
475
503
|
readonly NodeType: XmlNodeType;
|
|
@@ -514,6 +542,8 @@ export const XObjectChangeEventArgs: {
|
|
|
514
542
|
export type XObjectChangeEventArgs = XObjectChangeEventArgs$instance;
|
|
515
543
|
|
|
516
544
|
export interface XProcessingInstruction$instance extends XNode$instance {
|
|
545
|
+
readonly __tsonic_iface_System_Xml_IXmlLineInfo: never;
|
|
546
|
+
|
|
517
547
|
Data: string;
|
|
518
548
|
readonly NodeType: XmlNodeType;
|
|
519
549
|
Target: string;
|
|
@@ -563,6 +593,8 @@ export const XStreamingElement: {
|
|
|
563
593
|
export type XStreamingElement = XStreamingElement$instance;
|
|
564
594
|
|
|
565
595
|
export interface XText$instance extends XNode$instance {
|
|
596
|
+
readonly __tsonic_iface_System_Xml_IXmlLineInfo: never;
|
|
597
|
+
|
|
566
598
|
readonly NodeType: XmlNodeType;
|
|
567
599
|
Value: string;
|
|
568
600
|
HasLineInfo(): boolean;
|
|
@@ -165,6 +165,8 @@ export type XmlValueGetter = () => unknown | undefined;
|
|
|
165
165
|
|
|
166
166
|
|
|
167
167
|
export interface IXmlSchemaInfo$instance {
|
|
168
|
+
readonly __tsonic_iface_System_Xml_Schema_IXmlSchemaInfo: never;
|
|
169
|
+
|
|
168
170
|
readonly Validity: XmlSchemaValidity;
|
|
169
171
|
readonly IsDefault: boolean;
|
|
170
172
|
readonly IsNil: boolean;
|
|
@@ -191,6 +193,8 @@ export const ValidationEventArgs: {
|
|
|
191
193
|
export type ValidationEventArgs = ValidationEventArgs$instance;
|
|
192
194
|
|
|
193
195
|
export interface XmlAtomicValue$instance extends XPathItem {
|
|
196
|
+
readonly __tsonic_iface_System_ICloneable: never;
|
|
197
|
+
|
|
194
198
|
readonly IsNode: boolean;
|
|
195
199
|
readonly TypedValue: unknown;
|
|
196
200
|
readonly Value: string;
|
|
@@ -421,8 +425,11 @@ export const XmlSchemaChoice: {
|
|
|
421
425
|
export type XmlSchemaChoice = XmlSchemaChoice$instance;
|
|
422
426
|
|
|
423
427
|
export interface XmlSchemaCollection$instance {
|
|
428
|
+
readonly __tsonic_iface_System_Collections_ICollection: never;
|
|
429
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
430
|
+
|
|
424
431
|
readonly Count: int;
|
|
425
|
-
readonly
|
|
432
|
+
readonly [ns: string]: XmlSchema | undefined;
|
|
426
433
|
readonly NameTable: XmlNameTable;
|
|
427
434
|
Add(ns: string, uri: string): XmlSchema | undefined;
|
|
428
435
|
Add(ns: string, reader: XmlReader): XmlSchema | undefined;
|
|
@@ -452,6 +459,8 @@ export type XmlSchemaCollection = XmlSchemaCollection$instance & __XmlSchemaColl
|
|
|
452
459
|
|
|
453
460
|
|
|
454
461
|
export interface XmlSchemaCollectionEnumerator$instance {
|
|
462
|
+
readonly __tsonic_iface_System_Collections_IEnumerator: never;
|
|
463
|
+
|
|
455
464
|
readonly Current: XmlSchema;
|
|
456
465
|
MoveNext(): boolean;
|
|
457
466
|
Reset(): void;
|
|
@@ -657,6 +666,8 @@ export const XmlSchemaEnumerationFacet: {
|
|
|
657
666
|
export type XmlSchemaEnumerationFacet = XmlSchemaEnumerationFacet$instance;
|
|
658
667
|
|
|
659
668
|
export interface XmlSchemaException$instance extends SystemException {
|
|
669
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
670
|
+
|
|
660
671
|
readonly LineNumber: int;
|
|
661
672
|
readonly LinePosition: int;
|
|
662
673
|
readonly Message: string;
|
|
@@ -824,6 +835,8 @@ export const XmlSchemaInference: {
|
|
|
824
835
|
export type XmlSchemaInference = XmlSchemaInference$instance;
|
|
825
836
|
|
|
826
837
|
export interface XmlSchemaInferenceException$instance extends XmlSchemaException$instance {
|
|
838
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
839
|
+
|
|
827
840
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
828
841
|
}
|
|
829
842
|
|
|
@@ -844,6 +857,8 @@ export type XmlSchemaInferenceException = XmlSchemaInferenceException$instance &
|
|
|
844
857
|
|
|
845
858
|
|
|
846
859
|
export interface XmlSchemaInfo$instance {
|
|
860
|
+
readonly __tsonic_iface_System_Xml_Schema_IXmlSchemaInfo: never;
|
|
861
|
+
|
|
847
862
|
ContentType: XmlSchemaContentType;
|
|
848
863
|
IsDefault: boolean;
|
|
849
864
|
IsNil: boolean;
|
|
@@ -1016,7 +1031,11 @@ export const XmlSchemaObject: (abstract new() => XmlSchemaObject) & {
|
|
|
1016
1031
|
export type XmlSchemaObject = XmlSchemaObject$instance;
|
|
1017
1032
|
|
|
1018
1033
|
export interface XmlSchemaObjectCollection$instance extends CollectionBase {
|
|
1019
|
-
|
|
1034
|
+
readonly __tsonic_iface_System_Collections_ICollection: never;
|
|
1035
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
1036
|
+
readonly __tsonic_iface_System_Collections_IList: never;
|
|
1037
|
+
|
|
1038
|
+
[index: number]: XmlSchemaObject;
|
|
1020
1039
|
Add(value: unknown): int;
|
|
1021
1040
|
Clear(): void;
|
|
1022
1041
|
Contains(value: unknown): boolean;
|
|
@@ -1049,6 +1068,8 @@ export type XmlSchemaObjectCollection = XmlSchemaObjectCollection$instance & __X
|
|
|
1049
1068
|
|
|
1050
1069
|
|
|
1051
1070
|
export interface XmlSchemaObjectEnumerator$instance {
|
|
1071
|
+
readonly __tsonic_iface_System_Collections_IEnumerator: never;
|
|
1072
|
+
|
|
1052
1073
|
readonly Current: XmlSchemaObject;
|
|
1053
1074
|
MoveNext(): boolean;
|
|
1054
1075
|
Reset(): void;
|
|
@@ -1334,6 +1355,8 @@ export const XmlSchemaUnique: {
|
|
|
1334
1355
|
export type XmlSchemaUnique = XmlSchemaUnique$instance;
|
|
1335
1356
|
|
|
1336
1357
|
export interface XmlSchemaValidationException$instance extends XmlSchemaException$instance {
|
|
1358
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
1359
|
+
|
|
1337
1360
|
readonly SourceObject: unknown | undefined;
|
|
1338
1361
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
1339
1362
|
}
|
|
@@ -66,6 +66,8 @@ export type XmlSerializationWriteCallback = (o: unknown) => void;
|
|
|
66
66
|
|
|
67
67
|
|
|
68
68
|
export interface IXmlSerializable$instance {
|
|
69
|
+
readonly __tsonic_iface_System_Xml_Serialization_IXmlSerializable: never;
|
|
70
|
+
|
|
69
71
|
GetSchema(): XmlSchema | undefined;
|
|
70
72
|
ReadXml(reader: XmlReader): void;
|
|
71
73
|
WriteXml(writer: XmlWriter): void;
|
|
@@ -75,6 +77,8 @@ export interface IXmlSerializable$instance {
|
|
|
75
77
|
export type IXmlSerializable = IXmlSerializable$instance;
|
|
76
78
|
|
|
77
79
|
export interface IXmlTextParser$instance {
|
|
80
|
+
readonly __tsonic_iface_System_Xml_Serialization_IXmlTextParser: never;
|
|
81
|
+
|
|
78
82
|
Normalized: boolean;
|
|
79
83
|
WhitespaceHandling: WhitespaceHandling;
|
|
80
84
|
}
|
|
@@ -362,7 +366,11 @@ export const XmlAnyElementAttribute: {
|
|
|
362
366
|
export type XmlAnyElementAttribute = XmlAnyElementAttribute$instance;
|
|
363
367
|
|
|
364
368
|
export interface XmlAnyElementAttributes$instance extends CollectionBase {
|
|
365
|
-
|
|
369
|
+
readonly __tsonic_iface_System_Collections_ICollection: never;
|
|
370
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
371
|
+
readonly __tsonic_iface_System_Collections_IList: never;
|
|
372
|
+
|
|
373
|
+
[index: number]: XmlAnyElementAttribute;
|
|
366
374
|
Add(value: unknown): int;
|
|
367
375
|
Clear(): void;
|
|
368
376
|
Contains(value: unknown): boolean;
|
|
@@ -431,7 +439,11 @@ export const XmlArrayItemAttribute: {
|
|
|
431
439
|
export type XmlArrayItemAttribute = XmlArrayItemAttribute$instance;
|
|
432
440
|
|
|
433
441
|
export interface XmlArrayItemAttributes$instance extends CollectionBase {
|
|
434
|
-
|
|
442
|
+
readonly __tsonic_iface_System_Collections_ICollection: never;
|
|
443
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
444
|
+
readonly __tsonic_iface_System_Collections_IList: never;
|
|
445
|
+
|
|
446
|
+
[index: number]: XmlArrayItemAttribute;
|
|
435
447
|
Add(value: unknown): int;
|
|
436
448
|
Clear(): void;
|
|
437
449
|
Contains(value: unknown): boolean;
|
|
@@ -580,7 +592,11 @@ export const XmlElementAttribute: {
|
|
|
580
592
|
export type XmlElementAttribute = XmlElementAttribute$instance;
|
|
581
593
|
|
|
582
594
|
export interface XmlElementAttributes$instance extends CollectionBase {
|
|
583
|
-
|
|
595
|
+
readonly __tsonic_iface_System_Collections_ICollection: never;
|
|
596
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
597
|
+
readonly __tsonic_iface_System_Collections_IList: never;
|
|
598
|
+
|
|
599
|
+
[index: number]: XmlElementAttribute;
|
|
584
600
|
Add(value: unknown): int;
|
|
585
601
|
Clear(): void;
|
|
586
602
|
Contains(value: unknown): boolean;
|
|
@@ -695,7 +711,7 @@ export type XmlMemberMapping = XmlMemberMapping$instance;
|
|
|
695
711
|
|
|
696
712
|
export interface XmlMembersMapping$instance extends XmlMapping {
|
|
697
713
|
readonly Count: int;
|
|
698
|
-
readonly
|
|
714
|
+
readonly [index: number]: XmlMemberMapping;
|
|
699
715
|
readonly TypeName: string | undefined;
|
|
700
716
|
readonly TypeNamespace: string | undefined;
|
|
701
717
|
}
|
|
@@ -796,6 +812,10 @@ export const XmlRootAttribute: {
|
|
|
796
812
|
export type XmlRootAttribute = XmlRootAttribute$instance;
|
|
797
813
|
|
|
798
814
|
export interface XmlSchemaEnumerator$instance extends IDisposable {
|
|
815
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
|
|
816
|
+
readonly __tsonic_iface_System_Collections_IEnumerator: never;
|
|
817
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
818
|
+
|
|
799
819
|
readonly Current: XmlSchema;
|
|
800
820
|
Dispose(): void;
|
|
801
821
|
MoveNext(): boolean;
|
|
@@ -870,6 +890,11 @@ export const XmlSchemaProviderAttribute: {
|
|
|
870
890
|
export type XmlSchemaProviderAttribute = XmlSchemaProviderAttribute$instance;
|
|
871
891
|
|
|
872
892
|
export interface XmlSchemas$instance extends CollectionBase {
|
|
893
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
894
|
+
readonly __tsonic_iface_System_Collections_ICollection: never;
|
|
895
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
896
|
+
readonly __tsonic_iface_System_Collections_IList: never;
|
|
897
|
+
|
|
873
898
|
readonly IsCompiled: boolean;
|
|
874
899
|
Add(schemas: XmlSchemas): void;
|
|
875
900
|
Add(value: unknown): int;
|
|
@@ -72,6 +72,8 @@ export enum XPathResultType {
|
|
|
72
72
|
|
|
73
73
|
|
|
74
74
|
export interface IXPathNavigable$instance {
|
|
75
|
+
readonly __tsonic_iface_System_Xml_XPath_IXPathNavigable: never;
|
|
76
|
+
|
|
75
77
|
CreateNavigator(): XPathNavigator;
|
|
76
78
|
}
|
|
77
79
|
|
|
@@ -79,6 +81,8 @@ export interface IXPathNavigable$instance {
|
|
|
79
81
|
export type IXPathNavigable = IXPathNavigable$instance;
|
|
80
82
|
|
|
81
83
|
export interface XPathDocument$instance {
|
|
84
|
+
readonly __tsonic_iface_System_Xml_XPath_IXPathNavigable: never;
|
|
85
|
+
|
|
82
86
|
CreateNavigator(): XPathNavigator;
|
|
83
87
|
}
|
|
84
88
|
|
|
@@ -103,6 +107,8 @@ export type XPathDocument = XPathDocument$instance & __XPathDocument$views;
|
|
|
103
107
|
|
|
104
108
|
|
|
105
109
|
export interface XPathException$instance extends SystemException {
|
|
110
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
111
|
+
|
|
106
112
|
readonly Message: string;
|
|
107
113
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
108
114
|
}
|
|
@@ -164,6 +170,10 @@ export const XPathItem: (abstract new() => XPathItem) & {
|
|
|
164
170
|
export type XPathItem = XPathItem$instance;
|
|
165
171
|
|
|
166
172
|
export interface XPathNavigator$instance extends XPathItem {
|
|
173
|
+
readonly __tsonic_iface_System_ICloneable: never;
|
|
174
|
+
readonly __tsonic_iface_System_Xml_IXmlNamespaceResolver: never;
|
|
175
|
+
readonly __tsonic_iface_System_Xml_XPath_IXPathNavigable: never;
|
|
176
|
+
|
|
167
177
|
readonly BaseURI: string;
|
|
168
178
|
readonly CanEdit: boolean;
|
|
169
179
|
readonly HasAttributes: boolean;
|
|
@@ -298,6 +308,9 @@ export type XPathNavigator = XPathNavigator$instance & __XPathNavigator$views;
|
|
|
298
308
|
|
|
299
309
|
|
|
300
310
|
export interface XPathNodeIterator$instance {
|
|
311
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
312
|
+
readonly __tsonic_iface_System_ICloneable: never;
|
|
313
|
+
|
|
301
314
|
readonly Count: int;
|
|
302
315
|
readonly Current: XPathNavigator | undefined;
|
|
303
316
|
readonly CurrentPosition: int;
|
|
@@ -316,8 +329,6 @@ export interface __XPathNodeIterator$views {
|
|
|
316
329
|
As_ICloneable(): System_Internal.ICloneable$instance;
|
|
317
330
|
}
|
|
318
331
|
|
|
319
|
-
export interface XPathNodeIterator$instance extends System_Collections_Internal.IEnumerable$instance {}
|
|
320
|
-
|
|
321
332
|
export type XPathNodeIterator = XPathNodeIterator$instance & __XPathNodeIterator$views;
|
|
322
333
|
|
|
323
334
|
|
|
@@ -23,6 +23,8 @@ export type XsltMessageEncounteredEventHandler = (sender: unknown, e: XsltMessag
|
|
|
23
23
|
|
|
24
24
|
|
|
25
25
|
export interface IXsltContextFunction$instance {
|
|
26
|
+
readonly __tsonic_iface_System_Xml_Xsl_IXsltContextFunction: never;
|
|
27
|
+
|
|
26
28
|
readonly Minargs: int;
|
|
27
29
|
readonly Maxargs: int;
|
|
28
30
|
readonly ReturnType: XPathResultType;
|
|
@@ -34,6 +36,8 @@ export interface IXsltContextFunction$instance {
|
|
|
34
36
|
export type IXsltContextFunction = IXsltContextFunction$instance;
|
|
35
37
|
|
|
36
38
|
export interface IXsltContextVariable$instance {
|
|
39
|
+
readonly __tsonic_iface_System_Xml_Xsl_IXsltContextVariable: never;
|
|
40
|
+
|
|
37
41
|
readonly IsLocal: boolean;
|
|
38
42
|
readonly IsParam: boolean;
|
|
39
43
|
readonly VariableType: XPathResultType;
|
|
@@ -99,6 +103,8 @@ export const XsltArgumentList: {
|
|
|
99
103
|
export type XsltArgumentList = XsltArgumentList$instance;
|
|
100
104
|
|
|
101
105
|
export interface XsltCompileException$instance extends XsltException$instance {
|
|
106
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
107
|
+
|
|
102
108
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
103
109
|
}
|
|
104
110
|
|
|
@@ -119,6 +125,9 @@ export type XsltCompileException = XsltCompileException$instance & __XsltCompile
|
|
|
119
125
|
|
|
120
126
|
|
|
121
127
|
export interface XsltContext$instance extends XmlNamespaceManager {
|
|
128
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
129
|
+
readonly __tsonic_iface_System_Xml_IXmlNamespaceResolver: never;
|
|
130
|
+
|
|
122
131
|
readonly Whitespace: boolean;
|
|
123
132
|
CompareDocument(baseUri: string, nextbaseUri: string): int;
|
|
124
133
|
GetEnumerator(): IEnumerator;
|
|
@@ -143,6 +152,8 @@ export type XsltContext = XsltContext$instance & __XsltContext$views;
|
|
|
143
152
|
|
|
144
153
|
|
|
145
154
|
export interface XsltException$instance extends SystemException {
|
|
155
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
156
|
+
|
|
146
157
|
readonly LineNumber: int;
|
|
147
158
|
readonly LinePosition: int;
|
|
148
159
|
readonly Message: string;
|
|
@@ -611,6 +611,13 @@ export const XmlQueryContext: {
|
|
|
611
611
|
export type XmlQueryContext = XmlQueryContext$instance;
|
|
612
612
|
|
|
613
613
|
export interface XmlQueryItemSequence$instance extends XmlQuerySequence_1$instance<XPathItem> {
|
|
614
|
+
readonly __tsonic_iface_System_Collections_Generic_ICollection_1: never;
|
|
615
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
616
|
+
readonly __tsonic_iface_System_Collections_Generic_IList_1: never;
|
|
617
|
+
readonly __tsonic_iface_System_Collections_ICollection: never;
|
|
618
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
619
|
+
readonly __tsonic_iface_System_Collections_IList: never;
|
|
620
|
+
|
|
614
621
|
Add(value: XPathItem): void;
|
|
615
622
|
Add(value: unknown): int;
|
|
616
623
|
AddClone(item: XPathItem): void;
|
|
@@ -650,6 +657,13 @@ export type XmlQueryItemSequence = XmlQueryItemSequence$instance & __XmlQueryIte
|
|
|
650
657
|
|
|
651
658
|
|
|
652
659
|
export interface XmlQueryNodeSequence$instance extends XmlQuerySequence_1$instance<XPathNavigator> {
|
|
660
|
+
readonly __tsonic_iface_System_Collections_Generic_ICollection_1: never;
|
|
661
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
662
|
+
readonly __tsonic_iface_System_Collections_Generic_IList_1: never;
|
|
663
|
+
readonly __tsonic_iface_System_Collections_ICollection: never;
|
|
664
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
665
|
+
readonly __tsonic_iface_System_Collections_IList: never;
|
|
666
|
+
|
|
653
667
|
IsDocOrderDistinct: boolean;
|
|
654
668
|
Add(value: XPathNavigator): void;
|
|
655
669
|
Add(value: unknown): int;
|
|
@@ -694,6 +708,9 @@ export type XmlQueryNodeSequence = XmlQueryNodeSequence$instance & __XmlQueryNod
|
|
|
694
708
|
|
|
695
709
|
|
|
696
710
|
export interface XmlQueryOutput$instance extends XmlWriter {
|
|
711
|
+
readonly __tsonic_iface_System_IAsyncDisposable: never;
|
|
712
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
713
|
+
|
|
697
714
|
readonly WriteState: WriteState;
|
|
698
715
|
readonly XmlLang: string | string | undefined;
|
|
699
716
|
readonly XmlSpace: XmlSpace;
|
|
@@ -834,8 +851,15 @@ export const XmlQueryRuntime: {
|
|
|
834
851
|
export type XmlQueryRuntime = XmlQueryRuntime$instance;
|
|
835
852
|
|
|
836
853
|
export interface XmlQuerySequence_1$instance<T> {
|
|
854
|
+
readonly __tsonic_iface_System_Collections_Generic_ICollection_1: never;
|
|
855
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
856
|
+
readonly __tsonic_iface_System_Collections_Generic_IList_1: never;
|
|
857
|
+
readonly __tsonic_iface_System_Collections_ICollection: never;
|
|
858
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
859
|
+
readonly __tsonic_iface_System_Collections_IList: never;
|
|
860
|
+
|
|
837
861
|
readonly Count: int;
|
|
838
|
-
|
|
862
|
+
[index: number]: T;
|
|
839
863
|
Add(value: T): void;
|
|
840
864
|
Clear(): void;
|
|
841
865
|
Contains(value: T): boolean;
|