@tsonic/dotnet 10.0.5 → 10.0.10
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 +6 -0
- package/Microsoft.VisualBasic/internal/index.d.ts +38 -0
- package/Microsoft.VisualBasic.CompilerServices/internal/index.d.ts +58 -0
- package/Microsoft.VisualBasic.FileIO/internal/index.d.ts +8 -0
- package/Microsoft.Win32/internal/index.d.ts +3 -3
- package/Microsoft.Win32.SafeHandles/internal/index.d.ts +34 -0
- package/System/internal/index.d.ts +447 -196
- package/System.Buffers/internal/index.d.ts +24 -6
- package/System.CodeDom.Compiler/internal/index.d.ts +4 -0
- package/System.Collections/internal/index.d.ts +37 -26
- package/System.Collections.Concurrent/internal/index.d.ts +17 -3
- package/System.Collections.Frozen/internal/index.d.ts +12 -0
- package/System.Collections.Generic/internal/index.d.ts +126 -43
- package/System.Collections.Immutable/internal/index.d.ts +51 -14
- package/System.Collections.ObjectModel/internal/index.d.ts +22 -10
- package/System.Collections.Specialized/internal/index.d.ts +33 -12
- package/System.ComponentModel/internal/index.d.ts +275 -33
- package/System.ComponentModel.DataAnnotations/internal/index.d.ts +73 -3
- package/System.ComponentModel.DataAnnotations.Schema/internal/index.d.ts +14 -0
- package/System.ComponentModel.Design/internal/index.d.ts +49 -7
- package/System.ComponentModel.Design.Serialization/internal/index.d.ts +22 -0
- package/System.Data/internal/index.d.ts +111 -21
- package/System.Data.Common/internal/index.d.ts +67 -36
- package/System.Data.SqlTypes/internal/index.d.ts +59 -52
- package/System.Diagnostics/internal/index.d.ts +147 -17
- package/System.Diagnostics.CodeAnalysis/internal/index.d.ts +52 -0
- package/System.Diagnostics.Contracts/internal/index.d.ts +26 -0
- package/System.Diagnostics.Metrics/internal/index.d.ts +31 -3
- package/System.Diagnostics.SymbolStore/internal/index.d.ts +8 -0
- package/System.Diagnostics.Tracing/internal/index.d.ts +40 -6
- package/System.Drawing/internal/index.d.ts +24 -0
- package/System.Dynamic/internal/index.d.ts +38 -6
- package/System.Formats.Asn1/internal/index.d.ts +13 -3
- package/System.Formats.Tar/internal/index.d.ts +20 -6
- package/System.Globalization/internal/index.d.ts +64 -18
- package/System.IO/internal/index.d.ts +74 -18
- package/System.IO.Compression/internal/index.d.ts +25 -9
- package/System.IO.Enumeration/internal/index.d.ts +6 -0
- package/System.IO.IsolatedStorage/internal/index.d.ts +9 -3
- package/System.IO.MemoryMappedFiles/internal/index.d.ts +6 -0
- package/System.IO.Pipelines/internal/index.d.ts +19 -3
- package/System.IO.Pipes/internal/index.d.ts +16 -0
- package/System.Linq/internal/index.d.ts +17 -3
- package/System.Linq.Expressions/internal/index.d.ts +86 -18
- package/System.Linq.Expressions.Interpreter/internal/index.d.ts +2 -0
- package/System.Net/internal/index.d.ts +112 -23
- package/System.Net.Cache/internal/index.d.ts +4 -0
- package/System.Net.Http/internal/index.d.ts +50 -0
- package/System.Net.Http.Headers/internal/index.d.ts +79 -62
- package/System.Net.Http.Json/internal/index.d.ts +2 -0
- package/System.Net.Http.Metrics/internal/index.d.ts +2 -0
- package/System.Net.Mail/internal/index.d.ts +31 -9
- package/System.Net.Mime/internal/index.d.ts +4 -0
- package/System.Net.NetworkInformation/internal/index.d.ts +67 -10
- package/System.Net.Quic/internal/index.d.ts +22 -6
- package/System.Net.Security/internal/index.d.ts +27 -3
- package/System.Net.ServerSentEvents/internal/index.d.ts +4 -0
- package/System.Net.Sockets/internal/index.d.ts +38 -6
- package/System.Net.WebSockets/internal/index.d.ts +23 -3
- package/System.Numerics/internal/index.d.ts +29 -16
- package/System.Reflection/internal/index.d.ts +135 -32
- package/System.Reflection.Emit/internal/index.d.ts +45 -9
- package/System.Reflection.Metadata/internal/index.d.ts +324 -10
- package/System.Reflection.Metadata.Ecma335/internal/index.d.ts +76 -0
- package/System.Reflection.PortableExecutable/internal/index.d.ts +37 -3
- package/System.Resources/internal/index.d.ts +16 -0
- package/System.Runtime/internal/index.d.ts +12 -6
- package/System.Runtime.CompilerServices/internal/index.d.ts +278 -39
- package/System.Runtime.ConstrainedExecution/internal/index.d.ts +6 -0
- package/System.Runtime.ExceptionServices/internal/index.d.ts +6 -0
- package/System.Runtime.InteropServices/internal/index.d.ts +175 -15
- package/System.Runtime.InteropServices.ComTypes/internal/index.d.ts +40 -0
- package/System.Runtime.InteropServices.Java/internal/index.d.ts +6 -0
- package/System.Runtime.InteropServices.JavaScript/internal/index.d.ts +55 -3
- package/System.Runtime.InteropServices.Marshalling/internal/index.d.ts +57 -12
- package/System.Runtime.InteropServices.ObjectiveC/internal/index.d.ts +2 -0
- package/System.Runtime.InteropServices.Swift/internal/index.d.ts +8 -0
- package/System.Runtime.Intrinsics/internal/index.d.ts +13 -17
- package/System.Runtime.Intrinsics.Arm/internal/index.d.ts +40 -0
- package/System.Runtime.Intrinsics.Wasm/internal/index.d.ts +2 -0
- package/System.Runtime.Intrinsics.X86/internal/index.d.ts +148 -0
- package/System.Runtime.Loader/internal/index.d.ts +7 -3
- package/System.Runtime.Remoting/internal/index.d.ts +2 -0
- package/System.Runtime.Serialization/internal/index.d.ts +75 -9
- package/System.Runtime.Serialization.DataContracts/internal/index.d.ts +8 -0
- package/System.Runtime.Serialization.Formatters.Binary/internal/index.d.ts +3 -3
- package/System.Runtime.Serialization.Json/internal/index.d.ts +4 -0
- package/System.Runtime.Versioning/internal/index.d.ts +26 -0
- package/System.Security/internal/index.d.ts +28 -6
- package/System.Security.AccessControl/internal/index.d.ts +98 -8
- package/System.Security.Authentication/internal/index.d.ts +4 -0
- package/System.Security.Authentication.ExtendedProtection/internal/index.d.ts +9 -3
- package/System.Security.Claims/internal/index.d.ts +8 -6
- package/System.Security.Cryptography/internal/index.d.ts +299 -44
- package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +72 -14
- package/System.Security.Permissions/internal/index.d.ts +6 -0
- package/System.Security.Policy/internal/index.d.ts +4 -0
- package/System.Security.Principal/internal/index.d.ts +21 -8
- package/System.Text/internal/index.d.ts +70 -11
- package/System.Text.Encodings.Web/internal/index.d.ts +10 -0
- package/System.Text.Json/internal/index.d.ts +33 -8
- package/System.Text.Json.Nodes/internal/index.d.ts +10 -0
- package/System.Text.Json.Schema/internal/index.d.ts +4 -0
- package/System.Text.Json.Serialization/internal/index.d.ts +54 -0
- package/System.Text.Json.Serialization.Metadata/internal/index.d.ts +23 -3
- package/System.Text.RegularExpressions/internal/index.d.ts +35 -7
- package/System.Text.Unicode/internal/index.d.ts +4 -0
- package/System.Threading/internal/index.d.ts +108 -24
- package/System.Threading.Channels/internal/index.d.ts +18 -0
- package/System.Threading.Tasks/internal/index.d.ts +49 -13
- package/System.Threading.Tasks.Dataflow/internal/index.d.ts +32 -0
- package/System.Threading.Tasks.Sources/internal/index.d.ts +2 -0
- package/System.Timers/internal/index.d.ts +7 -3
- package/System.Transactions/internal/index.d.ts +37 -15
- package/System.Web/internal/index.d.ts +2 -0
- package/System.Windows.Markup/internal/index.d.ts +2 -0
- package/System.Xml/internal/index.d.ts +107 -20
- package/System.Xml.Linq/internal/index.d.ts +42 -18
- package/System.Xml.Resolvers/internal/index.d.ts +2 -0
- package/System.Xml.Schema/internal/index.d.ts +150 -4
- package/System.Xml.Serialization/internal/index.d.ts +120 -8
- package/System.Xml.XPath/internal/index.d.ts +14 -6
- package/System.Xml.Xsl/internal/index.d.ts +16 -0
- package/System.Xml.Xsl.Runtime/internal/index.d.ts +89 -2
- package/__internal/extensions/index.d.ts +2143 -1955
- package/package.json +2 -2
|
@@ -30,7 +30,9 @@ export enum NormalizationForm {
|
|
|
30
30
|
}
|
|
31
31
|
|
|
32
32
|
|
|
33
|
-
export interface Rune$instance {
|
|
33
|
+
export interface Rune$instance extends System_Internal.IComparable_1$instance<Rune>, System_Internal.IUtf8SpanFormattable$instance, System_Internal.IUtf8SpanParsable_1$instance<Rune> {
|
|
34
|
+
readonly __tsonic_type_System_Text_Rune: never;
|
|
35
|
+
|
|
34
36
|
readonly __tsonic_iface_System_IComparable: never;
|
|
35
37
|
readonly __tsonic_iface_System_IComparable_1: never;
|
|
36
38
|
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
@@ -110,12 +112,12 @@ export interface __Rune$views {
|
|
|
110
112
|
TryFormat(utf8Destination: import("../../System/internal/index").Span_1<import("../../System/internal/index").Byte>, bytesWritten: int, format: import("../../System/internal/index").ReadOnlySpan_1<import("../../System/internal/index").Char>, provider: import("../../System/internal/index").IFormatProvider): boolean;
|
|
111
113
|
}
|
|
112
114
|
|
|
113
|
-
export interface Rune$instance extends System_Internal.IComparable_1$instance<Rune>, System_Internal.IUtf8SpanFormattable$instance, System_Internal.IUtf8SpanParsable_1$instance<Rune> {}
|
|
114
|
-
|
|
115
115
|
export type Rune = Rune$instance & __Rune$views;
|
|
116
116
|
|
|
117
117
|
|
|
118
118
|
export interface SpanLineEnumerator$instance {
|
|
119
|
+
readonly __tsonic_type_System_Text_SpanLineEnumerator: never;
|
|
120
|
+
|
|
119
121
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
|
|
120
122
|
readonly __tsonic_iface_System_Collections_IEnumerator: never;
|
|
121
123
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
@@ -142,6 +144,8 @@ export type SpanLineEnumerator = SpanLineEnumerator$instance & __SpanLineEnumera
|
|
|
142
144
|
|
|
143
145
|
|
|
144
146
|
export interface SpanRuneEnumerator$instance {
|
|
147
|
+
readonly __tsonic_type_System_Text_SpanRuneEnumerator: never;
|
|
148
|
+
|
|
145
149
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
|
|
146
150
|
readonly __tsonic_iface_System_Collections_IEnumerator: never;
|
|
147
151
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
@@ -168,6 +172,8 @@ export type SpanRuneEnumerator = SpanRuneEnumerator$instance & __SpanRuneEnumera
|
|
|
168
172
|
|
|
169
173
|
|
|
170
174
|
export interface StringBuilder_AppendInterpolatedStringHandler$instance {
|
|
175
|
+
readonly __tsonic_type_System_Text_StringBuilder_AppendInterpolatedStringHandler: never;
|
|
176
|
+
|
|
171
177
|
AppendFormatted<T>(value: T): void;
|
|
172
178
|
AppendFormatted<T>(value: T, format: string): void;
|
|
173
179
|
AppendFormatted<T>(value: T, alignment: int): void;
|
|
@@ -190,6 +196,8 @@ export const StringBuilder_AppendInterpolatedStringHandler: {
|
|
|
190
196
|
export type StringBuilder_AppendInterpolatedStringHandler = StringBuilder_AppendInterpolatedStringHandler$instance;
|
|
191
197
|
|
|
192
198
|
export interface StringBuilder_ChunkEnumerator$instance {
|
|
199
|
+
readonly __tsonic_type_System_Text_StringBuilder_ChunkEnumerator: never;
|
|
200
|
+
|
|
193
201
|
readonly Current: ReadOnlyMemory_1<System_Internal.Char>;
|
|
194
202
|
GetEnumerator(): StringBuilder_ChunkEnumerator;
|
|
195
203
|
MoveNext(): boolean;
|
|
@@ -204,6 +212,8 @@ export const StringBuilder_ChunkEnumerator: {
|
|
|
204
212
|
export type StringBuilder_ChunkEnumerator = StringBuilder_ChunkEnumerator$instance;
|
|
205
213
|
|
|
206
214
|
export interface StringRuneEnumerator$instance {
|
|
215
|
+
readonly __tsonic_type_System_Text_StringRuneEnumerator: never;
|
|
216
|
+
|
|
207
217
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
208
218
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
|
|
209
219
|
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
@@ -234,6 +244,8 @@ export type StringRuneEnumerator = StringRuneEnumerator$instance & __StringRuneE
|
|
|
234
244
|
|
|
235
245
|
|
|
236
246
|
export interface ASCIIEncoding$instance extends Encoding$instance {
|
|
247
|
+
readonly __tsonic_type_System_Text_ASCIIEncoding: never;
|
|
248
|
+
|
|
237
249
|
readonly __tsonic_iface_System_ICloneable: never;
|
|
238
250
|
|
|
239
251
|
readonly IsSingleByte: boolean;
|
|
@@ -293,6 +305,8 @@ export type ASCIIEncoding = ASCIIEncoding$instance & __ASCIIEncoding$views;
|
|
|
293
305
|
|
|
294
306
|
|
|
295
307
|
export interface CodePagesEncodingProvider$instance extends EncodingProvider {
|
|
308
|
+
readonly __tsonic_type_System_Text_CodePagesEncodingProvider: never;
|
|
309
|
+
|
|
296
310
|
GetEncoding(codepage: int): Encoding | undefined;
|
|
297
311
|
GetEncoding(name: string): Encoding | undefined;
|
|
298
312
|
GetEncoding(name: string, encoderFallback: EncoderFallback, decoderFallback: DecoderFallback): Encoding | undefined;
|
|
@@ -310,6 +324,8 @@ export const CodePagesEncodingProvider: {
|
|
|
310
324
|
export type CodePagesEncodingProvider = CodePagesEncodingProvider$instance;
|
|
311
325
|
|
|
312
326
|
export interface CompositeFormat$instance {
|
|
327
|
+
readonly __tsonic_type_System_Text_CompositeFormat: never;
|
|
328
|
+
|
|
313
329
|
readonly Format: string;
|
|
314
330
|
readonly MinimumArgumentCount: int;
|
|
315
331
|
}
|
|
@@ -323,6 +339,8 @@ export const CompositeFormat: {
|
|
|
323
339
|
export type CompositeFormat = CompositeFormat$instance;
|
|
324
340
|
|
|
325
341
|
export interface Decoder$instance {
|
|
342
|
+
readonly __tsonic_type_System_Text_Decoder: never;
|
|
343
|
+
|
|
326
344
|
get Fallback(): DecoderFallback | undefined;
|
|
327
345
|
set Fallback(value: DecoderFallback | undefined);
|
|
328
346
|
readonly FallbackBuffer: DecoderFallbackBuffer;
|
|
@@ -348,6 +366,8 @@ export const Decoder: (abstract new() => Decoder) & {
|
|
|
348
366
|
export type Decoder = Decoder$instance;
|
|
349
367
|
|
|
350
368
|
export interface DecoderExceptionFallback$instance extends DecoderFallback {
|
|
369
|
+
readonly __tsonic_type_System_Text_DecoderExceptionFallback: never;
|
|
370
|
+
|
|
351
371
|
readonly MaxCharCount: int;
|
|
352
372
|
CreateFallbackBuffer(): DecoderFallbackBuffer;
|
|
353
373
|
Equals(value: unknown): boolean;
|
|
@@ -363,6 +383,8 @@ export const DecoderExceptionFallback: {
|
|
|
363
383
|
export type DecoderExceptionFallback = DecoderExceptionFallback$instance;
|
|
364
384
|
|
|
365
385
|
export interface DecoderExceptionFallbackBuffer$instance extends DecoderFallbackBuffer {
|
|
386
|
+
readonly __tsonic_type_System_Text_DecoderExceptionFallbackBuffer: never;
|
|
387
|
+
|
|
366
388
|
readonly Remaining: int;
|
|
367
389
|
Fallback(bytesUnknown: byte[], index: int): boolean;
|
|
368
390
|
GetNextChar(): char;
|
|
@@ -378,6 +400,8 @@ export const DecoderExceptionFallbackBuffer: {
|
|
|
378
400
|
export type DecoderExceptionFallbackBuffer = DecoderExceptionFallbackBuffer$instance;
|
|
379
401
|
|
|
380
402
|
export interface DecoderFallback$instance {
|
|
403
|
+
readonly __tsonic_type_System_Text_DecoderFallback: never;
|
|
404
|
+
|
|
381
405
|
readonly MaxCharCount: int;
|
|
382
406
|
CreateFallbackBuffer(): DecoderFallbackBuffer;
|
|
383
407
|
}
|
|
@@ -392,6 +416,8 @@ export const DecoderFallback: (abstract new() => DecoderFallback) & {
|
|
|
392
416
|
export type DecoderFallback = DecoderFallback$instance;
|
|
393
417
|
|
|
394
418
|
export interface DecoderFallbackBuffer$instance {
|
|
419
|
+
readonly __tsonic_type_System_Text_DecoderFallbackBuffer: never;
|
|
420
|
+
|
|
395
421
|
readonly Remaining: int;
|
|
396
422
|
Fallback(bytesUnknown: byte[], index: int): boolean;
|
|
397
423
|
GetNextChar(): char;
|
|
@@ -407,6 +433,8 @@ export const DecoderFallbackBuffer: (abstract new() => DecoderFallbackBuffer) &
|
|
|
407
433
|
export type DecoderFallbackBuffer = DecoderFallbackBuffer$instance;
|
|
408
434
|
|
|
409
435
|
export interface DecoderFallbackException$instance extends ArgumentException {
|
|
436
|
+
readonly __tsonic_type_System_Text_DecoderFallbackException: never;
|
|
437
|
+
|
|
410
438
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
411
439
|
|
|
412
440
|
readonly BytesUnknown: byte[] | undefined;
|
|
@@ -431,6 +459,8 @@ export type DecoderFallbackException = DecoderFallbackException$instance & __Dec
|
|
|
431
459
|
|
|
432
460
|
|
|
433
461
|
export interface DecoderReplacementFallback$instance extends DecoderFallback {
|
|
462
|
+
readonly __tsonic_type_System_Text_DecoderReplacementFallback: never;
|
|
463
|
+
|
|
434
464
|
readonly DefaultString: string;
|
|
435
465
|
readonly MaxCharCount: int;
|
|
436
466
|
CreateFallbackBuffer(): DecoderFallbackBuffer;
|
|
@@ -448,6 +478,8 @@ export const DecoderReplacementFallback: {
|
|
|
448
478
|
export type DecoderReplacementFallback = DecoderReplacementFallback$instance;
|
|
449
479
|
|
|
450
480
|
export interface DecoderReplacementFallbackBuffer$instance extends DecoderFallbackBuffer {
|
|
481
|
+
readonly __tsonic_type_System_Text_DecoderReplacementFallbackBuffer: never;
|
|
482
|
+
|
|
451
483
|
readonly Remaining: int;
|
|
452
484
|
Fallback(bytesUnknown: byte[], index: int): boolean;
|
|
453
485
|
GetNextChar(): char;
|
|
@@ -464,6 +496,8 @@ export const DecoderReplacementFallbackBuffer: {
|
|
|
464
496
|
export type DecoderReplacementFallbackBuffer = DecoderReplacementFallbackBuffer$instance;
|
|
465
497
|
|
|
466
498
|
export interface Encoder$instance {
|
|
499
|
+
readonly __tsonic_type_System_Text_Encoder: never;
|
|
500
|
+
|
|
467
501
|
get Fallback(): EncoderFallback | undefined;
|
|
468
502
|
set Fallback(value: EncoderFallback | undefined);
|
|
469
503
|
readonly FallbackBuffer: EncoderFallbackBuffer;
|
|
@@ -487,6 +521,8 @@ export const Encoder: (abstract new() => Encoder) & {
|
|
|
487
521
|
export type Encoder = Encoder$instance;
|
|
488
522
|
|
|
489
523
|
export interface EncoderExceptionFallback$instance extends EncoderFallback {
|
|
524
|
+
readonly __tsonic_type_System_Text_EncoderExceptionFallback: never;
|
|
525
|
+
|
|
490
526
|
readonly MaxCharCount: int;
|
|
491
527
|
CreateFallbackBuffer(): EncoderFallbackBuffer;
|
|
492
528
|
Equals(value: unknown): boolean;
|
|
@@ -502,6 +538,8 @@ export const EncoderExceptionFallback: {
|
|
|
502
538
|
export type EncoderExceptionFallback = EncoderExceptionFallback$instance;
|
|
503
539
|
|
|
504
540
|
export interface EncoderExceptionFallbackBuffer$instance extends EncoderFallbackBuffer {
|
|
541
|
+
readonly __tsonic_type_System_Text_EncoderExceptionFallbackBuffer: never;
|
|
542
|
+
|
|
505
543
|
readonly Remaining: int;
|
|
506
544
|
Fallback(charUnknown: char, index: int): boolean;
|
|
507
545
|
Fallback(charUnknownHigh: char, charUnknownLow: char, index: int): boolean;
|
|
@@ -518,6 +556,8 @@ export const EncoderExceptionFallbackBuffer: {
|
|
|
518
556
|
export type EncoderExceptionFallbackBuffer = EncoderExceptionFallbackBuffer$instance;
|
|
519
557
|
|
|
520
558
|
export interface EncoderFallback$instance {
|
|
559
|
+
readonly __tsonic_type_System_Text_EncoderFallback: never;
|
|
560
|
+
|
|
521
561
|
readonly MaxCharCount: int;
|
|
522
562
|
CreateFallbackBuffer(): EncoderFallbackBuffer;
|
|
523
563
|
}
|
|
@@ -532,6 +572,8 @@ export const EncoderFallback: (abstract new() => EncoderFallback) & {
|
|
|
532
572
|
export type EncoderFallback = EncoderFallback$instance;
|
|
533
573
|
|
|
534
574
|
export interface EncoderFallbackBuffer$instance {
|
|
575
|
+
readonly __tsonic_type_System_Text_EncoderFallbackBuffer: never;
|
|
576
|
+
|
|
535
577
|
readonly Remaining: int;
|
|
536
578
|
Fallback(charUnknown: char, index: int): boolean;
|
|
537
579
|
Fallback(charUnknownHigh: char, charUnknownLow: char, index: int): boolean;
|
|
@@ -548,6 +590,8 @@ export const EncoderFallbackBuffer: (abstract new() => EncoderFallbackBuffer) &
|
|
|
548
590
|
export type EncoderFallbackBuffer = EncoderFallbackBuffer$instance;
|
|
549
591
|
|
|
550
592
|
export interface EncoderFallbackException$instance extends ArgumentException {
|
|
593
|
+
readonly __tsonic_type_System_Text_EncoderFallbackException: never;
|
|
594
|
+
|
|
551
595
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
552
596
|
|
|
553
597
|
readonly CharUnknown: char;
|
|
@@ -574,6 +618,8 @@ export type EncoderFallbackException = EncoderFallbackException$instance & __Enc
|
|
|
574
618
|
|
|
575
619
|
|
|
576
620
|
export interface EncoderReplacementFallback$instance extends EncoderFallback {
|
|
621
|
+
readonly __tsonic_type_System_Text_EncoderReplacementFallback: never;
|
|
622
|
+
|
|
577
623
|
readonly DefaultString: string;
|
|
578
624
|
readonly MaxCharCount: int;
|
|
579
625
|
CreateFallbackBuffer(): EncoderFallbackBuffer;
|
|
@@ -591,6 +637,8 @@ export const EncoderReplacementFallback: {
|
|
|
591
637
|
export type EncoderReplacementFallback = EncoderReplacementFallback$instance;
|
|
592
638
|
|
|
593
639
|
export interface EncoderReplacementFallbackBuffer$instance extends EncoderFallbackBuffer {
|
|
640
|
+
readonly __tsonic_type_System_Text_EncoderReplacementFallbackBuffer: never;
|
|
641
|
+
|
|
594
642
|
readonly Remaining: int;
|
|
595
643
|
Fallback(charUnknown: char, index: int): boolean;
|
|
596
644
|
Fallback(charUnknownHigh: char, charUnknownLow: char, index: int): boolean;
|
|
@@ -607,7 +655,9 @@ export const EncoderReplacementFallbackBuffer: {
|
|
|
607
655
|
|
|
608
656
|
export type EncoderReplacementFallbackBuffer = EncoderReplacementFallbackBuffer$instance;
|
|
609
657
|
|
|
610
|
-
export interface Encoding$instance {
|
|
658
|
+
export interface Encoding$instance extends System_Internal.ICloneable$instance {
|
|
659
|
+
readonly __tsonic_type_System_Text_Encoding: never;
|
|
660
|
+
|
|
611
661
|
readonly __tsonic_iface_System_ICloneable: never;
|
|
612
662
|
|
|
613
663
|
readonly BodyName: string;
|
|
@@ -692,12 +742,12 @@ export interface __Encoding$views {
|
|
|
692
742
|
As_ICloneable(): System_Internal.ICloneable$instance;
|
|
693
743
|
}
|
|
694
744
|
|
|
695
|
-
export interface Encoding$instance extends System_Internal.ICloneable$instance {}
|
|
696
|
-
|
|
697
745
|
export type Encoding = Encoding$instance & __Encoding$views;
|
|
698
746
|
|
|
699
747
|
|
|
700
748
|
export interface EncodingInfo$instance {
|
|
749
|
+
readonly __tsonic_type_System_Text_EncodingInfo: never;
|
|
750
|
+
|
|
701
751
|
readonly CodePage: int;
|
|
702
752
|
readonly DisplayName: string;
|
|
703
753
|
readonly Name: string;
|
|
@@ -715,6 +765,8 @@ export const EncodingInfo: {
|
|
|
715
765
|
export type EncodingInfo = EncodingInfo$instance;
|
|
716
766
|
|
|
717
767
|
export interface EncodingProvider$instance {
|
|
768
|
+
readonly __tsonic_type_System_Text_EncodingProvider: never;
|
|
769
|
+
|
|
718
770
|
GetEncoding(name: string): Encoding | undefined;
|
|
719
771
|
GetEncoding(codepage: int): Encoding | undefined;
|
|
720
772
|
GetEncoding(name: string, encoderFallback: EncoderFallback, decoderFallback: DecoderFallback): Encoding | undefined;
|
|
@@ -729,11 +781,12 @@ export const EncodingProvider: (abstract new() => EncodingProvider) & {
|
|
|
729
781
|
|
|
730
782
|
export type EncodingProvider = EncodingProvider$instance;
|
|
731
783
|
|
|
732
|
-
export interface StringBuilder$instance {
|
|
784
|
+
export interface StringBuilder$instance extends System_Runtime_Serialization_Internal.ISerializable$instance {
|
|
785
|
+
readonly __tsonic_type_System_Text_StringBuilder: never;
|
|
786
|
+
|
|
733
787
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
734
788
|
|
|
735
789
|
Capacity: int;
|
|
736
|
-
[index: number]: char;
|
|
737
790
|
Length: int;
|
|
738
791
|
readonly MaxCapacity: int;
|
|
739
792
|
Append(value: char, repeatCount: int): StringBuilder;
|
|
@@ -843,12 +896,12 @@ export interface __StringBuilder$views {
|
|
|
843
896
|
As_ISerializable(): System_Runtime_Serialization_Internal.ISerializable$instance;
|
|
844
897
|
}
|
|
845
898
|
|
|
846
|
-
export
|
|
847
|
-
|
|
848
|
-
export type StringBuilder = StringBuilder$instance & __StringBuilder$views;
|
|
899
|
+
export type StringBuilder = StringBuilder$instance & __StringBuilder$views & { [index: number]: char; };
|
|
849
900
|
|
|
850
901
|
|
|
851
902
|
export interface UnicodeEncoding$instance extends Encoding$instance {
|
|
903
|
+
readonly __tsonic_type_System_Text_UnicodeEncoding: never;
|
|
904
|
+
|
|
852
905
|
readonly __tsonic_iface_System_ICloneable: never;
|
|
853
906
|
|
|
854
907
|
readonly Preamble: ReadOnlySpan_1<System_Internal.Byte>;
|
|
@@ -906,6 +959,8 @@ export type UnicodeEncoding = UnicodeEncoding$instance & __UnicodeEncoding$views
|
|
|
906
959
|
|
|
907
960
|
|
|
908
961
|
export interface UTF32Encoding$instance extends Encoding$instance {
|
|
962
|
+
readonly __tsonic_type_System_Text_UTF32Encoding: never;
|
|
963
|
+
|
|
909
964
|
readonly __tsonic_iface_System_ICloneable: never;
|
|
910
965
|
|
|
911
966
|
readonly Preamble: ReadOnlySpan_1<System_Internal.Byte>;
|
|
@@ -962,6 +1017,8 @@ export type UTF32Encoding = UTF32Encoding$instance & __UTF32Encoding$views;
|
|
|
962
1017
|
|
|
963
1018
|
|
|
964
1019
|
export interface UTF7Encoding$instance extends Encoding$instance {
|
|
1020
|
+
readonly __tsonic_type_System_Text_UTF7Encoding: never;
|
|
1021
|
+
|
|
965
1022
|
readonly __tsonic_iface_System_ICloneable: never;
|
|
966
1023
|
|
|
967
1024
|
Clone(): unknown;
|
|
@@ -1015,6 +1072,8 @@ export type UTF7Encoding = UTF7Encoding$instance & __UTF7Encoding$views;
|
|
|
1015
1072
|
|
|
1016
1073
|
|
|
1017
1074
|
export interface UTF8Encoding$instance extends Encoding$instance {
|
|
1075
|
+
readonly __tsonic_type_System_Text_UTF8Encoding: never;
|
|
1076
|
+
|
|
1018
1077
|
readonly __tsonic_iface_System_ICloneable: never;
|
|
1019
1078
|
|
|
1020
1079
|
readonly Preamble: ReadOnlySpan_1<System_Internal.Byte>;
|
|
@@ -17,6 +17,8 @@ import * as System_Internal from "../../System/internal/index.js";
|
|
|
17
17
|
import type { Boolean as ClrBoolean, Byte, Char, Int32, Object as ClrObject, ReadOnlySpan_1, Span_1, String as ClrString, Type, Void } from "../../System/internal/index.js";
|
|
18
18
|
|
|
19
19
|
export interface HtmlEncoder$instance extends TextEncoder {
|
|
20
|
+
readonly __tsonic_type_System_Text_Encodings_Web_HtmlEncoder: never;
|
|
21
|
+
|
|
20
22
|
}
|
|
21
23
|
|
|
22
24
|
|
|
@@ -30,6 +32,8 @@ export const HtmlEncoder: (abstract new() => HtmlEncoder) & {
|
|
|
30
32
|
export type HtmlEncoder = HtmlEncoder$instance;
|
|
31
33
|
|
|
32
34
|
export interface JavaScriptEncoder$instance extends TextEncoder {
|
|
35
|
+
readonly __tsonic_type_System_Text_Encodings_Web_JavaScriptEncoder: never;
|
|
36
|
+
|
|
33
37
|
}
|
|
34
38
|
|
|
35
39
|
|
|
@@ -44,6 +48,8 @@ export const JavaScriptEncoder: (abstract new() => JavaScriptEncoder) & {
|
|
|
44
48
|
export type JavaScriptEncoder = JavaScriptEncoder$instance;
|
|
45
49
|
|
|
46
50
|
export interface TextEncoder$instance {
|
|
51
|
+
readonly __tsonic_type_System_Text_Encodings_Web_TextEncoder: never;
|
|
52
|
+
|
|
47
53
|
readonly MaxOutputCharactersPerInputCharacter: int;
|
|
48
54
|
Encode(value: string): string;
|
|
49
55
|
Encode(output: TextWriter, value: string): void;
|
|
@@ -65,6 +71,8 @@ export const TextEncoder: (abstract new() => TextEncoder) & {
|
|
|
65
71
|
export type TextEncoder = TextEncoder$instance;
|
|
66
72
|
|
|
67
73
|
export interface TextEncoderSettings$instance {
|
|
74
|
+
readonly __tsonic_type_System_Text_Encodings_Web_TextEncoderSettings: never;
|
|
75
|
+
|
|
68
76
|
AllowCharacter(character: char): void;
|
|
69
77
|
AllowCharacters(...characters: char[]): void;
|
|
70
78
|
AllowCodePoints(codePoints: IEnumerable_1<System_Internal.Int32>): void;
|
|
@@ -89,6 +97,8 @@ export const TextEncoderSettings: {
|
|
|
89
97
|
export type TextEncoderSettings = TextEncoderSettings$instance;
|
|
90
98
|
|
|
91
99
|
export interface UrlEncoder$instance extends TextEncoder {
|
|
100
|
+
readonly __tsonic_type_System_Text_Encodings_Web_UrlEncoder: never;
|
|
101
|
+
|
|
92
102
|
}
|
|
93
103
|
|
|
94
104
|
|
|
@@ -71,6 +71,8 @@ export enum JsonValueKind {
|
|
|
71
71
|
|
|
72
72
|
|
|
73
73
|
export interface JsonDocumentOptions$instance {
|
|
74
|
+
readonly __tsonic_type_System_Text_Json_JsonDocumentOptions: never;
|
|
75
|
+
|
|
74
76
|
AllowDuplicateProperties: boolean;
|
|
75
77
|
AllowTrailingCommas: boolean;
|
|
76
78
|
CommentHandling: JsonCommentHandling;
|
|
@@ -86,7 +88,8 @@ export const JsonDocumentOptions: {
|
|
|
86
88
|
export type JsonDocumentOptions = JsonDocumentOptions$instance;
|
|
87
89
|
|
|
88
90
|
export interface JsonElement$instance {
|
|
89
|
-
readonly
|
|
91
|
+
readonly __tsonic_type_System_Text_Json_JsonElement: never;
|
|
92
|
+
|
|
90
93
|
readonly ValueKind: JsonValueKind;
|
|
91
94
|
Clone(): JsonElement;
|
|
92
95
|
EnumerateArray(): JsonElement_ArrayEnumerator;
|
|
@@ -151,9 +154,11 @@ export const JsonElement: {
|
|
|
151
154
|
};
|
|
152
155
|
|
|
153
156
|
|
|
154
|
-
export type JsonElement = JsonElement$instance;
|
|
157
|
+
export type JsonElement = JsonElement$instance & { readonly [index: number]: JsonElement; };
|
|
155
158
|
|
|
156
159
|
export interface JsonElement_ArrayEnumerator$instance extends IDisposable {
|
|
160
|
+
readonly __tsonic_type_System_Text_Json_JsonElement_ArrayEnumerator: never;
|
|
161
|
+
|
|
157
162
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
158
163
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
|
|
159
164
|
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
@@ -184,6 +189,8 @@ export type JsonElement_ArrayEnumerator = JsonElement_ArrayEnumerator$instance &
|
|
|
184
189
|
|
|
185
190
|
|
|
186
191
|
export interface JsonElement_ObjectEnumerator$instance extends IDisposable {
|
|
192
|
+
readonly __tsonic_type_System_Text_Json_JsonElement_ObjectEnumerator: never;
|
|
193
|
+
|
|
187
194
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
188
195
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
|
|
189
196
|
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
@@ -214,6 +221,8 @@ export type JsonElement_ObjectEnumerator = JsonElement_ObjectEnumerator$instance
|
|
|
214
221
|
|
|
215
222
|
|
|
216
223
|
export interface JsonEncodedText$instance {
|
|
224
|
+
readonly __tsonic_type_System_Text_Json_JsonEncodedText: never;
|
|
225
|
+
|
|
217
226
|
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
218
227
|
|
|
219
228
|
readonly EncodedUtf8Bytes: ReadOnlySpan_1<System_Internal.Byte>;
|
|
@@ -244,6 +253,8 @@ export type JsonEncodedText = JsonEncodedText$instance & __JsonEncodedText$views
|
|
|
244
253
|
|
|
245
254
|
|
|
246
255
|
export interface JsonProperty$instance {
|
|
256
|
+
readonly __tsonic_type_System_Text_Json_JsonProperty: never;
|
|
257
|
+
|
|
247
258
|
readonly Name: string;
|
|
248
259
|
readonly Value: JsonElement;
|
|
249
260
|
NameEquals(text: string): boolean;
|
|
@@ -262,6 +273,8 @@ export const JsonProperty: {
|
|
|
262
273
|
export type JsonProperty = JsonProperty$instance;
|
|
263
274
|
|
|
264
275
|
export interface JsonReaderOptions$instance {
|
|
276
|
+
readonly __tsonic_type_System_Text_Json_JsonReaderOptions: never;
|
|
277
|
+
|
|
265
278
|
AllowMultipleValues: boolean;
|
|
266
279
|
AllowTrailingCommas: boolean;
|
|
267
280
|
CommentHandling: JsonCommentHandling;
|
|
@@ -277,6 +290,8 @@ export const JsonReaderOptions: {
|
|
|
277
290
|
export type JsonReaderOptions = JsonReaderOptions$instance;
|
|
278
291
|
|
|
279
292
|
export interface JsonReaderState$instance {
|
|
293
|
+
readonly __tsonic_type_System_Text_Json_JsonReaderState: never;
|
|
294
|
+
|
|
280
295
|
readonly Options: JsonReaderOptions;
|
|
281
296
|
}
|
|
282
297
|
|
|
@@ -289,6 +304,8 @@ export const JsonReaderState: {
|
|
|
289
304
|
export type JsonReaderState = JsonReaderState$instance;
|
|
290
305
|
|
|
291
306
|
export interface JsonWriterOptions$instance {
|
|
307
|
+
readonly __tsonic_type_System_Text_Json_JsonWriterOptions: never;
|
|
308
|
+
|
|
292
309
|
get Encoder(): JavaScriptEncoder | undefined;
|
|
293
310
|
set Encoder(value: JavaScriptEncoder | undefined);
|
|
294
311
|
IndentCharacter: char;
|
|
@@ -308,6 +325,8 @@ export const JsonWriterOptions: {
|
|
|
308
325
|
export type JsonWriterOptions = JsonWriterOptions$instance;
|
|
309
326
|
|
|
310
327
|
export interface Utf8JsonReader$instance {
|
|
328
|
+
readonly __tsonic_type_System_Text_Json_Utf8JsonReader: never;
|
|
329
|
+
|
|
311
330
|
readonly BytesConsumed: long;
|
|
312
331
|
readonly CurrentDepth: int;
|
|
313
332
|
readonly CurrentState: JsonReaderState;
|
|
@@ -373,7 +392,9 @@ export const Utf8JsonReader: {
|
|
|
373
392
|
|
|
374
393
|
export type Utf8JsonReader = Utf8JsonReader$instance;
|
|
375
394
|
|
|
376
|
-
export interface JsonDocument$instance {
|
|
395
|
+
export interface JsonDocument$instance extends System_Internal.IDisposable$instance {
|
|
396
|
+
readonly __tsonic_type_System_Text_Json_JsonDocument: never;
|
|
397
|
+
|
|
377
398
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
378
399
|
|
|
379
400
|
readonly RootElement: JsonElement;
|
|
@@ -398,12 +419,12 @@ export interface __JsonDocument$views {
|
|
|
398
419
|
As_IDisposable(): System_Internal.IDisposable$instance;
|
|
399
420
|
}
|
|
400
421
|
|
|
401
|
-
export interface JsonDocument$instance extends System_Internal.IDisposable$instance {}
|
|
402
|
-
|
|
403
422
|
export type JsonDocument = JsonDocument$instance & __JsonDocument$views;
|
|
404
423
|
|
|
405
424
|
|
|
406
425
|
export interface JsonException$instance extends Exception {
|
|
426
|
+
readonly __tsonic_type_System_Text_Json_JsonException: never;
|
|
427
|
+
|
|
407
428
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
408
429
|
|
|
409
430
|
BytePositionInLine: Nullable_1<System_Internal.Int64>;
|
|
@@ -432,6 +453,8 @@ export type JsonException = JsonException$instance & __JsonException$views;
|
|
|
432
453
|
|
|
433
454
|
|
|
434
455
|
export interface JsonNamingPolicy$instance {
|
|
456
|
+
readonly __tsonic_type_System_Text_Json_JsonNamingPolicy: never;
|
|
457
|
+
|
|
435
458
|
ConvertName(name: string): string;
|
|
436
459
|
}
|
|
437
460
|
|
|
@@ -448,6 +471,8 @@ export const JsonNamingPolicy: (abstract new() => JsonNamingPolicy) & {
|
|
|
448
471
|
export type JsonNamingPolicy = JsonNamingPolicy$instance;
|
|
449
472
|
|
|
450
473
|
export interface JsonSerializerOptions$instance {
|
|
474
|
+
readonly __tsonic_type_System_Text_Json_JsonSerializerOptions: never;
|
|
475
|
+
|
|
451
476
|
AllowDuplicateProperties: boolean;
|
|
452
477
|
AllowOutOfOrderMetadataProperties: boolean;
|
|
453
478
|
AllowTrailingCommas: boolean;
|
|
@@ -504,7 +529,9 @@ export const JsonSerializerOptions: {
|
|
|
504
529
|
|
|
505
530
|
export type JsonSerializerOptions = JsonSerializerOptions$instance;
|
|
506
531
|
|
|
507
|
-
export interface Utf8JsonWriter$instance {
|
|
532
|
+
export interface Utf8JsonWriter$instance extends System_Internal.IAsyncDisposable$instance, System_Internal.IDisposable$instance {
|
|
533
|
+
readonly __tsonic_type_System_Text_Json_Utf8JsonWriter: never;
|
|
534
|
+
|
|
508
535
|
readonly __tsonic_iface_System_IAsyncDisposable: never;
|
|
509
536
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
510
537
|
|
|
@@ -644,8 +671,6 @@ export interface __Utf8JsonWriter$views {
|
|
|
644
671
|
As_IDisposable(): System_Internal.IDisposable$instance;
|
|
645
672
|
}
|
|
646
673
|
|
|
647
|
-
export interface Utf8JsonWriter$instance extends System_Internal.IAsyncDisposable$instance, System_Internal.IDisposable$instance {}
|
|
648
|
-
|
|
649
674
|
export type Utf8JsonWriter = Utf8JsonWriter$instance & __Utf8JsonWriter$views;
|
|
650
675
|
|
|
651
676
|
|
|
@@ -22,6 +22,8 @@ import * as System_Internal from "../../System/internal/index.js";
|
|
|
22
22
|
import type { Boolean as ClrBoolean, Byte, Char, DateTime, DateTimeOffset, Decimal, Double, Func_2, Guid, Int16, Int32, Int64, Nullable_1, Object as ClrObject, ReadOnlySpan_1, SByte, Single, String as ClrString, Type, UInt16, UInt32, UInt64, ValueType, Void } from "../../System/internal/index.js";
|
|
23
23
|
|
|
24
24
|
export interface JsonNodeOptions$instance {
|
|
25
|
+
readonly __tsonic_type_System_Text_Json_Nodes_JsonNodeOptions: never;
|
|
26
|
+
|
|
25
27
|
PropertyNameCaseInsensitive: boolean;
|
|
26
28
|
}
|
|
27
29
|
|
|
@@ -34,6 +36,8 @@ export const JsonNodeOptions: {
|
|
|
34
36
|
export type JsonNodeOptions = JsonNodeOptions$instance;
|
|
35
37
|
|
|
36
38
|
export interface JsonArray$instance extends JsonNode {
|
|
39
|
+
readonly __tsonic_type_System_Text_Json_Nodes_JsonArray: never;
|
|
40
|
+
|
|
37
41
|
readonly __tsonic_iface_System_Collections_Generic_ICollection_1: never;
|
|
38
42
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
39
43
|
readonly __tsonic_iface_System_Collections_Generic_IList_1: never;
|
|
@@ -77,6 +81,8 @@ export type JsonArray = JsonArray$instance & __JsonArray$views;
|
|
|
77
81
|
|
|
78
82
|
|
|
79
83
|
export interface JsonNode$instance {
|
|
84
|
+
readonly __tsonic_type_System_Text_Json_Nodes_JsonNode: never;
|
|
85
|
+
|
|
80
86
|
readonly Options: Nullable_1<JsonNodeOptions>;
|
|
81
87
|
get Parent(): JsonNode | undefined;
|
|
82
88
|
set Parent(value: JsonNode | undefined);
|
|
@@ -114,6 +120,8 @@ export const JsonNode: {
|
|
|
114
120
|
export type JsonNode = JsonNode$instance;
|
|
115
121
|
|
|
116
122
|
export interface JsonObject$instance extends JsonNode {
|
|
123
|
+
readonly __tsonic_type_System_Text_Json_Nodes_JsonObject: never;
|
|
124
|
+
|
|
117
125
|
readonly __tsonic_iface_System_Collections_Generic_ICollection_1: never;
|
|
118
126
|
readonly __tsonic_iface_System_Collections_Generic_IDictionary_2: never;
|
|
119
127
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
@@ -160,6 +168,8 @@ export type JsonObject = JsonObject$instance & __JsonObject$views;
|
|
|
160
168
|
|
|
161
169
|
|
|
162
170
|
export interface JsonValue$instance extends JsonNode {
|
|
171
|
+
readonly __tsonic_type_System_Text_Json_Nodes_JsonValue: never;
|
|
172
|
+
|
|
163
173
|
TryGetValue<T>(value: T): boolean;
|
|
164
174
|
}
|
|
165
175
|
|
|
@@ -13,6 +13,8 @@ import * as System_Internal from "../../System/internal/index.js";
|
|
|
13
13
|
import type { Boolean as ClrBoolean, Func_3, Int32, Object as ClrObject, ReadOnlySpan_1, String as ClrString, Type, ValueType, Void } from "../../System/internal/index.js";
|
|
14
14
|
|
|
15
15
|
export interface JsonSchemaExporterContext$instance {
|
|
16
|
+
readonly __tsonic_type_System_Text_Json_Schema_JsonSchemaExporterContext: never;
|
|
17
|
+
|
|
16
18
|
readonly BaseTypeInfo: JsonTypeInfo | undefined;
|
|
17
19
|
readonly Path: ReadOnlySpan_1<System_Internal.String>;
|
|
18
20
|
readonly PropertyInfo: JsonPropertyInfo | undefined;
|
|
@@ -28,6 +30,8 @@ export const JsonSchemaExporterContext: {
|
|
|
28
30
|
export type JsonSchemaExporterContext = JsonSchemaExporterContext$instance;
|
|
29
31
|
|
|
30
32
|
export interface JsonSchemaExporterOptions$instance {
|
|
33
|
+
readonly __tsonic_type_System_Text_Json_Schema_JsonSchemaExporterOptions: never;
|
|
34
|
+
|
|
31
35
|
get TransformSchemaNode(): Func_3<JsonSchemaExporterContext, JsonNode, JsonNode> | undefined;
|
|
32
36
|
set TransformSchemaNode(value: Func_3<JsonSchemaExporterContext, JsonNode, JsonNode> | undefined);
|
|
33
37
|
TreatNullObliviousAsNonNullable: boolean;
|