@tsonic/dotnet 0.5.2 → 0.6.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Internal/internal/index.d.ts +5 -5
- package/Microsoft.CSharp.RuntimeBinder/internal/index.d.ts +14 -14
- package/Microsoft.VisualBasic/bindings.json +28 -28
- package/Microsoft.VisualBasic/internal/index.d.ts +265 -265
- package/Microsoft.VisualBasic/internal/metadata.json +14 -14
- package/Microsoft.VisualBasic.CompilerServices/internal/index.d.ts +202 -202
- package/Microsoft.VisualBasic.FileIO/internal/index.d.ts +68 -66
- package/Microsoft.Win32/internal/index.d.ts +16 -14
- package/Microsoft.Win32.SafeHandles/internal/index.d.ts +18 -18
- package/README.md +39 -0
- package/System/bindings.json +138 -138
- package/System/internal/index.d.ts +4165 -3967
- package/System/internal/metadata.json +81 -487
- package/System.Buffers/internal/index.d.ts +60 -50
- package/System.Buffers.Binary/internal/index.d.ts +126 -126
- package/System.Buffers.Text/internal/index.d.ts +67 -67
- package/System.CodeDom.Compiler/internal/index.d.ts +35 -35
- package/System.Collections/internal/index.d.ts +199 -179
- package/System.Collections.Concurrent/internal/index.d.ts +61 -59
- package/System.Collections.Frozen/internal/index.d.ts +29 -29
- package/System.Collections.Frozen/internal/metadata.json +2 -16
- package/System.Collections.Generic/index.d.ts +1 -1
- package/System.Collections.Generic/internal/index.d.ts +382 -354
- package/System.Collections.Generic/internal/metadata.json +5 -54
- package/System.Collections.Immutable/internal/index.d.ts +321 -319
- package/System.Collections.Immutable/internal/metadata.json +5 -40
- package/System.Collections.ObjectModel/internal/index.d.ts +83 -79
- package/System.Collections.ObjectModel/internal/metadata.json +1 -36
- package/System.Collections.Specialized/internal/index.d.ts +104 -96
- package/System.ComponentModel/internal/index.d.ts +661 -631
- package/System.ComponentModel/internal/metadata.json +0 -7
- package/System.ComponentModel.DataAnnotations/internal/index.d.ts +60 -58
- package/System.ComponentModel.Design/bindings.json +2 -2
- package/System.ComponentModel.Design/internal/index.d.ts +207 -193
- package/System.ComponentModel.Design/internal/metadata.json +1 -1
- package/System.ComponentModel.Design.Serialization/index.d.ts +2 -2
- package/System.ComponentModel.Design.Serialization/internal/index.d.ts +103 -98
- package/System.Configuration.Assemblies/bindings.json +10 -10
- package/System.Configuration.Assemblies/internal/index.d.ts +5 -5
- package/System.Configuration.Assemblies/internal/metadata.json +5 -5
- package/System.Data/internal/index.d.ts +481 -453
- package/System.Data.Common/internal/index.d.ts +149 -121
- package/System.Data.SqlTypes/bindings.json +2 -2
- package/System.Data.SqlTypes/internal/index.d.ts +331 -299
- package/System.Data.SqlTypes/internal/metadata.json +1 -1
- package/System.Diagnostics/bindings.json +6 -6
- package/System.Diagnostics/internal/index.d.ts +333 -313
- package/System.Diagnostics/internal/metadata.json +3 -10
- package/System.Diagnostics.CodeAnalysis/internal/index.d.ts +16 -16
- package/System.Diagnostics.Contracts/internal/index.d.ts +21 -21
- package/System.Diagnostics.Metrics/internal/index.d.ts +81 -75
- package/System.Diagnostics.SymbolStore/bindings.json +6 -6
- package/System.Diagnostics.SymbolStore/internal/index.d.ts +72 -72
- package/System.Diagnostics.SymbolStore/internal/metadata.json +3 -3
- package/System.Diagnostics.Tracing/internal/index.d.ts +24 -18
- package/System.Drawing/bindings.json +24 -24
- package/System.Drawing/internal/index.d.ts +281 -281
- package/System.Drawing/internal/metadata.json +12 -12
- package/System.Dynamic/internal/index.d.ts +46 -42
- package/System.Formats.Asn1/bindings.json +12 -12
- package/System.Formats.Asn1/internal/index.d.ts +50 -48
- package/System.Formats.Asn1/internal/metadata.json +6 -6
- package/System.Formats.Tar/bindings.json +2 -2
- package/System.Formats.Tar/internal/index.d.ts +17 -13
- package/System.Formats.Tar/internal/metadata.json +1 -1
- package/System.Globalization/bindings.json +8 -8
- package/System.Globalization/internal/index.d.ts +177 -163
- package/System.Globalization/internal/metadata.json +4 -4
- package/System.IO/internal/index.d.ts +457 -439
- package/System.IO.Compression/internal/index.d.ts +78 -72
- package/System.IO.Enumeration/internal/index.d.ts +22 -22
- package/System.IO.IsolatedStorage/internal/index.d.ts +26 -24
- package/System.IO.MemoryMappedFiles/internal/index.d.ts +22 -20
- package/System.IO.Pipelines/internal/index.d.ts +15 -13
- package/System.IO.Pipes/internal/index.d.ts +23 -23
- package/System.Linq/internal/index.d.ts +853 -845
- package/System.Linq/internal/metadata.json +0 -17
- package/System.Linq.Expressions/internal/index.d.ts +354 -340
- package/System.Linq.Expressions.Interpreter/internal/index.d.ts +2 -2
- package/System.Net/bindings.json +2 -2
- package/System.Net/internal/index.d.ts +351 -317
- package/System.Net/internal/metadata.json +1 -1
- package/System.Net.Http/internal/index.d.ts +64 -54
- package/System.Net.Http.Headers/bindings.json +2 -2
- package/System.Net.Http.Headers/internal/index.d.ts +139 -99
- package/System.Net.Http.Headers/internal/metadata.json +1 -1
- package/System.Net.Http.Json/internal/index.d.ts +63 -63
- package/System.Net.Http.Metrics/internal/index.d.ts +2 -2
- package/System.Net.Mail/bindings.json +2 -2
- package/System.Net.Mail/internal/index.d.ts +90 -78
- package/System.Net.Mail/internal/metadata.json +4 -32
- package/System.Net.Mime/internal/index.d.ts +51 -51
- package/System.Net.NetworkInformation/internal/index.d.ts +59 -57
- package/System.Net.Quic/internal/index.d.ts +15 -11
- package/System.Net.Security/bindings.json +674 -674
- package/System.Net.Security/internal/index.d.ts +396 -394
- package/System.Net.Security/internal/metadata.json +337 -337
- package/System.Net.ServerSentEvents/internal/index.d.ts +10 -10
- package/System.Net.Sockets/bindings.json +10 -10
- package/System.Net.Sockets/internal/index.d.ts +100 -90
- package/System.Net.Sockets/internal/metadata.json +5 -5
- package/System.Net.WebSockets/internal/index.d.ts +21 -19
- package/System.Numerics/bindings.json +110 -110
- package/System.Numerics/internal/index.d.ts +1057 -1039
- package/System.Numerics/internal/metadata.json +55 -89
- package/System.Reflection/bindings.json +25 -25
- package/System.Reflection/internal/index.d.ts +336 -316
- package/System.Reflection/internal/metadata.json +12 -12
- package/System.Reflection.Emit/bindings.json +307 -307
- package/System.Reflection.Emit/internal/index.d.ts +242 -236
- package/System.Reflection.Emit/internal/metadata.json +152 -152
- package/System.Reflection.Metadata/bindings.json +272 -272
- package/System.Reflection.Metadata/internal/index.d.ts +448 -438
- package/System.Reflection.Metadata/internal/metadata.json +164 -360
- package/System.Reflection.Metadata.Ecma335/internal/index.d.ts +91 -91
- package/System.Reflection.PortableExecutable/bindings.json +26 -26
- package/System.Reflection.PortableExecutable/internal/index.d.ts +22 -20
- package/System.Reflection.PortableExecutable/internal/metadata.json +13 -13
- package/System.Resources/internal/index.d.ts +30 -24
- package/System.Runtime/internal/index.d.ts +20 -16
- package/System.Runtime.CompilerServices/bindings.json +4 -4
- package/System.Runtime.CompilerServices/internal/index.d.ts +233 -209
- package/System.Runtime.CompilerServices/internal/metadata.json +2 -2
- package/System.Runtime.ExceptionServices/internal/index.d.ts +6 -6
- package/System.Runtime.InteropServices/bindings.json +146 -146
- package/System.Runtime.InteropServices/internal/index.d.ts +604 -586
- package/System.Runtime.InteropServices/internal/metadata.json +73 -130
- package/System.Runtime.InteropServices.ComTypes/bindings.json +252 -252
- package/System.Runtime.InteropServices.ComTypes/internal/index.d.ts +296 -292
- package/System.Runtime.InteropServices.ComTypes/internal/metadata.json +126 -126
- package/System.Runtime.InteropServices.Java/internal/index.d.ts +12 -12
- package/System.Runtime.InteropServices.JavaScript/internal/index.d.ts +60 -58
- package/System.Runtime.InteropServices.Marshalling/internal/index.d.ts +102 -94
- package/System.Runtime.InteropServices.ObjectiveC/internal/index.d.ts +9 -9
- package/System.Runtime.InteropServices.Swift/internal/index.d.ts +1 -1
- package/System.Runtime.Intrinsics/internal/index.d.ts +1252 -1244
- package/System.Runtime.Intrinsics.Arm/internal/index.d.ts +9662 -9662
- package/System.Runtime.Intrinsics.Wasm/internal/index.d.ts +471 -471
- package/System.Runtime.Intrinsics.X86/internal/index.d.ts +16033 -16033
- package/System.Runtime.Loader/internal/index.d.ts +9 -7
- package/System.Runtime.Remoting/internal/index.d.ts +2 -2
- package/System.Runtime.Serialization/internal/index.d.ts +179 -171
- package/System.Runtime.Serialization.DataContracts/internal/index.d.ts +5 -5
- package/System.Runtime.Serialization.Formatters/internal/index.d.ts +2 -2
- package/System.Runtime.Serialization.Formatters.Binary/internal/index.d.ts +5 -3
- package/System.Runtime.Serialization.Json/internal/index.d.ts +27 -27
- package/System.Runtime.Versioning/internal/index.d.ts +4 -4
- package/System.Security/internal/index.d.ts +45 -39
- package/System.Security.AccessControl/internal/index.d.ts +28 -26
- package/System.Security.Authentication/internal/index.d.ts +2 -2
- package/System.Security.Authentication.ExtendedProtection/internal/index.d.ts +11 -7
- package/System.Security.Claims/internal/index.d.ts +94 -90
- package/System.Security.Cryptography/bindings.json +111 -111
- package/System.Security.Cryptography/internal/index.d.ts +842 -794
- package/System.Security.Cryptography/internal/metadata.json +52 -59
- package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +121 -113
- package/System.Security.Policy/internal/index.d.ts +6 -6
- package/System.Security.Principal/internal/index.d.ts +36 -30
- package/System.Text/bindings.json +28 -28
- package/System.Text/internal/index.d.ts +325 -319
- package/System.Text/internal/metadata.json +4 -4
- package/System.Text.Encodings.Web/internal/index.d.ts +18 -18
- package/System.Text.Json/internal/index.d.ts +184 -180
- package/System.Text.Json.Nodes/internal/index.d.ts +54 -54
- package/System.Text.Json.Schema/internal/index.d.ts +3 -3
- package/System.Text.Json.Serialization/internal/index.d.ts +12 -12
- package/System.Text.Json.Serialization.Metadata/internal/index.d.ts +85 -83
- package/System.Text.RegularExpressions/internal/index.d.ts +91 -89
- package/System.Text.RegularExpressions/internal/metadata.json +5 -40
- package/System.Text.Unicode/internal/index.d.ts +171 -171
- package/System.Threading/bindings.json +4 -4
- package/System.Threading/internal/index.d.ts +411 -377
- package/System.Threading/internal/metadata.json +2 -2
- package/System.Threading.Channels/internal/index.d.ts +8 -8
- package/System.Threading.Tasks/internal/index.d.ts +209 -205
- package/System.Threading.Tasks.Dataflow/internal/index.d.ts +106 -102
- package/System.Threading.Tasks.Dataflow/internal/metadata.json +0 -42
- package/System.Threading.Tasks.Sources/internal/index.d.ts +7 -7
- package/System.Timers/internal/index.d.ts +11 -9
- package/System.Transactions/internal/index.d.ts +83 -67
- package/System.Web/internal/index.d.ts +31 -31
- package/System.Windows.Input/internal/index.d.ts +2 -2
- package/System.Xml/bindings.json +35 -35
- package/System.Xml/internal/index.d.ts +343 -325
- package/System.Xml/internal/metadata.json +17 -17
- package/System.Xml.Linq/internal/index.d.ts +122 -110
- package/System.Xml.Resolvers/internal/index.d.ts +3 -3
- package/System.Xml.Schema/internal/index.d.ts +71 -71
- package/System.Xml.Serialization/internal/index.d.ts +120 -120
- package/System.Xml.XPath/internal/index.d.ts +40 -34
- package/System.Xml.Xsl/internal/index.d.ts +27 -27
- package/System.Xml.Xsl.Runtime/internal/index.d.ts +99 -99
- package/__internal/extensions/index.d.ts +2294 -0
- package/package.json +1 -1
- package/internal/extensions/index.d.ts +0 -2280
|
@@ -45,13 +45,13 @@ export class Utf8_TryWriteInterpolatedStringHandler$instance {
|
|
|
45
45
|
appendFormatted<T>(value: T, format: string): boolean;
|
|
46
46
|
appendFormatted<T>(value: T, alignment: int): boolean;
|
|
47
47
|
appendFormatted<T>(value: T, alignment: int, format: string): boolean;
|
|
48
|
-
appendFormatted(value: ReadOnlySpan_1<CLROf<
|
|
49
|
-
appendFormatted(value: ReadOnlySpan_1<CLROf<
|
|
48
|
+
appendFormatted(value: ReadOnlySpan_1<CLROf<char>>): boolean;
|
|
49
|
+
appendFormatted(value: ReadOnlySpan_1<CLROf<char>>, alignment?: int, format?: string): boolean;
|
|
50
50
|
appendFormatted(utf8Value: ReadOnlySpan_1<CLROf<byte>>): boolean;
|
|
51
51
|
appendFormatted(utf8Value: ReadOnlySpan_1<CLROf<byte>>, alignment?: int, format?: string): boolean;
|
|
52
52
|
appendFormatted(value: string): boolean;
|
|
53
53
|
appendFormatted(value: string, alignment?: int, format?: string): boolean;
|
|
54
|
-
appendFormatted(value:
|
|
54
|
+
appendFormatted(value: unknown, alignment?: int, format?: string): boolean;
|
|
55
55
|
appendLiteral(value: string): boolean;
|
|
56
56
|
}
|
|
57
57
|
|
|
@@ -62,186 +62,186 @@ export class UnicodeRange$instance {
|
|
|
62
62
|
constructor(firstCodePoint: int, length: int);
|
|
63
63
|
readonly firstCodePoint: int;
|
|
64
64
|
readonly length: int;
|
|
65
|
-
static
|
|
65
|
+
static create(firstCharacter: char, lastCharacter: char): UnicodeRange;
|
|
66
66
|
}
|
|
67
67
|
|
|
68
68
|
|
|
69
69
|
export type UnicodeRange = UnicodeRange$instance;
|
|
70
70
|
|
|
71
71
|
export abstract class UnicodeRanges$instance {
|
|
72
|
-
static readonly
|
|
73
|
-
static readonly
|
|
74
|
-
static readonly
|
|
75
|
-
static readonly
|
|
76
|
-
static readonly
|
|
77
|
-
static readonly
|
|
78
|
-
static readonly
|
|
79
|
-
static readonly
|
|
80
|
-
static readonly
|
|
81
|
-
static readonly
|
|
82
|
-
static readonly
|
|
83
|
-
static readonly
|
|
84
|
-
static readonly
|
|
85
|
-
static readonly
|
|
86
|
-
static readonly
|
|
87
|
-
static readonly
|
|
88
|
-
static readonly
|
|
89
|
-
static readonly
|
|
90
|
-
static readonly
|
|
91
|
-
static readonly
|
|
92
|
-
static readonly
|
|
93
|
-
static readonly
|
|
94
|
-
static readonly
|
|
95
|
-
static readonly
|
|
96
|
-
static readonly
|
|
97
|
-
static readonly
|
|
98
|
-
static readonly
|
|
99
|
-
static readonly
|
|
100
|
-
static readonly
|
|
101
|
-
static readonly
|
|
102
|
-
static readonly
|
|
103
|
-
static readonly
|
|
104
|
-
static readonly
|
|
105
|
-
static readonly
|
|
106
|
-
static readonly
|
|
107
|
-
static readonly
|
|
108
|
-
static readonly
|
|
109
|
-
static readonly
|
|
110
|
-
static readonly
|
|
111
|
-
static readonly
|
|
112
|
-
static readonly
|
|
113
|
-
static readonly
|
|
114
|
-
static readonly
|
|
115
|
-
static readonly
|
|
116
|
-
static readonly
|
|
117
|
-
static readonly
|
|
118
|
-
static readonly
|
|
119
|
-
static readonly
|
|
120
|
-
static readonly
|
|
121
|
-
static readonly
|
|
122
|
-
static readonly
|
|
123
|
-
static readonly
|
|
124
|
-
static readonly
|
|
125
|
-
static readonly
|
|
126
|
-
static readonly
|
|
127
|
-
static readonly
|
|
128
|
-
static readonly
|
|
129
|
-
static readonly
|
|
130
|
-
static readonly
|
|
131
|
-
static readonly
|
|
132
|
-
static readonly
|
|
133
|
-
static readonly
|
|
134
|
-
static readonly
|
|
135
|
-
static readonly
|
|
136
|
-
static readonly
|
|
137
|
-
static readonly
|
|
138
|
-
static readonly
|
|
139
|
-
static readonly
|
|
140
|
-
static readonly
|
|
141
|
-
static readonly
|
|
142
|
-
static readonly
|
|
143
|
-
static readonly
|
|
144
|
-
static readonly
|
|
145
|
-
static readonly
|
|
146
|
-
static readonly
|
|
147
|
-
static readonly
|
|
148
|
-
static readonly
|
|
149
|
-
static readonly
|
|
150
|
-
static readonly
|
|
151
|
-
static readonly
|
|
152
|
-
static readonly
|
|
153
|
-
static readonly
|
|
154
|
-
static readonly
|
|
155
|
-
static readonly
|
|
156
|
-
static readonly
|
|
157
|
-
static readonly
|
|
158
|
-
static readonly
|
|
159
|
-
static readonly
|
|
160
|
-
static readonly
|
|
161
|
-
static readonly
|
|
162
|
-
static readonly
|
|
163
|
-
static readonly
|
|
164
|
-
static readonly
|
|
165
|
-
static readonly
|
|
166
|
-
static readonly
|
|
167
|
-
static readonly
|
|
168
|
-
static readonly
|
|
169
|
-
static readonly
|
|
170
|
-
static readonly
|
|
171
|
-
static readonly
|
|
172
|
-
static readonly
|
|
173
|
-
static readonly
|
|
174
|
-
static readonly
|
|
175
|
-
static readonly
|
|
176
|
-
static readonly
|
|
177
|
-
static readonly
|
|
178
|
-
static readonly
|
|
179
|
-
static readonly
|
|
180
|
-
static readonly
|
|
181
|
-
static readonly
|
|
182
|
-
static readonly
|
|
183
|
-
static readonly
|
|
184
|
-
static readonly
|
|
185
|
-
static readonly
|
|
186
|
-
static readonly
|
|
187
|
-
static readonly
|
|
188
|
-
static readonly
|
|
189
|
-
static readonly
|
|
190
|
-
static readonly
|
|
191
|
-
static readonly
|
|
192
|
-
static readonly
|
|
193
|
-
static readonly
|
|
194
|
-
static readonly
|
|
195
|
-
static readonly
|
|
196
|
-
static readonly
|
|
197
|
-
static readonly
|
|
198
|
-
static readonly
|
|
199
|
-
static readonly
|
|
200
|
-
static readonly
|
|
201
|
-
static readonly
|
|
202
|
-
static readonly
|
|
203
|
-
static readonly
|
|
204
|
-
static readonly
|
|
205
|
-
static readonly
|
|
206
|
-
static readonly
|
|
207
|
-
static readonly
|
|
208
|
-
static readonly
|
|
209
|
-
static readonly
|
|
210
|
-
static readonly
|
|
211
|
-
static readonly
|
|
212
|
-
static readonly
|
|
213
|
-
static readonly
|
|
214
|
-
static readonly
|
|
215
|
-
static readonly
|
|
216
|
-
static readonly
|
|
217
|
-
static readonly
|
|
218
|
-
static readonly
|
|
219
|
-
static readonly
|
|
220
|
-
static readonly
|
|
221
|
-
static readonly
|
|
222
|
-
static readonly
|
|
223
|
-
static readonly
|
|
224
|
-
static readonly
|
|
225
|
-
static readonly
|
|
226
|
-
static readonly
|
|
227
|
-
static readonly
|
|
228
|
-
static readonly
|
|
229
|
-
static readonly
|
|
230
|
-
static readonly
|
|
231
|
-
static readonly
|
|
232
|
-
static readonly
|
|
233
|
-
static readonly
|
|
72
|
+
static readonly none: UnicodeRange;
|
|
73
|
+
static readonly all: UnicodeRange;
|
|
74
|
+
static readonly basicLatin: UnicodeRange;
|
|
75
|
+
static readonly latin1Supplement: UnicodeRange;
|
|
76
|
+
static readonly latinExtendedA: UnicodeRange;
|
|
77
|
+
static readonly latinExtendedB: UnicodeRange;
|
|
78
|
+
static readonly ipaExtensions: UnicodeRange;
|
|
79
|
+
static readonly spacingModifierLetters: UnicodeRange;
|
|
80
|
+
static readonly combiningDiacriticalMarks: UnicodeRange;
|
|
81
|
+
static readonly greekandCoptic: UnicodeRange;
|
|
82
|
+
static readonly cyrillic: UnicodeRange;
|
|
83
|
+
static readonly cyrillicSupplement: UnicodeRange;
|
|
84
|
+
static readonly armenian: UnicodeRange;
|
|
85
|
+
static readonly hebrew: UnicodeRange;
|
|
86
|
+
static readonly arabic: UnicodeRange;
|
|
87
|
+
static readonly syriac: UnicodeRange;
|
|
88
|
+
static readonly arabicSupplement: UnicodeRange;
|
|
89
|
+
static readonly thaana: UnicodeRange;
|
|
90
|
+
static readonly nKo: UnicodeRange;
|
|
91
|
+
static readonly samaritan: UnicodeRange;
|
|
92
|
+
static readonly mandaic: UnicodeRange;
|
|
93
|
+
static readonly syriacSupplement: UnicodeRange;
|
|
94
|
+
static readonly arabicExtendedB: UnicodeRange;
|
|
95
|
+
static readonly arabicExtendedA: UnicodeRange;
|
|
96
|
+
static readonly devanagari: UnicodeRange;
|
|
97
|
+
static readonly bengali: UnicodeRange;
|
|
98
|
+
static readonly gurmukhi: UnicodeRange;
|
|
99
|
+
static readonly gujarati: UnicodeRange;
|
|
100
|
+
static readonly oriya: UnicodeRange;
|
|
101
|
+
static readonly tamil: UnicodeRange;
|
|
102
|
+
static readonly telugu: UnicodeRange;
|
|
103
|
+
static readonly kannada: UnicodeRange;
|
|
104
|
+
static readonly malayalam: UnicodeRange;
|
|
105
|
+
static readonly sinhala: UnicodeRange;
|
|
106
|
+
static readonly thai: UnicodeRange;
|
|
107
|
+
static readonly lao: UnicodeRange;
|
|
108
|
+
static readonly tibetan: UnicodeRange;
|
|
109
|
+
static readonly myanmar: UnicodeRange;
|
|
110
|
+
static readonly georgian: UnicodeRange;
|
|
111
|
+
static readonly hangulJamo: UnicodeRange;
|
|
112
|
+
static readonly ethiopic: UnicodeRange;
|
|
113
|
+
static readonly ethiopicSupplement: UnicodeRange;
|
|
114
|
+
static readonly cherokee: UnicodeRange;
|
|
115
|
+
static readonly unifiedCanadianAboriginalSyllabics: UnicodeRange;
|
|
116
|
+
static readonly ogham: UnicodeRange;
|
|
117
|
+
static readonly runic: UnicodeRange;
|
|
118
|
+
static readonly tagalog: UnicodeRange;
|
|
119
|
+
static readonly hanunoo: UnicodeRange;
|
|
120
|
+
static readonly buhid: UnicodeRange;
|
|
121
|
+
static readonly tagbanwa: UnicodeRange;
|
|
122
|
+
static readonly khmer: UnicodeRange;
|
|
123
|
+
static readonly mongolian: UnicodeRange;
|
|
124
|
+
static readonly unifiedCanadianAboriginalSyllabicsExtended: UnicodeRange;
|
|
125
|
+
static readonly limbu: UnicodeRange;
|
|
126
|
+
static readonly taiLe: UnicodeRange;
|
|
127
|
+
static readonly newTaiLue: UnicodeRange;
|
|
128
|
+
static readonly khmerSymbols: UnicodeRange;
|
|
129
|
+
static readonly buginese: UnicodeRange;
|
|
130
|
+
static readonly taiTham: UnicodeRange;
|
|
131
|
+
static readonly combiningDiacriticalMarksExtended: UnicodeRange;
|
|
132
|
+
static readonly balinese: UnicodeRange;
|
|
133
|
+
static readonly sundanese: UnicodeRange;
|
|
134
|
+
static readonly batak: UnicodeRange;
|
|
135
|
+
static readonly lepcha: UnicodeRange;
|
|
136
|
+
static readonly olChiki: UnicodeRange;
|
|
137
|
+
static readonly cyrillicExtendedC: UnicodeRange;
|
|
138
|
+
static readonly georgianExtended: UnicodeRange;
|
|
139
|
+
static readonly sundaneseSupplement: UnicodeRange;
|
|
140
|
+
static readonly vedicExtensions: UnicodeRange;
|
|
141
|
+
static readonly phoneticExtensions: UnicodeRange;
|
|
142
|
+
static readonly phoneticExtensionsSupplement: UnicodeRange;
|
|
143
|
+
static readonly combiningDiacriticalMarksSupplement: UnicodeRange;
|
|
144
|
+
static readonly latinExtendedAdditional: UnicodeRange;
|
|
145
|
+
static readonly greekExtended: UnicodeRange;
|
|
146
|
+
static readonly generalPunctuation: UnicodeRange;
|
|
147
|
+
static readonly superscriptsandSubscripts: UnicodeRange;
|
|
148
|
+
static readonly currencySymbols: UnicodeRange;
|
|
149
|
+
static readonly combiningDiacriticalMarksforSymbols: UnicodeRange;
|
|
150
|
+
static readonly letterlikeSymbols: UnicodeRange;
|
|
151
|
+
static readonly numberForms: UnicodeRange;
|
|
152
|
+
static readonly arrows: UnicodeRange;
|
|
153
|
+
static readonly mathematicalOperators: UnicodeRange;
|
|
154
|
+
static readonly miscellaneousTechnical: UnicodeRange;
|
|
155
|
+
static readonly controlPictures: UnicodeRange;
|
|
156
|
+
static readonly opticalCharacterRecognition: UnicodeRange;
|
|
157
|
+
static readonly enclosedAlphanumerics: UnicodeRange;
|
|
158
|
+
static readonly boxDrawing: UnicodeRange;
|
|
159
|
+
static readonly blockElements: UnicodeRange;
|
|
160
|
+
static readonly geometricShapes: UnicodeRange;
|
|
161
|
+
static readonly miscellaneousSymbols: UnicodeRange;
|
|
162
|
+
static readonly dingbats: UnicodeRange;
|
|
163
|
+
static readonly miscellaneousMathematicalSymbolsA: UnicodeRange;
|
|
164
|
+
static readonly supplementalArrowsA: UnicodeRange;
|
|
165
|
+
static readonly braillePatterns: UnicodeRange;
|
|
166
|
+
static readonly supplementalArrowsB: UnicodeRange;
|
|
167
|
+
static readonly miscellaneousMathematicalSymbolsB: UnicodeRange;
|
|
168
|
+
static readonly supplementalMathematicalOperators: UnicodeRange;
|
|
169
|
+
static readonly miscellaneousSymbolsandArrows: UnicodeRange;
|
|
170
|
+
static readonly glagolitic: UnicodeRange;
|
|
171
|
+
static readonly latinExtendedC: UnicodeRange;
|
|
172
|
+
static readonly coptic: UnicodeRange;
|
|
173
|
+
static readonly georgianSupplement: UnicodeRange;
|
|
174
|
+
static readonly tifinagh: UnicodeRange;
|
|
175
|
+
static readonly ethiopicExtended: UnicodeRange;
|
|
176
|
+
static readonly cyrillicExtendedA: UnicodeRange;
|
|
177
|
+
static readonly supplementalPunctuation: UnicodeRange;
|
|
178
|
+
static readonly cjkRadicalsSupplement: UnicodeRange;
|
|
179
|
+
static readonly kangxiRadicals: UnicodeRange;
|
|
180
|
+
static readonly ideographicDescriptionCharacters: UnicodeRange;
|
|
181
|
+
static readonly cjkSymbolsandPunctuation: UnicodeRange;
|
|
182
|
+
static readonly hiragana: UnicodeRange;
|
|
183
|
+
static readonly katakana: UnicodeRange;
|
|
184
|
+
static readonly bopomofo: UnicodeRange;
|
|
185
|
+
static readonly hangulCompatibilityJamo: UnicodeRange;
|
|
186
|
+
static readonly kanbun: UnicodeRange;
|
|
187
|
+
static readonly bopomofoExtended: UnicodeRange;
|
|
188
|
+
static readonly cjkStrokes: UnicodeRange;
|
|
189
|
+
static readonly katakanaPhoneticExtensions: UnicodeRange;
|
|
190
|
+
static readonly enclosedCjkLettersandMonths: UnicodeRange;
|
|
191
|
+
static readonly cjkCompatibility: UnicodeRange;
|
|
192
|
+
static readonly cjkUnifiedIdeographsExtensionA: UnicodeRange;
|
|
193
|
+
static readonly yijingHexagramSymbols: UnicodeRange;
|
|
194
|
+
static readonly cjkUnifiedIdeographs: UnicodeRange;
|
|
195
|
+
static readonly yiSyllables: UnicodeRange;
|
|
196
|
+
static readonly yiRadicals: UnicodeRange;
|
|
197
|
+
static readonly lisu: UnicodeRange;
|
|
198
|
+
static readonly vai: UnicodeRange;
|
|
199
|
+
static readonly cyrillicExtendedB: UnicodeRange;
|
|
200
|
+
static readonly bamum: UnicodeRange;
|
|
201
|
+
static readonly modifierToneLetters: UnicodeRange;
|
|
202
|
+
static readonly latinExtendedD: UnicodeRange;
|
|
203
|
+
static readonly sylotiNagri: UnicodeRange;
|
|
204
|
+
static readonly commonIndicNumberForms: UnicodeRange;
|
|
205
|
+
static readonly phagspa: UnicodeRange;
|
|
206
|
+
static readonly saurashtra: UnicodeRange;
|
|
207
|
+
static readonly devanagariExtended: UnicodeRange;
|
|
208
|
+
static readonly kayahLi: UnicodeRange;
|
|
209
|
+
static readonly rejang: UnicodeRange;
|
|
210
|
+
static readonly hangulJamoExtendedA: UnicodeRange;
|
|
211
|
+
static readonly javanese: UnicodeRange;
|
|
212
|
+
static readonly myanmarExtendedB: UnicodeRange;
|
|
213
|
+
static readonly cham: UnicodeRange;
|
|
214
|
+
static readonly myanmarExtendedA: UnicodeRange;
|
|
215
|
+
static readonly taiViet: UnicodeRange;
|
|
216
|
+
static readonly meeteiMayekExtensions: UnicodeRange;
|
|
217
|
+
static readonly ethiopicExtendedA: UnicodeRange;
|
|
218
|
+
static readonly latinExtendedE: UnicodeRange;
|
|
219
|
+
static readonly cherokeeSupplement: UnicodeRange;
|
|
220
|
+
static readonly meeteiMayek: UnicodeRange;
|
|
221
|
+
static readonly hangulSyllables: UnicodeRange;
|
|
222
|
+
static readonly hangulJamoExtendedB: UnicodeRange;
|
|
223
|
+
static readonly cjkCompatibilityIdeographs: UnicodeRange;
|
|
224
|
+
static readonly alphabeticPresentationForms: UnicodeRange;
|
|
225
|
+
static readonly arabicPresentationFormsA: UnicodeRange;
|
|
226
|
+
static readonly variationSelectors: UnicodeRange;
|
|
227
|
+
static readonly verticalForms: UnicodeRange;
|
|
228
|
+
static readonly combiningHalfMarks: UnicodeRange;
|
|
229
|
+
static readonly cjkCompatibilityForms: UnicodeRange;
|
|
230
|
+
static readonly smallFormVariants: UnicodeRange;
|
|
231
|
+
static readonly arabicPresentationFormsB: UnicodeRange;
|
|
232
|
+
static readonly halfwidthandFullwidthForms: UnicodeRange;
|
|
233
|
+
static readonly specials: UnicodeRange;
|
|
234
234
|
}
|
|
235
235
|
|
|
236
236
|
|
|
237
237
|
export type UnicodeRanges = UnicodeRanges$instance;
|
|
238
238
|
|
|
239
239
|
export abstract class Utf8$instance {
|
|
240
|
-
static
|
|
241
|
-
static
|
|
242
|
-
static
|
|
243
|
-
static
|
|
244
|
-
static
|
|
240
|
+
static fromUtf16(source: ReadOnlySpan_1<CLROf<char>>, destination: Span_1<CLROf<byte>>, charsRead: { value: ref<int> }, bytesWritten: { value: ref<int> }, replaceInvalidSequences?: boolean, isFinalBlock?: boolean): OperationStatus;
|
|
241
|
+
static isValid(value: ReadOnlySpan_1<CLROf<byte>>): boolean;
|
|
242
|
+
static toUtf16(source: ReadOnlySpan_1<CLROf<byte>>, destination: Span_1<CLROf<char>>, bytesRead: { value: ref<int> }, charsWritten: { value: ref<int> }, replaceInvalidSequences?: boolean, isFinalBlock?: boolean): OperationStatus;
|
|
243
|
+
static tryWrite2(destination: Span_1<CLROf<byte>>, provider: IFormatProvider, handler: { value: ref<Utf8_TryWriteInterpolatedStringHandler> }, bytesWritten: { value: ref<int> }): boolean;
|
|
244
|
+
static tryWrite2(destination: Span_1<CLROf<byte>>, handler: { value: ref<Utf8_TryWriteInterpolatedStringHandler> }, bytesWritten: { value: ref<int> }): boolean;
|
|
245
245
|
}
|
|
246
246
|
|
|
247
247
|
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
{
|
|
25
25
|
"stableId": "System.Private.CoreLib:System.Threading.ApartmentState::STASystem.Threading.ApartmentState",
|
|
26
26
|
"clrName": "STA",
|
|
27
|
-
"tsEmitName": "
|
|
27
|
+
"tsEmitName": "STA",
|
|
28
28
|
"metadataToken": 67111980,
|
|
29
29
|
"normalizedSignature": "STA|System.Threading.ApartmentState|static=true|const=true",
|
|
30
30
|
"isStatic": true,
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
{
|
|
36
36
|
"stableId": "System.Private.CoreLib:System.Threading.ApartmentState::MTASystem.Threading.ApartmentState",
|
|
37
37
|
"clrName": "MTA",
|
|
38
|
-
"tsEmitName": "
|
|
38
|
+
"tsEmitName": "MTA",
|
|
39
39
|
"metadataToken": 67111981,
|
|
40
40
|
"normalizedSignature": "MTA|System.Threading.ApartmentState|static=true|const=true",
|
|
41
41
|
"isStatic": true,
|
|
@@ -771,7 +771,7 @@
|
|
|
771
771
|
}
|
|
772
772
|
},
|
|
773
773
|
{
|
|
774
|
-
"tsName": "
|
|
774
|
+
"tsName": "STA",
|
|
775
775
|
"isStatic": true,
|
|
776
776
|
"tsSignatureId": "STA|System.Threading.ApartmentState|static=true|const=true",
|
|
777
777
|
"target": {
|
|
@@ -781,7 +781,7 @@
|
|
|
781
781
|
}
|
|
782
782
|
},
|
|
783
783
|
{
|
|
784
|
-
"tsName": "
|
|
784
|
+
"tsName": "MTA",
|
|
785
785
|
"isStatic": true,
|
|
786
786
|
"tsSignatureId": "MTA|System.Threading.ApartmentState|static=true|const=true",
|
|
787
787
|
"target": {
|