@tsonic/dotnet 10.0.40 → 10.0.41
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 +4 -3
- package/Microsoft.CSharp.RuntimeBinder/internal/index.d.ts +19 -18
- package/Microsoft.VisualBasic/internal/index.d.ts +52 -54
- package/Microsoft.VisualBasic.CompilerServices/internal/index.d.ts +117 -119
- package/Microsoft.VisualBasic.FileIO/internal/index.d.ts +3 -2
- package/Microsoft.Win32/internal/index.d.ts +19 -18
- package/Microsoft.Win32.SafeHandles/internal/index.d.ts +3 -2
- package/README.md +76 -104
- package/System/bindings.json +1520 -2039
- package/System/internal/index.d.ts +1549 -1602
- package/System.Buffers/bindings.json +12 -3
- package/System.Buffers/internal/index.d.ts +12 -14
- package/System.Buffers.Binary/internal/index.d.ts +2 -4
- package/System.Buffers.Text/internal/index.d.ts +2 -4
- package/System.CodeDom.Compiler/internal/index.d.ts +32 -31
- package/System.Collections/internal/index.d.ts +129 -131
- package/System.Collections.Concurrent/bindings.json +218 -218
- package/System.Collections.Concurrent/internal/index.d.ts +34 -36
- package/System.Collections.Frozen/bindings.json +413 -611
- package/System.Collections.Frozen/internal/index.d.ts +81 -97
- package/System.Collections.Frozen.d.ts +14 -2
- package/System.Collections.Generic/bindings.json +9420 -14155
- package/System.Collections.Generic/internal/index.d.ts +547 -758
- package/System.Collections.Generic.d.ts +1 -1
- package/System.Collections.Immutable/bindings.json +6000 -9080
- package/System.Collections.Immutable/internal/index.d.ts +265 -354
- package/System.Collections.Immutable.d.ts +49 -12
- package/System.Collections.ObjectModel/bindings.json +132 -654
- package/System.Collections.ObjectModel/internal/index.d.ts +10 -30
- package/System.Collections.Specialized/bindings.json +0 -123
- package/System.Collections.Specialized/internal/index.d.ts +88 -101
- package/System.ComponentModel/bindings.json +163 -102
- package/System.ComponentModel/internal/index.d.ts +618 -608
- package/System.ComponentModel.DataAnnotations/internal/index.d.ts +133 -132
- package/System.ComponentModel.DataAnnotations.Schema/internal/index.d.ts +8 -7
- package/System.ComponentModel.Design/bindings.json +22 -292
- package/System.ComponentModel.Design/internal/index.d.ts +101 -109
- package/System.ComponentModel.Design.Serialization/internal/index.d.ts +61 -60
- package/System.ComponentModel.d.ts +1 -0
- package/System.Configuration.Assemblies/internal/index.d.ts +3 -2
- package/System.Data/bindings.json +4 -1
- package/System.Data/internal/index.d.ts +351 -350
- package/System.Data.Common/internal/index.d.ts +151 -152
- package/System.Data.SqlTypes/internal/index.d.ts +68 -67
- package/System.Diagnostics/bindings.json +7044 -7249
- package/System.Diagnostics/internal/index.d.ts +446 -461
- package/System.Diagnostics.CodeAnalysis/internal/index.d.ts +44 -43
- package/System.Diagnostics.Contracts/internal/index.d.ts +16 -18
- package/System.Diagnostics.Metrics/internal/index.d.ts +92 -94
- package/System.Diagnostics.Metrics.d.ts +1 -1
- package/System.Diagnostics.SymbolStore/internal/index.d.ts +12 -11
- package/System.Diagnostics.Tracing/bindings.json +81 -21
- package/System.Diagnostics.Tracing/internal/index.d.ts +69 -56
- package/System.Diagnostics.Tracing.d.ts +2 -1
- package/System.Drawing/internal/index.d.ts +76 -75
- package/System.Dynamic/internal/index.d.ts +55 -57
- package/System.Formats.Asn1/bindings.json +48 -69
- package/System.Formats.Asn1/internal/index.d.ts +21 -28
- package/System.Formats.Tar/internal/index.d.ts +8 -7
- package/System.Globalization/internal/index.d.ts +40 -42
- package/System.IO/internal/index.d.ts +187 -189
- package/System.IO.Compression/internal/index.d.ts +29 -31
- package/System.IO.Enumeration/bindings.json +250 -250
- package/System.IO.Enumeration/internal/index.d.ts +15 -17
- package/System.IO.IsolatedStorage/internal/index.d.ts +19 -18
- package/System.IO.MemoryMappedFiles/internal/index.d.ts +11 -10
- package/System.IO.Pipelines/internal/index.d.ts +15 -17
- package/System.IO.Pipes/internal/index.d.ts +8 -7
- package/System.Linq/internal/index.d.ts +223 -225
- package/System.Linq.Expressions/internal/index.d.ts +205 -207
- package/System.Linq.Expressions.Interpreter/internal/index.d.ts +5 -4
- package/System.Net/bindings.json +104 -104
- package/System.Net/internal/index.d.ts +279 -281
- package/System.Net.Cache/internal/index.d.ts +3 -2
- package/System.Net.Http/internal/index.d.ts +128 -130
- package/System.Net.Http.Headers/bindings.json +0 -204
- package/System.Net.Http.Headers/internal/index.d.ts +111 -127
- package/System.Net.Http.Json/internal/index.d.ts +67 -69
- package/System.Net.Http.Metrics/internal/index.d.ts +6 -5
- package/System.Net.Mail/internal/index.d.ts +76 -78
- package/System.Net.Mime/internal/index.d.ts +11 -10
- package/System.Net.NetworkInformation/internal/index.d.ts +30 -32
- package/System.Net.Quic/internal/index.d.ts +10 -9
- package/System.Net.Security/internal/index.d.ts +87 -89
- package/System.Net.ServerSentEvents/internal/index.d.ts +6 -5
- package/System.Net.Sockets/internal/index.d.ts +91 -93
- package/System.Net.WebSockets/internal/index.d.ts +47 -46
- package/System.Numerics/bindings.json +544 -116
- package/System.Numerics/internal/index.d.ts +110 -112
- package/System.Reflection/internal/index.d.ts +270 -272
- package/System.Reflection.Emit/internal/index.d.ts +114 -116
- package/System.Reflection.Metadata/bindings.json +166 -3169
- package/System.Reflection.Metadata/internal/index.d.ts +154 -361
- package/System.Reflection.Metadata.Ecma335/internal/index.d.ts +13 -15
- package/System.Reflection.PortableExecutable/bindings.json +58 -0
- package/System.Reflection.PortableExecutable/internal/index.d.ts +24 -11
- package/System.Reflection.PortableExecutable.d.ts +1 -0
- package/System.Resources/internal/index.d.ts +33 -35
- package/System.Runtime/internal/index.d.ts +12 -11
- package/System.Runtime.CompilerServices/bindings.json +519 -717
- package/System.Runtime.CompilerServices/internal/index.d.ts +113 -137
- package/System.Runtime.CompilerServices.d.ts +14 -4
- package/System.Runtime.ConstrainedExecution/internal/index.d.ts +3 -2
- package/System.Runtime.ExceptionServices/internal/index.d.ts +4 -3
- package/System.Runtime.InteropServices/bindings.json +101 -101
- package/System.Runtime.InteropServices/internal/index.d.ts +234 -236
- package/System.Runtime.InteropServices.ComTypes/internal/index.d.ts +34 -36
- package/System.Runtime.InteropServices.Java/internal/index.d.ts +4 -6
- package/System.Runtime.InteropServices.JavaScript/bindings.json +328 -328
- package/System.Runtime.InteropServices.JavaScript/internal/index.d.ts +67 -69
- package/System.Runtime.InteropServices.JavaScript.d.ts +8 -26
- package/System.Runtime.InteropServices.Marshalling/bindings.json +2619 -2619
- package/System.Runtime.InteropServices.Marshalling/internal/index.d.ts +308 -310
- package/System.Runtime.InteropServices.ObjectiveC/bindings.json +141 -141
- package/System.Runtime.InteropServices.ObjectiveC/internal/index.d.ts +17 -19
- package/System.Runtime.InteropServices.Swift/internal/index.d.ts +4 -6
- package/System.Runtime.InteropServices.Swift.d.ts +1 -1
- package/System.Runtime.Intrinsics/bindings.json +64 -16
- package/System.Runtime.Intrinsics/internal/index.d.ts +22 -24
- package/System.Runtime.Intrinsics.Arm/internal/index.d.ts +12 -13
- package/System.Runtime.Intrinsics.Wasm/internal/index.d.ts +2 -4
- package/System.Runtime.Intrinsics.X86/internal/index.d.ts +42 -41
- package/System.Runtime.Loader/bindings.json +48 -69
- package/System.Runtime.Loader/internal/index.d.ts +30 -34
- package/System.Runtime.Remoting/internal/index.d.ts +5 -4
- package/System.Runtime.Serialization/internal/index.d.ts +175 -177
- package/System.Runtime.Serialization.DataContracts/internal/index.d.ts +29 -31
- package/System.Runtime.Serialization.Formatters/internal/index.d.ts +7 -6
- package/System.Runtime.Serialization.Formatters.Binary/internal/index.d.ts +10 -9
- package/System.Runtime.Serialization.Json/internal/index.d.ts +37 -36
- package/System.Runtime.Versioning/internal/index.d.ts +20 -19
- package/System.Security/internal/index.d.ts +64 -66
- package/System.Security.AccessControl/bindings.json +104 -0
- package/System.Security.AccessControl/internal/index.d.ts +59 -58
- package/System.Security.AccessControl.d.ts +6 -5
- package/System.Security.Authentication/internal/index.d.ts +7 -6
- package/System.Security.Authentication.ExtendedProtection/internal/index.d.ts +12 -11
- package/System.Security.Claims/internal/index.d.ts +45 -44
- package/System.Security.Cryptography/bindings.json +469 -469
- package/System.Security.Cryptography/internal/index.d.ts +269 -271
- package/System.Security.Cryptography.X509Certificates/bindings.json +0 -62
- package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +98 -105
- package/System.Security.Permissions/internal/index.d.ts +5 -4
- package/System.Security.Policy/internal/index.d.ts +11 -10
- package/System.Security.Principal/internal/index.d.ts +28 -27
- package/System.Text/bindings.json +1562 -1562
- package/System.Text/internal/index.d.ts +119 -121
- package/System.Text.Encodings.Web/internal/index.d.ts +2 -4
- package/System.Text.Json/bindings.json +0 -290
- package/System.Text.Json/internal/index.d.ts +135 -153
- package/System.Text.Json.Nodes/internal/index.d.ts +60 -62
- package/System.Text.Json.Schema/internal/index.d.ts +9 -8
- package/System.Text.Json.Serialization/internal/index.d.ts +32 -34
- package/System.Text.Json.Serialization.Metadata/internal/index.d.ts +86 -85
- package/System.Text.Json.Serialization.d.ts +1 -1
- package/System.Text.RegularExpressions/bindings.json +198 -402
- package/System.Text.RegularExpressions/internal/index.d.ts +48 -64
- package/System.Text.Unicode/bindings.json +508 -508
- package/System.Text.Unicode/internal/index.d.ts +29 -31
- package/System.Threading/bindings.json +42 -42
- package/System.Threading/internal/index.d.ts +157 -159
- package/System.Threading.Channels/internal/index.d.ts +10 -12
- package/System.Threading.Tasks/bindings.json +4 -1
- package/System.Threading.Tasks/internal/index.d.ts +115 -114
- package/System.Threading.Tasks.Dataflow/internal/index.d.ts +32 -33
- package/System.Threading.Tasks.Sources/internal/index.d.ts +6 -5
- package/System.Timers/internal/index.d.ts +8 -7
- package/System.Transactions/internal/index.d.ts +31 -30
- package/System.Web/internal/index.d.ts +32 -31
- package/System.Windows.Input/internal/index.d.ts +5 -4
- package/System.Windows.Markup/internal/index.d.ts +3 -2
- package/System.Xml/internal/index.d.ts +383 -385
- package/System.Xml.Linq/internal/index.d.ts +103 -102
- package/System.Xml.Resolvers/internal/index.d.ts +10 -9
- package/System.Xml.Schema/bindings.json +76 -76
- package/System.Xml.Schema/internal/index.d.ts +233 -232
- package/System.Xml.Serialization/bindings.json +193 -0
- package/System.Xml.Serialization/internal/index.d.ts +277 -245
- package/System.Xml.Serialization.d.ts +2 -0
- package/System.Xml.XPath/internal/index.d.ts +46 -45
- package/System.Xml.Xsl/internal/index.d.ts +53 -52
- package/System.Xml.Xsl.Runtime/bindings.json +4 -1
- package/System.Xml.Xsl.Runtime/internal/index.d.ts +35 -37
- package/System.d.ts +2 -2
- package/__internal/extensions/index.d.ts +517 -515
- package/families.json +63 -7
- package/package.json +2 -2
|
@@ -323,224 +323,6 @@
|
|
|
323
323
|
"events": [],
|
|
324
324
|
"constructors": []
|
|
325
325
|
},
|
|
326
|
-
{
|
|
327
|
-
"stableId": "System.Collections.Concurrent:System.Collections.Concurrent.ConcurrentDictionary\u00602\u002BAlternateLookup\u00601",
|
|
328
|
-
"clrName": "System.Collections.Concurrent.ConcurrentDictionary\u00602\u002BAlternateLookup\u00601",
|
|
329
|
-
"assemblyName": "System.Collections.Concurrent",
|
|
330
|
-
"metadataToken": 0,
|
|
331
|
-
"kind": "Struct",
|
|
332
|
-
"accessibility": "Public",
|
|
333
|
-
"isAbstract": false,
|
|
334
|
-
"isSealed": true,
|
|
335
|
-
"isStatic": false,
|
|
336
|
-
"arity": 3,
|
|
337
|
-
"baseType": {
|
|
338
|
-
"stableId": "System.Private.CoreLib:System.ValueType",
|
|
339
|
-
"clrName": "System.ValueType"
|
|
340
|
-
},
|
|
341
|
-
"typeParameters": [
|
|
342
|
-
"TKey",
|
|
343
|
-
"TValue",
|
|
344
|
-
"TAlternateKey"
|
|
345
|
-
],
|
|
346
|
-
"methods": [
|
|
347
|
-
{
|
|
348
|
-
"stableId": "System.Collections.Concurrent:System.Collections.Concurrent.ConcurrentDictionary\u00602\u002BAlternateLookup\u00601::ContainsKey(TAlternateKey):System.Boolean",
|
|
349
|
-
"clrName": "ContainsKey",
|
|
350
|
-
"metadataToken": 100663563,
|
|
351
|
-
"canonicalSignature": "(TAlternateKey):System.Boolean",
|
|
352
|
-
"normalizedSignature": "ContainsKey|(TAlternateKey):System.Boolean|static=false",
|
|
353
|
-
"emitScope": "ClassSurface",
|
|
354
|
-
"provenance": "Original",
|
|
355
|
-
"arity": 0,
|
|
356
|
-
"parameterCount": 1,
|
|
357
|
-
"isStatic": false,
|
|
358
|
-
"isAbstract": false,
|
|
359
|
-
"isVirtual": false,
|
|
360
|
-
"isOverride": false,
|
|
361
|
-
"isSealed": false,
|
|
362
|
-
"visibility": "Public",
|
|
363
|
-
"declaringClrType": "System.Collections.Concurrent.ConcurrentDictionary\u00602\u002BAlternateLookup\u00601",
|
|
364
|
-
"declaringAssemblyName": "System.Collections.Concurrent",
|
|
365
|
-
"isExtensionMethod": false
|
|
366
|
-
},
|
|
367
|
-
{
|
|
368
|
-
"stableId": "System.Collections.Concurrent:System.Collections.Concurrent.ConcurrentDictionary\u00602\u002BAlternateLookup\u00601::TryAdd(TAlternateKey,TValue):System.Boolean",
|
|
369
|
-
"clrName": "TryAdd",
|
|
370
|
-
"metadataToken": 100663564,
|
|
371
|
-
"canonicalSignature": "(TAlternateKey,TValue):System.Boolean",
|
|
372
|
-
"normalizedSignature": "TryAdd|(TAlternateKey,TValue):System.Boolean|static=false",
|
|
373
|
-
"emitScope": "ClassSurface",
|
|
374
|
-
"provenance": "Original",
|
|
375
|
-
"arity": 0,
|
|
376
|
-
"parameterCount": 2,
|
|
377
|
-
"isStatic": false,
|
|
378
|
-
"isAbstract": false,
|
|
379
|
-
"isVirtual": false,
|
|
380
|
-
"isOverride": false,
|
|
381
|
-
"isSealed": false,
|
|
382
|
-
"visibility": "Public",
|
|
383
|
-
"declaringClrType": "System.Collections.Concurrent.ConcurrentDictionary\u00602\u002BAlternateLookup\u00601",
|
|
384
|
-
"declaringAssemblyName": "System.Collections.Concurrent",
|
|
385
|
-
"isExtensionMethod": false
|
|
386
|
-
},
|
|
387
|
-
{
|
|
388
|
-
"stableId": "System.Collections.Concurrent:System.Collections.Concurrent.ConcurrentDictionary\u00602\u002BAlternateLookup\u00601::TryGetValue(TAlternateKey,TValue\u0026):System.Boolean",
|
|
389
|
-
"clrName": "TryGetValue",
|
|
390
|
-
"metadataToken": 100663566,
|
|
391
|
-
"canonicalSignature": "(TAlternateKey,TValue\u0026):System.Boolean",
|
|
392
|
-
"normalizedSignature": "TryGetValue|(TAlternateKey,TValue\u0026):System.Boolean|static=false",
|
|
393
|
-
"emitScope": "ClassSurface",
|
|
394
|
-
"provenance": "Original",
|
|
395
|
-
"arity": 0,
|
|
396
|
-
"parameterCount": 2,
|
|
397
|
-
"isStatic": false,
|
|
398
|
-
"isAbstract": false,
|
|
399
|
-
"isVirtual": false,
|
|
400
|
-
"isOverride": false,
|
|
401
|
-
"isSealed": false,
|
|
402
|
-
"visibility": "Public",
|
|
403
|
-
"declaringClrType": "System.Collections.Concurrent.ConcurrentDictionary\u00602\u002BAlternateLookup\u00601",
|
|
404
|
-
"declaringAssemblyName": "System.Collections.Concurrent",
|
|
405
|
-
"isExtensionMethod": false,
|
|
406
|
-
"parameterModifiers": [
|
|
407
|
-
{
|
|
408
|
-
"index": 1,
|
|
409
|
-
"modifier": "out"
|
|
410
|
-
}
|
|
411
|
-
]
|
|
412
|
-
},
|
|
413
|
-
{
|
|
414
|
-
"stableId": "System.Collections.Concurrent:System.Collections.Concurrent.ConcurrentDictionary\u00602\u002BAlternateLookup\u00601::TryGetValue(TAlternateKey,TKey\u0026,TValue\u0026):System.Boolean",
|
|
415
|
-
"clrName": "TryGetValue",
|
|
416
|
-
"metadataToken": 100663567,
|
|
417
|
-
"canonicalSignature": "(TAlternateKey,TKey\u0026,TValue\u0026):System.Boolean",
|
|
418
|
-
"normalizedSignature": "TryGetValue|(TAlternateKey,TKey\u0026,TValue\u0026):System.Boolean|static=false",
|
|
419
|
-
"emitScope": "ClassSurface",
|
|
420
|
-
"provenance": "Original",
|
|
421
|
-
"arity": 0,
|
|
422
|
-
"parameterCount": 3,
|
|
423
|
-
"isStatic": false,
|
|
424
|
-
"isAbstract": false,
|
|
425
|
-
"isVirtual": false,
|
|
426
|
-
"isOverride": false,
|
|
427
|
-
"isSealed": false,
|
|
428
|
-
"visibility": "Public",
|
|
429
|
-
"declaringClrType": "System.Collections.Concurrent.ConcurrentDictionary\u00602\u002BAlternateLookup\u00601",
|
|
430
|
-
"declaringAssemblyName": "System.Collections.Concurrent",
|
|
431
|
-
"isExtensionMethod": false,
|
|
432
|
-
"parameterModifiers": [
|
|
433
|
-
{
|
|
434
|
-
"index": 1,
|
|
435
|
-
"modifier": "out"
|
|
436
|
-
},
|
|
437
|
-
{
|
|
438
|
-
"index": 2,
|
|
439
|
-
"modifier": "out"
|
|
440
|
-
}
|
|
441
|
-
]
|
|
442
|
-
},
|
|
443
|
-
{
|
|
444
|
-
"stableId": "System.Collections.Concurrent:System.Collections.Concurrent.ConcurrentDictionary\u00602\u002BAlternateLookup\u00601::TryRemove(TAlternateKey,TValue\u0026):System.Boolean",
|
|
445
|
-
"clrName": "TryRemove",
|
|
446
|
-
"metadataToken": 100663568,
|
|
447
|
-
"canonicalSignature": "(TAlternateKey,TValue\u0026):System.Boolean",
|
|
448
|
-
"normalizedSignature": "TryRemove|(TAlternateKey,TValue\u0026):System.Boolean|static=false",
|
|
449
|
-
"emitScope": "ClassSurface",
|
|
450
|
-
"provenance": "Original",
|
|
451
|
-
"arity": 0,
|
|
452
|
-
"parameterCount": 2,
|
|
453
|
-
"isStatic": false,
|
|
454
|
-
"isAbstract": false,
|
|
455
|
-
"isVirtual": false,
|
|
456
|
-
"isOverride": false,
|
|
457
|
-
"isSealed": false,
|
|
458
|
-
"visibility": "Public",
|
|
459
|
-
"declaringClrType": "System.Collections.Concurrent.ConcurrentDictionary\u00602\u002BAlternateLookup\u00601",
|
|
460
|
-
"declaringAssemblyName": "System.Collections.Concurrent",
|
|
461
|
-
"isExtensionMethod": false,
|
|
462
|
-
"parameterModifiers": [
|
|
463
|
-
{
|
|
464
|
-
"index": 1,
|
|
465
|
-
"modifier": "out"
|
|
466
|
-
}
|
|
467
|
-
]
|
|
468
|
-
},
|
|
469
|
-
{
|
|
470
|
-
"stableId": "System.Collections.Concurrent:System.Collections.Concurrent.ConcurrentDictionary\u00602\u002BAlternateLookup\u00601::TryRemove(TAlternateKey,TKey\u0026,TValue\u0026):System.Boolean",
|
|
471
|
-
"clrName": "TryRemove",
|
|
472
|
-
"metadataToken": 100663569,
|
|
473
|
-
"canonicalSignature": "(TAlternateKey,TKey\u0026,TValue\u0026):System.Boolean",
|
|
474
|
-
"normalizedSignature": "TryRemove|(TAlternateKey,TKey\u0026,TValue\u0026):System.Boolean|static=false",
|
|
475
|
-
"emitScope": "ClassSurface",
|
|
476
|
-
"provenance": "Original",
|
|
477
|
-
"arity": 0,
|
|
478
|
-
"parameterCount": 3,
|
|
479
|
-
"isStatic": false,
|
|
480
|
-
"isAbstract": false,
|
|
481
|
-
"isVirtual": false,
|
|
482
|
-
"isOverride": false,
|
|
483
|
-
"isSealed": false,
|
|
484
|
-
"visibility": "Public",
|
|
485
|
-
"declaringClrType": "System.Collections.Concurrent.ConcurrentDictionary\u00602\u002BAlternateLookup\u00601",
|
|
486
|
-
"declaringAssemblyName": "System.Collections.Concurrent",
|
|
487
|
-
"isExtensionMethod": false,
|
|
488
|
-
"parameterModifiers": [
|
|
489
|
-
{
|
|
490
|
-
"index": 1,
|
|
491
|
-
"modifier": "out"
|
|
492
|
-
},
|
|
493
|
-
{
|
|
494
|
-
"index": 2,
|
|
495
|
-
"modifier": "out"
|
|
496
|
-
}
|
|
497
|
-
]
|
|
498
|
-
}
|
|
499
|
-
],
|
|
500
|
-
"properties": [
|
|
501
|
-
{
|
|
502
|
-
"stableId": "System.Collections.Concurrent:System.Collections.Concurrent.ConcurrentDictionary\u00602\u002BAlternateLookup\u00601::Dictionary:ConcurrentDictionary_2",
|
|
503
|
-
"clrName": "Dictionary",
|
|
504
|
-
"metadataToken": 385876045,
|
|
505
|
-
"canonicalSignature": ":ConcurrentDictionary_2",
|
|
506
|
-
"normalizedSignature": "Dictionary|:ConcurrentDictionary_2|static=false|accessor=get",
|
|
507
|
-
"emitScope": "ClassSurface",
|
|
508
|
-
"provenance": "Original",
|
|
509
|
-
"isIndexer": false,
|
|
510
|
-
"hasGetter": true,
|
|
511
|
-
"hasSetter": false,
|
|
512
|
-
"isStatic": false,
|
|
513
|
-
"isAbstract": false,
|
|
514
|
-
"isVirtual": false,
|
|
515
|
-
"isOverride": false,
|
|
516
|
-
"visibility": "Public",
|
|
517
|
-
"declaringClrType": "System.Collections.Concurrent.ConcurrentDictionary\u00602\u002BAlternateLookup\u00601",
|
|
518
|
-
"declaringAssemblyName": "System.Collections.Concurrent"
|
|
519
|
-
},
|
|
520
|
-
{
|
|
521
|
-
"stableId": "System.Collections.Concurrent:System.Collections.Concurrent.ConcurrentDictionary\u00602\u002BAlternateLookup\u00601::Item[TAlternateKey]:TValue",
|
|
522
|
-
"clrName": "Item",
|
|
523
|
-
"metadataToken": 385876046,
|
|
524
|
-
"canonicalSignature": "[TAlternateKey]:TValue",
|
|
525
|
-
"normalizedSignature": "Item|[TAlternateKey]:TValue|static=false|accessor=getset",
|
|
526
|
-
"emitScope": "ClassSurface",
|
|
527
|
-
"provenance": "Original",
|
|
528
|
-
"isIndexer": true,
|
|
529
|
-
"hasGetter": true,
|
|
530
|
-
"hasSetter": true,
|
|
531
|
-
"isStatic": false,
|
|
532
|
-
"isAbstract": false,
|
|
533
|
-
"isVirtual": false,
|
|
534
|
-
"isOverride": false,
|
|
535
|
-
"visibility": "Public",
|
|
536
|
-
"declaringClrType": "System.Collections.Concurrent.ConcurrentDictionary\u00602\u002BAlternateLookup\u00601",
|
|
537
|
-
"declaringAssemblyName": "System.Collections.Concurrent"
|
|
538
|
-
}
|
|
539
|
-
],
|
|
540
|
-
"fields": [],
|
|
541
|
-
"events": [],
|
|
542
|
-
"constructors": []
|
|
543
|
-
},
|
|
544
326
|
{
|
|
545
327
|
"stableId": "System.Collections.Concurrent:System.Collections.Concurrent.BlockingCollection\u00601",
|
|
546
328
|
"clrName": "System.Collections.Concurrent.BlockingCollection\u00601",
|
|
@@ -3361,6 +3143,224 @@
|
|
|
3361
3143
|
}
|
|
3362
3144
|
]
|
|
3363
3145
|
},
|
|
3146
|
+
{
|
|
3147
|
+
"stableId": "System.Collections.Concurrent:System.Collections.Concurrent.ConcurrentDictionary\u00602\u002BAlternateLookup\u00601",
|
|
3148
|
+
"clrName": "System.Collections.Concurrent.ConcurrentDictionary\u00602\u002BAlternateLookup\u00601",
|
|
3149
|
+
"assemblyName": "System.Collections.Concurrent",
|
|
3150
|
+
"metadataToken": 0,
|
|
3151
|
+
"kind": "Struct",
|
|
3152
|
+
"accessibility": "Public",
|
|
3153
|
+
"isAbstract": false,
|
|
3154
|
+
"isSealed": true,
|
|
3155
|
+
"isStatic": false,
|
|
3156
|
+
"arity": 3,
|
|
3157
|
+
"baseType": {
|
|
3158
|
+
"stableId": "System.Private.CoreLib:System.ValueType",
|
|
3159
|
+
"clrName": "System.ValueType"
|
|
3160
|
+
},
|
|
3161
|
+
"typeParameters": [
|
|
3162
|
+
"TKey",
|
|
3163
|
+
"TValue",
|
|
3164
|
+
"TAlternateKey"
|
|
3165
|
+
],
|
|
3166
|
+
"methods": [
|
|
3167
|
+
{
|
|
3168
|
+
"stableId": "System.Collections.Concurrent:System.Collections.Concurrent.ConcurrentDictionary\u00602\u002BAlternateLookup\u00601::ContainsKey(TAlternateKey):System.Boolean",
|
|
3169
|
+
"clrName": "ContainsKey",
|
|
3170
|
+
"metadataToken": 100663563,
|
|
3171
|
+
"canonicalSignature": "(TAlternateKey):System.Boolean",
|
|
3172
|
+
"normalizedSignature": "ContainsKey|(TAlternateKey):System.Boolean|static=false",
|
|
3173
|
+
"emitScope": "ClassSurface",
|
|
3174
|
+
"provenance": "Original",
|
|
3175
|
+
"arity": 0,
|
|
3176
|
+
"parameterCount": 1,
|
|
3177
|
+
"isStatic": false,
|
|
3178
|
+
"isAbstract": false,
|
|
3179
|
+
"isVirtual": false,
|
|
3180
|
+
"isOverride": false,
|
|
3181
|
+
"isSealed": false,
|
|
3182
|
+
"visibility": "Public",
|
|
3183
|
+
"declaringClrType": "System.Collections.Concurrent.ConcurrentDictionary\u00602\u002BAlternateLookup\u00601",
|
|
3184
|
+
"declaringAssemblyName": "System.Collections.Concurrent",
|
|
3185
|
+
"isExtensionMethod": false
|
|
3186
|
+
},
|
|
3187
|
+
{
|
|
3188
|
+
"stableId": "System.Collections.Concurrent:System.Collections.Concurrent.ConcurrentDictionary\u00602\u002BAlternateLookup\u00601::TryAdd(TAlternateKey,TValue):System.Boolean",
|
|
3189
|
+
"clrName": "TryAdd",
|
|
3190
|
+
"metadataToken": 100663564,
|
|
3191
|
+
"canonicalSignature": "(TAlternateKey,TValue):System.Boolean",
|
|
3192
|
+
"normalizedSignature": "TryAdd|(TAlternateKey,TValue):System.Boolean|static=false",
|
|
3193
|
+
"emitScope": "ClassSurface",
|
|
3194
|
+
"provenance": "Original",
|
|
3195
|
+
"arity": 0,
|
|
3196
|
+
"parameterCount": 2,
|
|
3197
|
+
"isStatic": false,
|
|
3198
|
+
"isAbstract": false,
|
|
3199
|
+
"isVirtual": false,
|
|
3200
|
+
"isOverride": false,
|
|
3201
|
+
"isSealed": false,
|
|
3202
|
+
"visibility": "Public",
|
|
3203
|
+
"declaringClrType": "System.Collections.Concurrent.ConcurrentDictionary\u00602\u002BAlternateLookup\u00601",
|
|
3204
|
+
"declaringAssemblyName": "System.Collections.Concurrent",
|
|
3205
|
+
"isExtensionMethod": false
|
|
3206
|
+
},
|
|
3207
|
+
{
|
|
3208
|
+
"stableId": "System.Collections.Concurrent:System.Collections.Concurrent.ConcurrentDictionary\u00602\u002BAlternateLookup\u00601::TryGetValue(TAlternateKey,TValue\u0026):System.Boolean",
|
|
3209
|
+
"clrName": "TryGetValue",
|
|
3210
|
+
"metadataToken": 100663566,
|
|
3211
|
+
"canonicalSignature": "(TAlternateKey,TValue\u0026):System.Boolean",
|
|
3212
|
+
"normalizedSignature": "TryGetValue|(TAlternateKey,TValue\u0026):System.Boolean|static=false",
|
|
3213
|
+
"emitScope": "ClassSurface",
|
|
3214
|
+
"provenance": "Original",
|
|
3215
|
+
"arity": 0,
|
|
3216
|
+
"parameterCount": 2,
|
|
3217
|
+
"isStatic": false,
|
|
3218
|
+
"isAbstract": false,
|
|
3219
|
+
"isVirtual": false,
|
|
3220
|
+
"isOverride": false,
|
|
3221
|
+
"isSealed": false,
|
|
3222
|
+
"visibility": "Public",
|
|
3223
|
+
"declaringClrType": "System.Collections.Concurrent.ConcurrentDictionary\u00602\u002BAlternateLookup\u00601",
|
|
3224
|
+
"declaringAssemblyName": "System.Collections.Concurrent",
|
|
3225
|
+
"isExtensionMethod": false,
|
|
3226
|
+
"parameterModifiers": [
|
|
3227
|
+
{
|
|
3228
|
+
"index": 1,
|
|
3229
|
+
"modifier": "out"
|
|
3230
|
+
}
|
|
3231
|
+
]
|
|
3232
|
+
},
|
|
3233
|
+
{
|
|
3234
|
+
"stableId": "System.Collections.Concurrent:System.Collections.Concurrent.ConcurrentDictionary\u00602\u002BAlternateLookup\u00601::TryGetValue(TAlternateKey,TKey\u0026,TValue\u0026):System.Boolean",
|
|
3235
|
+
"clrName": "TryGetValue",
|
|
3236
|
+
"metadataToken": 100663567,
|
|
3237
|
+
"canonicalSignature": "(TAlternateKey,TKey\u0026,TValue\u0026):System.Boolean",
|
|
3238
|
+
"normalizedSignature": "TryGetValue|(TAlternateKey,TKey\u0026,TValue\u0026):System.Boolean|static=false",
|
|
3239
|
+
"emitScope": "ClassSurface",
|
|
3240
|
+
"provenance": "Original",
|
|
3241
|
+
"arity": 0,
|
|
3242
|
+
"parameterCount": 3,
|
|
3243
|
+
"isStatic": false,
|
|
3244
|
+
"isAbstract": false,
|
|
3245
|
+
"isVirtual": false,
|
|
3246
|
+
"isOverride": false,
|
|
3247
|
+
"isSealed": false,
|
|
3248
|
+
"visibility": "Public",
|
|
3249
|
+
"declaringClrType": "System.Collections.Concurrent.ConcurrentDictionary\u00602\u002BAlternateLookup\u00601",
|
|
3250
|
+
"declaringAssemblyName": "System.Collections.Concurrent",
|
|
3251
|
+
"isExtensionMethod": false,
|
|
3252
|
+
"parameterModifiers": [
|
|
3253
|
+
{
|
|
3254
|
+
"index": 1,
|
|
3255
|
+
"modifier": "out"
|
|
3256
|
+
},
|
|
3257
|
+
{
|
|
3258
|
+
"index": 2,
|
|
3259
|
+
"modifier": "out"
|
|
3260
|
+
}
|
|
3261
|
+
]
|
|
3262
|
+
},
|
|
3263
|
+
{
|
|
3264
|
+
"stableId": "System.Collections.Concurrent:System.Collections.Concurrent.ConcurrentDictionary\u00602\u002BAlternateLookup\u00601::TryRemove(TAlternateKey,TValue\u0026):System.Boolean",
|
|
3265
|
+
"clrName": "TryRemove",
|
|
3266
|
+
"metadataToken": 100663568,
|
|
3267
|
+
"canonicalSignature": "(TAlternateKey,TValue\u0026):System.Boolean",
|
|
3268
|
+
"normalizedSignature": "TryRemove|(TAlternateKey,TValue\u0026):System.Boolean|static=false",
|
|
3269
|
+
"emitScope": "ClassSurface",
|
|
3270
|
+
"provenance": "Original",
|
|
3271
|
+
"arity": 0,
|
|
3272
|
+
"parameterCount": 2,
|
|
3273
|
+
"isStatic": false,
|
|
3274
|
+
"isAbstract": false,
|
|
3275
|
+
"isVirtual": false,
|
|
3276
|
+
"isOverride": false,
|
|
3277
|
+
"isSealed": false,
|
|
3278
|
+
"visibility": "Public",
|
|
3279
|
+
"declaringClrType": "System.Collections.Concurrent.ConcurrentDictionary\u00602\u002BAlternateLookup\u00601",
|
|
3280
|
+
"declaringAssemblyName": "System.Collections.Concurrent",
|
|
3281
|
+
"isExtensionMethod": false,
|
|
3282
|
+
"parameterModifiers": [
|
|
3283
|
+
{
|
|
3284
|
+
"index": 1,
|
|
3285
|
+
"modifier": "out"
|
|
3286
|
+
}
|
|
3287
|
+
]
|
|
3288
|
+
},
|
|
3289
|
+
{
|
|
3290
|
+
"stableId": "System.Collections.Concurrent:System.Collections.Concurrent.ConcurrentDictionary\u00602\u002BAlternateLookup\u00601::TryRemove(TAlternateKey,TKey\u0026,TValue\u0026):System.Boolean",
|
|
3291
|
+
"clrName": "TryRemove",
|
|
3292
|
+
"metadataToken": 100663569,
|
|
3293
|
+
"canonicalSignature": "(TAlternateKey,TKey\u0026,TValue\u0026):System.Boolean",
|
|
3294
|
+
"normalizedSignature": "TryRemove|(TAlternateKey,TKey\u0026,TValue\u0026):System.Boolean|static=false",
|
|
3295
|
+
"emitScope": "ClassSurface",
|
|
3296
|
+
"provenance": "Original",
|
|
3297
|
+
"arity": 0,
|
|
3298
|
+
"parameterCount": 3,
|
|
3299
|
+
"isStatic": false,
|
|
3300
|
+
"isAbstract": false,
|
|
3301
|
+
"isVirtual": false,
|
|
3302
|
+
"isOverride": false,
|
|
3303
|
+
"isSealed": false,
|
|
3304
|
+
"visibility": "Public",
|
|
3305
|
+
"declaringClrType": "System.Collections.Concurrent.ConcurrentDictionary\u00602\u002BAlternateLookup\u00601",
|
|
3306
|
+
"declaringAssemblyName": "System.Collections.Concurrent",
|
|
3307
|
+
"isExtensionMethod": false,
|
|
3308
|
+
"parameterModifiers": [
|
|
3309
|
+
{
|
|
3310
|
+
"index": 1,
|
|
3311
|
+
"modifier": "out"
|
|
3312
|
+
},
|
|
3313
|
+
{
|
|
3314
|
+
"index": 2,
|
|
3315
|
+
"modifier": "out"
|
|
3316
|
+
}
|
|
3317
|
+
]
|
|
3318
|
+
}
|
|
3319
|
+
],
|
|
3320
|
+
"properties": [
|
|
3321
|
+
{
|
|
3322
|
+
"stableId": "System.Collections.Concurrent:System.Collections.Concurrent.ConcurrentDictionary\u00602\u002BAlternateLookup\u00601::Dictionary:ConcurrentDictionary_2",
|
|
3323
|
+
"clrName": "Dictionary",
|
|
3324
|
+
"metadataToken": 385876045,
|
|
3325
|
+
"canonicalSignature": ":ConcurrentDictionary_2",
|
|
3326
|
+
"normalizedSignature": "Dictionary|:ConcurrentDictionary_2|static=false|accessor=get",
|
|
3327
|
+
"emitScope": "ClassSurface",
|
|
3328
|
+
"provenance": "Original",
|
|
3329
|
+
"isIndexer": false,
|
|
3330
|
+
"hasGetter": true,
|
|
3331
|
+
"hasSetter": false,
|
|
3332
|
+
"isStatic": false,
|
|
3333
|
+
"isAbstract": false,
|
|
3334
|
+
"isVirtual": false,
|
|
3335
|
+
"isOverride": false,
|
|
3336
|
+
"visibility": "Public",
|
|
3337
|
+
"declaringClrType": "System.Collections.Concurrent.ConcurrentDictionary\u00602\u002BAlternateLookup\u00601",
|
|
3338
|
+
"declaringAssemblyName": "System.Collections.Concurrent"
|
|
3339
|
+
},
|
|
3340
|
+
{
|
|
3341
|
+
"stableId": "System.Collections.Concurrent:System.Collections.Concurrent.ConcurrentDictionary\u00602\u002BAlternateLookup\u00601::Item[TAlternateKey]:TValue",
|
|
3342
|
+
"clrName": "Item",
|
|
3343
|
+
"metadataToken": 385876046,
|
|
3344
|
+
"canonicalSignature": "[TAlternateKey]:TValue",
|
|
3345
|
+
"normalizedSignature": "Item|[TAlternateKey]:TValue|static=false|accessor=getset",
|
|
3346
|
+
"emitScope": "ClassSurface",
|
|
3347
|
+
"provenance": "Original",
|
|
3348
|
+
"isIndexer": true,
|
|
3349
|
+
"hasGetter": true,
|
|
3350
|
+
"hasSetter": true,
|
|
3351
|
+
"isStatic": false,
|
|
3352
|
+
"isAbstract": false,
|
|
3353
|
+
"isVirtual": false,
|
|
3354
|
+
"isOverride": false,
|
|
3355
|
+
"visibility": "Public",
|
|
3356
|
+
"declaringClrType": "System.Collections.Concurrent.ConcurrentDictionary\u00602\u002BAlternateLookup\u00601",
|
|
3357
|
+
"declaringAssemblyName": "System.Collections.Concurrent"
|
|
3358
|
+
}
|
|
3359
|
+
],
|
|
3360
|
+
"fields": [],
|
|
3361
|
+
"events": [],
|
|
3362
|
+
"constructors": []
|
|
3363
|
+
},
|
|
3364
3364
|
{
|
|
3365
3365
|
"stableId": "System.Private.CoreLib:System.Collections.Concurrent.ConcurrentQueue\u00601",
|
|
3366
3366
|
"clrName": "System.Collections.Concurrent.ConcurrentQueue\u00601",
|
|
@@ -2,11 +2,9 @@
|
|
|
2
2
|
// Namespace: System.Collections.Concurrent
|
|
3
3
|
// Assembly: System.Collections.Concurrent, System.Private.CoreLib
|
|
4
4
|
|
|
5
|
-
//
|
|
6
|
-
import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
|
|
5
|
+
// Core type aliases from @tsonic/core
|
|
6
|
+
import type { JsValue, fnptr, ptr, sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
|
|
7
7
|
|
|
8
|
-
// Import support types from @tsonic/core
|
|
9
|
-
import type { ptr } from "@tsonic/core/types.js";
|
|
10
8
|
|
|
11
9
|
// Import types from other namespaces
|
|
12
10
|
import * as System_Collections_Generic_Internal from "../../System.Collections.Generic/internal/index.js";
|
|
@@ -27,7 +25,7 @@ export interface IProducerConsumerCollection_1$instance<T> extends IEnumerable_1
|
|
|
27
25
|
readonly __tsonic_iface_System_Collections_Concurrent_IProducerConsumerCollection_1: never;
|
|
28
26
|
|
|
29
27
|
readonly Count: int;
|
|
30
|
-
readonly SyncRoot:
|
|
28
|
+
readonly SyncRoot: JsValue;
|
|
31
29
|
readonly IsSynchronized: boolean;
|
|
32
30
|
CopyTo(array: T[], index: int): void;
|
|
33
31
|
CopyTo(array: ClrArray, index: int): void;
|
|
@@ -42,27 +40,6 @@ export interface IProducerConsumerCollection_1$instance<T> extends IEnumerable_1
|
|
|
42
40
|
|
|
43
41
|
export type IProducerConsumerCollection_1<T> = IProducerConsumerCollection_1$instance<T>;
|
|
44
42
|
|
|
45
|
-
export interface ConcurrentDictionary_2_AlternateLookup_1$instance<TKey, TValue, TAlternateKey> {
|
|
46
|
-
readonly __tsonic_type_System_Collections_Concurrent_ConcurrentDictionary_2_AlternateLookup_1: never;
|
|
47
|
-
|
|
48
|
-
readonly Dictionary: ConcurrentDictionary_2<TKey, TValue>;
|
|
49
|
-
Item: TValue;
|
|
50
|
-
ContainsKey(key: TAlternateKey): boolean;
|
|
51
|
-
TryAdd(key: TAlternateKey, value: TValue): boolean;
|
|
52
|
-
TryGetValue(key: TAlternateKey, value: TValue): boolean;
|
|
53
|
-
TryGetValue(key: TAlternateKey, actualKey: TKey, value: TValue): boolean;
|
|
54
|
-
TryRemove(key: TAlternateKey, value: TValue): boolean;
|
|
55
|
-
TryRemove(key: TAlternateKey, actualKey: TKey, value: TValue): boolean;
|
|
56
|
-
}
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
export const ConcurrentDictionary_2_AlternateLookup_1: {
|
|
60
|
-
new<TKey, TValue, TAlternateKey>(): ConcurrentDictionary_2_AlternateLookup_1<TKey, TValue, TAlternateKey>;
|
|
61
|
-
};
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
export type ConcurrentDictionary_2_AlternateLookup_1<TKey, TValue, TAlternateKey> = ConcurrentDictionary_2_AlternateLookup_1$instance<TKey, TValue, TAlternateKey>;
|
|
65
|
-
|
|
66
43
|
export interface BlockingCollection_1$instance<T> extends System_Collections_Generic_Internal.IReadOnlyCollection_1$instance<T> {
|
|
67
44
|
readonly __tsonic_type_System_Collections_Concurrent_BlockingCollection_1: never;
|
|
68
45
|
|
|
@@ -105,16 +82,16 @@ export const BlockingCollection_1: {
|
|
|
105
82
|
new<T>(collection: IProducerConsumerCollection_1<T>): BlockingCollection_1<T>;
|
|
106
83
|
AddToAny<T>(collections: BlockingCollection_1<T>[], item: T, cancellationToken: CancellationToken): int;
|
|
107
84
|
AddToAny<T>(collections: BlockingCollection_1<T>[], item: T): int;
|
|
108
|
-
TakeFromAny<T>(collections: BlockingCollection_1<T>[], item: T, cancellationToken: CancellationToken): int;
|
|
109
|
-
TakeFromAny<T>(collections: BlockingCollection_1<T>[], item: T): int;
|
|
85
|
+
TakeFromAny<T>(collections: BlockingCollection_1<T>[], item: T | null, cancellationToken: CancellationToken): int;
|
|
86
|
+
TakeFromAny<T>(collections: BlockingCollection_1<T>[], item: T | null): int;
|
|
110
87
|
TryAddToAny<T>(collections: BlockingCollection_1<T>[], item: T, millisecondsTimeout: int, cancellationToken: CancellationToken): int;
|
|
111
88
|
TryAddToAny<T>(collections: BlockingCollection_1<T>[], item: T, millisecondsTimeout: int): int;
|
|
112
89
|
TryAddToAny<T>(collections: BlockingCollection_1<T>[], item: T, timeout: TimeSpan): int;
|
|
113
90
|
TryAddToAny<T>(collections: BlockingCollection_1<T>[], item: T): int;
|
|
114
|
-
TryTakeFromAny<T>(collections: BlockingCollection_1<T>[], item: T, millisecondsTimeout: int, cancellationToken: CancellationToken): int;
|
|
115
|
-
TryTakeFromAny<T>(collections: BlockingCollection_1<T>[], item: T, millisecondsTimeout: int): int;
|
|
116
|
-
TryTakeFromAny<T>(collections: BlockingCollection_1<T>[], item: T, timeout: TimeSpan): int;
|
|
117
|
-
TryTakeFromAny<T>(collections: BlockingCollection_1<T>[], item: T): int;
|
|
91
|
+
TryTakeFromAny<T>(collections: BlockingCollection_1<T>[], item: T | null, millisecondsTimeout: int, cancellationToken: CancellationToken): int;
|
|
92
|
+
TryTakeFromAny<T>(collections: BlockingCollection_1<T>[], item: T | null, millisecondsTimeout: int): int;
|
|
93
|
+
TryTakeFromAny<T>(collections: BlockingCollection_1<T>[], item: T | null, timeout: TimeSpan): int;
|
|
94
|
+
TryTakeFromAny<T>(collections: BlockingCollection_1<T>[], item: T | null): int;
|
|
118
95
|
};
|
|
119
96
|
|
|
120
97
|
|
|
@@ -209,10 +186,10 @@ export const ConcurrentDictionary_2: {
|
|
|
209
186
|
new<TKey, TValue>(): ConcurrentDictionary_2<TKey, TValue>;
|
|
210
187
|
new<TKey, TValue>(concurrencyLevel: int, capacity: int): ConcurrentDictionary_2<TKey, TValue>;
|
|
211
188
|
new<TKey, TValue>(collection: IEnumerable_1<KeyValuePair_2<TKey, TValue>>): ConcurrentDictionary_2<TKey, TValue>;
|
|
212
|
-
new<TKey, TValue>(comparer: IEqualityComparer_1<TKey>): ConcurrentDictionary_2<TKey, TValue>;
|
|
213
|
-
new<TKey, TValue>(collection: IEnumerable_1<KeyValuePair_2<TKey, TValue>>, comparer: IEqualityComparer_1<TKey>): ConcurrentDictionary_2<TKey, TValue>;
|
|
214
|
-
new<TKey, TValue>(concurrencyLevel: int, collection: IEnumerable_1<KeyValuePair_2<TKey, TValue>>, comparer: IEqualityComparer_1<TKey>): ConcurrentDictionary_2<TKey, TValue>;
|
|
215
|
-
new<TKey, TValue>(concurrencyLevel: int, capacity: int, comparer: IEqualityComparer_1<TKey>): ConcurrentDictionary_2<TKey, TValue>;
|
|
189
|
+
new<TKey, TValue>(comparer: IEqualityComparer_1<TKey> | null): ConcurrentDictionary_2<TKey, TValue>;
|
|
190
|
+
new<TKey, TValue>(collection: IEnumerable_1<KeyValuePair_2<TKey, TValue>>, comparer: IEqualityComparer_1<TKey> | null): ConcurrentDictionary_2<TKey, TValue>;
|
|
191
|
+
new<TKey, TValue>(concurrencyLevel: int, collection: IEnumerable_1<KeyValuePair_2<TKey, TValue>>, comparer: IEqualityComparer_1<TKey> | null): ConcurrentDictionary_2<TKey, TValue>;
|
|
192
|
+
new<TKey, TValue>(concurrencyLevel: int, capacity: int, comparer: IEqualityComparer_1<TKey> | null): ConcurrentDictionary_2<TKey, TValue>;
|
|
216
193
|
};
|
|
217
194
|
|
|
218
195
|
|
|
@@ -230,6 +207,27 @@ export interface __ConcurrentDictionary_2$views<TKey, TValue> {
|
|
|
230
207
|
export type ConcurrentDictionary_2<TKey, TValue> = ConcurrentDictionary_2$instance<TKey, TValue> & __ConcurrentDictionary_2$views<TKey, TValue>;
|
|
231
208
|
|
|
232
209
|
|
|
210
|
+
export interface ConcurrentDictionary_2_AlternateLookup_1$instance<TKey, TValue, TAlternateKey> {
|
|
211
|
+
readonly __tsonic_type_System_Collections_Concurrent_ConcurrentDictionary_2_AlternateLookup_1: never;
|
|
212
|
+
|
|
213
|
+
readonly Dictionary: ConcurrentDictionary_2<TKey, TValue>;
|
|
214
|
+
Item: TValue;
|
|
215
|
+
ContainsKey(key: TAlternateKey): boolean;
|
|
216
|
+
TryAdd(key: TAlternateKey, value: TValue): boolean;
|
|
217
|
+
TryGetValue(key: TAlternateKey, value: TValue): boolean;
|
|
218
|
+
TryGetValue(key: TAlternateKey, actualKey: TKey, value: TValue): boolean;
|
|
219
|
+
TryRemove(key: TAlternateKey, value: TValue): boolean;
|
|
220
|
+
TryRemove(key: TAlternateKey, actualKey: TKey, value: TValue): boolean;
|
|
221
|
+
}
|
|
222
|
+
|
|
223
|
+
|
|
224
|
+
export const ConcurrentDictionary_2_AlternateLookup_1: {
|
|
225
|
+
new<TKey, TValue, TAlternateKey>(): ConcurrentDictionary_2_AlternateLookup_1<TKey, TValue, TAlternateKey>;
|
|
226
|
+
};
|
|
227
|
+
|
|
228
|
+
|
|
229
|
+
export type ConcurrentDictionary_2_AlternateLookup_1<TKey, TValue, TAlternateKey> = ConcurrentDictionary_2_AlternateLookup_1$instance<TKey, TValue, TAlternateKey>;
|
|
230
|
+
|
|
233
231
|
export interface ConcurrentQueue_1$instance<T> {
|
|
234
232
|
readonly __tsonic_type_System_Collections_Concurrent_ConcurrentQueue_1: never;
|
|
235
233
|
|