@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
|
@@ -75,6 +75,8 @@ export type TransactionStartedEventHandler = (sender: unknown, e: TransactionEve
|
|
|
75
75
|
|
|
76
76
|
|
|
77
77
|
export interface IDtcTransaction$instance {
|
|
78
|
+
readonly __tsonic_iface_System_Transactions_IDtcTransaction: never;
|
|
79
|
+
|
|
78
80
|
Abort(reason: nint, retaining: int, async: int): void;
|
|
79
81
|
Commit(retaining: int, commitType: int, reserved: int): void;
|
|
80
82
|
GetTransactionInfo(transactionInformation: nint): void;
|
|
@@ -84,6 +86,8 @@ export interface IDtcTransaction$instance {
|
|
|
84
86
|
export type IDtcTransaction = IDtcTransaction$instance;
|
|
85
87
|
|
|
86
88
|
export interface IEnlistmentNotification$instance {
|
|
89
|
+
readonly __tsonic_iface_System_Transactions_IEnlistmentNotification: never;
|
|
90
|
+
|
|
87
91
|
Commit(enlistment: Enlistment): void;
|
|
88
92
|
Prepare(preparingEnlistment: PreparingEnlistment): void;
|
|
89
93
|
}
|
|
@@ -92,6 +96,8 @@ export interface IEnlistmentNotification$instance {
|
|
|
92
96
|
export type IEnlistmentNotification = IEnlistmentNotification$instance;
|
|
93
97
|
|
|
94
98
|
export interface IPromotableSinglePhaseNotification$instance extends ITransactionPromoter {
|
|
99
|
+
readonly __tsonic_iface_System_Transactions_IPromotableSinglePhaseNotification: never;
|
|
100
|
+
|
|
95
101
|
Initialize(): void;
|
|
96
102
|
Promote(): byte[] | undefined;
|
|
97
103
|
SinglePhaseCommit(singlePhaseEnlistment: SinglePhaseEnlistment): void;
|
|
@@ -103,6 +109,8 @@ export interface IPromotableSinglePhaseNotification$instance extends ITransactio
|
|
|
103
109
|
export type IPromotableSinglePhaseNotification = IPromotableSinglePhaseNotification$instance;
|
|
104
110
|
|
|
105
111
|
export interface ISimpleTransactionSuperior$instance extends ITransactionPromoter {
|
|
112
|
+
readonly __tsonic_iface_System_Transactions_ISimpleTransactionSuperior: never;
|
|
113
|
+
|
|
106
114
|
Promote(): byte[] | undefined;
|
|
107
115
|
Rollback(): void;
|
|
108
116
|
}
|
|
@@ -113,6 +121,8 @@ export interface ISimpleTransactionSuperior$instance extends ITransactionPromote
|
|
|
113
121
|
export type ISimpleTransactionSuperior = ISimpleTransactionSuperior$instance;
|
|
114
122
|
|
|
115
123
|
export interface ISinglePhaseNotification$instance extends IEnlistmentNotification {
|
|
124
|
+
readonly __tsonic_iface_System_Transactions_ISinglePhaseNotification: never;
|
|
125
|
+
|
|
116
126
|
Commit(enlistment: Enlistment): void;
|
|
117
127
|
Prepare(preparingEnlistment: PreparingEnlistment): void;
|
|
118
128
|
SinglePhaseCommit(singlePhaseEnlistment: SinglePhaseEnlistment): void;
|
|
@@ -124,6 +134,8 @@ export interface ISinglePhaseNotification$instance extends IEnlistmentNotificati
|
|
|
124
134
|
export type ISinglePhaseNotification = ISinglePhaseNotification$instance;
|
|
125
135
|
|
|
126
136
|
export interface ITransactionPromoter$instance {
|
|
137
|
+
readonly __tsonic_iface_System_Transactions_ITransactionPromoter: never;
|
|
138
|
+
|
|
127
139
|
Promote(): byte[] | undefined;
|
|
128
140
|
}
|
|
129
141
|
|
|
@@ -131,6 +143,8 @@ export interface ITransactionPromoter$instance {
|
|
|
131
143
|
export type ITransactionPromoter = ITransactionPromoter$instance;
|
|
132
144
|
|
|
133
145
|
export interface TransactionOptions$instance {
|
|
146
|
+
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
147
|
+
|
|
134
148
|
IsolationLevel: IsolationLevel;
|
|
135
149
|
Timeout: TimeSpan;
|
|
136
150
|
Equals(obj: unknown): boolean;
|
|
@@ -155,6 +169,10 @@ export type TransactionOptions = TransactionOptions$instance & __TransactionOpti
|
|
|
155
169
|
|
|
156
170
|
|
|
157
171
|
export interface CommittableTransaction$instance extends Transaction$instance {
|
|
172
|
+
readonly __tsonic_iface_System_IAsyncResult: never;
|
|
173
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
174
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
175
|
+
|
|
158
176
|
BeginCommit(asyncCallback: AsyncCallback, asyncState: unknown): IAsyncResult;
|
|
159
177
|
Commit(): void;
|
|
160
178
|
Dispose(): void;
|
|
@@ -182,6 +200,9 @@ export type CommittableTransaction = CommittableTransaction$instance & __Committ
|
|
|
182
200
|
|
|
183
201
|
|
|
184
202
|
export interface DependentTransaction$instance extends Transaction$instance {
|
|
203
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
204
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
205
|
+
|
|
185
206
|
Complete(): void;
|
|
186
207
|
Dispose(): void;
|
|
187
208
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
@@ -243,6 +264,9 @@ export const SinglePhaseEnlistment: {
|
|
|
243
264
|
export type SinglePhaseEnlistment = SinglePhaseEnlistment$instance;
|
|
244
265
|
|
|
245
266
|
export interface SubordinateTransaction$instance extends Transaction$instance {
|
|
267
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
268
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
269
|
+
|
|
246
270
|
Dispose(): void;
|
|
247
271
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
248
272
|
}
|
|
@@ -264,6 +288,9 @@ export type SubordinateTransaction = SubordinateTransaction$instance & __Subordi
|
|
|
264
288
|
|
|
265
289
|
|
|
266
290
|
export interface Transaction$instance {
|
|
291
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
292
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
293
|
+
|
|
267
294
|
readonly IsolationLevel: IsolationLevel;
|
|
268
295
|
readonly PromoterType: Guid;
|
|
269
296
|
readonly TransactionInformation: TransactionInformation;
|
|
@@ -303,6 +330,8 @@ export type Transaction = Transaction$instance & __Transaction$views;
|
|
|
303
330
|
|
|
304
331
|
|
|
305
332
|
export interface TransactionAbortedException$instance extends TransactionException$instance {
|
|
333
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
334
|
+
|
|
306
335
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
307
336
|
}
|
|
308
337
|
|
|
@@ -334,6 +363,8 @@ export const TransactionEventArgs: {
|
|
|
334
363
|
export type TransactionEventArgs = TransactionEventArgs$instance;
|
|
335
364
|
|
|
336
365
|
export interface TransactionException$instance extends SystemException {
|
|
366
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
367
|
+
|
|
337
368
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
338
369
|
}
|
|
339
370
|
|
|
@@ -353,6 +384,8 @@ export type TransactionException = TransactionException$instance & __Transaction
|
|
|
353
384
|
|
|
354
385
|
|
|
355
386
|
export interface TransactionInDoubtException$instance extends TransactionException$instance {
|
|
387
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
388
|
+
|
|
356
389
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
357
390
|
}
|
|
358
391
|
|
|
@@ -386,6 +419,8 @@ export const TransactionInformation: {
|
|
|
386
419
|
export type TransactionInformation = TransactionInformation$instance;
|
|
387
420
|
|
|
388
421
|
export interface TransactionManagerCommunicationException$instance extends TransactionException$instance {
|
|
422
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
423
|
+
|
|
389
424
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
390
425
|
}
|
|
391
426
|
|
|
@@ -405,6 +440,8 @@ export type TransactionManagerCommunicationException = TransactionManagerCommuni
|
|
|
405
440
|
|
|
406
441
|
|
|
407
442
|
export interface TransactionPromotionException$instance extends TransactionException$instance {
|
|
443
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
444
|
+
|
|
408
445
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
409
446
|
}
|
|
410
447
|
|
|
@@ -424,6 +461,8 @@ export type TransactionPromotionException = TransactionPromotionException$instan
|
|
|
424
461
|
|
|
425
462
|
|
|
426
463
|
export interface TransactionScope$instance {
|
|
464
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
465
|
+
|
|
427
466
|
Complete(): void;
|
|
428
467
|
Dispose(): void;
|
|
429
468
|
}
|
|
@@ -13,6 +13,8 @@ import * as System_Internal from "../../System/internal/index.js";
|
|
|
13
13
|
import type { Boolean as ClrBoolean, Byte, Int32, Object as ClrObject, String as ClrString, Type, Void } from "../../System/internal/index.js";
|
|
14
14
|
|
|
15
15
|
export interface IHtmlString$instance {
|
|
16
|
+
readonly __tsonic_iface_System_Web_IHtmlString: never;
|
|
17
|
+
|
|
16
18
|
ToHtmlString(): string | undefined;
|
|
17
19
|
}
|
|
18
20
|
|
|
@@ -10,6 +10,8 @@ import * as System_Internal from "../../System/internal/index.js";
|
|
|
10
10
|
import type { Boolean as ClrBoolean, EventHandler, Object as ClrObject, Void } from "../../System/internal/index.js";
|
|
11
11
|
|
|
12
12
|
export interface ICommand$instance {
|
|
13
|
+
readonly __tsonic_iface_System_Windows_Input_ICommand: never;
|
|
14
|
+
|
|
13
15
|
CanExecute(parameter: unknown): boolean;
|
|
14
16
|
Execute(parameter: unknown): void;
|
|
15
17
|
}
|
|
@@ -202,6 +202,8 @@ export type XmlNodeChangedEventHandler = (sender: unknown, e: XmlNodeChangedEven
|
|
|
202
202
|
|
|
203
203
|
|
|
204
204
|
export interface IApplicationResourceStreamResolver$instance {
|
|
205
|
+
readonly __tsonic_iface_System_Xml_IApplicationResourceStreamResolver: never;
|
|
206
|
+
|
|
205
207
|
GetApplicationResourceStream(relativeUri: Uri): Stream;
|
|
206
208
|
}
|
|
207
209
|
|
|
@@ -209,6 +211,8 @@ export interface IApplicationResourceStreamResolver$instance {
|
|
|
209
211
|
export type IApplicationResourceStreamResolver = IApplicationResourceStreamResolver$instance;
|
|
210
212
|
|
|
211
213
|
export interface IFragmentCapableXmlDictionaryWriter$instance {
|
|
214
|
+
readonly __tsonic_iface_System_Xml_IFragmentCapableXmlDictionaryWriter: never;
|
|
215
|
+
|
|
212
216
|
readonly CanFragment: boolean;
|
|
213
217
|
EndFragment(): void;
|
|
214
218
|
StartFragment(stream: Stream, generateSelfContainedTextFragment: boolean): void;
|
|
@@ -219,6 +223,8 @@ export interface IFragmentCapableXmlDictionaryWriter$instance {
|
|
|
219
223
|
export type IFragmentCapableXmlDictionaryWriter = IFragmentCapableXmlDictionaryWriter$instance;
|
|
220
224
|
|
|
221
225
|
export interface IHasXmlNode$instance {
|
|
226
|
+
readonly __tsonic_iface_System_Xml_IHasXmlNode: never;
|
|
227
|
+
|
|
222
228
|
GetNode(): XmlNode;
|
|
223
229
|
}
|
|
224
230
|
|
|
@@ -226,6 +232,8 @@ export interface IHasXmlNode$instance {
|
|
|
226
232
|
export type IHasXmlNode = IHasXmlNode$instance;
|
|
227
233
|
|
|
228
234
|
export interface IStreamProvider$instance {
|
|
235
|
+
readonly __tsonic_iface_System_Xml_IStreamProvider: never;
|
|
236
|
+
|
|
229
237
|
GetStream(): Stream;
|
|
230
238
|
ReleaseStream(stream: Stream): void;
|
|
231
239
|
}
|
|
@@ -234,6 +242,8 @@ export interface IStreamProvider$instance {
|
|
|
234
242
|
export type IStreamProvider = IStreamProvider$instance;
|
|
235
243
|
|
|
236
244
|
export interface IXmlBinaryReaderInitializer$instance {
|
|
245
|
+
readonly __tsonic_iface_System_Xml_IXmlBinaryReaderInitializer: never;
|
|
246
|
+
|
|
237
247
|
SetInput(buffer: byte[], offset: int, count: int, dictionary: IXmlDictionary, quotas: XmlDictionaryReaderQuotas, session: XmlBinaryReaderSession, onClose: OnXmlDictionaryReaderClose): void;
|
|
238
248
|
SetInput(stream: Stream, dictionary: IXmlDictionary, quotas: XmlDictionaryReaderQuotas, session: XmlBinaryReaderSession, onClose: OnXmlDictionaryReaderClose): void;
|
|
239
249
|
}
|
|
@@ -242,6 +252,8 @@ export interface IXmlBinaryReaderInitializer$instance {
|
|
|
242
252
|
export type IXmlBinaryReaderInitializer = IXmlBinaryReaderInitializer$instance;
|
|
243
253
|
|
|
244
254
|
export interface IXmlBinaryWriterInitializer$instance {
|
|
255
|
+
readonly __tsonic_iface_System_Xml_IXmlBinaryWriterInitializer: never;
|
|
256
|
+
|
|
245
257
|
SetOutput(stream: Stream, dictionary: IXmlDictionary, session: XmlBinaryWriterSession, ownsStream: boolean): void;
|
|
246
258
|
}
|
|
247
259
|
|
|
@@ -249,6 +261,8 @@ export interface IXmlBinaryWriterInitializer$instance {
|
|
|
249
261
|
export type IXmlBinaryWriterInitializer = IXmlBinaryWriterInitializer$instance;
|
|
250
262
|
|
|
251
263
|
export interface IXmlDictionary$instance {
|
|
264
|
+
readonly __tsonic_iface_System_Xml_IXmlDictionary: never;
|
|
265
|
+
|
|
252
266
|
TryLookup(key: int, result: XmlDictionaryString): boolean;
|
|
253
267
|
TryLookup(value: string, result: XmlDictionaryString): boolean;
|
|
254
268
|
TryLookup(value: XmlDictionaryString, result: XmlDictionaryString): boolean;
|
|
@@ -258,6 +272,8 @@ export interface IXmlDictionary$instance {
|
|
|
258
272
|
export type IXmlDictionary = IXmlDictionary$instance;
|
|
259
273
|
|
|
260
274
|
export interface IXmlLineInfo$instance {
|
|
275
|
+
readonly __tsonic_iface_System_Xml_IXmlLineInfo: never;
|
|
276
|
+
|
|
261
277
|
readonly LineNumber: int;
|
|
262
278
|
readonly LinePosition: int;
|
|
263
279
|
HasLineInfo(): boolean;
|
|
@@ -267,6 +283,8 @@ export interface IXmlLineInfo$instance {
|
|
|
267
283
|
export type IXmlLineInfo = IXmlLineInfo$instance;
|
|
268
284
|
|
|
269
285
|
export interface IXmlNamespaceResolver$instance {
|
|
286
|
+
readonly __tsonic_iface_System_Xml_IXmlNamespaceResolver: never;
|
|
287
|
+
|
|
270
288
|
GetNamespacesInScope(scope: XmlNamespaceScope): IDictionary_2<System_Internal.String, System_Internal.String>;
|
|
271
289
|
LookupNamespace(prefix: string): string | undefined;
|
|
272
290
|
}
|
|
@@ -275,6 +293,8 @@ export interface IXmlNamespaceResolver$instance {
|
|
|
275
293
|
export type IXmlNamespaceResolver = IXmlNamespaceResolver$instance;
|
|
276
294
|
|
|
277
295
|
export interface IXmlTextReaderInitializer$instance {
|
|
296
|
+
readonly __tsonic_iface_System_Xml_IXmlTextReaderInitializer: never;
|
|
297
|
+
|
|
278
298
|
SetInput(buffer: byte[], offset: int, count: int, encoding: Encoding, quotas: XmlDictionaryReaderQuotas, onClose: OnXmlDictionaryReaderClose): void;
|
|
279
299
|
SetInput(stream: Stream, encoding: Encoding, quotas: XmlDictionaryReaderQuotas, onClose: OnXmlDictionaryReaderClose): void;
|
|
280
300
|
}
|
|
@@ -283,6 +303,8 @@ export interface IXmlTextReaderInitializer$instance {
|
|
|
283
303
|
export type IXmlTextReaderInitializer = IXmlTextReaderInitializer$instance;
|
|
284
304
|
|
|
285
305
|
export interface IXmlTextWriterInitializer$instance {
|
|
306
|
+
readonly __tsonic_iface_System_Xml_IXmlTextWriterInitializer: never;
|
|
307
|
+
|
|
286
308
|
SetOutput(stream: Stream, encoding: Encoding, ownsStream: boolean): void;
|
|
287
309
|
}
|
|
288
310
|
|
|
@@ -329,6 +351,10 @@ export const UniqueId: {
|
|
|
329
351
|
export type UniqueId = UniqueId$instance;
|
|
330
352
|
|
|
331
353
|
export interface XmlAttribute$instance extends XmlNode$instance {
|
|
354
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
355
|
+
readonly __tsonic_iface_System_ICloneable: never;
|
|
356
|
+
readonly __tsonic_iface_System_Xml_XPath_IXPathNavigable: never;
|
|
357
|
+
|
|
332
358
|
readonly BaseURI: string;
|
|
333
359
|
InnerText: string;
|
|
334
360
|
InnerXml: string;
|
|
@@ -373,6 +399,9 @@ export type XmlAttribute = XmlAttribute$instance & __XmlAttribute$views;
|
|
|
373
399
|
|
|
374
400
|
|
|
375
401
|
export interface XmlAttributeCollection$instance extends XmlNamedNodeMap$instance {
|
|
402
|
+
readonly __tsonic_iface_System_Collections_ICollection: never;
|
|
403
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
404
|
+
|
|
376
405
|
Append(node: XmlAttribute): XmlAttribute;
|
|
377
406
|
CopyTo(array: XmlAttribute[], index: int): void;
|
|
378
407
|
get_Item(i: int): XmlAttribute;
|
|
@@ -402,6 +431,8 @@ export type XmlAttributeCollection = XmlAttributeCollection$instance & __XmlAttr
|
|
|
402
431
|
|
|
403
432
|
|
|
404
433
|
export interface XmlBinaryReaderSession$instance {
|
|
434
|
+
readonly __tsonic_iface_System_Xml_IXmlDictionary: never;
|
|
435
|
+
|
|
405
436
|
Add(id: int, value: string): XmlDictionaryString;
|
|
406
437
|
Clear(): void;
|
|
407
438
|
TryLookup(key: int, result: XmlDictionaryString): boolean;
|
|
@@ -436,6 +467,10 @@ export const XmlBinaryWriterSession: {
|
|
|
436
467
|
export type XmlBinaryWriterSession = XmlBinaryWriterSession$instance;
|
|
437
468
|
|
|
438
469
|
export interface XmlCDataSection$instance extends XmlCharacterData$instance {
|
|
470
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
471
|
+
readonly __tsonic_iface_System_ICloneable: never;
|
|
472
|
+
readonly __tsonic_iface_System_Xml_XPath_IXPathNavigable: never;
|
|
473
|
+
|
|
439
474
|
readonly LocalName: string;
|
|
440
475
|
readonly Name: string;
|
|
441
476
|
readonly NodeType: XmlNodeType;
|
|
@@ -465,6 +500,10 @@ export type XmlCDataSection = XmlCDataSection$instance & __XmlCDataSection$views
|
|
|
465
500
|
|
|
466
501
|
|
|
467
502
|
export interface XmlCharacterData$instance extends XmlLinkedNode$instance {
|
|
503
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
504
|
+
readonly __tsonic_iface_System_ICloneable: never;
|
|
505
|
+
readonly __tsonic_iface_System_Xml_XPath_IXPathNavigable: never;
|
|
506
|
+
|
|
468
507
|
Data: string;
|
|
469
508
|
InnerText: string;
|
|
470
509
|
readonly Length: int;
|
|
@@ -496,6 +535,10 @@ export type XmlCharacterData = XmlCharacterData$instance & __XmlCharacterData$vi
|
|
|
496
535
|
|
|
497
536
|
|
|
498
537
|
export interface XmlComment$instance extends XmlCharacterData$instance {
|
|
538
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
539
|
+
readonly __tsonic_iface_System_ICloneable: never;
|
|
540
|
+
readonly __tsonic_iface_System_Xml_XPath_IXPathNavigable: never;
|
|
541
|
+
|
|
499
542
|
readonly LocalName: string;
|
|
500
543
|
readonly Name: string;
|
|
501
544
|
readonly NodeType: XmlNodeType;
|
|
@@ -593,6 +636,10 @@ export const XmlConvert: {
|
|
|
593
636
|
export type XmlConvert = XmlConvert$instance;
|
|
594
637
|
|
|
595
638
|
export interface XmlDataDocument$instance extends XmlDocument$instance {
|
|
639
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
640
|
+
readonly __tsonic_iface_System_ICloneable: never;
|
|
641
|
+
readonly __tsonic_iface_System_Xml_XPath_IXPathNavigable: never;
|
|
642
|
+
|
|
596
643
|
readonly DataSet: DataSet;
|
|
597
644
|
Clone(): unknown;
|
|
598
645
|
Clone(): XmlNode;
|
|
@@ -632,6 +679,10 @@ export type XmlDataDocument = XmlDataDocument$instance & __XmlDataDocument$views
|
|
|
632
679
|
|
|
633
680
|
|
|
634
681
|
export interface XmlDeclaration$instance extends XmlLinkedNode$instance {
|
|
682
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
683
|
+
readonly __tsonic_iface_System_ICloneable: never;
|
|
684
|
+
readonly __tsonic_iface_System_Xml_XPath_IXPathNavigable: never;
|
|
685
|
+
|
|
635
686
|
Encoding: string;
|
|
636
687
|
InnerText: string;
|
|
637
688
|
readonly LocalName: string;
|
|
@@ -665,6 +716,8 @@ export type XmlDeclaration = XmlDeclaration$instance & __XmlDeclaration$views;
|
|
|
665
716
|
|
|
666
717
|
|
|
667
718
|
export interface XmlDictionary$instance {
|
|
719
|
+
readonly __tsonic_iface_System_Xml_IXmlDictionary: never;
|
|
720
|
+
|
|
668
721
|
Add(value: string): XmlDictionaryString;
|
|
669
722
|
TryLookup(value: string, result: XmlDictionaryString): boolean;
|
|
670
723
|
TryLookup(key: int, result: XmlDictionaryString): boolean;
|
|
@@ -687,6 +740,8 @@ export type XmlDictionary = XmlDictionary$instance & __XmlDictionary$views;
|
|
|
687
740
|
|
|
688
741
|
|
|
689
742
|
export interface XmlDictionaryReader$instance extends XmlReader$instance {
|
|
743
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
744
|
+
|
|
690
745
|
readonly CanCanonicalize: boolean;
|
|
691
746
|
readonly Quotas: XmlDictionaryReaderQuotas;
|
|
692
747
|
Dispose(): void;
|
|
@@ -871,6 +926,9 @@ export const XmlDictionaryString: {
|
|
|
871
926
|
export type XmlDictionaryString = XmlDictionaryString$instance;
|
|
872
927
|
|
|
873
928
|
export interface XmlDictionaryWriter$instance extends XmlWriter$instance {
|
|
929
|
+
readonly __tsonic_iface_System_IAsyncDisposable: never;
|
|
930
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
931
|
+
|
|
874
932
|
readonly CanCanonicalize: boolean;
|
|
875
933
|
Close(): void;
|
|
876
934
|
Dispose(disposing: boolean): void;
|
|
@@ -961,6 +1019,10 @@ export type XmlDictionaryWriter = XmlDictionaryWriter$instance & __XmlDictionary
|
|
|
961
1019
|
|
|
962
1020
|
|
|
963
1021
|
export interface XmlDocument$instance extends XmlNode$instance {
|
|
1022
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
1023
|
+
readonly __tsonic_iface_System_ICloneable: never;
|
|
1024
|
+
readonly __tsonic_iface_System_Xml_XPath_IXPathNavigable: never;
|
|
1025
|
+
|
|
964
1026
|
readonly BaseURI: string;
|
|
965
1027
|
readonly DocumentElement: XmlElement | undefined;
|
|
966
1028
|
readonly DocumentType: XmlDocumentType | undefined;
|
|
@@ -1040,6 +1102,10 @@ export type XmlDocument = XmlDocument$instance & __XmlDocument$views;
|
|
|
1040
1102
|
|
|
1041
1103
|
|
|
1042
1104
|
export interface XmlDocumentFragment$instance extends XmlNode$instance {
|
|
1105
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
1106
|
+
readonly __tsonic_iface_System_ICloneable: never;
|
|
1107
|
+
readonly __tsonic_iface_System_Xml_XPath_IXPathNavigable: never;
|
|
1108
|
+
|
|
1043
1109
|
InnerXml: string;
|
|
1044
1110
|
readonly LocalName: string;
|
|
1045
1111
|
readonly Name: string;
|
|
@@ -1070,6 +1136,10 @@ export type XmlDocumentFragment = XmlDocumentFragment$instance & __XmlDocumentFr
|
|
|
1070
1136
|
|
|
1071
1137
|
|
|
1072
1138
|
export interface XmlDocumentType$instance extends XmlLinkedNode$instance {
|
|
1139
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
1140
|
+
readonly __tsonic_iface_System_ICloneable: never;
|
|
1141
|
+
readonly __tsonic_iface_System_Xml_XPath_IXPathNavigable: never;
|
|
1142
|
+
|
|
1073
1143
|
readonly Entities: XmlNamedNodeMap;
|
|
1074
1144
|
readonly InternalSubset: string | undefined;
|
|
1075
1145
|
readonly IsReadOnly: boolean;
|
|
@@ -1103,6 +1173,10 @@ export type XmlDocumentType = XmlDocumentType$instance & __XmlDocumentType$views
|
|
|
1103
1173
|
|
|
1104
1174
|
|
|
1105
1175
|
export interface XmlElement$instance extends XmlLinkedNode$instance {
|
|
1176
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
1177
|
+
readonly __tsonic_iface_System_ICloneable: never;
|
|
1178
|
+
readonly __tsonic_iface_System_Xml_XPath_IXPathNavigable: never;
|
|
1179
|
+
|
|
1106
1180
|
readonly Attributes: XmlAttributeCollection | XmlAttributeCollection | undefined;
|
|
1107
1181
|
readonly HasAttributes: boolean;
|
|
1108
1182
|
InnerText: string;
|
|
@@ -1160,6 +1234,10 @@ export type XmlElement = XmlElement$instance & __XmlElement$views;
|
|
|
1160
1234
|
|
|
1161
1235
|
|
|
1162
1236
|
export interface XmlEntity$instance extends XmlNode$instance {
|
|
1237
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
1238
|
+
readonly __tsonic_iface_System_ICloneable: never;
|
|
1239
|
+
readonly __tsonic_iface_System_Xml_XPath_IXPathNavigable: never;
|
|
1240
|
+
|
|
1163
1241
|
readonly BaseURI: string;
|
|
1164
1242
|
InnerText: string;
|
|
1165
1243
|
InnerXml: string;
|
|
@@ -1195,6 +1273,10 @@ export type XmlEntity = XmlEntity$instance & __XmlEntity$views;
|
|
|
1195
1273
|
|
|
1196
1274
|
|
|
1197
1275
|
export interface XmlEntityReference$instance extends XmlLinkedNode$instance {
|
|
1276
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
1277
|
+
readonly __tsonic_iface_System_ICloneable: never;
|
|
1278
|
+
readonly __tsonic_iface_System_Xml_XPath_IXPathNavigable: never;
|
|
1279
|
+
|
|
1198
1280
|
readonly BaseURI: string;
|
|
1199
1281
|
readonly IsReadOnly: boolean;
|
|
1200
1282
|
readonly LocalName: string;
|
|
@@ -1226,6 +1308,8 @@ export type XmlEntityReference = XmlEntityReference$instance & __XmlEntityRefere
|
|
|
1226
1308
|
|
|
1227
1309
|
|
|
1228
1310
|
export interface XmlException$instance extends SystemException {
|
|
1311
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
1312
|
+
|
|
1229
1313
|
readonly LineNumber: int;
|
|
1230
1314
|
readonly LinePosition: int;
|
|
1231
1315
|
readonly Message: string;
|
|
@@ -1264,6 +1348,10 @@ export const XmlImplementation: {
|
|
|
1264
1348
|
export type XmlImplementation = XmlImplementation$instance;
|
|
1265
1349
|
|
|
1266
1350
|
export interface XmlLinkedNode$instance extends XmlNode$instance {
|
|
1351
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
1352
|
+
readonly __tsonic_iface_System_ICloneable: never;
|
|
1353
|
+
readonly __tsonic_iface_System_Xml_XPath_IXPathNavigable: never;
|
|
1354
|
+
|
|
1267
1355
|
readonly NextSibling: XmlNode | undefined;
|
|
1268
1356
|
readonly PreviousSibling: XmlNode | undefined;
|
|
1269
1357
|
Clone(): XmlNode;
|
|
@@ -1287,6 +1375,8 @@ export type XmlLinkedNode = XmlLinkedNode$instance & __XmlLinkedNode$views;
|
|
|
1287
1375
|
|
|
1288
1376
|
|
|
1289
1377
|
export interface XmlNamedNodeMap$instance {
|
|
1378
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
1379
|
+
|
|
1290
1380
|
readonly Count: int;
|
|
1291
1381
|
GetEnumerator(): IEnumerator;
|
|
1292
1382
|
GetNamedItem(name: string): XmlNode | undefined;
|
|
@@ -1306,12 +1396,13 @@ export interface __XmlNamedNodeMap$views {
|
|
|
1306
1396
|
As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
|
|
1307
1397
|
}
|
|
1308
1398
|
|
|
1309
|
-
export interface XmlNamedNodeMap$instance extends System_Collections_Internal.IEnumerable$instance {}
|
|
1310
|
-
|
|
1311
1399
|
export type XmlNamedNodeMap = XmlNamedNodeMap$instance & __XmlNamedNodeMap$views;
|
|
1312
1400
|
|
|
1313
1401
|
|
|
1314
1402
|
export interface XmlNamespaceManager$instance {
|
|
1403
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
1404
|
+
readonly __tsonic_iface_System_Xml_IXmlNamespaceResolver: never;
|
|
1405
|
+
|
|
1315
1406
|
readonly DefaultNamespace: string;
|
|
1316
1407
|
readonly NameTable: XmlNameTable | undefined;
|
|
1317
1408
|
AddNamespace(prefix: string, uri: string): void;
|
|
@@ -1336,7 +1427,7 @@ export interface __XmlNamespaceManager$views {
|
|
|
1336
1427
|
As_IXmlNamespaceResolver(): IXmlNamespaceResolver$instance;
|
|
1337
1428
|
}
|
|
1338
1429
|
|
|
1339
|
-
export interface XmlNamespaceManager$instance extends
|
|
1430
|
+
export interface XmlNamespaceManager$instance extends IXmlNamespaceResolver$instance {}
|
|
1340
1431
|
|
|
1341
1432
|
export type XmlNamespaceManager = XmlNamespaceManager$instance & __XmlNamespaceManager$views;
|
|
1342
1433
|
|
|
@@ -1356,6 +1447,10 @@ export const XmlNameTable: (abstract new() => XmlNameTable) & {
|
|
|
1356
1447
|
export type XmlNameTable = XmlNameTable$instance;
|
|
1357
1448
|
|
|
1358
1449
|
export interface XmlNode$instance {
|
|
1450
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
1451
|
+
readonly __tsonic_iface_System_ICloneable: never;
|
|
1452
|
+
readonly __tsonic_iface_System_Xml_XPath_IXPathNavigable: never;
|
|
1453
|
+
|
|
1359
1454
|
readonly Attributes: XmlAttributeCollection | XmlAttributeCollection | undefined;
|
|
1360
1455
|
readonly BaseURI: string;
|
|
1361
1456
|
readonly ChildNodes: XmlNodeList;
|
|
@@ -1415,7 +1510,7 @@ export interface __XmlNode$views {
|
|
|
1415
1510
|
As_IXPathNavigable(): System_Xml_XPath_Internal.IXPathNavigable$instance;
|
|
1416
1511
|
}
|
|
1417
1512
|
|
|
1418
|
-
export interface XmlNode$instance extends
|
|
1513
|
+
export interface XmlNode$instance extends System_Xml_XPath_Internal.IXPathNavigable$instance {}
|
|
1419
1514
|
|
|
1420
1515
|
export type XmlNode = XmlNode$instance & __XmlNode$views;
|
|
1421
1516
|
|
|
@@ -1438,8 +1533,11 @@ export const XmlNodeChangedEventArgs: {
|
|
|
1438
1533
|
export type XmlNodeChangedEventArgs = XmlNodeChangedEventArgs$instance;
|
|
1439
1534
|
|
|
1440
1535
|
export interface XmlNodeList$instance {
|
|
1536
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
1537
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
1538
|
+
|
|
1441
1539
|
readonly Count: int;
|
|
1442
|
-
readonly
|
|
1540
|
+
readonly [i: number]: XmlNode | undefined;
|
|
1443
1541
|
GetEnumerator(): IEnumerator;
|
|
1444
1542
|
Item(index: int): XmlNode | undefined;
|
|
1445
1543
|
PrivateDisposeNodeList(): void;
|
|
@@ -1455,12 +1553,15 @@ export interface __XmlNodeList$views {
|
|
|
1455
1553
|
As_IDisposable(): System_Internal.IDisposable$instance;
|
|
1456
1554
|
}
|
|
1457
1555
|
|
|
1458
|
-
export interface XmlNodeList$instance extends
|
|
1556
|
+
export interface XmlNodeList$instance extends System_Internal.IDisposable$instance {}
|
|
1459
1557
|
|
|
1460
1558
|
export type XmlNodeList = XmlNodeList$instance & __XmlNodeList$views;
|
|
1461
1559
|
|
|
1462
1560
|
|
|
1463
1561
|
export interface XmlNodeReader$instance extends XmlReader$instance {
|
|
1562
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
1563
|
+
readonly __tsonic_iface_System_Xml_IXmlNamespaceResolver: never;
|
|
1564
|
+
|
|
1464
1565
|
readonly AttributeCount: int;
|
|
1465
1566
|
readonly BaseURI: string;
|
|
1466
1567
|
readonly CanReadBinaryContent: boolean;
|
|
@@ -1521,6 +1622,10 @@ export type XmlNodeReader = XmlNodeReader$instance & __XmlNodeReader$views;
|
|
|
1521
1622
|
|
|
1522
1623
|
|
|
1523
1624
|
export interface XmlNotation$instance extends XmlNode$instance {
|
|
1625
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
1626
|
+
readonly __tsonic_iface_System_ICloneable: never;
|
|
1627
|
+
readonly __tsonic_iface_System_Xml_XPath_IXPathNavigable: never;
|
|
1628
|
+
|
|
1524
1629
|
InnerXml: string;
|
|
1525
1630
|
readonly IsReadOnly: boolean;
|
|
1526
1631
|
readonly LocalName: string;
|
|
@@ -1580,6 +1685,10 @@ export const XmlParserContext: {
|
|
|
1580
1685
|
export type XmlParserContext = XmlParserContext$instance;
|
|
1581
1686
|
|
|
1582
1687
|
export interface XmlProcessingInstruction$instance extends XmlLinkedNode$instance {
|
|
1688
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
1689
|
+
readonly __tsonic_iface_System_ICloneable: never;
|
|
1690
|
+
readonly __tsonic_iface_System_Xml_XPath_IXPathNavigable: never;
|
|
1691
|
+
|
|
1583
1692
|
Data: string;
|
|
1584
1693
|
InnerText: string;
|
|
1585
1694
|
readonly LocalName: string;
|
|
@@ -1632,6 +1741,8 @@ export const XmlQualifiedName: {
|
|
|
1632
1741
|
export type XmlQualifiedName = XmlQualifiedName$instance;
|
|
1633
1742
|
|
|
1634
1743
|
export interface XmlReader$instance {
|
|
1744
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
1745
|
+
|
|
1635
1746
|
readonly AttributeCount: int;
|
|
1636
1747
|
readonly BaseURI: string;
|
|
1637
1748
|
readonly CanReadBinaryContent: boolean;
|
|
@@ -1845,6 +1956,10 @@ export const XmlSecureResolver: {
|
|
|
1845
1956
|
export type XmlSecureResolver = XmlSecureResolver$instance;
|
|
1846
1957
|
|
|
1847
1958
|
export interface XmlSignificantWhitespace$instance extends XmlCharacterData$instance {
|
|
1959
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
1960
|
+
readonly __tsonic_iface_System_ICloneable: never;
|
|
1961
|
+
readonly __tsonic_iface_System_Xml_XPath_IXPathNavigable: never;
|
|
1962
|
+
|
|
1848
1963
|
readonly LocalName: string;
|
|
1849
1964
|
readonly Name: string;
|
|
1850
1965
|
readonly NodeType: XmlNodeType;
|
|
@@ -1876,6 +1991,10 @@ export type XmlSignificantWhitespace = XmlSignificantWhitespace$instance & __Xml
|
|
|
1876
1991
|
|
|
1877
1992
|
|
|
1878
1993
|
export interface XmlText$instance extends XmlCharacterData$instance {
|
|
1994
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
1995
|
+
readonly __tsonic_iface_System_ICloneable: never;
|
|
1996
|
+
readonly __tsonic_iface_System_Xml_XPath_IXPathNavigable: never;
|
|
1997
|
+
|
|
1879
1998
|
readonly LocalName: string;
|
|
1880
1999
|
readonly Name: string;
|
|
1881
2000
|
readonly NodeType: XmlNodeType;
|
|
@@ -1908,6 +2027,10 @@ export type XmlText = XmlText$instance & __XmlText$views;
|
|
|
1908
2027
|
|
|
1909
2028
|
|
|
1910
2029
|
export interface XmlTextReader$instance extends XmlReader$instance {
|
|
2030
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
2031
|
+
readonly __tsonic_iface_System_Xml_IXmlLineInfo: never;
|
|
2032
|
+
readonly __tsonic_iface_System_Xml_IXmlNamespaceResolver: never;
|
|
2033
|
+
|
|
1911
2034
|
readonly AttributeCount: int;
|
|
1912
2035
|
readonly BaseURI: string;
|
|
1913
2036
|
readonly CanReadBinaryContent: boolean;
|
|
@@ -1999,6 +2122,9 @@ export type XmlTextReader = XmlTextReader$instance & __XmlTextReader$views;
|
|
|
1999
2122
|
|
|
2000
2123
|
|
|
2001
2124
|
export interface XmlTextWriter$instance extends XmlWriter$instance {
|
|
2125
|
+
readonly __tsonic_iface_System_IAsyncDisposable: never;
|
|
2126
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
2127
|
+
|
|
2002
2128
|
readonly BaseStream: Stream | undefined;
|
|
2003
2129
|
Formatting: Formatting;
|
|
2004
2130
|
Indentation: int;
|
|
@@ -2080,6 +2206,10 @@ export const XmlUrlResolver: {
|
|
|
2080
2206
|
export type XmlUrlResolver = XmlUrlResolver$instance;
|
|
2081
2207
|
|
|
2082
2208
|
export interface XmlValidatingReader$instance extends XmlReader$instance {
|
|
2209
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
2210
|
+
readonly __tsonic_iface_System_Xml_IXmlLineInfo: never;
|
|
2211
|
+
readonly __tsonic_iface_System_Xml_IXmlNamespaceResolver: never;
|
|
2212
|
+
|
|
2083
2213
|
readonly AttributeCount: int;
|
|
2084
2214
|
readonly BaseURI: string;
|
|
2085
2215
|
readonly CanReadBinaryContent: boolean;
|
|
@@ -2155,6 +2285,10 @@ export type XmlValidatingReader = XmlValidatingReader$instance & __XmlValidating
|
|
|
2155
2285
|
|
|
2156
2286
|
|
|
2157
2287
|
export interface XmlWhitespace$instance extends XmlCharacterData$instance {
|
|
2288
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
2289
|
+
readonly __tsonic_iface_System_ICloneable: never;
|
|
2290
|
+
readonly __tsonic_iface_System_Xml_XPath_IXPathNavigable: never;
|
|
2291
|
+
|
|
2158
2292
|
readonly LocalName: string;
|
|
2159
2293
|
readonly Name: string;
|
|
2160
2294
|
readonly NodeType: XmlNodeType;
|
|
@@ -2186,6 +2320,9 @@ export type XmlWhitespace = XmlWhitespace$instance & __XmlWhitespace$views;
|
|
|
2186
2320
|
|
|
2187
2321
|
|
|
2188
2322
|
export interface XmlWriter$instance {
|
|
2323
|
+
readonly __tsonic_iface_System_IAsyncDisposable: never;
|
|
2324
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
2325
|
+
|
|
2189
2326
|
readonly Settings: XmlWriterSettings | undefined;
|
|
2190
2327
|
readonly WriteState: WriteState;
|
|
2191
2328
|
readonly XmlLang: string | string | undefined;
|