@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
|
@@ -3169,7 +3169,10 @@
|
|
|
3169
3169
|
"isOverride": false,
|
|
3170
3170
|
"visibility": "Public",
|
|
3171
3171
|
"declaringClrType": "System.Collections.ObjectModel.ReadOnlyCollection\u00601",
|
|
3172
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
3172
|
+
"declaringAssemblyName": "System.Private.CoreLib",
|
|
3173
|
+
"emitSemantics": {
|
|
3174
|
+
"callableStaticAccessorKind": "property"
|
|
3175
|
+
}
|
|
3173
3176
|
},
|
|
3174
3177
|
{
|
|
3175
3178
|
"stableId": "System.Private.CoreLib:System.Collections.ObjectModel.ReadOnlyCollection\u00601::Count:System.Int32",
|
|
@@ -3951,7 +3954,10 @@
|
|
|
3951
3954
|
"isOverride": false,
|
|
3952
3955
|
"visibility": "Public",
|
|
3953
3956
|
"declaringClrType": "System.Collections.ObjectModel.ReadOnlyDictionary\u00602",
|
|
3954
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
3957
|
+
"declaringAssemblyName": "System.Private.CoreLib",
|
|
3958
|
+
"emitSemantics": {
|
|
3959
|
+
"callableStaticAccessorKind": "property"
|
|
3960
|
+
}
|
|
3955
3961
|
},
|
|
3956
3962
|
{
|
|
3957
3963
|
"stableId": "System.Private.CoreLib:System.Collections.ObjectModel.ReadOnlyDictionary\u00602::Dictionary:IDictionary_2",
|
|
@@ -4455,160 +4461,130 @@
|
|
|
4455
4461
|
"declaringClrType": "System.Collections.ObjectModel.ReadOnlyDictionary\u00602\u002BKeyCollection",
|
|
4456
4462
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
4457
4463
|
"isExtensionMethod": false
|
|
4458
|
-
}
|
|
4464
|
+
}
|
|
4465
|
+
],
|
|
4466
|
+
"properties": [
|
|
4459
4467
|
{
|
|
4460
|
-
"stableId": "System.Private.CoreLib:System.Collections.
|
|
4461
|
-
"clrName": "
|
|
4462
|
-
"metadataToken":
|
|
4463
|
-
"canonicalSignature": "
|
|
4464
|
-
"normalizedSignature": "
|
|
4465
|
-
"emitScope": "
|
|
4466
|
-
"provenance": "
|
|
4467
|
-
"
|
|
4468
|
-
"
|
|
4468
|
+
"stableId": "System.Private.CoreLib:System.Collections.ObjectModel.ReadOnlyDictionary\u00602\u002BKeyCollection::Count:System.Int32",
|
|
4469
|
+
"clrName": "Count",
|
|
4470
|
+
"metadataToken": 385881331,
|
|
4471
|
+
"canonicalSignature": ":System.Int32",
|
|
4472
|
+
"normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
|
|
4473
|
+
"emitScope": "ClassSurface",
|
|
4474
|
+
"provenance": "Original",
|
|
4475
|
+
"isIndexer": false,
|
|
4476
|
+
"hasGetter": true,
|
|
4477
|
+
"hasSetter": false,
|
|
4469
4478
|
"isStatic": false,
|
|
4470
4479
|
"isAbstract": false,
|
|
4471
4480
|
"isVirtual": true,
|
|
4472
4481
|
"isOverride": false,
|
|
4473
|
-
"isSealed": false,
|
|
4474
4482
|
"visibility": "Public",
|
|
4475
|
-
"declaringClrType": "System.Collections.
|
|
4476
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
4477
|
-
|
|
4478
|
-
|
|
4483
|
+
"declaringClrType": "System.Collections.ObjectModel.ReadOnlyDictionary\u00602\u002BKeyCollection",
|
|
4484
|
+
"declaringAssemblyName": "System.Private.CoreLib"
|
|
4485
|
+
}
|
|
4486
|
+
],
|
|
4487
|
+
"fields": [],
|
|
4488
|
+
"events": [],
|
|
4489
|
+
"constructors": []
|
|
4490
|
+
},
|
|
4491
|
+
{
|
|
4492
|
+
"stableId": "System.Private.CoreLib:System.Collections.ObjectModel.ReadOnlyDictionary\u00602\u002BValueCollection",
|
|
4493
|
+
"clrName": "System.Collections.ObjectModel.ReadOnlyDictionary\u00602\u002BValueCollection",
|
|
4494
|
+
"assemblyName": "System.Private.CoreLib",
|
|
4495
|
+
"metadataToken": 0,
|
|
4496
|
+
"kind": "Class",
|
|
4497
|
+
"accessibility": "Public",
|
|
4498
|
+
"isAbstract": false,
|
|
4499
|
+
"isSealed": true,
|
|
4500
|
+
"isStatic": false,
|
|
4501
|
+
"arity": 2,
|
|
4502
|
+
"baseType": {
|
|
4503
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
4504
|
+
"clrName": "System.Object"
|
|
4505
|
+
},
|
|
4506
|
+
"interfaces": [
|
|
4507
|
+
{
|
|
4508
|
+
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601",
|
|
4509
|
+
"clrName": "System.Collections.Generic.ICollection\u00601",
|
|
4510
|
+
"typeArguments": [
|
|
4511
|
+
"TValue"
|
|
4512
|
+
]
|
|
4479
4513
|
},
|
|
4480
4514
|
{
|
|
4481
|
-
"stableId": "System.Private.CoreLib:System.Collections.Generic.
|
|
4482
|
-
"clrName": "
|
|
4483
|
-
"
|
|
4484
|
-
|
|
4485
|
-
|
|
4486
|
-
"emitScope": "ViewOnly",
|
|
4487
|
-
"provenance": "ExplicitView",
|
|
4488
|
-
"arity": 0,
|
|
4489
|
-
"parameterCount": 0,
|
|
4490
|
-
"isStatic": false,
|
|
4491
|
-
"isAbstract": false,
|
|
4492
|
-
"isVirtual": true,
|
|
4493
|
-
"isOverride": false,
|
|
4494
|
-
"isSealed": false,
|
|
4495
|
-
"visibility": "Public",
|
|
4496
|
-
"declaringClrType": "System.Collections.Generic.ICollection\u00601",
|
|
4497
|
-
"declaringAssemblyName": "System.Private.CoreLib",
|
|
4498
|
-
"isExtensionMethod": false,
|
|
4499
|
-
"sourceInterface": "System.Collections.Generic.ICollection\u00601"
|
|
4515
|
+
"stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerable\u00601",
|
|
4516
|
+
"clrName": "System.Collections.Generic.IEnumerable\u00601",
|
|
4517
|
+
"typeArguments": [
|
|
4518
|
+
"TValue"
|
|
4519
|
+
]
|
|
4500
4520
|
},
|
|
4501
4521
|
{
|
|
4502
|
-
"stableId": "System.Private.CoreLib:System.Collections.
|
|
4503
|
-
"clrName": "
|
|
4504
|
-
"metadataToken": 100704540,
|
|
4505
|
-
"canonicalSignature": "(T):System.Boolean",
|
|
4506
|
-
"normalizedSignature": "Contains|(T):System.Boolean|static=false",
|
|
4507
|
-
"emitScope": "ViewOnly",
|
|
4508
|
-
"provenance": "ExplicitView",
|
|
4509
|
-
"arity": 0,
|
|
4510
|
-
"parameterCount": 1,
|
|
4511
|
-
"isStatic": false,
|
|
4512
|
-
"isAbstract": false,
|
|
4513
|
-
"isVirtual": true,
|
|
4514
|
-
"isOverride": false,
|
|
4515
|
-
"isSealed": false,
|
|
4516
|
-
"visibility": "Public",
|
|
4517
|
-
"declaringClrType": "System.Collections.Generic.ICollection\u00601",
|
|
4518
|
-
"declaringAssemblyName": "System.Private.CoreLib",
|
|
4519
|
-
"isExtensionMethod": false,
|
|
4520
|
-
"sourceInterface": "System.Collections.Generic.ICollection\u00601"
|
|
4522
|
+
"stableId": "System.Private.CoreLib:System.Collections.IEnumerable",
|
|
4523
|
+
"clrName": "System.Collections.IEnumerable"
|
|
4521
4524
|
},
|
|
4522
4525
|
{
|
|
4523
|
-
"stableId": "System.Private.CoreLib:System.Collections.
|
|
4526
|
+
"stableId": "System.Private.CoreLib:System.Collections.ICollection",
|
|
4527
|
+
"clrName": "System.Collections.ICollection"
|
|
4528
|
+
},
|
|
4529
|
+
{
|
|
4530
|
+
"stableId": "System.Private.CoreLib:System.Collections.Generic.IReadOnlyCollection\u00601",
|
|
4531
|
+
"clrName": "System.Collections.Generic.IReadOnlyCollection\u00601",
|
|
4532
|
+
"typeArguments": [
|
|
4533
|
+
"TValue"
|
|
4534
|
+
]
|
|
4535
|
+
}
|
|
4536
|
+
],
|
|
4537
|
+
"typeParameters": [
|
|
4538
|
+
"TKey",
|
|
4539
|
+
"TValue"
|
|
4540
|
+
],
|
|
4541
|
+
"methods": [
|
|
4542
|
+
{
|
|
4543
|
+
"stableId": "System.Private.CoreLib:System.Collections.ObjectModel.ReadOnlyDictionary\u00602\u002BValueCollection::CopyTo(TValue[],System.Int32):System.Void",
|
|
4524
4544
|
"clrName": "CopyTo",
|
|
4525
|
-
"metadataToken":
|
|
4526
|
-
"canonicalSignature": "(
|
|
4527
|
-
"normalizedSignature": "CopyTo|(
|
|
4528
|
-
"emitScope": "
|
|
4529
|
-
"provenance": "
|
|
4545
|
+
"metadataToken": 100704040,
|
|
4546
|
+
"canonicalSignature": "(TValue[],System.Int32):System.Void",
|
|
4547
|
+
"normalizedSignature": "CopyTo|(TValue[],System.Int32):System.Void|static=false",
|
|
4548
|
+
"emitScope": "ClassSurface",
|
|
4549
|
+
"provenance": "Original",
|
|
4530
4550
|
"arity": 0,
|
|
4531
4551
|
"parameterCount": 2,
|
|
4532
4552
|
"isStatic": false,
|
|
4533
4553
|
"isAbstract": false,
|
|
4534
4554
|
"isVirtual": true,
|
|
4535
4555
|
"isOverride": false,
|
|
4536
|
-
"isSealed":
|
|
4556
|
+
"isSealed": true,
|
|
4537
4557
|
"visibility": "Public",
|
|
4538
|
-
"declaringClrType": "System.Collections.
|
|
4558
|
+
"declaringClrType": "System.Collections.ObjectModel.ReadOnlyDictionary\u00602\u002BValueCollection",
|
|
4539
4559
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
4540
|
-
"isExtensionMethod": false
|
|
4541
|
-
"sourceInterface": "System.Collections.Generic.ICollection\u00601"
|
|
4560
|
+
"isExtensionMethod": false
|
|
4542
4561
|
},
|
|
4543
4562
|
{
|
|
4544
|
-
"stableId": "System.Private.CoreLib:System.Collections.
|
|
4563
|
+
"stableId": "System.Private.CoreLib:System.Collections.ObjectModel.ReadOnlyDictionary\u00602\u002BValueCollection::GetEnumerator():IEnumerator_1",
|
|
4545
4564
|
"clrName": "GetEnumerator",
|
|
4546
|
-
"metadataToken":
|
|
4565
|
+
"metadataToken": 100704044,
|
|
4547
4566
|
"canonicalSignature": "():IEnumerator_1",
|
|
4548
4567
|
"normalizedSignature": "GetEnumerator|():IEnumerator_1|static=false",
|
|
4549
|
-
"emitScope": "
|
|
4550
|
-
"provenance": "
|
|
4551
|
-
"arity": 0,
|
|
4552
|
-
"parameterCount": 0,
|
|
4553
|
-
"isStatic": false,
|
|
4554
|
-
"isAbstract": false,
|
|
4555
|
-
"isVirtual": true,
|
|
4556
|
-
"isOverride": false,
|
|
4557
|
-
"isSealed": false,
|
|
4558
|
-
"visibility": "Public",
|
|
4559
|
-
"declaringClrType": "System.Collections.Generic.IEnumerable\u00601",
|
|
4560
|
-
"declaringAssemblyName": "System.Private.CoreLib",
|
|
4561
|
-
"isExtensionMethod": false,
|
|
4562
|
-
"sourceInterface": "System.Collections.Generic.IEnumerable\u00601"
|
|
4563
|
-
},
|
|
4564
|
-
{
|
|
4565
|
-
"stableId": "System.Private.CoreLib:System.Collections.IEnumerable::GetEnumerator():System.Collections.IEnumerator",
|
|
4566
|
-
"clrName": "GetEnumerator",
|
|
4567
|
-
"metadataToken": 100703845,
|
|
4568
|
-
"canonicalSignature": "():System.Collections.IEnumerator",
|
|
4569
|
-
"normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
|
|
4570
|
-
"emitScope": "ViewOnly",
|
|
4571
|
-
"provenance": "ExplicitView",
|
|
4568
|
+
"emitScope": "ClassSurface",
|
|
4569
|
+
"provenance": "Original",
|
|
4572
4570
|
"arity": 0,
|
|
4573
4571
|
"parameterCount": 0,
|
|
4574
4572
|
"isStatic": false,
|
|
4575
4573
|
"isAbstract": false,
|
|
4576
4574
|
"isVirtual": true,
|
|
4577
4575
|
"isOverride": false,
|
|
4578
|
-
"isSealed":
|
|
4579
|
-
"visibility": "Public",
|
|
4580
|
-
"declaringClrType": "System.Collections.IEnumerable",
|
|
4581
|
-
"declaringAssemblyName": "System.Private.CoreLib",
|
|
4582
|
-
"isExtensionMethod": false,
|
|
4583
|
-
"sourceInterface": "System.Collections.IEnumerable"
|
|
4584
|
-
},
|
|
4585
|
-
{
|
|
4586
|
-
"stableId": "System.Private.CoreLib:System.Collections.ICollection::CopyTo(System.Array,System.Int32):System.Void",
|
|
4587
|
-
"clrName": "CopyTo",
|
|
4588
|
-
"metadataToken": 100703826,
|
|
4589
|
-
"canonicalSignature": "(System.Array,System.Int32):System.Void",
|
|
4590
|
-
"normalizedSignature": "CopyTo|(System.Array,System.Int32):System.Void|static=false",
|
|
4591
|
-
"emitScope": "ViewOnly",
|
|
4592
|
-
"provenance": "ExplicitView",
|
|
4593
|
-
"arity": 0,
|
|
4594
|
-
"parameterCount": 2,
|
|
4595
|
-
"isStatic": false,
|
|
4596
|
-
"isAbstract": false,
|
|
4597
|
-
"isVirtual": true,
|
|
4598
|
-
"isOverride": false,
|
|
4599
|
-
"isSealed": false,
|
|
4576
|
+
"isSealed": true,
|
|
4600
4577
|
"visibility": "Public",
|
|
4601
|
-
"declaringClrType": "System.Collections.
|
|
4578
|
+
"declaringClrType": "System.Collections.ObjectModel.ReadOnlyDictionary\u00602\u002BValueCollection",
|
|
4602
4579
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
4603
|
-
"isExtensionMethod": false
|
|
4604
|
-
"sourceInterface": "System.Collections.ICollection"
|
|
4580
|
+
"isExtensionMethod": false
|
|
4605
4581
|
}
|
|
4606
4582
|
],
|
|
4607
4583
|
"properties": [
|
|
4608
4584
|
{
|
|
4609
|
-
"stableId": "System.Private.CoreLib:System.Collections.ObjectModel.ReadOnlyDictionary\u00602\
|
|
4585
|
+
"stableId": "System.Private.CoreLib:System.Collections.ObjectModel.ReadOnlyDictionary\u00602\u002BValueCollection::Count:System.Int32",
|
|
4610
4586
|
"clrName": "Count",
|
|
4611
|
-
"metadataToken":
|
|
4587
|
+
"metadataToken": 385881335,
|
|
4612
4588
|
"canonicalSignature": ":System.Int32",
|
|
4613
4589
|
"normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
|
|
4614
4590
|
"emitScope": "ClassSurface",
|
|
@@ -4621,543 +4597,39 @@
|
|
|
4621
4597
|
"isVirtual": true,
|
|
4622
4598
|
"isOverride": false,
|
|
4623
4599
|
"visibility": "Public",
|
|
4624
|
-
"declaringClrType": "System.Collections.ObjectModel.ReadOnlyDictionary\u00602\
|
|
4600
|
+
"declaringClrType": "System.Collections.ObjectModel.ReadOnlyDictionary\u00602\u002BValueCollection",
|
|
4625
4601
|
"declaringAssemblyName": "System.Private.CoreLib"
|
|
4626
|
-
}
|
|
4602
|
+
}
|
|
4603
|
+
],
|
|
4604
|
+
"fields": [],
|
|
4605
|
+
"events": [],
|
|
4606
|
+
"constructors": []
|
|
4607
|
+
},
|
|
4608
|
+
{
|
|
4609
|
+
"stableId": "System.ObjectModel:System.Collections.ObjectModel.ReadOnlyObservableCollection\u00601",
|
|
4610
|
+
"clrName": "System.Collections.ObjectModel.ReadOnlyObservableCollection\u00601",
|
|
4611
|
+
"assemblyName": "System.ObjectModel",
|
|
4612
|
+
"metadataToken": 0,
|
|
4613
|
+
"kind": "Class",
|
|
4614
|
+
"accessibility": "Public",
|
|
4615
|
+
"isAbstract": false,
|
|
4616
|
+
"isSealed": false,
|
|
4617
|
+
"isStatic": false,
|
|
4618
|
+
"arity": 1,
|
|
4619
|
+
"baseType": {
|
|
4620
|
+
"stableId": "System.Private.CoreLib:System.Collections.ObjectModel.ReadOnlyCollection\u00601",
|
|
4621
|
+
"clrName": "System.Collections.ObjectModel.ReadOnlyCollection\u00601",
|
|
4622
|
+
"typeArguments": [
|
|
4623
|
+
"T"
|
|
4624
|
+
]
|
|
4625
|
+
},
|
|
4626
|
+
"interfaces": [
|
|
4627
4627
|
{
|
|
4628
|
-
"stableId": "System.Private.CoreLib:System.Collections.Generic.
|
|
4629
|
-
"clrName": "
|
|
4630
|
-
"
|
|
4631
|
-
|
|
4632
|
-
|
|
4633
|
-
"emitScope": "ViewOnly",
|
|
4634
|
-
"provenance": "ExplicitView",
|
|
4635
|
-
"isIndexer": false,
|
|
4636
|
-
"hasGetter": true,
|
|
4637
|
-
"hasSetter": false,
|
|
4638
|
-
"isStatic": false,
|
|
4639
|
-
"isAbstract": false,
|
|
4640
|
-
"isVirtual": true,
|
|
4641
|
-
"isOverride": false,
|
|
4642
|
-
"visibility": "Public",
|
|
4643
|
-
"sourceInterface": "System.Collections.Generic.ICollection\u00601",
|
|
4644
|
-
"declaringClrType": "System.Collections.Generic.ICollection\u00601",
|
|
4645
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
4646
|
-
},
|
|
4647
|
-
{
|
|
4648
|
-
"stableId": "System.Private.CoreLib:System.Collections.ICollection::SyncRoot:System.Object",
|
|
4649
|
-
"clrName": "SyncRoot",
|
|
4650
|
-
"metadataToken": 385881257,
|
|
4651
|
-
"canonicalSignature": ":System.Object",
|
|
4652
|
-
"normalizedSignature": "SyncRoot|:System.Object|static=false|accessor=get",
|
|
4653
|
-
"emitScope": "ViewOnly",
|
|
4654
|
-
"provenance": "ExplicitView",
|
|
4655
|
-
"isIndexer": false,
|
|
4656
|
-
"hasGetter": true,
|
|
4657
|
-
"hasSetter": false,
|
|
4658
|
-
"isStatic": false,
|
|
4659
|
-
"isAbstract": false,
|
|
4660
|
-
"isVirtual": true,
|
|
4661
|
-
"isOverride": false,
|
|
4662
|
-
"visibility": "Public",
|
|
4663
|
-
"sourceInterface": "System.Collections.ICollection",
|
|
4664
|
-
"declaringClrType": "System.Collections.ICollection",
|
|
4665
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
4666
|
-
},
|
|
4667
|
-
{
|
|
4668
|
-
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Count:System.Int32",
|
|
4669
|
-
"clrName": "Count",
|
|
4670
|
-
"metadataToken": 385881417,
|
|
4671
|
-
"canonicalSignature": ":System.Int32",
|
|
4672
|
-
"normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
|
|
4673
|
-
"emitScope": "ViewOnly",
|
|
4674
|
-
"provenance": "ExplicitView",
|
|
4675
|
-
"isIndexer": false,
|
|
4676
|
-
"hasGetter": true,
|
|
4677
|
-
"hasSetter": false,
|
|
4678
|
-
"isStatic": false,
|
|
4679
|
-
"isAbstract": false,
|
|
4680
|
-
"isVirtual": true,
|
|
4681
|
-
"isOverride": false,
|
|
4682
|
-
"visibility": "Public",
|
|
4683
|
-
"sourceInterface": "System.Collections.Generic.ICollection\u00601",
|
|
4684
|
-
"declaringClrType": "System.Collections.Generic.ICollection\u00601",
|
|
4685
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
4686
|
-
},
|
|
4687
|
-
{
|
|
4688
|
-
"stableId": "System.Private.CoreLib:System.Collections.ICollection::Count:System.Int32",
|
|
4689
|
-
"clrName": "Count",
|
|
4690
|
-
"metadataToken": 385881256,
|
|
4691
|
-
"canonicalSignature": ":System.Int32",
|
|
4692
|
-
"normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
|
|
4693
|
-
"emitScope": "ViewOnly",
|
|
4694
|
-
"provenance": "ExplicitView",
|
|
4695
|
-
"isIndexer": false,
|
|
4696
|
-
"hasGetter": true,
|
|
4697
|
-
"hasSetter": false,
|
|
4698
|
-
"isStatic": false,
|
|
4699
|
-
"isAbstract": false,
|
|
4700
|
-
"isVirtual": true,
|
|
4701
|
-
"isOverride": false,
|
|
4702
|
-
"visibility": "Public",
|
|
4703
|
-
"sourceInterface": "System.Collections.ICollection",
|
|
4704
|
-
"declaringClrType": "System.Collections.ICollection",
|
|
4705
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
4706
|
-
},
|
|
4707
|
-
{
|
|
4708
|
-
"stableId": "System.Private.CoreLib:System.Collections.ICollection::IsSynchronized:System.Boolean",
|
|
4709
|
-
"clrName": "IsSynchronized",
|
|
4710
|
-
"metadataToken": 385881258,
|
|
4711
|
-
"canonicalSignature": ":System.Boolean",
|
|
4712
|
-
"normalizedSignature": "IsSynchronized|:System.Boolean|static=false|accessor=get",
|
|
4713
|
-
"emitScope": "ViewOnly",
|
|
4714
|
-
"provenance": "ExplicitView",
|
|
4715
|
-
"isIndexer": false,
|
|
4716
|
-
"hasGetter": true,
|
|
4717
|
-
"hasSetter": false,
|
|
4718
|
-
"isStatic": false,
|
|
4719
|
-
"isAbstract": false,
|
|
4720
|
-
"isVirtual": true,
|
|
4721
|
-
"isOverride": false,
|
|
4722
|
-
"visibility": "Public",
|
|
4723
|
-
"sourceInterface": "System.Collections.ICollection",
|
|
4724
|
-
"declaringClrType": "System.Collections.ICollection",
|
|
4725
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
4726
|
-
},
|
|
4727
|
-
{
|
|
4728
|
-
"stableId": "System.Private.CoreLib:System.Collections.Generic.IReadOnlyCollection\u00601::Count:System.Int32",
|
|
4729
|
-
"clrName": "Count",
|
|
4730
|
-
"metadataToken": 385881428,
|
|
4731
|
-
"canonicalSignature": ":System.Int32",
|
|
4732
|
-
"normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
|
|
4733
|
-
"emitScope": "ViewOnly",
|
|
4734
|
-
"provenance": "ExplicitView",
|
|
4735
|
-
"isIndexer": false,
|
|
4736
|
-
"hasGetter": true,
|
|
4737
|
-
"hasSetter": false,
|
|
4738
|
-
"isStatic": false,
|
|
4739
|
-
"isAbstract": false,
|
|
4740
|
-
"isVirtual": true,
|
|
4741
|
-
"isOverride": false,
|
|
4742
|
-
"visibility": "Public",
|
|
4743
|
-
"sourceInterface": "System.Collections.Generic.IReadOnlyCollection\u00601",
|
|
4744
|
-
"declaringClrType": "System.Collections.Generic.IReadOnlyCollection\u00601",
|
|
4745
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
4746
|
-
}
|
|
4747
|
-
],
|
|
4748
|
-
"fields": [],
|
|
4749
|
-
"events": [],
|
|
4750
|
-
"constructors": []
|
|
4751
|
-
},
|
|
4752
|
-
{
|
|
4753
|
-
"stableId": "System.Private.CoreLib:System.Collections.ObjectModel.ReadOnlyDictionary\u00602\u002BValueCollection",
|
|
4754
|
-
"clrName": "System.Collections.ObjectModel.ReadOnlyDictionary\u00602\u002BValueCollection",
|
|
4755
|
-
"assemblyName": "System.Private.CoreLib",
|
|
4756
|
-
"metadataToken": 0,
|
|
4757
|
-
"kind": "Class",
|
|
4758
|
-
"accessibility": "Public",
|
|
4759
|
-
"isAbstract": false,
|
|
4760
|
-
"isSealed": true,
|
|
4761
|
-
"isStatic": false,
|
|
4762
|
-
"arity": 2,
|
|
4763
|
-
"baseType": {
|
|
4764
|
-
"stableId": "System.Private.CoreLib:System.Object",
|
|
4765
|
-
"clrName": "System.Object"
|
|
4766
|
-
},
|
|
4767
|
-
"interfaces": [
|
|
4768
|
-
{
|
|
4769
|
-
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601",
|
|
4770
|
-
"clrName": "System.Collections.Generic.ICollection\u00601",
|
|
4771
|
-
"typeArguments": [
|
|
4772
|
-
"TValue"
|
|
4773
|
-
]
|
|
4774
|
-
},
|
|
4775
|
-
{
|
|
4776
|
-
"stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerable\u00601",
|
|
4777
|
-
"clrName": "System.Collections.Generic.IEnumerable\u00601",
|
|
4778
|
-
"typeArguments": [
|
|
4779
|
-
"TValue"
|
|
4780
|
-
]
|
|
4781
|
-
},
|
|
4782
|
-
{
|
|
4783
|
-
"stableId": "System.Private.CoreLib:System.Collections.IEnumerable",
|
|
4784
|
-
"clrName": "System.Collections.IEnumerable"
|
|
4785
|
-
},
|
|
4786
|
-
{
|
|
4787
|
-
"stableId": "System.Private.CoreLib:System.Collections.ICollection",
|
|
4788
|
-
"clrName": "System.Collections.ICollection"
|
|
4789
|
-
},
|
|
4790
|
-
{
|
|
4791
|
-
"stableId": "System.Private.CoreLib:System.Collections.Generic.IReadOnlyCollection\u00601",
|
|
4792
|
-
"clrName": "System.Collections.Generic.IReadOnlyCollection\u00601",
|
|
4793
|
-
"typeArguments": [
|
|
4794
|
-
"TValue"
|
|
4795
|
-
]
|
|
4796
|
-
}
|
|
4797
|
-
],
|
|
4798
|
-
"typeParameters": [
|
|
4799
|
-
"TKey",
|
|
4800
|
-
"TValue"
|
|
4801
|
-
],
|
|
4802
|
-
"methods": [
|
|
4803
|
-
{
|
|
4804
|
-
"stableId": "System.Private.CoreLib:System.Collections.ObjectModel.ReadOnlyDictionary\u00602\u002BValueCollection::CopyTo(TValue[],System.Int32):System.Void",
|
|
4805
|
-
"clrName": "CopyTo",
|
|
4806
|
-
"metadataToken": 100704040,
|
|
4807
|
-
"canonicalSignature": "(TValue[],System.Int32):System.Void",
|
|
4808
|
-
"normalizedSignature": "CopyTo|(TValue[],System.Int32):System.Void|static=false",
|
|
4809
|
-
"emitScope": "ClassSurface",
|
|
4810
|
-
"provenance": "Original",
|
|
4811
|
-
"arity": 0,
|
|
4812
|
-
"parameterCount": 2,
|
|
4813
|
-
"isStatic": false,
|
|
4814
|
-
"isAbstract": false,
|
|
4815
|
-
"isVirtual": true,
|
|
4816
|
-
"isOverride": false,
|
|
4817
|
-
"isSealed": true,
|
|
4818
|
-
"visibility": "Public",
|
|
4819
|
-
"declaringClrType": "System.Collections.ObjectModel.ReadOnlyDictionary\u00602\u002BValueCollection",
|
|
4820
|
-
"declaringAssemblyName": "System.Private.CoreLib",
|
|
4821
|
-
"isExtensionMethod": false
|
|
4822
|
-
},
|
|
4823
|
-
{
|
|
4824
|
-
"stableId": "System.Private.CoreLib:System.Collections.ObjectModel.ReadOnlyDictionary\u00602\u002BValueCollection::GetEnumerator():IEnumerator_1",
|
|
4825
|
-
"clrName": "GetEnumerator",
|
|
4826
|
-
"metadataToken": 100704044,
|
|
4827
|
-
"canonicalSignature": "():IEnumerator_1",
|
|
4828
|
-
"normalizedSignature": "GetEnumerator|():IEnumerator_1|static=false",
|
|
4829
|
-
"emitScope": "ClassSurface",
|
|
4830
|
-
"provenance": "Original",
|
|
4831
|
-
"arity": 0,
|
|
4832
|
-
"parameterCount": 0,
|
|
4833
|
-
"isStatic": false,
|
|
4834
|
-
"isAbstract": false,
|
|
4835
|
-
"isVirtual": true,
|
|
4836
|
-
"isOverride": false,
|
|
4837
|
-
"isSealed": true,
|
|
4838
|
-
"visibility": "Public",
|
|
4839
|
-
"declaringClrType": "System.Collections.ObjectModel.ReadOnlyDictionary\u00602\u002BValueCollection",
|
|
4840
|
-
"declaringAssemblyName": "System.Private.CoreLib",
|
|
4841
|
-
"isExtensionMethod": false
|
|
4842
|
-
},
|
|
4843
|
-
{
|
|
4844
|
-
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Add(T):System.Void",
|
|
4845
|
-
"clrName": "Add",
|
|
4846
|
-
"metadataToken": 100704538,
|
|
4847
|
-
"canonicalSignature": "(T):System.Void",
|
|
4848
|
-
"normalizedSignature": "Add|(T):System.Void|static=false",
|
|
4849
|
-
"emitScope": "ViewOnly",
|
|
4850
|
-
"provenance": "ExplicitView",
|
|
4851
|
-
"arity": 0,
|
|
4852
|
-
"parameterCount": 1,
|
|
4853
|
-
"isStatic": false,
|
|
4854
|
-
"isAbstract": false,
|
|
4855
|
-
"isVirtual": true,
|
|
4856
|
-
"isOverride": false,
|
|
4857
|
-
"isSealed": false,
|
|
4858
|
-
"visibility": "Public",
|
|
4859
|
-
"declaringClrType": "System.Collections.Generic.ICollection\u00601",
|
|
4860
|
-
"declaringAssemblyName": "System.Private.CoreLib",
|
|
4861
|
-
"isExtensionMethod": false,
|
|
4862
|
-
"sourceInterface": "System.Collections.Generic.ICollection\u00601"
|
|
4863
|
-
},
|
|
4864
|
-
{
|
|
4865
|
-
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Clear():System.Void",
|
|
4866
|
-
"clrName": "Clear",
|
|
4867
|
-
"metadataToken": 100704539,
|
|
4868
|
-
"canonicalSignature": "():System.Void",
|
|
4869
|
-
"normalizedSignature": "Clear|():System.Void|static=false",
|
|
4870
|
-
"emitScope": "ViewOnly",
|
|
4871
|
-
"provenance": "ExplicitView",
|
|
4872
|
-
"arity": 0,
|
|
4873
|
-
"parameterCount": 0,
|
|
4874
|
-
"isStatic": false,
|
|
4875
|
-
"isAbstract": false,
|
|
4876
|
-
"isVirtual": true,
|
|
4877
|
-
"isOverride": false,
|
|
4878
|
-
"isSealed": false,
|
|
4879
|
-
"visibility": "Public",
|
|
4880
|
-
"declaringClrType": "System.Collections.Generic.ICollection\u00601",
|
|
4881
|
-
"declaringAssemblyName": "System.Private.CoreLib",
|
|
4882
|
-
"isExtensionMethod": false,
|
|
4883
|
-
"sourceInterface": "System.Collections.Generic.ICollection\u00601"
|
|
4884
|
-
},
|
|
4885
|
-
{
|
|
4886
|
-
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Contains(T):System.Boolean",
|
|
4887
|
-
"clrName": "Contains",
|
|
4888
|
-
"metadataToken": 100704540,
|
|
4889
|
-
"canonicalSignature": "(T):System.Boolean",
|
|
4890
|
-
"normalizedSignature": "Contains|(T):System.Boolean|static=false",
|
|
4891
|
-
"emitScope": "ViewOnly",
|
|
4892
|
-
"provenance": "ExplicitView",
|
|
4893
|
-
"arity": 0,
|
|
4894
|
-
"parameterCount": 1,
|
|
4895
|
-
"isStatic": false,
|
|
4896
|
-
"isAbstract": false,
|
|
4897
|
-
"isVirtual": true,
|
|
4898
|
-
"isOverride": false,
|
|
4899
|
-
"isSealed": false,
|
|
4900
|
-
"visibility": "Public",
|
|
4901
|
-
"declaringClrType": "System.Collections.Generic.ICollection\u00601",
|
|
4902
|
-
"declaringAssemblyName": "System.Private.CoreLib",
|
|
4903
|
-
"isExtensionMethod": false,
|
|
4904
|
-
"sourceInterface": "System.Collections.Generic.ICollection\u00601"
|
|
4905
|
-
},
|
|
4906
|
-
{
|
|
4907
|
-
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::CopyTo(T[],System.Int32):System.Void",
|
|
4908
|
-
"clrName": "CopyTo",
|
|
4909
|
-
"metadataToken": 100704541,
|
|
4910
|
-
"canonicalSignature": "(T[],System.Int32):System.Void",
|
|
4911
|
-
"normalizedSignature": "CopyTo|(T[],System.Int32):System.Void|static=false",
|
|
4912
|
-
"emitScope": "ViewOnly",
|
|
4913
|
-
"provenance": "ExplicitView",
|
|
4914
|
-
"arity": 0,
|
|
4915
|
-
"parameterCount": 2,
|
|
4916
|
-
"isStatic": false,
|
|
4917
|
-
"isAbstract": false,
|
|
4918
|
-
"isVirtual": true,
|
|
4919
|
-
"isOverride": false,
|
|
4920
|
-
"isSealed": false,
|
|
4921
|
-
"visibility": "Public",
|
|
4922
|
-
"declaringClrType": "System.Collections.Generic.ICollection\u00601",
|
|
4923
|
-
"declaringAssemblyName": "System.Private.CoreLib",
|
|
4924
|
-
"isExtensionMethod": false,
|
|
4925
|
-
"sourceInterface": "System.Collections.Generic.ICollection\u00601"
|
|
4926
|
-
},
|
|
4927
|
-
{
|
|
4928
|
-
"stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerable\u00601::GetEnumerator():IEnumerator_1",
|
|
4929
|
-
"clrName": "GetEnumerator",
|
|
4930
|
-
"metadataToken": 100704560,
|
|
4931
|
-
"canonicalSignature": "():IEnumerator_1",
|
|
4932
|
-
"normalizedSignature": "GetEnumerator|():IEnumerator_1|static=false",
|
|
4933
|
-
"emitScope": "ViewOnly",
|
|
4934
|
-
"provenance": "ExplicitView",
|
|
4935
|
-
"arity": 0,
|
|
4936
|
-
"parameterCount": 0,
|
|
4937
|
-
"isStatic": false,
|
|
4938
|
-
"isAbstract": false,
|
|
4939
|
-
"isVirtual": true,
|
|
4940
|
-
"isOverride": false,
|
|
4941
|
-
"isSealed": false,
|
|
4942
|
-
"visibility": "Public",
|
|
4943
|
-
"declaringClrType": "System.Collections.Generic.IEnumerable\u00601",
|
|
4944
|
-
"declaringAssemblyName": "System.Private.CoreLib",
|
|
4945
|
-
"isExtensionMethod": false,
|
|
4946
|
-
"sourceInterface": "System.Collections.Generic.IEnumerable\u00601"
|
|
4947
|
-
},
|
|
4948
|
-
{
|
|
4949
|
-
"stableId": "System.Private.CoreLib:System.Collections.IEnumerable::GetEnumerator():System.Collections.IEnumerator",
|
|
4950
|
-
"clrName": "GetEnumerator",
|
|
4951
|
-
"metadataToken": 100703845,
|
|
4952
|
-
"canonicalSignature": "():System.Collections.IEnumerator",
|
|
4953
|
-
"normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
|
|
4954
|
-
"emitScope": "ViewOnly",
|
|
4955
|
-
"provenance": "ExplicitView",
|
|
4956
|
-
"arity": 0,
|
|
4957
|
-
"parameterCount": 0,
|
|
4958
|
-
"isStatic": false,
|
|
4959
|
-
"isAbstract": false,
|
|
4960
|
-
"isVirtual": true,
|
|
4961
|
-
"isOverride": false,
|
|
4962
|
-
"isSealed": false,
|
|
4963
|
-
"visibility": "Public",
|
|
4964
|
-
"declaringClrType": "System.Collections.IEnumerable",
|
|
4965
|
-
"declaringAssemblyName": "System.Private.CoreLib",
|
|
4966
|
-
"isExtensionMethod": false,
|
|
4967
|
-
"sourceInterface": "System.Collections.IEnumerable"
|
|
4968
|
-
},
|
|
4969
|
-
{
|
|
4970
|
-
"stableId": "System.Private.CoreLib:System.Collections.ICollection::CopyTo(System.Array,System.Int32):System.Void",
|
|
4971
|
-
"clrName": "CopyTo",
|
|
4972
|
-
"metadataToken": 100703826,
|
|
4973
|
-
"canonicalSignature": "(System.Array,System.Int32):System.Void",
|
|
4974
|
-
"normalizedSignature": "CopyTo|(System.Array,System.Int32):System.Void|static=false",
|
|
4975
|
-
"emitScope": "ViewOnly",
|
|
4976
|
-
"provenance": "ExplicitView",
|
|
4977
|
-
"arity": 0,
|
|
4978
|
-
"parameterCount": 2,
|
|
4979
|
-
"isStatic": false,
|
|
4980
|
-
"isAbstract": false,
|
|
4981
|
-
"isVirtual": true,
|
|
4982
|
-
"isOverride": false,
|
|
4983
|
-
"isSealed": false,
|
|
4984
|
-
"visibility": "Public",
|
|
4985
|
-
"declaringClrType": "System.Collections.ICollection",
|
|
4986
|
-
"declaringAssemblyName": "System.Private.CoreLib",
|
|
4987
|
-
"isExtensionMethod": false,
|
|
4988
|
-
"sourceInterface": "System.Collections.ICollection"
|
|
4989
|
-
}
|
|
4990
|
-
],
|
|
4991
|
-
"properties": [
|
|
4992
|
-
{
|
|
4993
|
-
"stableId": "System.Private.CoreLib:System.Collections.ObjectModel.ReadOnlyDictionary\u00602\u002BValueCollection::Count:System.Int32",
|
|
4994
|
-
"clrName": "Count",
|
|
4995
|
-
"metadataToken": 385881335,
|
|
4996
|
-
"canonicalSignature": ":System.Int32",
|
|
4997
|
-
"normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
|
|
4998
|
-
"emitScope": "ClassSurface",
|
|
4999
|
-
"provenance": "Original",
|
|
5000
|
-
"isIndexer": false,
|
|
5001
|
-
"hasGetter": true,
|
|
5002
|
-
"hasSetter": false,
|
|
5003
|
-
"isStatic": false,
|
|
5004
|
-
"isAbstract": false,
|
|
5005
|
-
"isVirtual": true,
|
|
5006
|
-
"isOverride": false,
|
|
5007
|
-
"visibility": "Public",
|
|
5008
|
-
"declaringClrType": "System.Collections.ObjectModel.ReadOnlyDictionary\u00602\u002BValueCollection",
|
|
5009
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
5010
|
-
},
|
|
5011
|
-
{
|
|
5012
|
-
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::IsReadOnly:System.Boolean",
|
|
5013
|
-
"clrName": "IsReadOnly",
|
|
5014
|
-
"metadataToken": 385881418,
|
|
5015
|
-
"canonicalSignature": ":System.Boolean",
|
|
5016
|
-
"normalizedSignature": "IsReadOnly|:System.Boolean|static=false|accessor=get",
|
|
5017
|
-
"emitScope": "ViewOnly",
|
|
5018
|
-
"provenance": "ExplicitView",
|
|
5019
|
-
"isIndexer": false,
|
|
5020
|
-
"hasGetter": true,
|
|
5021
|
-
"hasSetter": false,
|
|
5022
|
-
"isStatic": false,
|
|
5023
|
-
"isAbstract": false,
|
|
5024
|
-
"isVirtual": true,
|
|
5025
|
-
"isOverride": false,
|
|
5026
|
-
"visibility": "Public",
|
|
5027
|
-
"sourceInterface": "System.Collections.Generic.ICollection\u00601",
|
|
5028
|
-
"declaringClrType": "System.Collections.Generic.ICollection\u00601",
|
|
5029
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
5030
|
-
},
|
|
5031
|
-
{
|
|
5032
|
-
"stableId": "System.Private.CoreLib:System.Collections.ICollection::SyncRoot:System.Object",
|
|
5033
|
-
"clrName": "SyncRoot",
|
|
5034
|
-
"metadataToken": 385881257,
|
|
5035
|
-
"canonicalSignature": ":System.Object",
|
|
5036
|
-
"normalizedSignature": "SyncRoot|:System.Object|static=false|accessor=get",
|
|
5037
|
-
"emitScope": "ViewOnly",
|
|
5038
|
-
"provenance": "ExplicitView",
|
|
5039
|
-
"isIndexer": false,
|
|
5040
|
-
"hasGetter": true,
|
|
5041
|
-
"hasSetter": false,
|
|
5042
|
-
"isStatic": false,
|
|
5043
|
-
"isAbstract": false,
|
|
5044
|
-
"isVirtual": true,
|
|
5045
|
-
"isOverride": false,
|
|
5046
|
-
"visibility": "Public",
|
|
5047
|
-
"sourceInterface": "System.Collections.ICollection",
|
|
5048
|
-
"declaringClrType": "System.Collections.ICollection",
|
|
5049
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
5050
|
-
},
|
|
5051
|
-
{
|
|
5052
|
-
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Count:System.Int32",
|
|
5053
|
-
"clrName": "Count",
|
|
5054
|
-
"metadataToken": 385881417,
|
|
5055
|
-
"canonicalSignature": ":System.Int32",
|
|
5056
|
-
"normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
|
|
5057
|
-
"emitScope": "ViewOnly",
|
|
5058
|
-
"provenance": "ExplicitView",
|
|
5059
|
-
"isIndexer": false,
|
|
5060
|
-
"hasGetter": true,
|
|
5061
|
-
"hasSetter": false,
|
|
5062
|
-
"isStatic": false,
|
|
5063
|
-
"isAbstract": false,
|
|
5064
|
-
"isVirtual": true,
|
|
5065
|
-
"isOverride": false,
|
|
5066
|
-
"visibility": "Public",
|
|
5067
|
-
"sourceInterface": "System.Collections.Generic.ICollection\u00601",
|
|
5068
|
-
"declaringClrType": "System.Collections.Generic.ICollection\u00601",
|
|
5069
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
5070
|
-
},
|
|
5071
|
-
{
|
|
5072
|
-
"stableId": "System.Private.CoreLib:System.Collections.ICollection::Count:System.Int32",
|
|
5073
|
-
"clrName": "Count",
|
|
5074
|
-
"metadataToken": 385881256,
|
|
5075
|
-
"canonicalSignature": ":System.Int32",
|
|
5076
|
-
"normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
|
|
5077
|
-
"emitScope": "ViewOnly",
|
|
5078
|
-
"provenance": "ExplicitView",
|
|
5079
|
-
"isIndexer": false,
|
|
5080
|
-
"hasGetter": true,
|
|
5081
|
-
"hasSetter": false,
|
|
5082
|
-
"isStatic": false,
|
|
5083
|
-
"isAbstract": false,
|
|
5084
|
-
"isVirtual": true,
|
|
5085
|
-
"isOverride": false,
|
|
5086
|
-
"visibility": "Public",
|
|
5087
|
-
"sourceInterface": "System.Collections.ICollection",
|
|
5088
|
-
"declaringClrType": "System.Collections.ICollection",
|
|
5089
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
5090
|
-
},
|
|
5091
|
-
{
|
|
5092
|
-
"stableId": "System.Private.CoreLib:System.Collections.ICollection::IsSynchronized:System.Boolean",
|
|
5093
|
-
"clrName": "IsSynchronized",
|
|
5094
|
-
"metadataToken": 385881258,
|
|
5095
|
-
"canonicalSignature": ":System.Boolean",
|
|
5096
|
-
"normalizedSignature": "IsSynchronized|:System.Boolean|static=false|accessor=get",
|
|
5097
|
-
"emitScope": "ViewOnly",
|
|
5098
|
-
"provenance": "ExplicitView",
|
|
5099
|
-
"isIndexer": false,
|
|
5100
|
-
"hasGetter": true,
|
|
5101
|
-
"hasSetter": false,
|
|
5102
|
-
"isStatic": false,
|
|
5103
|
-
"isAbstract": false,
|
|
5104
|
-
"isVirtual": true,
|
|
5105
|
-
"isOverride": false,
|
|
5106
|
-
"visibility": "Public",
|
|
5107
|
-
"sourceInterface": "System.Collections.ICollection",
|
|
5108
|
-
"declaringClrType": "System.Collections.ICollection",
|
|
5109
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
5110
|
-
},
|
|
5111
|
-
{
|
|
5112
|
-
"stableId": "System.Private.CoreLib:System.Collections.Generic.IReadOnlyCollection\u00601::Count:System.Int32",
|
|
5113
|
-
"clrName": "Count",
|
|
5114
|
-
"metadataToken": 385881428,
|
|
5115
|
-
"canonicalSignature": ":System.Int32",
|
|
5116
|
-
"normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
|
|
5117
|
-
"emitScope": "ViewOnly",
|
|
5118
|
-
"provenance": "ExplicitView",
|
|
5119
|
-
"isIndexer": false,
|
|
5120
|
-
"hasGetter": true,
|
|
5121
|
-
"hasSetter": false,
|
|
5122
|
-
"isStatic": false,
|
|
5123
|
-
"isAbstract": false,
|
|
5124
|
-
"isVirtual": true,
|
|
5125
|
-
"isOverride": false,
|
|
5126
|
-
"visibility": "Public",
|
|
5127
|
-
"sourceInterface": "System.Collections.Generic.IReadOnlyCollection\u00601",
|
|
5128
|
-
"declaringClrType": "System.Collections.Generic.IReadOnlyCollection\u00601",
|
|
5129
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
5130
|
-
}
|
|
5131
|
-
],
|
|
5132
|
-
"fields": [],
|
|
5133
|
-
"events": [],
|
|
5134
|
-
"constructors": []
|
|
5135
|
-
},
|
|
5136
|
-
{
|
|
5137
|
-
"stableId": "System.ObjectModel:System.Collections.ObjectModel.ReadOnlyObservableCollection\u00601",
|
|
5138
|
-
"clrName": "System.Collections.ObjectModel.ReadOnlyObservableCollection\u00601",
|
|
5139
|
-
"assemblyName": "System.ObjectModel",
|
|
5140
|
-
"metadataToken": 0,
|
|
5141
|
-
"kind": "Class",
|
|
5142
|
-
"accessibility": "Public",
|
|
5143
|
-
"isAbstract": false,
|
|
5144
|
-
"isSealed": false,
|
|
5145
|
-
"isStatic": false,
|
|
5146
|
-
"arity": 1,
|
|
5147
|
-
"baseType": {
|
|
5148
|
-
"stableId": "System.Private.CoreLib:System.Collections.ObjectModel.ReadOnlyCollection\u00601",
|
|
5149
|
-
"clrName": "System.Collections.ObjectModel.ReadOnlyCollection\u00601",
|
|
5150
|
-
"typeArguments": [
|
|
5151
|
-
"T"
|
|
5152
|
-
]
|
|
5153
|
-
},
|
|
5154
|
-
"interfaces": [
|
|
5155
|
-
{
|
|
5156
|
-
"stableId": "System.Private.CoreLib:System.Collections.Generic.IList\u00601",
|
|
5157
|
-
"clrName": "System.Collections.Generic.IList\u00601",
|
|
5158
|
-
"typeArguments": [
|
|
5159
|
-
"T"
|
|
5160
|
-
]
|
|
4628
|
+
"stableId": "System.Private.CoreLib:System.Collections.Generic.IList\u00601",
|
|
4629
|
+
"clrName": "System.Collections.Generic.IList\u00601",
|
|
4630
|
+
"typeArguments": [
|
|
4631
|
+
"T"
|
|
4632
|
+
]
|
|
5161
4633
|
},
|
|
5162
4634
|
{
|
|
5163
4635
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601",
|
|
@@ -5607,7 +5079,10 @@
|
|
|
5607
5079
|
"isOverride": false,
|
|
5608
5080
|
"visibility": "Public",
|
|
5609
5081
|
"declaringClrType": "System.Collections.ObjectModel.ReadOnlyObservableCollection\u00601",
|
|
5610
|
-
"declaringAssemblyName": "System.ObjectModel"
|
|
5082
|
+
"declaringAssemblyName": "System.ObjectModel",
|
|
5083
|
+
"emitSemantics": {
|
|
5084
|
+
"callableStaticAccessorKind": "property"
|
|
5085
|
+
}
|
|
5611
5086
|
},
|
|
5612
5087
|
{
|
|
5613
5088
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Count:System.Int32",
|
|
@@ -6302,7 +5777,10 @@
|
|
|
6302
5777
|
"isOverride": false,
|
|
6303
5778
|
"visibility": "Public",
|
|
6304
5779
|
"declaringClrType": "System.Collections.ObjectModel.ReadOnlySet\u00601",
|
|
6305
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
5780
|
+
"declaringAssemblyName": "System.Private.CoreLib",
|
|
5781
|
+
"emitSemantics": {
|
|
5782
|
+
"callableStaticAccessorKind": "property"
|
|
5783
|
+
}
|
|
6306
5784
|
},
|
|
6307
5785
|
{
|
|
6308
5786
|
"stableId": "System.Private.CoreLib:System.Collections.ObjectModel.ReadOnlySet\u00601::Set:ISet_1",
|