@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
|
@@ -193,7 +193,7 @@ export abstract class Calendar$instance {
|
|
|
193
193
|
addSeconds(time: DateTime, seconds: int): DateTime;
|
|
194
194
|
addWeeks(time: DateTime, weeks: int): DateTime;
|
|
195
195
|
abstract addYears(time: DateTime, years: int): DateTime;
|
|
196
|
-
clone():
|
|
196
|
+
clone(): unknown;
|
|
197
197
|
abstract getDayOfMonth(time: DateTime): int;
|
|
198
198
|
abstract getDayOfWeek(time: DateTime): DayOfWeek;
|
|
199
199
|
abstract getDayOfYear(time: DateTime): int;
|
|
@@ -222,15 +222,17 @@ export abstract class Calendar$instance {
|
|
|
222
222
|
toDateTime(year: int, month: int, day: int, hour: int, minute: int, second: int, millisecond: int): DateTime;
|
|
223
223
|
toDateTime(year: int, month: int, day: int, hour: int, minute: int, second: int, millisecond: int, era: int): DateTime;
|
|
224
224
|
toFourDigitYear(year: int): int;
|
|
225
|
-
static readonly
|
|
226
|
-
static
|
|
225
|
+
static readonly currentEra: int;
|
|
226
|
+
static readOnly(calendar: Calendar): Calendar;
|
|
227
227
|
}
|
|
228
228
|
|
|
229
229
|
|
|
230
230
|
export interface __Calendar$views {
|
|
231
|
-
|
|
231
|
+
As_ICloneable(): System_Internal.ICloneable$instance;
|
|
232
232
|
}
|
|
233
233
|
|
|
234
|
+
export interface Calendar$instance extends System_Internal.ICloneable$instance {}
|
|
235
|
+
|
|
234
236
|
export type Calendar = Calendar$instance & __Calendar$views;
|
|
235
237
|
|
|
236
238
|
|
|
@@ -239,21 +241,21 @@ export class ChineseLunisolarCalendar$instance extends EastAsianLunisolarCalenda
|
|
|
239
241
|
readonly eras: int[];
|
|
240
242
|
readonly maxSupportedDateTime: DateTime;
|
|
241
243
|
readonly minSupportedDateTime: DateTime;
|
|
242
|
-
clone():
|
|
244
|
+
clone(): unknown;
|
|
243
245
|
getEra(time: DateTime): int;
|
|
244
|
-
static readonly
|
|
246
|
+
static readonly chineseEra: int;
|
|
245
247
|
}
|
|
246
248
|
|
|
247
249
|
|
|
248
250
|
export interface __ChineseLunisolarCalendar$views {
|
|
249
|
-
|
|
251
|
+
As_ICloneable(): System_Internal.ICloneable$instance;
|
|
250
252
|
}
|
|
251
253
|
|
|
252
254
|
export type ChineseLunisolarCalendar = ChineseLunisolarCalendar$instance & __ChineseLunisolarCalendar$views;
|
|
253
255
|
|
|
254
256
|
|
|
255
257
|
export class CompareInfo$instance {
|
|
256
|
-
readonly
|
|
258
|
+
readonly LCID: int;
|
|
257
259
|
readonly name: string;
|
|
258
260
|
readonly version: SortVersion;
|
|
259
261
|
compare(string1: string, string2: string): int;
|
|
@@ -262,69 +264,71 @@ export class CompareInfo$instance {
|
|
|
262
264
|
compare(string1: string, offset1: int, string2: string, offset2: int, options: CompareOptions): int;
|
|
263
265
|
compare(string1: string, offset1: int, string2: string, offset2: int): int;
|
|
264
266
|
compare(string1: string, offset1: int, length1: int, string2: string, offset2: int, length2: int, options: CompareOptions): int;
|
|
265
|
-
compare(string1: ReadOnlySpan_1<CLROf<
|
|
266
|
-
equals(value:
|
|
267
|
+
compare(string1: ReadOnlySpan_1<CLROf<char>>, string2: ReadOnlySpan_1<CLROf<char>>, options?: CompareOptions): int;
|
|
268
|
+
equals(value: unknown): boolean;
|
|
267
269
|
getHashCode(): int;
|
|
268
270
|
getHashCode(source: string, options: CompareOptions): int;
|
|
269
|
-
getHashCode(source: ReadOnlySpan_1<CLROf<
|
|
271
|
+
getHashCode(source: ReadOnlySpan_1<CLROf<char>>, options: CompareOptions): int;
|
|
270
272
|
getSortKey(source: string, options: CompareOptions): SortKey;
|
|
271
273
|
getSortKey(source: string): SortKey;
|
|
272
|
-
getSortKey(source: ReadOnlySpan_1<CLROf<
|
|
273
|
-
getSortKeyLength(source: ReadOnlySpan_1<CLROf<
|
|
274
|
-
indexOf(source: string, value:
|
|
274
|
+
getSortKey(source: ReadOnlySpan_1<CLROf<char>>, destination: Span_1<CLROf<byte>>, options?: CompareOptions): int;
|
|
275
|
+
getSortKeyLength(source: ReadOnlySpan_1<CLROf<char>>, options?: CompareOptions): int;
|
|
276
|
+
indexOf(source: string, value: char): int;
|
|
275
277
|
indexOf(source: string, value: string): int;
|
|
278
|
+
indexOf(source: string, value: char, options: CompareOptions): int;
|
|
276
279
|
indexOf(source: string, value: string, options: CompareOptions): int;
|
|
277
|
-
indexOf(source: string, value:
|
|
280
|
+
indexOf(source: string, value: char, startIndex: int): int;
|
|
278
281
|
indexOf(source: string, value: string, startIndex: int): int;
|
|
279
|
-
indexOf(source: string, value:
|
|
280
|
-
indexOf(source: string, value: string, startIndex: int, options: CompareOptions): int;
|
|
282
|
+
indexOf(source: string, value: char, startIndex: int, options: CompareOptions): int;
|
|
281
283
|
indexOf(source: string, value: string, startIndex: int, options: CompareOptions): int;
|
|
284
|
+
indexOf(source: string, value: char, startIndex: int, count: int): int;
|
|
282
285
|
indexOf(source: string, value: string, startIndex: int, count: int): int;
|
|
283
|
-
indexOf(source: string, value:
|
|
284
|
-
indexOf(source: string, value: string, startIndex: int, count: int, options: CompareOptions): int;
|
|
286
|
+
indexOf(source: string, value: char, startIndex: int, count: int, options: CompareOptions): int;
|
|
285
287
|
indexOf(source: string, value: string, startIndex: int, count: int, options: CompareOptions): int;
|
|
286
|
-
indexOf(source: ReadOnlySpan_1<CLROf<
|
|
287
|
-
indexOf(source: ReadOnlySpan_1<CLROf<
|
|
288
|
-
indexOf(source: ReadOnlySpan_1<CLROf<
|
|
288
|
+
indexOf(source: ReadOnlySpan_1<CLROf<char>>, value: ReadOnlySpan_1<CLROf<char>>, options?: CompareOptions): int;
|
|
289
|
+
indexOf(source: ReadOnlySpan_1<CLROf<char>>, value: ReadOnlySpan_1<CLROf<char>>, options: CompareOptions, matchLength: { value: ref<int> }): int;
|
|
290
|
+
indexOf(source: ReadOnlySpan_1<CLROf<char>>, value: Rune, options?: CompareOptions): int;
|
|
289
291
|
isPrefix(source: string, prefix: string, options: CompareOptions): boolean;
|
|
290
|
-
isPrefix(source: ReadOnlySpan_1<CLROf<
|
|
291
|
-
isPrefix(source: ReadOnlySpan_1<CLROf<
|
|
292
|
+
isPrefix(source: ReadOnlySpan_1<CLROf<char>>, prefix: ReadOnlySpan_1<CLROf<char>>, options?: CompareOptions): boolean;
|
|
293
|
+
isPrefix(source: ReadOnlySpan_1<CLROf<char>>, prefix: ReadOnlySpan_1<CLROf<char>>, options: CompareOptions, matchLength: { value: ref<int> }): boolean;
|
|
292
294
|
isPrefix(source: string, prefix: string): boolean;
|
|
293
295
|
isSuffix(source: string, suffix: string, options: CompareOptions): boolean;
|
|
294
|
-
isSuffix(source: ReadOnlySpan_1<CLROf<
|
|
295
|
-
isSuffix(source: ReadOnlySpan_1<CLROf<
|
|
296
|
+
isSuffix(source: ReadOnlySpan_1<CLROf<char>>, suffix: ReadOnlySpan_1<CLROf<char>>, options?: CompareOptions): boolean;
|
|
297
|
+
isSuffix(source: ReadOnlySpan_1<CLROf<char>>, suffix: ReadOnlySpan_1<CLROf<char>>, options: CompareOptions, matchLength: { value: ref<int> }): boolean;
|
|
296
298
|
isSuffix(source: string, suffix: string): boolean;
|
|
299
|
+
lastIndexOf(source: string, value: char): int;
|
|
297
300
|
lastIndexOf(source: string, value: string): int;
|
|
298
|
-
lastIndexOf(source: string, value:
|
|
301
|
+
lastIndexOf(source: string, value: char, options: CompareOptions): int;
|
|
299
302
|
lastIndexOf(source: string, value: string, options: CompareOptions): int;
|
|
300
|
-
lastIndexOf(source: string, value:
|
|
301
|
-
lastIndexOf(source: string, value: string, startIndex: int): int;
|
|
303
|
+
lastIndexOf(source: string, value: char, startIndex: int): int;
|
|
302
304
|
lastIndexOf(source: string, value: string, startIndex: int): int;
|
|
305
|
+
lastIndexOf(source: string, value: char, startIndex: int, options: CompareOptions): int;
|
|
303
306
|
lastIndexOf(source: string, value: string, startIndex: int, options: CompareOptions): int;
|
|
304
|
-
lastIndexOf(source: string, value:
|
|
305
|
-
lastIndexOf(source: string, value: string, startIndex: int, count: int): int;
|
|
307
|
+
lastIndexOf(source: string, value: char, startIndex: int, count: int): int;
|
|
306
308
|
lastIndexOf(source: string, value: string, startIndex: int, count: int): int;
|
|
309
|
+
lastIndexOf(source: string, value: char, startIndex: int, count: int, options: CompareOptions): int;
|
|
307
310
|
lastIndexOf(source: string, value: string, startIndex: int, count: int, options: CompareOptions): int;
|
|
308
|
-
lastIndexOf(source:
|
|
309
|
-
lastIndexOf(source: ReadOnlySpan_1<CLROf<
|
|
310
|
-
lastIndexOf(source: ReadOnlySpan_1<CLROf<
|
|
311
|
-
lastIndexOf(source: ReadOnlySpan_1<CLROf<string>>, value: Rune, options?: CompareOptions): int;
|
|
311
|
+
lastIndexOf(source: ReadOnlySpan_1<CLROf<char>>, value: ReadOnlySpan_1<CLROf<char>>, options?: CompareOptions): int;
|
|
312
|
+
lastIndexOf(source: ReadOnlySpan_1<CLROf<char>>, value: ReadOnlySpan_1<CLROf<char>>, options: CompareOptions, matchLength: { value: ref<int> }): int;
|
|
313
|
+
lastIndexOf(source: ReadOnlySpan_1<CLROf<char>>, value: Rune, options?: CompareOptions): int;
|
|
312
314
|
toString(): string;
|
|
313
|
-
static
|
|
314
|
-
static
|
|
315
|
-
static
|
|
316
|
-
static
|
|
317
|
-
static
|
|
318
|
-
static
|
|
319
|
-
static
|
|
320
|
-
static
|
|
315
|
+
static getCompareInfo(culture: int, assembly: Assembly): CompareInfo;
|
|
316
|
+
static getCompareInfo(culture: int): CompareInfo;
|
|
317
|
+
static getCompareInfo(name: string, assembly: Assembly): CompareInfo;
|
|
318
|
+
static getCompareInfo(name: string): CompareInfo;
|
|
319
|
+
static isSortable(ch: char): boolean;
|
|
320
|
+
static isSortable(text: ReadOnlySpan_1<CLROf<char>>): boolean;
|
|
321
|
+
static isSortable(text: string): boolean;
|
|
322
|
+
static isSortable(value: Rune): boolean;
|
|
321
323
|
}
|
|
322
324
|
|
|
323
325
|
|
|
324
326
|
export interface __CompareInfo$views {
|
|
325
|
-
|
|
327
|
+
As_IDeserializationCallback(): System_Runtime_Serialization_Internal.IDeserializationCallback$instance;
|
|
326
328
|
}
|
|
327
329
|
|
|
330
|
+
export interface CompareInfo$instance extends System_Runtime_Serialization_Internal.IDeserializationCallback$instance {}
|
|
331
|
+
|
|
328
332
|
export type CompareInfo = CompareInfo$instance & __CompareInfo$views;
|
|
329
333
|
|
|
330
334
|
|
|
@@ -343,7 +347,7 @@ export class CultureInfo$instance {
|
|
|
343
347
|
readonly isNeutralCulture: boolean;
|
|
344
348
|
readonly isReadOnly: boolean;
|
|
345
349
|
readonly keyboardLayoutId: int;
|
|
346
|
-
readonly
|
|
350
|
+
readonly LCID: int;
|
|
347
351
|
readonly name: string;
|
|
348
352
|
readonly nativeName: string;
|
|
349
353
|
numberFormat: NumberFormatInfo;
|
|
@@ -355,34 +359,36 @@ export class CultureInfo$instance {
|
|
|
355
359
|
readonly twoLetterISOLanguageName: string;
|
|
356
360
|
readonly useUserOverride: boolean;
|
|
357
361
|
clearCachedData(): void;
|
|
358
|
-
clone():
|
|
359
|
-
equals(value:
|
|
362
|
+
clone(): unknown;
|
|
363
|
+
equals(value: unknown): boolean;
|
|
360
364
|
getConsoleFallbackUICulture(): CultureInfo;
|
|
361
|
-
getFormat(formatType: Type):
|
|
365
|
+
getFormat(formatType: Type): unknown;
|
|
362
366
|
getHashCode(): int;
|
|
363
367
|
toString(): string;
|
|
364
|
-
static
|
|
365
|
-
static
|
|
366
|
-
static readonly
|
|
367
|
-
static
|
|
368
|
-
static
|
|
369
|
-
static readonly
|
|
370
|
-
static
|
|
371
|
-
static
|
|
372
|
-
static
|
|
373
|
-
static
|
|
374
|
-
static
|
|
375
|
-
static
|
|
376
|
-
static
|
|
377
|
-
static
|
|
368
|
+
static currentCulture: CultureInfo;
|
|
369
|
+
static currentUICulture: CultureInfo;
|
|
370
|
+
static readonly installedUICulture: CultureInfo;
|
|
371
|
+
static defaultThreadCurrentCulture: CultureInfo;
|
|
372
|
+
static defaultThreadCurrentUICulture: CultureInfo;
|
|
373
|
+
static readonly invariantCulture: CultureInfo;
|
|
374
|
+
static createSpecificCulture(name: string): CultureInfo;
|
|
375
|
+
static getCultureInfo(culture: int): CultureInfo;
|
|
376
|
+
static getCultureInfo(name: string, predefinedOnly: boolean): CultureInfo;
|
|
377
|
+
static getCultureInfo(name: string, altName: string): CultureInfo;
|
|
378
|
+
static getCultureInfo(name: string): CultureInfo;
|
|
379
|
+
static getCultureInfoByIetfLanguageTag(name: string): CultureInfo;
|
|
380
|
+
static getCultures(types: CultureTypes): CultureInfo[];
|
|
381
|
+
static readOnly(ci: CultureInfo): CultureInfo;
|
|
378
382
|
}
|
|
379
383
|
|
|
380
384
|
|
|
381
385
|
export interface __CultureInfo$views {
|
|
382
|
-
|
|
383
|
-
|
|
386
|
+
As_ICloneable(): System_Internal.ICloneable$instance;
|
|
387
|
+
As_IFormatProvider(): System_Internal.IFormatProvider$instance;
|
|
384
388
|
}
|
|
385
389
|
|
|
390
|
+
export interface CultureInfo$instance extends System_Internal.ICloneable$instance, System_Internal.IFormatProvider$instance {}
|
|
391
|
+
|
|
386
392
|
export type CultureInfo = CultureInfo$instance & __CultureInfo$views;
|
|
387
393
|
|
|
388
394
|
|
|
@@ -403,7 +409,7 @@ export class CultureNotFoundException$instance extends System_Internal.ArgumentE
|
|
|
403
409
|
|
|
404
410
|
|
|
405
411
|
export interface __CultureNotFoundException$views {
|
|
406
|
-
|
|
412
|
+
As_ISerializable(): System_Runtime_Serialization_Internal.ISerializable$instance;
|
|
407
413
|
}
|
|
408
414
|
|
|
409
415
|
export type CultureNotFoundException = CultureNotFoundException$instance & __CultureNotFoundException$views;
|
|
@@ -429,7 +435,7 @@ export class DateTimeFormatInfo$instance {
|
|
|
429
435
|
monthNames: string[];
|
|
430
436
|
readonly nativeCalendarName: string;
|
|
431
437
|
pmDesignator: string;
|
|
432
|
-
readonly
|
|
438
|
+
readonly rfC1123Pattern: string;
|
|
433
439
|
shortDatePattern: string;
|
|
434
440
|
shortestDayNames: string[];
|
|
435
441
|
shortTimePattern: string;
|
|
@@ -437,31 +443,33 @@ export class DateTimeFormatInfo$instance {
|
|
|
437
443
|
timeSeparator: string;
|
|
438
444
|
readonly universalSortableDateTimePattern: string;
|
|
439
445
|
yearMonthPattern: string;
|
|
440
|
-
clone():
|
|
446
|
+
clone(): unknown;
|
|
441
447
|
getAbbreviatedDayName(dayofweek: DayOfWeek): string;
|
|
442
448
|
getAbbreviatedEraName(era: int): string;
|
|
443
449
|
getAbbreviatedMonthName(month: int): string;
|
|
444
450
|
getAllDateTimePatterns(): string[];
|
|
445
|
-
getAllDateTimePatterns(format:
|
|
451
|
+
getAllDateTimePatterns(format: char): string[];
|
|
446
452
|
getDayName(dayofweek: DayOfWeek): string;
|
|
447
453
|
getEra(eraName: string): int;
|
|
448
454
|
getEraName(era: int): string;
|
|
449
|
-
getFormat(formatType: Type):
|
|
455
|
+
getFormat(formatType: Type): unknown;
|
|
450
456
|
getMonthName(month: int): string;
|
|
451
457
|
getShortestDayName(dayOfWeek: DayOfWeek): string;
|
|
452
|
-
setAllDateTimePatterns(patterns: string[], format:
|
|
453
|
-
static readonly
|
|
454
|
-
static readonly
|
|
455
|
-
static
|
|
456
|
-
static
|
|
458
|
+
setAllDateTimePatterns(patterns: string[], format: char): void;
|
|
459
|
+
static readonly invariantInfo: DateTimeFormatInfo;
|
|
460
|
+
static readonly currentInfo: DateTimeFormatInfo;
|
|
461
|
+
static getInstance(provider: IFormatProvider): DateTimeFormatInfo;
|
|
462
|
+
static readOnly(dtfi: DateTimeFormatInfo): DateTimeFormatInfo;
|
|
457
463
|
}
|
|
458
464
|
|
|
459
465
|
|
|
460
466
|
export interface __DateTimeFormatInfo$views {
|
|
461
|
-
|
|
462
|
-
|
|
467
|
+
As_ICloneable(): System_Internal.ICloneable$instance;
|
|
468
|
+
As_IFormatProvider(): System_Internal.IFormatProvider$instance;
|
|
463
469
|
}
|
|
464
470
|
|
|
471
|
+
export interface DateTimeFormatInfo$instance extends System_Internal.ICloneable$instance, System_Internal.IFormatProvider$instance {}
|
|
472
|
+
|
|
465
473
|
export type DateTimeFormatInfo = DateTimeFormatInfo$instance & __DateTimeFormatInfo$views;
|
|
466
474
|
|
|
467
475
|
|
|
@@ -480,7 +488,7 @@ export abstract class EastAsianLunisolarCalendar$instance extends Calendar$insta
|
|
|
480
488
|
twoDigitYearMax: int;
|
|
481
489
|
addMonths(time: DateTime, months: int): DateTime;
|
|
482
490
|
addYears(time: DateTime, years: int): DateTime;
|
|
483
|
-
clone():
|
|
491
|
+
clone(): unknown;
|
|
484
492
|
getCelestialStem(sexagenaryYear: int): int;
|
|
485
493
|
getDayOfMonth(time: DateTime): int;
|
|
486
494
|
getDayOfWeek(time: DateTime): DayOfWeek;
|
|
@@ -510,7 +518,7 @@ export abstract class EastAsianLunisolarCalendar$instance extends Calendar$insta
|
|
|
510
518
|
|
|
511
519
|
|
|
512
520
|
export interface __EastAsianLunisolarCalendar$views {
|
|
513
|
-
|
|
521
|
+
As_ICloneable(): System_Internal.ICloneable$instance;
|
|
514
522
|
}
|
|
515
523
|
|
|
516
524
|
export type EastAsianLunisolarCalendar = EastAsianLunisolarCalendar$instance & __EastAsianLunisolarCalendar$views;
|
|
@@ -527,7 +535,7 @@ export class GregorianCalendar$instance extends Calendar$instance {
|
|
|
527
535
|
twoDigitYearMax: int;
|
|
528
536
|
addMonths(time: DateTime, months: int): DateTime;
|
|
529
537
|
addYears(time: DateTime, years: int): DateTime;
|
|
530
|
-
clone():
|
|
538
|
+
clone(): unknown;
|
|
531
539
|
getDayOfMonth(time: DateTime): int;
|
|
532
540
|
getDayOfWeek(time: DateTime): DayOfWeek;
|
|
533
541
|
getDayOfYear(time: DateTime): int;
|
|
@@ -551,12 +559,12 @@ export class GregorianCalendar$instance extends Calendar$instance {
|
|
|
551
559
|
toDateTime(year: int, month: int, day: int, hour: int, minute: int, second: int, millisecond: int, era: int): DateTime;
|
|
552
560
|
toDateTime(year: int, month: int, day: int, hour: int, minute: int, second: int, millisecond: int): DateTime;
|
|
553
561
|
toFourDigitYear(year: int): int;
|
|
554
|
-
static readonly
|
|
562
|
+
static readonly adEra: int;
|
|
555
563
|
}
|
|
556
564
|
|
|
557
565
|
|
|
558
566
|
export interface __GregorianCalendar$views {
|
|
559
|
-
|
|
567
|
+
As_ICloneable(): System_Internal.ICloneable$instance;
|
|
560
568
|
}
|
|
561
569
|
|
|
562
570
|
export type GregorianCalendar = GregorianCalendar$instance & __GregorianCalendar$views;
|
|
@@ -571,7 +579,7 @@ export class HebrewCalendar$instance extends Calendar$instance {
|
|
|
571
579
|
twoDigitYearMax: int;
|
|
572
580
|
addMonths(time: DateTime, months: int): DateTime;
|
|
573
581
|
addYears(time: DateTime, years: int): DateTime;
|
|
574
|
-
clone():
|
|
582
|
+
clone(): unknown;
|
|
575
583
|
getDayOfMonth(time: DateTime): int;
|
|
576
584
|
getDayOfWeek(time: DateTime): DayOfWeek;
|
|
577
585
|
getDayOfYear(time: DateTime): int;
|
|
@@ -600,7 +608,7 @@ export class HebrewCalendar$instance extends Calendar$instance {
|
|
|
600
608
|
|
|
601
609
|
|
|
602
610
|
export interface __HebrewCalendar$views {
|
|
603
|
-
|
|
611
|
+
As_ICloneable(): System_Internal.ICloneable$instance;
|
|
604
612
|
}
|
|
605
613
|
|
|
606
614
|
export type HebrewCalendar = HebrewCalendar$instance & __HebrewCalendar$views;
|
|
@@ -616,7 +624,7 @@ export class HijriCalendar$instance extends Calendar$instance {
|
|
|
616
624
|
twoDigitYearMax: int;
|
|
617
625
|
addMonths(time: DateTime, months: int): DateTime;
|
|
618
626
|
addYears(time: DateTime, years: int): DateTime;
|
|
619
|
-
clone():
|
|
627
|
+
clone(): unknown;
|
|
620
628
|
getDayOfMonth(time: DateTime): int;
|
|
621
629
|
getDayOfWeek(time: DateTime): DayOfWeek;
|
|
622
630
|
getDayOfYear(time: DateTime): int;
|
|
@@ -645,7 +653,7 @@ export class HijriCalendar$instance extends Calendar$instance {
|
|
|
645
653
|
|
|
646
654
|
|
|
647
655
|
export interface __HijriCalendar$views {
|
|
648
|
-
|
|
656
|
+
As_ICloneable(): System_Internal.ICloneable$instance;
|
|
649
657
|
}
|
|
650
658
|
|
|
651
659
|
export type HijriCalendar = HijriCalendar$instance & __HijriCalendar$views;
|
|
@@ -655,7 +663,7 @@ export class IdnMapping$instance {
|
|
|
655
663
|
constructor();
|
|
656
664
|
allowUnassigned: boolean;
|
|
657
665
|
useStd3AsciiRules: boolean;
|
|
658
|
-
equals(obj:
|
|
666
|
+
equals(obj: unknown): boolean;
|
|
659
667
|
getAscii(unicode: string): string;
|
|
660
668
|
getAscii(unicode: string, index: int): string;
|
|
661
669
|
getAscii(unicode: string, index: int, count: int): string;
|
|
@@ -677,7 +685,7 @@ export class JapaneseCalendar$instance extends Calendar$instance {
|
|
|
677
685
|
twoDigitYearMax: int;
|
|
678
686
|
addMonths(time: DateTime, months: int): DateTime;
|
|
679
687
|
addYears(time: DateTime, years: int): DateTime;
|
|
680
|
-
clone():
|
|
688
|
+
clone(): unknown;
|
|
681
689
|
getDayOfMonth(time: DateTime): int;
|
|
682
690
|
getDayOfWeek(time: DateTime): DayOfWeek;
|
|
683
691
|
getDayOfYear(time: DateTime): int;
|
|
@@ -706,7 +714,7 @@ export class JapaneseCalendar$instance extends Calendar$instance {
|
|
|
706
714
|
|
|
707
715
|
|
|
708
716
|
export interface __JapaneseCalendar$views {
|
|
709
|
-
|
|
717
|
+
As_ICloneable(): System_Internal.ICloneable$instance;
|
|
710
718
|
}
|
|
711
719
|
|
|
712
720
|
export type JapaneseCalendar = JapaneseCalendar$instance & __JapaneseCalendar$views;
|
|
@@ -717,14 +725,14 @@ export class JapaneseLunisolarCalendar$instance extends EastAsianLunisolarCalend
|
|
|
717
725
|
readonly eras: int[];
|
|
718
726
|
readonly maxSupportedDateTime: DateTime;
|
|
719
727
|
readonly minSupportedDateTime: DateTime;
|
|
720
|
-
clone():
|
|
728
|
+
clone(): unknown;
|
|
721
729
|
getEra(time: DateTime): int;
|
|
722
|
-
static readonly
|
|
730
|
+
static readonly japaneseEra: int;
|
|
723
731
|
}
|
|
724
732
|
|
|
725
733
|
|
|
726
734
|
export interface __JapaneseLunisolarCalendar$views {
|
|
727
|
-
|
|
735
|
+
As_ICloneable(): System_Internal.ICloneable$instance;
|
|
728
736
|
}
|
|
729
737
|
|
|
730
738
|
export type JapaneseLunisolarCalendar = JapaneseLunisolarCalendar$instance & __JapaneseLunisolarCalendar$views;
|
|
@@ -739,7 +747,7 @@ export class JulianCalendar$instance extends Calendar$instance {
|
|
|
739
747
|
twoDigitYearMax: int;
|
|
740
748
|
addMonths(time: DateTime, months: int): DateTime;
|
|
741
749
|
addYears(time: DateTime, years: int): DateTime;
|
|
742
|
-
clone():
|
|
750
|
+
clone(): unknown;
|
|
743
751
|
getDayOfMonth(time: DateTime): int;
|
|
744
752
|
getDayOfWeek(time: DateTime): DayOfWeek;
|
|
745
753
|
getDayOfYear(time: DateTime): int;
|
|
@@ -768,7 +776,7 @@ export class JulianCalendar$instance extends Calendar$instance {
|
|
|
768
776
|
|
|
769
777
|
|
|
770
778
|
export interface __JulianCalendar$views {
|
|
771
|
-
|
|
779
|
+
As_ICloneable(): System_Internal.ICloneable$instance;
|
|
772
780
|
}
|
|
773
781
|
|
|
774
782
|
export type JulianCalendar = JulianCalendar$instance & __JulianCalendar$views;
|
|
@@ -783,7 +791,7 @@ export class KoreanCalendar$instance extends Calendar$instance {
|
|
|
783
791
|
twoDigitYearMax: int;
|
|
784
792
|
addMonths(time: DateTime, months: int): DateTime;
|
|
785
793
|
addYears(time: DateTime, years: int): DateTime;
|
|
786
|
-
clone():
|
|
794
|
+
clone(): unknown;
|
|
787
795
|
getDayOfMonth(time: DateTime): int;
|
|
788
796
|
getDayOfWeek(time: DateTime): DayOfWeek;
|
|
789
797
|
getDayOfYear(time: DateTime): int;
|
|
@@ -808,12 +816,12 @@ export class KoreanCalendar$instance extends Calendar$instance {
|
|
|
808
816
|
toDateTime(year: int, month: int, day: int, hour: int, minute: int, second: int, millisecond: int, era: int): DateTime;
|
|
809
817
|
toDateTime(year: int, month: int, day: int, hour: int, minute: int, second: int, millisecond: int): DateTime;
|
|
810
818
|
toFourDigitYear(year: int): int;
|
|
811
|
-
static readonly
|
|
819
|
+
static readonly koreanEra: int;
|
|
812
820
|
}
|
|
813
821
|
|
|
814
822
|
|
|
815
823
|
export interface __KoreanCalendar$views {
|
|
816
|
-
|
|
824
|
+
As_ICloneable(): System_Internal.ICloneable$instance;
|
|
817
825
|
}
|
|
818
826
|
|
|
819
827
|
export type KoreanCalendar = KoreanCalendar$instance & __KoreanCalendar$views;
|
|
@@ -824,14 +832,14 @@ export class KoreanLunisolarCalendar$instance extends EastAsianLunisolarCalendar
|
|
|
824
832
|
readonly eras: int[];
|
|
825
833
|
readonly maxSupportedDateTime: DateTime;
|
|
826
834
|
readonly minSupportedDateTime: DateTime;
|
|
827
|
-
clone():
|
|
835
|
+
clone(): unknown;
|
|
828
836
|
getEra(time: DateTime): int;
|
|
829
|
-
static readonly
|
|
837
|
+
static readonly gregorianEra: int;
|
|
830
838
|
}
|
|
831
839
|
|
|
832
840
|
|
|
833
841
|
export interface __KoreanLunisolarCalendar$views {
|
|
834
|
-
|
|
842
|
+
As_ICloneable(): System_Internal.ICloneable$instance;
|
|
835
843
|
}
|
|
836
844
|
|
|
837
845
|
export type KoreanLunisolarCalendar = KoreanLunisolarCalendar$instance & __KoreanLunisolarCalendar$views;
|
|
@@ -867,20 +875,22 @@ export class NumberFormatInfo$instance {
|
|
|
867
875
|
perMilleSymbol: string;
|
|
868
876
|
positiveInfinitySymbol: string;
|
|
869
877
|
positiveSign: string;
|
|
870
|
-
clone():
|
|
871
|
-
getFormat(formatType: Type):
|
|
872
|
-
static readonly
|
|
873
|
-
static readonly
|
|
874
|
-
static
|
|
875
|
-
static
|
|
878
|
+
clone(): unknown;
|
|
879
|
+
getFormat(formatType: Type): unknown;
|
|
880
|
+
static readonly invariantInfo: NumberFormatInfo;
|
|
881
|
+
static readonly currentInfo: NumberFormatInfo;
|
|
882
|
+
static getInstance(formatProvider: IFormatProvider): NumberFormatInfo;
|
|
883
|
+
static readOnly(nfi: NumberFormatInfo): NumberFormatInfo;
|
|
876
884
|
}
|
|
877
885
|
|
|
878
886
|
|
|
879
887
|
export interface __NumberFormatInfo$views {
|
|
880
|
-
|
|
881
|
-
|
|
888
|
+
As_ICloneable(): System_Internal.ICloneable$instance;
|
|
889
|
+
As_IFormatProvider(): System_Internal.IFormatProvider$instance;
|
|
882
890
|
}
|
|
883
891
|
|
|
892
|
+
export interface NumberFormatInfo$instance extends System_Internal.ICloneable$instance, System_Internal.IFormatProvider$instance {}
|
|
893
|
+
|
|
884
894
|
export type NumberFormatInfo = NumberFormatInfo$instance & __NumberFormatInfo$views;
|
|
885
895
|
|
|
886
896
|
|
|
@@ -893,7 +903,7 @@ export class PersianCalendar$instance extends Calendar$instance {
|
|
|
893
903
|
twoDigitYearMax: int;
|
|
894
904
|
addMonths(time: DateTime, months: int): DateTime;
|
|
895
905
|
addYears(time: DateTime, years: int): DateTime;
|
|
896
|
-
clone():
|
|
906
|
+
clone(): unknown;
|
|
897
907
|
getDayOfMonth(time: DateTime): int;
|
|
898
908
|
getDayOfWeek(time: DateTime): DayOfWeek;
|
|
899
909
|
getDayOfYear(time: DateTime): int;
|
|
@@ -922,7 +932,7 @@ export class PersianCalendar$instance extends Calendar$instance {
|
|
|
922
932
|
|
|
923
933
|
|
|
924
934
|
export interface __PersianCalendar$views {
|
|
925
|
-
|
|
935
|
+
As_ICloneable(): System_Internal.ICloneable$instance;
|
|
926
936
|
}
|
|
927
937
|
|
|
928
938
|
export type PersianCalendar = PersianCalendar$instance & __PersianCalendar$views;
|
|
@@ -944,10 +954,10 @@ export class RegionInfo$instance {
|
|
|
944
954
|
readonly threeLetterISORegionName: string;
|
|
945
955
|
readonly threeLetterWindowsRegionName: string;
|
|
946
956
|
readonly twoLetterISORegionName: string;
|
|
947
|
-
equals(value:
|
|
957
|
+
equals(value: unknown): boolean;
|
|
948
958
|
getHashCode(): int;
|
|
949
959
|
toString(): string;
|
|
950
|
-
static readonly
|
|
960
|
+
static readonly currentRegion: RegionInfo;
|
|
951
961
|
}
|
|
952
962
|
|
|
953
963
|
|
|
@@ -956,10 +966,10 @@ export type RegionInfo = RegionInfo$instance;
|
|
|
956
966
|
export class SortKey$instance {
|
|
957
967
|
readonly keyData: byte[];
|
|
958
968
|
readonly originalString: string;
|
|
959
|
-
equals(value:
|
|
969
|
+
equals(value: unknown): boolean;
|
|
960
970
|
getHashCode(): int;
|
|
961
971
|
toString(): string;
|
|
962
|
-
static
|
|
972
|
+
static compare(sortkey1: SortKey, sortkey2: SortKey): int;
|
|
963
973
|
}
|
|
964
974
|
|
|
965
975
|
|
|
@@ -969,14 +979,14 @@ export class SortVersion$instance {
|
|
|
969
979
|
constructor(fullVersion: int, sortId: Guid);
|
|
970
980
|
readonly fullVersion: int;
|
|
971
981
|
readonly sortId: Guid;
|
|
972
|
-
equals(obj:
|
|
982
|
+
equals(obj: unknown): boolean;
|
|
973
983
|
equals(other: SortVersion): boolean;
|
|
974
984
|
getHashCode(): int;
|
|
975
985
|
}
|
|
976
986
|
|
|
977
987
|
|
|
978
988
|
export interface __SortVersion$views {
|
|
979
|
-
|
|
989
|
+
As_IEquatable_1(): System_Internal.IEquatable_1$instance<SortVersion>;
|
|
980
990
|
|
|
981
991
|
// Structural method bridges for numeric interface constraints
|
|
982
992
|
Equals(other: SortVersion): boolean;
|
|
@@ -990,18 +1000,18 @@ export class StringInfo$instance {
|
|
|
990
1000
|
constructor(value: string);
|
|
991
1001
|
readonly lengthInTextElements: int;
|
|
992
1002
|
string_: string;
|
|
993
|
-
equals(value:
|
|
1003
|
+
equals(value: unknown): boolean;
|
|
994
1004
|
getHashCode(): int;
|
|
995
1005
|
substringByTextElements(startingTextElement: int): string;
|
|
996
1006
|
substringByTextElements(startingTextElement: int, lengthInTextElements: int): string;
|
|
997
|
-
static
|
|
998
|
-
static
|
|
999
|
-
static
|
|
1000
|
-
static
|
|
1001
|
-
static
|
|
1002
|
-
static
|
|
1003
|
-
static
|
|
1004
|
-
static
|
|
1007
|
+
static getNextTextElement2(str: string, index: int): string;
|
|
1008
|
+
static getNextTextElement2(str: string): string;
|
|
1009
|
+
static getNextTextElementLength3(str: ReadOnlySpan_1<CLROf<char>>): int;
|
|
1010
|
+
static getNextTextElementLength3(str: string, index: int): int;
|
|
1011
|
+
static getNextTextElementLength3(str: string): int;
|
|
1012
|
+
static getTextElementEnumerator2(str: string, index: int): TextElementEnumerator;
|
|
1013
|
+
static getTextElementEnumerator2(str: string): TextElementEnumerator;
|
|
1014
|
+
static parseCombiningCharacters(str: string): int[];
|
|
1005
1015
|
}
|
|
1006
1016
|
|
|
1007
1017
|
|
|
@@ -1016,7 +1026,7 @@ export class TaiwanCalendar$instance extends Calendar$instance {
|
|
|
1016
1026
|
twoDigitYearMax: int;
|
|
1017
1027
|
addMonths(time: DateTime, months: int): DateTime;
|
|
1018
1028
|
addYears(time: DateTime, years: int): DateTime;
|
|
1019
|
-
clone():
|
|
1029
|
+
clone(): unknown;
|
|
1020
1030
|
getDayOfMonth(time: DateTime): int;
|
|
1021
1031
|
getDayOfWeek(time: DateTime): DayOfWeek;
|
|
1022
1032
|
getDayOfYear(time: DateTime): int;
|
|
@@ -1045,7 +1055,7 @@ export class TaiwanCalendar$instance extends Calendar$instance {
|
|
|
1045
1055
|
|
|
1046
1056
|
|
|
1047
1057
|
export interface __TaiwanCalendar$views {
|
|
1048
|
-
|
|
1058
|
+
As_ICloneable(): System_Internal.ICloneable$instance;
|
|
1049
1059
|
}
|
|
1050
1060
|
|
|
1051
1061
|
export type TaiwanCalendar = TaiwanCalendar$instance & __TaiwanCalendar$views;
|
|
@@ -1056,20 +1066,20 @@ export class TaiwanLunisolarCalendar$instance extends EastAsianLunisolarCalendar
|
|
|
1056
1066
|
readonly eras: int[];
|
|
1057
1067
|
readonly maxSupportedDateTime: DateTime;
|
|
1058
1068
|
readonly minSupportedDateTime: DateTime;
|
|
1059
|
-
clone():
|
|
1069
|
+
clone(): unknown;
|
|
1060
1070
|
getEra(time: DateTime): int;
|
|
1061
1071
|
}
|
|
1062
1072
|
|
|
1063
1073
|
|
|
1064
1074
|
export interface __TaiwanLunisolarCalendar$views {
|
|
1065
|
-
|
|
1075
|
+
As_ICloneable(): System_Internal.ICloneable$instance;
|
|
1066
1076
|
}
|
|
1067
1077
|
|
|
1068
1078
|
export type TaiwanLunisolarCalendar = TaiwanLunisolarCalendar$instance & __TaiwanLunisolarCalendar$views;
|
|
1069
1079
|
|
|
1070
1080
|
|
|
1071
1081
|
export class TextElementEnumerator$instance {
|
|
1072
|
-
readonly current:
|
|
1082
|
+
readonly current: unknown;
|
|
1073
1083
|
readonly elementIndex: int;
|
|
1074
1084
|
getTextElement(): string;
|
|
1075
1085
|
moveNext(): boolean;
|
|
@@ -1078,9 +1088,11 @@ export class TextElementEnumerator$instance {
|
|
|
1078
1088
|
|
|
1079
1089
|
|
|
1080
1090
|
export interface __TextElementEnumerator$views {
|
|
1081
|
-
|
|
1091
|
+
As_IEnumerator(): System_Collections_Internal.IEnumerator$instance;
|
|
1082
1092
|
}
|
|
1083
1093
|
|
|
1094
|
+
export interface TextElementEnumerator$instance extends System_Collections_Internal.IEnumerator$instance {}
|
|
1095
|
+
|
|
1084
1096
|
export type TextElementEnumerator = TextElementEnumerator$instance & __TextElementEnumerator$views;
|
|
1085
1097
|
|
|
1086
1098
|
|
|
@@ -1090,28 +1102,30 @@ export class TextInfo$instance {
|
|
|
1090
1102
|
readonly ebcdicCodePage: int;
|
|
1091
1103
|
readonly isReadOnly: boolean;
|
|
1092
1104
|
readonly isRightToLeft: boolean;
|
|
1093
|
-
readonly
|
|
1105
|
+
readonly LCID: int;
|
|
1094
1106
|
listSeparator: string;
|
|
1095
1107
|
readonly macCodePage: int;
|
|
1096
1108
|
readonly oemCodePage: int;
|
|
1097
|
-
clone():
|
|
1098
|
-
equals(obj:
|
|
1109
|
+
clone(): unknown;
|
|
1110
|
+
equals(obj: unknown): boolean;
|
|
1099
1111
|
getHashCode(): int;
|
|
1100
|
-
toLower(c:
|
|
1112
|
+
toLower(c: char): char;
|
|
1101
1113
|
toLower(str: string): string;
|
|
1102
1114
|
toString(): string;
|
|
1103
1115
|
toTitleCase(str: string): string;
|
|
1104
|
-
toUpper(c:
|
|
1116
|
+
toUpper(c: char): char;
|
|
1105
1117
|
toUpper(str: string): string;
|
|
1106
|
-
static
|
|
1118
|
+
static readOnly(textInfo: TextInfo): TextInfo;
|
|
1107
1119
|
}
|
|
1108
1120
|
|
|
1109
1121
|
|
|
1110
1122
|
export interface __TextInfo$views {
|
|
1111
|
-
|
|
1112
|
-
|
|
1123
|
+
As_ICloneable(): System_Internal.ICloneable$instance;
|
|
1124
|
+
As_IDeserializationCallback(): System_Runtime_Serialization_Internal.IDeserializationCallback$instance;
|
|
1113
1125
|
}
|
|
1114
1126
|
|
|
1127
|
+
export interface TextInfo$instance extends System_Internal.ICloneable$instance, System_Runtime_Serialization_Internal.IDeserializationCallback$instance {}
|
|
1128
|
+
|
|
1115
1129
|
export type TextInfo = TextInfo$instance & __TextInfo$views;
|
|
1116
1130
|
|
|
1117
1131
|
|
|
@@ -1124,7 +1138,7 @@ export class ThaiBuddhistCalendar$instance extends Calendar$instance {
|
|
|
1124
1138
|
twoDigitYearMax: int;
|
|
1125
1139
|
addMonths(time: DateTime, months: int): DateTime;
|
|
1126
1140
|
addYears(time: DateTime, years: int): DateTime;
|
|
1127
|
-
clone():
|
|
1141
|
+
clone(): unknown;
|
|
1128
1142
|
getDayOfMonth(time: DateTime): int;
|
|
1129
1143
|
getDayOfWeek(time: DateTime): DayOfWeek;
|
|
1130
1144
|
getDayOfYear(time: DateTime): int;
|
|
@@ -1149,12 +1163,12 @@ export class ThaiBuddhistCalendar$instance extends Calendar$instance {
|
|
|
1149
1163
|
toDateTime(year: int, month: int, day: int, hour: int, minute: int, second: int, millisecond: int, era: int): DateTime;
|
|
1150
1164
|
toDateTime(year: int, month: int, day: int, hour: int, minute: int, second: int, millisecond: int): DateTime;
|
|
1151
1165
|
toFourDigitYear(year: int): int;
|
|
1152
|
-
static readonly
|
|
1166
|
+
static readonly thaiBuddhistEra: int;
|
|
1153
1167
|
}
|
|
1154
1168
|
|
|
1155
1169
|
|
|
1156
1170
|
export interface __ThaiBuddhistCalendar$views {
|
|
1157
|
-
|
|
1171
|
+
As_ICloneable(): System_Internal.ICloneable$instance;
|
|
1158
1172
|
}
|
|
1159
1173
|
|
|
1160
1174
|
export type ThaiBuddhistCalendar = ThaiBuddhistCalendar$instance & __ThaiBuddhistCalendar$views;
|
|
@@ -1169,7 +1183,7 @@ export class UmAlQuraCalendar$instance extends Calendar$instance {
|
|
|
1169
1183
|
twoDigitYearMax: int;
|
|
1170
1184
|
addMonths(time: DateTime, months: int): DateTime;
|
|
1171
1185
|
addYears(time: DateTime, years: int): DateTime;
|
|
1172
|
-
clone():
|
|
1186
|
+
clone(): unknown;
|
|
1173
1187
|
getDayOfMonth(time: DateTime): int;
|
|
1174
1188
|
getDayOfWeek(time: DateTime): DayOfWeek;
|
|
1175
1189
|
getDayOfYear(time: DateTime): int;
|
|
@@ -1193,49 +1207,49 @@ export class UmAlQuraCalendar$instance extends Calendar$instance {
|
|
|
1193
1207
|
toDateTime(year: int, month: int, day: int, hour: int, minute: int, second: int, millisecond: int, era: int): DateTime;
|
|
1194
1208
|
toDateTime(year: int, month: int, day: int, hour: int, minute: int, second: int, millisecond: int): DateTime;
|
|
1195
1209
|
toFourDigitYear(year: int): int;
|
|
1196
|
-
static readonly
|
|
1210
|
+
static readonly umAlQuraEra: int;
|
|
1197
1211
|
}
|
|
1198
1212
|
|
|
1199
1213
|
|
|
1200
1214
|
export interface __UmAlQuraCalendar$views {
|
|
1201
|
-
|
|
1215
|
+
As_ICloneable(): System_Internal.ICloneable$instance;
|
|
1202
1216
|
}
|
|
1203
1217
|
|
|
1204
1218
|
export type UmAlQuraCalendar = UmAlQuraCalendar$instance & __UmAlQuraCalendar$views;
|
|
1205
1219
|
|
|
1206
1220
|
|
|
1207
1221
|
export abstract class CharUnicodeInfo$instance {
|
|
1208
|
-
static
|
|
1209
|
-
static
|
|
1210
|
-
static
|
|
1211
|
-
static
|
|
1212
|
-
static
|
|
1213
|
-
static
|
|
1214
|
-
static
|
|
1215
|
-
static
|
|
1216
|
-
static
|
|
1222
|
+
static getDecimalDigitValue(ch: char): int;
|
|
1223
|
+
static getDecimalDigitValue(s: string, index: int): int;
|
|
1224
|
+
static getDigitValue(ch: char): int;
|
|
1225
|
+
static getDigitValue(s: string, index: int): int;
|
|
1226
|
+
static getNumericValue(ch: char): double;
|
|
1227
|
+
static getNumericValue(s: string, index: int): double;
|
|
1228
|
+
static getUnicodeCategory(ch: char): UnicodeCategory;
|
|
1229
|
+
static getUnicodeCategory(codePoint: int): UnicodeCategory;
|
|
1230
|
+
static getUnicodeCategory(s: string, index: int): UnicodeCategory;
|
|
1217
1231
|
}
|
|
1218
1232
|
|
|
1219
1233
|
|
|
1220
1234
|
export type CharUnicodeInfo = CharUnicodeInfo$instance;
|
|
1221
1235
|
|
|
1222
1236
|
export abstract class GlobalizationExtensions$instance {
|
|
1223
|
-
static
|
|
1237
|
+
static getStringComparer(compareInfo: CompareInfo, options: CompareOptions): StringComparer;
|
|
1224
1238
|
}
|
|
1225
1239
|
|
|
1226
1240
|
|
|
1227
1241
|
export type GlobalizationExtensions = GlobalizationExtensions$instance;
|
|
1228
1242
|
|
|
1229
1243
|
export abstract class ISOWeek$instance {
|
|
1230
|
-
static
|
|
1231
|
-
static
|
|
1232
|
-
static
|
|
1233
|
-
static
|
|
1234
|
-
static
|
|
1235
|
-
static
|
|
1236
|
-
static
|
|
1237
|
-
static
|
|
1238
|
-
static
|
|
1244
|
+
static getWeekOfYear2(date: DateOnly): int;
|
|
1245
|
+
static getWeekOfYear2(date: DateTime): int;
|
|
1246
|
+
static getWeeksInYear(year: int): int;
|
|
1247
|
+
static getYear2(date: DateOnly): int;
|
|
1248
|
+
static getYear2(date: DateTime): int;
|
|
1249
|
+
static getYearEnd(year: int): DateTime;
|
|
1250
|
+
static getYearStart(year: int): DateTime;
|
|
1251
|
+
static toDateOnly(year: int, week: int, dayOfWeek: DayOfWeek): DateOnly;
|
|
1252
|
+
static toDateTime(year: int, week: int, dayOfWeek: DayOfWeek): DateTime;
|
|
1239
1253
|
}
|
|
1240
1254
|
|
|
1241
1255
|
|