@tsonic/dotnet 0.8.2 → 0.8.3
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 +18 -18
- package/Microsoft.VisualBasic.CompilerServices/internal/index.d.ts +1 -1
- package/Microsoft.VisualBasic.FileIO/internal/index.d.ts +2 -2
- package/Microsoft.Win32/internal/index.d.ts +10 -10
- package/System/internal/index.d.ts +964 -950
- package/System.Buffers/internal/index.d.ts +2 -2
- package/System.CodeDom.Compiler/internal/index.d.ts +10 -10
- package/System.Collections/internal/index.d.ts +30 -24
- package/System.Collections.Concurrent/internal/index.d.ts +10 -10
- package/System.Collections.Frozen/bindings.json +20 -20
- package/System.Collections.Frozen/internal/index.d.ts +6 -6
- package/System.Collections.Frozen/internal/metadata.json +10 -10
- package/System.Collections.Generic/bindings.json +20 -44
- package/System.Collections.Generic/internal/index.d.ts +54 -54
- package/System.Collections.Generic/internal/metadata.json +10 -26
- package/System.Collections.Immutable/internal/index.d.ts +88 -88
- package/System.Collections.ObjectModel/internal/index.d.ts +15 -15
- package/System.Collections.Specialized/internal/index.d.ts +53 -49
- package/System.ComponentModel/internal/index.d.ts +388 -376
- package/System.ComponentModel.DataAnnotations/internal/index.d.ts +55 -45
- package/System.ComponentModel.DataAnnotations.Schema/internal/index.d.ts +3 -2
- package/System.ComponentModel.Design/internal/index.d.ts +36 -36
- package/System.ComponentModel.Design.Serialization/internal/index.d.ts +20 -20
- package/System.Data/internal/index.d.ts +171 -163
- package/System.Data.Common/internal/index.d.ts +36 -28
- package/System.Data.SqlTypes/internal/index.d.ts +23 -23
- package/System.Diagnostics/internal/index.d.ts +250 -228
- package/System.Diagnostics.CodeAnalysis/internal/index.d.ts +37 -23
- package/System.Diagnostics.Contracts/internal/index.d.ts +4 -4
- package/System.Diagnostics.Metrics/internal/index.d.ts +34 -29
- package/System.Diagnostics.SymbolStore/internal/index.d.ts +4 -4
- package/System.Diagnostics.Tracing/internal/index.d.ts +26 -24
- package/System.Drawing/internal/index.d.ts +76 -76
- package/System.Dynamic/internal/index.d.ts +26 -26
- package/System.Formats.Asn1/internal/index.d.ts +4 -4
- package/System.Formats.Tar/internal/index.d.ts +5 -4
- package/System.Globalization/internal/index.d.ts +22 -20
- package/System.IO/internal/index.d.ts +106 -103
- package/System.IO.Compression/internal/index.d.ts +24 -24
- package/System.IO.Enumeration/internal/index.d.ts +7 -5
- package/System.IO.IsolatedStorage/internal/index.d.ts +9 -9
- package/System.IO.MemoryMappedFiles/internal/index.d.ts +8 -8
- package/System.IO.Pipelines/internal/index.d.ts +5 -5
- package/System.IO.Pipes/internal/index.d.ts +4 -4
- package/System.Linq/internal/index.d.ts +207 -207
- package/System.Linq.Expressions/internal/index.d.ts +160 -160
- package/System.Net/internal/index.d.ts +157 -131
- package/System.Net.Cache/internal/index.d.ts +2 -2
- package/System.Net.Http/internal/index.d.ts +69 -53
- package/System.Net.Http.Headers/internal/index.d.ts +62 -45
- package/System.Net.Http.Json/internal/index.d.ts +38 -38
- package/System.Net.Http.Metrics/internal/index.d.ts +1 -1
- package/System.Net.Mail/internal/index.d.ts +80 -70
- package/System.Net.Mime/internal/index.d.ts +4 -2
- package/System.Net.NetworkInformation/internal/index.d.ts +23 -23
- package/System.Net.Quic/internal/index.d.ts +4 -3
- package/System.Net.Security/internal/index.d.ts +65 -49
- package/System.Net.ServerSentEvents/internal/index.d.ts +3 -2
- package/System.Net.Sockets/internal/index.d.ts +49 -42
- package/System.Net.WebSockets/internal/index.d.ts +35 -29
- package/System.Numerics/bindings.json +96 -72
- package/System.Numerics/internal/index.d.ts +93 -91
- package/System.Numerics/internal/metadata.json +64 -48
- package/System.Reflection/internal/index.d.ts +129 -126
- package/System.Reflection.Emit/internal/index.d.ts +105 -105
- package/System.Reflection.Metadata/internal/index.d.ts +15 -15
- package/System.Reflection.Metadata.Ecma335/internal/index.d.ts +4 -4
- package/System.Reflection.PortableExecutable/internal/index.d.ts +2 -2
- package/System.Resources/internal/index.d.ts +20 -19
- package/System.Runtime/internal/index.d.ts +6 -5
- package/System.Runtime.CompilerServices/internal/index.d.ts +30 -28
- package/System.Runtime.InteropServices/internal/index.d.ts +85 -83
- package/System.Runtime.InteropServices.ComTypes/internal/index.d.ts +9 -9
- package/System.Runtime.InteropServices.JavaScript/internal/index.d.ts +20 -20
- package/System.Runtime.InteropServices.Marshalling/internal/index.d.ts +28 -26
- package/System.Runtime.Loader/internal/index.d.ts +2 -2
- package/System.Runtime.Remoting/internal/index.d.ts +1 -1
- package/System.Runtime.Serialization/internal/index.d.ts +66 -54
- package/System.Runtime.Serialization.DataContracts/internal/index.d.ts +3 -3
- package/System.Runtime.Serialization.Formatters/internal/index.d.ts +4 -2
- package/System.Runtime.Serialization.Formatters.Binary/internal/index.d.ts +5 -4
- package/System.Runtime.Serialization.Json/internal/index.d.ts +22 -21
- package/System.Runtime.Versioning/internal/index.d.ts +12 -9
- package/System.Security/internal/index.d.ts +62 -52
- package/System.Security.AccessControl/internal/index.d.ts +29 -25
- package/System.Security.Authentication/internal/index.d.ts +4 -4
- package/System.Security.Authentication.ExtendedProtection/internal/index.d.ts +8 -8
- package/System.Security.Claims/internal/index.d.ts +21 -15
- package/System.Security.Cryptography/internal/index.d.ts +155 -141
- package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +83 -82
- package/System.Security.Permissions/internal/index.d.ts +2 -2
- package/System.Security.Principal/internal/index.d.ts +3 -3
- package/System.Text/internal/index.d.ts +48 -46
- package/System.Text.Json/internal/index.d.ts +87 -81
- package/System.Text.Json.Nodes/internal/index.d.ts +41 -41
- package/System.Text.Json.Schema/internal/index.d.ts +4 -3
- package/System.Text.Json.Serialization/internal/index.d.ts +5 -4
- package/System.Text.Json.Serialization.Metadata/internal/index.d.ts +55 -30
- package/System.Text.RegularExpressions/internal/index.d.ts +5 -5
- package/System.Text.Unicode/internal/index.d.ts +4 -4
- package/System.Threading/internal/index.d.ts +86 -85
- package/System.Threading.Channels/internal/index.d.ts +8 -8
- package/System.Threading.Tasks/internal/index.d.ts +82 -82
- package/System.Threading.Tasks.Dataflow/internal/index.d.ts +25 -26
- package/System.Threading.Tasks.Sources/internal/index.d.ts +4 -4
- package/System.Timers/internal/index.d.ts +5 -3
- package/System.Transactions/internal/index.d.ts +18 -16
- package/System.Web/internal/index.d.ts +30 -30
- package/System.Windows.Input/internal/index.d.ts +2 -2
- package/System.Xml/internal/index.d.ts +162 -161
- package/System.Xml.Linq/internal/index.d.ts +38 -37
- package/System.Xml.Resolvers/internal/index.d.ts +5 -5
- package/System.Xml.Schema/internal/index.d.ts +133 -88
- package/System.Xml.Serialization/internal/index.d.ts +138 -117
- package/System.Xml.XPath/internal/index.d.ts +12 -12
- package/System.Xml.Xsl/internal/index.d.ts +34 -34
- package/System.Xml.Xsl.Runtime/internal/index.d.ts +16 -16
- package/__internal/extensions/index.d.ts +371 -371
- package/package.json +1 -1
|
@@ -68,10 +68,13 @@ export type DefaultJsonTypeInfoResolver = DefaultJsonTypeInfoResolver$instance &
|
|
|
68
68
|
|
|
69
69
|
export interface JsonCollectionInfoValues_1$instance<TCollection> {
|
|
70
70
|
elementInfo: JsonTypeInfo;
|
|
71
|
-
keyInfo: JsonTypeInfo | undefined;
|
|
71
|
+
get keyInfo(): JsonTypeInfo | undefined;
|
|
72
|
+
set keyInfo(value: JsonTypeInfo);
|
|
72
73
|
numberHandling: JsonNumberHandling;
|
|
73
|
-
objectCreator: Func_1<TCollection> | undefined;
|
|
74
|
-
|
|
74
|
+
get objectCreator(): Func_1<TCollection> | undefined;
|
|
75
|
+
set objectCreator(value: Func_1<TCollection>);
|
|
76
|
+
get serializeHandler(): Action_2<Utf8JsonWriter, TCollection> | undefined;
|
|
77
|
+
set serializeHandler(value: Action_2<Utf8JsonWriter, TCollection>);
|
|
75
78
|
}
|
|
76
79
|
|
|
77
80
|
|
|
@@ -83,13 +86,19 @@ export const JsonCollectionInfoValues_1: {
|
|
|
83
86
|
export type JsonCollectionInfoValues_1<TCollection> = JsonCollectionInfoValues_1$instance<TCollection>;
|
|
84
87
|
|
|
85
88
|
export interface JsonObjectInfoValues_1$instance<T> {
|
|
86
|
-
constructorAttributeProviderFactory: Func_1<ICustomAttributeProvider> | undefined;
|
|
87
|
-
|
|
89
|
+
get constructorAttributeProviderFactory(): Func_1<ICustomAttributeProvider> | undefined;
|
|
90
|
+
set constructorAttributeProviderFactory(value: Func_1<ICustomAttributeProvider>);
|
|
91
|
+
get constructorParameterMetadataInitializer(): Func_1<JsonParameterInfoValues[]> | undefined;
|
|
92
|
+
set constructorParameterMetadataInitializer(value: Func_1<JsonParameterInfoValues[]>);
|
|
88
93
|
numberHandling: JsonNumberHandling;
|
|
89
|
-
objectCreator: Func_1<T> | undefined;
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
94
|
+
get objectCreator(): Func_1<T> | undefined;
|
|
95
|
+
set objectCreator(value: Func_1<T>);
|
|
96
|
+
get objectWithParameterizedConstructorCreator(): Func_2<unknown[], T> | undefined;
|
|
97
|
+
set objectWithParameterizedConstructorCreator(value: Func_2<unknown[], T>);
|
|
98
|
+
get propertyMetadataInitializer(): Func_2<JsonSerializerContext, JsonPropertyInfo[]> | undefined;
|
|
99
|
+
set propertyMetadataInitializer(value: Func_2<JsonSerializerContext, JsonPropertyInfo[]>);
|
|
100
|
+
get serializeHandler(): Action_2<Utf8JsonWriter, T> | undefined;
|
|
101
|
+
set serializeHandler(value: Action_2<Utf8JsonWriter, T>);
|
|
93
102
|
}
|
|
94
103
|
|
|
95
104
|
|
|
@@ -154,10 +163,13 @@ export type JsonPolymorphismOptions = JsonPolymorphismOptions$instance;
|
|
|
154
163
|
|
|
155
164
|
export interface JsonPropertyInfo$instance {
|
|
156
165
|
readonly associatedParameter: JsonParameterInfo | undefined;
|
|
157
|
-
attributeProvider: ICustomAttributeProvider | undefined;
|
|
158
|
-
|
|
166
|
+
get attributeProvider(): ICustomAttributeProvider | undefined;
|
|
167
|
+
set attributeProvider(value: ICustomAttributeProvider);
|
|
168
|
+
get customConverter(): JsonConverter | undefined;
|
|
169
|
+
set customConverter(value: JsonConverter);
|
|
159
170
|
readonly declaringType: Type;
|
|
160
|
-
get_: Func_2<unknown, unknown | undefined> | undefined;
|
|
171
|
+
get get_(): Func_2<unknown, unknown | undefined> | undefined;
|
|
172
|
+
set get_(value: Func_2<unknown, unknown | undefined>);
|
|
161
173
|
isExtensionData: boolean;
|
|
162
174
|
isGetNullable: boolean;
|
|
163
175
|
isRequired: boolean;
|
|
@@ -169,7 +181,8 @@ export interface JsonPropertyInfo$instance {
|
|
|
169
181
|
order: int;
|
|
170
182
|
readonly propertyType: Type;
|
|
171
183
|
set_: Action_2<unknown, unknown | undefined>;
|
|
172
|
-
shouldSerialize: Func_3<unknown, unknown | undefined, System_Internal.Boolean> | undefined;
|
|
184
|
+
get shouldSerialize(): Func_3<unknown, unknown | undefined, System_Internal.Boolean> | undefined;
|
|
185
|
+
set shouldSerialize(value: Func_3<unknown, unknown | undefined, System_Internal.Boolean>);
|
|
173
186
|
}
|
|
174
187
|
|
|
175
188
|
|
|
@@ -180,21 +193,25 @@ export const JsonPropertyInfo: {
|
|
|
180
193
|
export type JsonPropertyInfo = JsonPropertyInfo$instance;
|
|
181
194
|
|
|
182
195
|
export interface JsonPropertyInfoValues_1$instance<T> {
|
|
183
|
-
attributeProviderFactory: Func_1<ICustomAttributeProvider> | undefined;
|
|
196
|
+
get attributeProviderFactory(): Func_1<ICustomAttributeProvider> | undefined;
|
|
197
|
+
set attributeProviderFactory(value: Func_1<ICustomAttributeProvider>);
|
|
184
198
|
converter: JsonConverter_1<T>;
|
|
185
199
|
declaringType: Type;
|
|
186
|
-
getter: Func_2<unknown, T | undefined> | undefined;
|
|
200
|
+
get getter(): Func_2<unknown, T | undefined> | undefined;
|
|
201
|
+
set getter(value: Func_2<unknown, T | undefined>);
|
|
187
202
|
hasJsonInclude: boolean;
|
|
188
203
|
ignoreCondition: Nullable_1<JsonIgnoreCondition>;
|
|
189
204
|
isExtensionData: boolean;
|
|
190
205
|
isProperty: boolean;
|
|
191
206
|
isPublic: boolean;
|
|
192
207
|
isVirtual: boolean;
|
|
193
|
-
jsonPropertyName: string | undefined;
|
|
208
|
+
get jsonPropertyName(): string | undefined;
|
|
209
|
+
set jsonPropertyName(value: string);
|
|
194
210
|
numberHandling: Nullable_1<JsonNumberHandling>;
|
|
195
211
|
propertyName: string;
|
|
196
212
|
propertyTypeInfo: JsonTypeInfo;
|
|
197
|
-
setter: Action_2<unknown, T | undefined> | undefined;
|
|
213
|
+
get setter(): Action_2<unknown, T | undefined> | undefined;
|
|
214
|
+
set setter(value: Action_2<unknown, T | undefined>);
|
|
198
215
|
}
|
|
199
216
|
|
|
200
217
|
|
|
@@ -208,38 +225,46 @@ export type JsonPropertyInfoValues_1<T> = JsonPropertyInfoValues_1$instance<T>;
|
|
|
208
225
|
export interface JsonTypeInfo$instance {
|
|
209
226
|
readonly constructorAttributeProvider: ICustomAttributeProvider | undefined;
|
|
210
227
|
readonly converter: JsonConverter;
|
|
211
|
-
createObject: Func_1<unknown> | undefined;
|
|
228
|
+
get createObject(): Func_1<unknown> | undefined;
|
|
229
|
+
set createObject(value: Func_1<unknown>);
|
|
212
230
|
readonly elementType: Type;
|
|
213
231
|
readonly isReadOnly: boolean;
|
|
214
232
|
readonly keyType: Type | undefined;
|
|
215
233
|
readonly kind: JsonTypeInfoKind;
|
|
216
234
|
numberHandling: Nullable_1<JsonNumberHandling>;
|
|
217
|
-
onDeserialized: Action_1<unknown> | undefined;
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
235
|
+
get onDeserialized(): Action_1<unknown> | undefined;
|
|
236
|
+
set onDeserialized(value: Action_1<unknown>);
|
|
237
|
+
get onDeserializing(): Action_1<unknown> | undefined;
|
|
238
|
+
set onDeserializing(value: Action_1<unknown>);
|
|
239
|
+
get onSerialized(): Action_1<unknown> | undefined;
|
|
240
|
+
set onSerialized(value: Action_1<unknown>);
|
|
241
|
+
get onSerializing(): Action_1<unknown> | undefined;
|
|
242
|
+
set onSerializing(value: Action_1<unknown>);
|
|
221
243
|
readonly options: JsonSerializerOptions;
|
|
222
|
-
originatingResolver: IJsonTypeInfoResolver | undefined;
|
|
223
|
-
|
|
244
|
+
get originatingResolver(): IJsonTypeInfoResolver | undefined;
|
|
245
|
+
set originatingResolver(value: IJsonTypeInfoResolver);
|
|
246
|
+
get polymorphismOptions(): JsonPolymorphismOptions | undefined;
|
|
247
|
+
set polymorphismOptions(value: JsonPolymorphismOptions);
|
|
224
248
|
preferredPropertyObjectCreationHandling: Nullable_1<JsonObjectCreationHandling>;
|
|
225
249
|
readonly properties: IList_1<JsonPropertyInfo>;
|
|
226
250
|
readonly type_: Type;
|
|
227
251
|
unmappedMemberHandling: Nullable_1<JsonUnmappedMemberHandling>;
|
|
228
|
-
createJsonPropertyInfo(propertyType: Type
|
|
252
|
+
createJsonPropertyInfo(propertyType: Type, name: string): JsonPropertyInfo;
|
|
229
253
|
makeReadOnly(): void;
|
|
230
254
|
}
|
|
231
255
|
|
|
232
256
|
|
|
233
257
|
export const JsonTypeInfo: {
|
|
234
|
-
createJsonTypeInfo<T>(options: JsonSerializerOptions
|
|
235
|
-
createJsonTypeInfo(type_: Type
|
|
258
|
+
createJsonTypeInfo<T>(options: JsonSerializerOptions): JsonTypeInfo_1<T>;
|
|
259
|
+
createJsonTypeInfo(type_: Type, options: JsonSerializerOptions): JsonTypeInfo;
|
|
236
260
|
};
|
|
237
261
|
|
|
238
262
|
|
|
239
263
|
export type JsonTypeInfo = JsonTypeInfo$instance;
|
|
240
264
|
|
|
241
265
|
export interface JsonTypeInfo_1$instance<T> extends JsonTypeInfo {
|
|
242
|
-
createObject: Func_1<T> | undefined;
|
|
266
|
+
get createObject(): Func_1<T> | undefined;
|
|
267
|
+
set createObject(value: Func_1<T>);
|
|
243
268
|
readonly serializeHandler: Action_2<Utf8JsonWriter, T> | undefined;
|
|
244
269
|
}
|
|
245
270
|
|
|
@@ -304,10 +329,10 @@ export abstract class JsonMetadataServices$instance {
|
|
|
304
329
|
static createMemoryInfo<TElement>(options: JsonSerializerOptions, collectionInfo: JsonCollectionInfoValues_1<Memory_1<TElement>>): JsonTypeInfo_1<Memory_1<TElement>>;
|
|
305
330
|
static createObjectInfo<T>(options: JsonSerializerOptions, objectInfo: JsonObjectInfoValues_1<T>): JsonTypeInfo_1<T>;
|
|
306
331
|
static createPropertyInfo<T>(options: JsonSerializerOptions, propertyInfo: JsonPropertyInfoValues_1<T>): JsonPropertyInfo;
|
|
307
|
-
static createQueueInfo<TCollection extends IEnumerable>(options: JsonSerializerOptions, collectionInfo: JsonCollectionInfoValues_1<TCollection>, addFunc: Action_2<TCollection, unknown
|
|
332
|
+
static createQueueInfo<TCollection extends IEnumerable>(options: JsonSerializerOptions, collectionInfo: JsonCollectionInfoValues_1<TCollection>, addFunc: Action_2<TCollection, unknown>): JsonTypeInfo_1<TCollection>;
|
|
308
333
|
static createQueueInfo<TCollection extends Queue_1<TElement>, TElement>(options: JsonSerializerOptions, collectionInfo: JsonCollectionInfoValues_1<TCollection>): JsonTypeInfo_1<TCollection>;
|
|
309
334
|
static createReadOnlyMemoryInfo<TElement>(options: JsonSerializerOptions, collectionInfo: JsonCollectionInfoValues_1<ReadOnlyMemory_1<TElement>>): JsonTypeInfo_1<ReadOnlyMemory_1<TElement>>;
|
|
310
|
-
static createStackInfo<TCollection extends IEnumerable>(options: JsonSerializerOptions, collectionInfo: JsonCollectionInfoValues_1<TCollection>, addFunc: Action_2<TCollection, unknown
|
|
335
|
+
static createStackInfo<TCollection extends IEnumerable>(options: JsonSerializerOptions, collectionInfo: JsonCollectionInfoValues_1<TCollection>, addFunc: Action_2<TCollection, unknown>): JsonTypeInfo_1<TCollection>;
|
|
311
336
|
static createStackInfo<TCollection extends Stack_1<TElement>, TElement>(options: JsonSerializerOptions, collectionInfo: JsonCollectionInfoValues_1<TCollection>): JsonTypeInfo_1<TCollection>;
|
|
312
337
|
static createValueInfo<T>(options: JsonSerializerOptions, converter: JsonConverter): JsonTypeInfo_1<T>;
|
|
313
338
|
static getEnumConverter<T extends number>(options: JsonSerializerOptions): JsonConverter_1<T>;
|
|
@@ -134,7 +134,7 @@ export interface Capture$instance {
|
|
|
134
134
|
readonly length: int;
|
|
135
135
|
readonly value: string;
|
|
136
136
|
readonly valueSpan: ReadOnlySpan_1<System_Internal.Char>;
|
|
137
|
-
toString(): string
|
|
137
|
+
toString(): string;
|
|
138
138
|
}
|
|
139
139
|
|
|
140
140
|
|
|
@@ -222,7 +222,7 @@ export interface GroupCollection$instance {
|
|
|
222
222
|
get_Item(groupnum: int): Group;
|
|
223
223
|
get_Item(groupname: string): Group;
|
|
224
224
|
getEnumerator(): IEnumerator;
|
|
225
|
-
tryGetValue(key: string, value: Group
|
|
225
|
+
tryGetValue(key: string, value: Group): boolean;
|
|
226
226
|
}
|
|
227
227
|
|
|
228
228
|
|
|
@@ -334,8 +334,8 @@ export const Regex: {
|
|
|
334
334
|
new(pattern: string, options: RegexOptions, matchTimeout: TimeSpan): Regex;
|
|
335
335
|
readonly infiniteMatchTimeout: TimeSpan;
|
|
336
336
|
cacheSize: int;
|
|
337
|
-
compileToAssembly(regexinfos: RegexCompilationInfo[], assemblyname: AssemblyName, attributes: CustomAttributeBuilder[]
|
|
338
|
-
compileToAssembly(regexinfos: RegexCompilationInfo[], assemblyname: AssemblyName, attributes: CustomAttributeBuilder[]
|
|
337
|
+
compileToAssembly(regexinfos: RegexCompilationInfo[], assemblyname: AssemblyName, attributes: CustomAttributeBuilder[], resourceFile: string): void;
|
|
338
|
+
compileToAssembly(regexinfos: RegexCompilationInfo[], assemblyname: AssemblyName, attributes: CustomAttributeBuilder[]): void;
|
|
339
339
|
compileToAssembly(regexinfos: RegexCompilationInfo[], assemblyname: AssemblyName): void;
|
|
340
340
|
count(input: ReadOnlySpan_1<System_Internal.Char>, pattern: string, options: RegexOptions, matchTimeout: TimeSpan): int;
|
|
341
341
|
count(input: ReadOnlySpan_1<System_Internal.Char>, pattern: string, options: RegexOptions): int;
|
|
@@ -449,7 +449,7 @@ export interface RegexRunner$instance {
|
|
|
449
449
|
|
|
450
450
|
|
|
451
451
|
export const RegexRunner: {
|
|
452
|
-
charInClass(ch: char, charClass: string
|
|
452
|
+
charInClass(ch: char, charClass: string): boolean;
|
|
453
453
|
};
|
|
454
454
|
|
|
455
455
|
|
|
@@ -19,9 +19,9 @@ export interface Utf8_TryWriteInterpolatedStringHandler$instance {
|
|
|
19
19
|
appendFormatted<T>(value: T, alignment: int): boolean;
|
|
20
20
|
appendFormatted<T>(value: T, alignment: int, format: string): boolean;
|
|
21
21
|
appendFormatted(value: ReadOnlySpan_1<System_Internal.Char>): boolean;
|
|
22
|
-
appendFormatted(value: ReadOnlySpan_1<System_Internal.Char>, alignment?: int, format?: string
|
|
22
|
+
appendFormatted(value: ReadOnlySpan_1<System_Internal.Char>, alignment?: int, format?: string): boolean;
|
|
23
23
|
appendFormatted(utf8Value: ReadOnlySpan_1<System_Internal.Byte>): boolean;
|
|
24
|
-
appendFormatted(utf8Value: ReadOnlySpan_1<System_Internal.Byte>, alignment?: int, format?: string
|
|
24
|
+
appendFormatted(utf8Value: ReadOnlySpan_1<System_Internal.Byte>, alignment?: int, format?: string): boolean;
|
|
25
25
|
appendFormatted(value: string): boolean;
|
|
26
26
|
appendFormatted(value: string, alignment?: int, format?: string): boolean;
|
|
27
27
|
appendFormatted(value: unknown, alignment?: int, format?: string): boolean;
|
|
@@ -31,7 +31,7 @@ export interface Utf8_TryWriteInterpolatedStringHandler$instance {
|
|
|
31
31
|
|
|
32
32
|
export const Utf8_TryWriteInterpolatedStringHandler: {
|
|
33
33
|
new(literalLength: int, formattedCount: int, destination: Span_1<System_Internal.Byte>, shouldAppend: boolean): Utf8_TryWriteInterpolatedStringHandler;
|
|
34
|
-
new(literalLength: int, formattedCount: int, destination: Span_1<System_Internal.Byte>, provider: IFormatProvider
|
|
34
|
+
new(literalLength: int, formattedCount: int, destination: Span_1<System_Internal.Byte>, provider: IFormatProvider, shouldAppend: boolean): Utf8_TryWriteInterpolatedStringHandler;
|
|
35
35
|
};
|
|
36
36
|
|
|
37
37
|
|
|
@@ -223,7 +223,7 @@ export abstract class Utf8$instance {
|
|
|
223
223
|
static fromUtf16(source: ReadOnlySpan_1<System_Internal.Char>, destination: Span_1<System_Internal.Byte>, charsRead: int, bytesWritten: int, replaceInvalidSequences?: boolean, isFinalBlock?: boolean): OperationStatus;
|
|
224
224
|
static isValid(value: ReadOnlySpan_1<System_Internal.Byte>): boolean;
|
|
225
225
|
static toUtf16(source: ReadOnlySpan_1<System_Internal.Byte>, destination: Span_1<System_Internal.Char>, bytesRead: int, charsWritten: int, replaceInvalidSequences?: boolean, isFinalBlock?: boolean): OperationStatus;
|
|
226
|
-
static tryWrite(destination: Span_1<System_Internal.Byte>, provider: IFormatProvider
|
|
226
|
+
static tryWrite(destination: Span_1<System_Internal.Byte>, provider: IFormatProvider, handler: Utf8_TryWriteInterpolatedStringHandler, bytesWritten: int): boolean;
|
|
227
227
|
static tryWrite(destination: Span_1<System_Internal.Byte>, handler: Utf8_TryWriteInterpolatedStringHandler, bytesWritten: int): boolean;
|
|
228
228
|
}
|
|
229
229
|
|