@tsonic/dotnet 10.0.1 → 10.0.2
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/bindings.json +5 -0
- package/Microsoft.CSharp.RuntimeBinder/bindings.json +71 -8
- package/Microsoft.CSharp.RuntimeBinder/internal/index.d.ts +2 -0
- package/Microsoft.VisualBasic/bindings.json +635 -68
- package/Microsoft.VisualBasic.CompilerServices/bindings.json +210 -0
- package/Microsoft.VisualBasic.FileIO/bindings.json +195 -24
- package/Microsoft.VisualBasic.FileIO/internal/index.d.ts +8 -3
- package/Microsoft.Win32/bindings.json +107 -24
- package/Microsoft.Win32.SafeHandles/bindings.json +769 -15
- package/Microsoft.Win32.SafeHandles/internal/index.d.ts +123 -18
- package/System/bindings.json +11622 -2308
- package/System/internal/index.d.ts +165 -15
- package/System.Buffers/bindings.json +371 -62
- package/System.Buffers/internal/index.d.ts +25 -13
- package/System.Buffers.Binary/bindings.json +126 -0
- package/System.Buffers.Text/bindings.json +67 -0
- package/System.Buffers.Text/internal/index.d.ts +1 -1
- package/System.Buffers.Text.d.ts +1 -1
- package/System.Buffers.d.ts +1 -1
- package/System.CodeDom.Compiler/bindings.json +142 -4
- package/System.CodeDom.Compiler/internal/index.d.ts +10 -3
- package/System.CodeDom.Compiler.d.ts +1 -1
- package/System.Collections/bindings.json +1094 -69
- package/System.Collections/internal/index.d.ts +41 -3
- package/System.Collections.Concurrent/bindings.json +353 -90
- package/System.Collections.Concurrent/internal/index.d.ts +9 -2
- package/System.Collections.Frozen/bindings.json +158 -48
- package/System.Collections.Generic/bindings.json +1910 -634
- package/System.Collections.Generic/internal/index.d.ts +24 -9
- package/System.Collections.Immutable/bindings.json +1321 -292
- package/System.Collections.ObjectModel/bindings.json +1123 -199
- package/System.Collections.ObjectModel/internal/index.d.ts +46 -7
- package/System.Collections.ObjectModel.d.ts +3 -3
- package/System.Collections.Specialized/bindings.json +763 -58
- package/System.Collections.Specialized/internal/index.d.ts +15 -1
- package/System.ComponentModel/bindings.json +3590 -166
- package/System.ComponentModel/internal/index.d.ts +173 -27
- package/System.ComponentModel.DataAnnotations/bindings.json +743 -13
- package/System.ComponentModel.DataAnnotations/internal/index.d.ts +152 -43
- package/System.ComponentModel.DataAnnotations.Schema/bindings.json +24 -4
- package/System.ComponentModel.DataAnnotations.Schema/internal/index.d.ts +1 -1
- package/System.ComponentModel.DataAnnotations.Schema.d.ts +1 -1
- package/System.ComponentModel.DataAnnotations.d.ts +2 -2
- package/System.ComponentModel.Design/bindings.json +714 -40
- package/System.ComponentModel.Design/internal/index.d.ts +43 -12
- package/System.ComponentModel.Design.Serialization/bindings.json +261 -12
- package/System.ComponentModel.Design.Serialization/internal/index.d.ts +17 -4
- package/System.ComponentModel.Design.d.ts +1 -1
- package/System.ComponentModel.d.ts +2 -2
- package/System.Configuration.Assemblies/bindings.json +19 -8
- package/System.Configuration.Assemblies/internal/index.d.ts +1 -1
- package/System.Configuration.Assemblies.d.ts +1 -1
- package/System.Data/bindings.json +3325 -302
- package/System.Data/internal/index.d.ts +145 -24
- package/System.Data.Common/bindings.json +3047 -241
- package/System.Data.Common/internal/index.d.ts +228 -55
- package/System.Data.Common.d.ts +3 -3
- package/System.Data.SqlTypes/bindings.json +754 -71
- package/System.Data.SqlTypes/internal/index.d.ts +1 -0
- package/System.Data.d.ts +3 -3
- package/System.Diagnostics/bindings.json +1737 -130
- package/System.Diagnostics/internal/index.d.ts +121 -41
- package/System.Diagnostics.CodeAnalysis/bindings.json +125 -4
- package/System.Diagnostics.CodeAnalysis/internal/index.d.ts +1 -1
- package/System.Diagnostics.CodeAnalysis.d.ts +1 -1
- package/System.Diagnostics.Contracts/bindings.json +68 -4
- package/System.Diagnostics.Metrics/bindings.json +565 -55
- package/System.Diagnostics.Metrics/internal/index.d.ts +49 -12
- package/System.Diagnostics.SymbolStore/bindings.json +106 -4
- package/System.Diagnostics.Tracing/bindings.json +979 -160
- package/System.Diagnostics.Tracing/internal/index.d.ts +37 -17
- package/System.Diagnostics.d.ts +2 -2
- package/System.Drawing/bindings.json +611 -4
- package/System.Drawing/internal/index.d.ts +1 -1
- package/System.Drawing.d.ts +1 -1
- package/System.Dynamic/bindings.json +346 -24
- package/System.Dynamic/internal/index.d.ts +13 -0
- package/System.Formats.Asn1/bindings.json +229 -12
- package/System.Formats.Asn1/internal/index.d.ts +1 -0
- package/System.Formats.Tar/bindings.json +120 -16
- package/System.Globalization/bindings.json +1088 -53
- package/System.Globalization/internal/index.d.ts +44 -7
- package/System.IO/bindings.json +2163 -110
- package/System.IO/internal/index.d.ts +119 -27
- package/System.IO.Compression/bindings.json +466 -38
- package/System.IO.Compression/internal/index.d.ts +36 -9
- package/System.IO.Compression.d.ts +2 -2
- package/System.IO.Enumeration/bindings.json +221 -22
- package/System.IO.Enumeration/internal/index.d.ts +15 -4
- package/System.IO.IsolatedStorage/bindings.json +250 -11
- package/System.IO.IsolatedStorage/internal/index.d.ts +18 -5
- package/System.IO.IsolatedStorage.d.ts +2 -2
- package/System.IO.MemoryMappedFiles/bindings.json +138 -16
- package/System.IO.MemoryMappedFiles/internal/index.d.ts +22 -8
- package/System.IO.MemoryMappedFiles.d.ts +4 -3
- package/System.IO.Pipelines/bindings.json +147 -3
- package/System.IO.Pipelines/internal/index.d.ts +15 -2
- package/System.IO.Pipes/bindings.json +889 -54
- package/System.IO.Pipes/internal/index.d.ts +64 -23
- package/System.IO.Pipes.d.ts +4 -3
- package/System.IO.d.ts +2 -2
- package/System.Linq/bindings.json +944 -79
- package/System.Linq.Expressions/bindings.json +1998 -57
- package/System.Linq.Expressions/internal/index.d.ts +207 -29
- package/System.Linq.Expressions.Interpreter/bindings.json +2 -0
- package/System.Linq.Expressions.Interpreter/internal/index.d.ts +1 -1
- package/System.Linq.Expressions.Interpreter.d.ts +1 -1
- package/System.Linq.Expressions.d.ts +1 -1
- package/System.Net/bindings.json +2083 -248
- package/System.Net/internal/index.d.ts +102 -40
- package/System.Net.Cache/bindings.json +53 -12
- package/System.Net.Cache/internal/index.d.ts +1 -1
- package/System.Net.Cache.d.ts +1 -1
- package/System.Net.Http/bindings.json +2104 -105
- package/System.Net.Http/internal/index.d.ts +174 -31
- package/System.Net.Http.Headers/bindings.json +456 -24
- package/System.Net.Http.Headers/internal/index.d.ts +8 -2
- package/System.Net.Http.Json/bindings.json +171 -0
- package/System.Net.Http.Json/internal/index.d.ts +14 -2
- package/System.Net.Http.Metrics/bindings.json +5 -0
- package/System.Net.Mail/bindings.json +1127 -101
- package/System.Net.Mail/internal/index.d.ts +87 -16
- package/System.Net.Mime/bindings.json +82 -4
- package/System.Net.Mime/internal/index.d.ts +1 -1
- package/System.Net.Mime.d.ts +1 -1
- package/System.Net.NetworkInformation/bindings.json +857 -61
- package/System.Net.NetworkInformation/internal/index.d.ts +27 -5
- package/System.Net.NetworkInformation.d.ts +2 -2
- package/System.Net.Quic/bindings.json +157 -16
- package/System.Net.Quic/internal/index.d.ts +8 -3
- package/System.Net.Quic.d.ts +2 -2
- package/System.Net.Security/bindings.json +798 -37
- package/System.Net.Security/internal/index.d.ts +22 -5
- package/System.Net.Security.d.ts +2 -2
- package/System.Net.ServerSentEvents/bindings.json +31 -13
- package/System.Net.ServerSentEvents/internal/index.d.ts +2 -2
- package/System.Net.Sockets/bindings.json +1157 -78
- package/System.Net.Sockets/internal/index.d.ts +53 -21
- package/System.Net.Sockets.d.ts +2 -2
- package/System.Net.WebSockets/bindings.json +311 -26
- package/System.Net.WebSockets/internal/index.d.ts +12 -3
- package/System.Net.WebSockets.d.ts +2 -2
- package/System.Net.d.ts +2 -2
- package/System.Numerics/bindings.json +3546 -957
- package/System.Reflection/bindings.json +1913 -132
- package/System.Reflection/internal/index.d.ts +49 -5
- package/System.Reflection.Emit/bindings.json +2509 -57
- package/System.Reflection.Emit/internal/index.d.ts +158 -15
- package/System.Reflection.Emit.d.ts +1 -1
- package/System.Reflection.Metadata/bindings.json +1936 -231
- package/System.Reflection.Metadata/internal/index.d.ts +8 -1
- package/System.Reflection.Metadata.Ecma335/bindings.json +480 -24
- package/System.Reflection.PortableExecutable/bindings.json +583 -39
- package/System.Reflection.PortableExecutable/internal/index.d.ts +25 -3
- package/System.Resources/bindings.json +323 -17
- package/System.Resources/internal/index.d.ts +21 -5
- package/System.Resources.d.ts +1 -1
- package/System.Runtime/bindings.json +65 -8
- package/System.Runtime/internal/index.d.ts +6 -1
- package/System.Runtime.CompilerServices/bindings.json +718 -139
- package/System.Runtime.CompilerServices/internal/index.d.ts +3 -0
- package/System.Runtime.ConstrainedExecution/bindings.json +56 -10
- package/System.Runtime.ConstrainedExecution/internal/index.d.ts +8 -2
- package/System.Runtime.ConstrainedExecution.d.ts +1 -1
- package/System.Runtime.ExceptionServices/bindings.json +11 -0
- package/System.Runtime.InteropServices/bindings.json +1858 -265
- package/System.Runtime.InteropServices/internal/index.d.ts +51 -11
- package/System.Runtime.InteropServices.ComTypes/bindings.json +478 -72
- package/System.Runtime.InteropServices.Java/bindings.json +12 -0
- package/System.Runtime.InteropServices.JavaScript/bindings.json +205 -30
- package/System.Runtime.InteropServices.Marshalling/bindings.json +484 -89
- package/System.Runtime.InteropServices.Marshalling/internal/index.d.ts +22 -4
- package/System.Runtime.InteropServices.Marshalling.d.ts +2 -1
- package/System.Runtime.InteropServices.ObjectiveC/bindings.json +19 -4
- package/System.Runtime.InteropServices.Swift/bindings.json +11 -3
- package/System.Runtime.InteropServices.d.ts +1 -1
- package/System.Runtime.Intrinsics/bindings.json +1296 -40
- package/System.Runtime.Intrinsics.Arm/bindings.json +4959 -8
- package/System.Runtime.Intrinsics.Wasm/bindings.json +484 -1
- package/System.Runtime.Intrinsics.Wasm/internal/index.d.ts +1 -0
- package/System.Runtime.Intrinsics.X86/bindings.json +3765 -8
- package/System.Runtime.Loader/bindings.json +130 -0
- package/System.Runtime.Loader/internal/index.d.ts +10 -1
- package/System.Runtime.Remoting/bindings.json +2 -0
- package/System.Runtime.Remoting/internal/index.d.ts +1 -1
- package/System.Runtime.Remoting.d.ts +1 -1
- package/System.Runtime.Serialization/bindings.json +920 -17
- package/System.Runtime.Serialization/internal/index.d.ts +36 -5
- package/System.Runtime.Serialization.DataContracts/bindings.json +85 -38
- package/System.Runtime.Serialization.DataContracts/internal/index.d.ts +27 -19
- package/System.Runtime.Serialization.Formatters/bindings.json +24 -12
- package/System.Runtime.Serialization.Formatters/internal/index.d.ts +1 -1
- package/System.Runtime.Serialization.Formatters.Binary/bindings.json +15 -0
- package/System.Runtime.Serialization.Formatters.d.ts +1 -1
- package/System.Runtime.Serialization.Json/bindings.json +56 -0
- package/System.Runtime.Serialization.d.ts +2 -2
- package/System.Runtime.Versioning/bindings.json +62 -8
- package/System.Runtime.Versioning/internal/index.d.ts +1 -1
- package/System.Runtime.Versioning.d.ts +1 -1
- package/System.Security/bindings.json +265 -12
- package/System.Security/internal/index.d.ts +12 -1
- package/System.Security.AccessControl/bindings.json +4082 -797
- package/System.Security.AccessControl/internal/index.d.ts +131 -72
- package/System.Security.AccessControl.d.ts +2 -1
- package/System.Security.Authentication/bindings.json +80 -16
- package/System.Security.Authentication/internal/index.d.ts +2 -0
- package/System.Security.Authentication.ExtendedProtection/bindings.json +108 -13
- package/System.Security.Authentication.ExtendedProtection/internal/index.d.ts +11 -3
- package/System.Security.Authentication.ExtendedProtection.d.ts +2 -2
- package/System.Security.Claims/bindings.json +436 -0
- package/System.Security.Claims/internal/index.d.ts +34 -4
- package/System.Security.Claims.d.ts +2 -1
- package/System.Security.Cryptography/bindings.json +11592 -237
- package/System.Security.Cryptography/internal/index.d.ts +822 -102
- package/System.Security.Cryptography.X509Certificates/bindings.json +1000 -114
- package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +36 -9
- package/System.Security.Cryptography.X509Certificates.d.ts +1 -1
- package/System.Security.Cryptography.d.ts +2 -2
- package/System.Security.Permissions/bindings.json +88 -14
- package/System.Security.Permissions/internal/index.d.ts +3 -1
- package/System.Security.Permissions.d.ts +1 -1
- package/System.Security.Policy/bindings.json +42 -1
- package/System.Security.Policy/internal/index.d.ts +1 -0
- package/System.Security.Principal/bindings.json +355 -28
- package/System.Security.Principal/internal/index.d.ts +11 -3
- package/System.Security.Principal.d.ts +1 -1
- package/System.Text/bindings.json +800 -31
- package/System.Text/internal/index.d.ts +10 -1
- package/System.Text.Encodings.Web/bindings.json +87 -4
- package/System.Text.Encodings.Web/internal/index.d.ts +4 -0
- package/System.Text.Json/bindings.json +574 -49
- package/System.Text.Json/internal/index.d.ts +12 -10
- package/System.Text.Json.Nodes/bindings.json +152 -19
- package/System.Text.Json.Nodes/internal/index.d.ts +1 -1
- package/System.Text.Json.Schema/bindings.json +10 -0
- package/System.Text.Json.Schema/internal/index.d.ts +1 -1
- package/System.Text.Json.Schema.d.ts +1 -1
- package/System.Text.Json.Serialization/bindings.json +295 -54
- package/System.Text.Json.Serialization/internal/index.d.ts +13 -1
- package/System.Text.Json.Serialization.Metadata/bindings.json +198 -24
- package/System.Text.Json.Serialization.Metadata/internal/index.d.ts +7 -4
- package/System.Text.RegularExpressions/bindings.json +1319 -103
- package/System.Text.RegularExpressions/internal/index.d.ts +25 -5
- package/System.Text.RegularExpressions.d.ts +1 -1
- package/System.Text.Unicode/bindings.json +185 -0
- package/System.Text.Unicode/internal/index.d.ts +1 -1
- package/System.Text.Unicode.d.ts +1 -1
- package/System.Threading/bindings.json +1270 -64
- package/System.Threading/internal/index.d.ts +104 -36
- package/System.Threading.Channels/bindings.json +143 -29
- package/System.Threading.Channels/internal/index.d.ts +8 -2
- package/System.Threading.Tasks/bindings.json +719 -29
- package/System.Threading.Tasks/internal/index.d.ts +25 -4
- package/System.Threading.Tasks.Dataflow/bindings.json +442 -143
- package/System.Threading.Tasks.Sources/bindings.json +34 -11
- package/System.Timers/bindings.json +50 -4
- package/System.Timers/internal/index.d.ts +9 -4
- package/System.Timers.d.ts +2 -2
- package/System.Transactions/bindings.json +269 -32
- package/System.Transactions/internal/index.d.ts +5 -0
- package/System.Web/bindings.json +32 -0
- package/System.Windows.Input/bindings.json +3 -0
- package/System.Windows.Markup/bindings.json +4 -0
- package/System.Windows.Markup/internal/index.d.ts +1 -1
- package/System.Windows.Markup.d.ts +1 -1
- package/System.Xml/bindings.json +2447 -210
- package/System.Xml/internal/index.d.ts +100 -30
- package/System.Xml.Linq/bindings.json +361 -24
- package/System.Xml.Resolvers/bindings.json +26 -4
- package/System.Xml.Schema/bindings.json +830 -56
- package/System.Xml.Schema/internal/index.d.ts +20 -1
- package/System.Xml.Serialization/bindings.json +4421 -149
- package/System.Xml.Serialization/internal/index.d.ts +74 -8
- package/System.Xml.Serialization.d.ts +4 -4
- package/System.Xml.XPath/bindings.json +287 -35
- package/System.Xml.XPath/internal/index.d.ts +4 -0
- package/System.Xml.Xsl/bindings.json +174 -8
- package/System.Xml.Xsl/internal/index.d.ts +8 -2
- package/System.Xml.Xsl.Runtime/bindings.json +613 -58
- package/System.Xml.Xsl.Runtime/internal/index.d.ts +19 -3
- package/System.Xml.Xsl.d.ts +1 -1
- package/System.d.ts +1 -1
- package/package.json +1 -1
|
@@ -27,16 +27,16 @@
|
|
|
27
27
|
"clrName": "System.IComparable"
|
|
28
28
|
},
|
|
29
29
|
{
|
|
30
|
-
"stableId": "System.Private.CoreLib:System.
|
|
31
|
-
"clrName": "System.
|
|
30
|
+
"stableId": "System.Private.CoreLib:System.ISpanFormattable",
|
|
31
|
+
"clrName": "System.ISpanFormattable"
|
|
32
32
|
},
|
|
33
33
|
{
|
|
34
34
|
"stableId": "System.Private.CoreLib:System.IFormattable",
|
|
35
35
|
"clrName": "System.IFormattable"
|
|
36
36
|
},
|
|
37
37
|
{
|
|
38
|
-
"stableId": "System.Private.CoreLib:System.
|
|
39
|
-
"clrName": "System.
|
|
38
|
+
"stableId": "System.Private.CoreLib:System.IConvertible",
|
|
39
|
+
"clrName": "System.IConvertible"
|
|
40
40
|
}
|
|
41
41
|
],
|
|
42
42
|
"methods": [],
|
|
@@ -50,6 +50,7 @@
|
|
|
50
50
|
"isStatic": false,
|
|
51
51
|
"isReadOnly": false,
|
|
52
52
|
"isLiteral": false,
|
|
53
|
+
"visibility": "Public",
|
|
53
54
|
"declaringClrType": "System.Collections.Specialized.NotifyCollectionChangedAction",
|
|
54
55
|
"declaringAssemblyName": "System.ObjectModel"
|
|
55
56
|
},
|
|
@@ -61,6 +62,7 @@
|
|
|
61
62
|
"isStatic": true,
|
|
62
63
|
"isReadOnly": false,
|
|
63
64
|
"isLiteral": true,
|
|
65
|
+
"visibility": "Public",
|
|
64
66
|
"declaringClrType": "System.Collections.Specialized.NotifyCollectionChangedAction",
|
|
65
67
|
"declaringAssemblyName": "System.ObjectModel"
|
|
66
68
|
},
|
|
@@ -72,6 +74,7 @@
|
|
|
72
74
|
"isStatic": true,
|
|
73
75
|
"isReadOnly": false,
|
|
74
76
|
"isLiteral": true,
|
|
77
|
+
"visibility": "Public",
|
|
75
78
|
"declaringClrType": "System.Collections.Specialized.NotifyCollectionChangedAction",
|
|
76
79
|
"declaringAssemblyName": "System.ObjectModel"
|
|
77
80
|
},
|
|
@@ -83,6 +86,7 @@
|
|
|
83
86
|
"isStatic": true,
|
|
84
87
|
"isReadOnly": false,
|
|
85
88
|
"isLiteral": true,
|
|
89
|
+
"visibility": "Public",
|
|
86
90
|
"declaringClrType": "System.Collections.Specialized.NotifyCollectionChangedAction",
|
|
87
91
|
"declaringAssemblyName": "System.ObjectModel"
|
|
88
92
|
},
|
|
@@ -94,6 +98,7 @@
|
|
|
94
98
|
"isStatic": true,
|
|
95
99
|
"isReadOnly": false,
|
|
96
100
|
"isLiteral": true,
|
|
101
|
+
"visibility": "Public",
|
|
97
102
|
"declaringClrType": "System.Collections.Specialized.NotifyCollectionChangedAction",
|
|
98
103
|
"declaringAssemblyName": "System.ObjectModel"
|
|
99
104
|
},
|
|
@@ -105,6 +110,7 @@
|
|
|
105
110
|
"isStatic": true,
|
|
106
111
|
"isReadOnly": false,
|
|
107
112
|
"isLiteral": true,
|
|
113
|
+
"visibility": "Public",
|
|
108
114
|
"declaringClrType": "System.Collections.Specialized.NotifyCollectionChangedAction",
|
|
109
115
|
"declaringAssemblyName": "System.ObjectModel"
|
|
110
116
|
}
|
|
@@ -153,6 +159,7 @@
|
|
|
153
159
|
"isVirtual": true,
|
|
154
160
|
"isOverride": false,
|
|
155
161
|
"isSealed": false,
|
|
162
|
+
"visibility": "Public",
|
|
156
163
|
"declaringClrType": "System.Collections.Specialized.NotifyCollectionChangedEventHandler",
|
|
157
164
|
"declaringAssemblyName": "System.ObjectModel",
|
|
158
165
|
"isExtensionMethod": false
|
|
@@ -172,6 +179,7 @@
|
|
|
172
179
|
"isVirtual": true,
|
|
173
180
|
"isOverride": false,
|
|
174
181
|
"isSealed": false,
|
|
182
|
+
"visibility": "Public",
|
|
175
183
|
"declaringClrType": "System.Collections.Specialized.NotifyCollectionChangedEventHandler",
|
|
176
184
|
"declaringAssemblyName": "System.ObjectModel",
|
|
177
185
|
"isExtensionMethod": false
|
|
@@ -191,6 +199,7 @@
|
|
|
191
199
|
"isVirtual": true,
|
|
192
200
|
"isOverride": false,
|
|
193
201
|
"isSealed": false,
|
|
202
|
+
"visibility": "Public",
|
|
194
203
|
"declaringClrType": "System.Collections.Specialized.NotifyCollectionChangedEventHandler",
|
|
195
204
|
"declaringAssemblyName": "System.ObjectModel",
|
|
196
205
|
"isExtensionMethod": false
|
|
@@ -207,6 +216,7 @@
|
|
|
207
216
|
"normalizedSignature": "constructor|(System.Object,System.IntPtr):void|static=false",
|
|
208
217
|
"isStatic": false,
|
|
209
218
|
"parameterCount": 2,
|
|
219
|
+
"visibility": "Public",
|
|
210
220
|
"declaringClrType": "System.Collections.Specialized.NotifyCollectionChangedEventHandler",
|
|
211
221
|
"declaringAssemblyName": "System.ObjectModel"
|
|
212
222
|
}
|
|
@@ -233,6 +243,7 @@
|
|
|
233
243
|
"metadataToken": 335544332,
|
|
234
244
|
"normalizedSignature": "CollectionChanged|System.Collections.Specialized.NotifyCollectionChangedEventHandler|static=false",
|
|
235
245
|
"isStatic": false,
|
|
246
|
+
"visibility": "Public",
|
|
236
247
|
"declaringClrType": "System.Collections.Specialized.INotifyCollectionChanged",
|
|
237
248
|
"declaringAssemblyName": "System.ObjectModel"
|
|
238
249
|
}
|
|
@@ -251,14 +262,14 @@
|
|
|
251
262
|
"isStatic": false,
|
|
252
263
|
"arity": 0,
|
|
253
264
|
"interfaces": [
|
|
254
|
-
{
|
|
255
|
-
"stableId": "System.Private.CoreLib:System.Collections.ICollection",
|
|
256
|
-
"clrName": "System.Collections.ICollection"
|
|
257
|
-
},
|
|
258
265
|
{
|
|
259
266
|
"stableId": "System.Private.CoreLib:System.Collections.IDictionary",
|
|
260
267
|
"clrName": "System.Collections.IDictionary"
|
|
261
268
|
},
|
|
269
|
+
{
|
|
270
|
+
"stableId": "System.Private.CoreLib:System.Collections.ICollection",
|
|
271
|
+
"clrName": "System.Collections.ICollection"
|
|
272
|
+
},
|
|
262
273
|
{
|
|
263
274
|
"stableId": "System.Private.CoreLib:System.Collections.IEnumerable",
|
|
264
275
|
"clrName": "System.Collections.IEnumerable"
|
|
@@ -280,6 +291,7 @@
|
|
|
280
291
|
"isVirtual": true,
|
|
281
292
|
"isOverride": false,
|
|
282
293
|
"isSealed": false,
|
|
294
|
+
"visibility": "Public",
|
|
283
295
|
"declaringClrType": "System.Collections.Specialized.IOrderedDictionary",
|
|
284
296
|
"declaringAssemblyName": "System.Collections.Specialized",
|
|
285
297
|
"isExtensionMethod": false
|
|
@@ -299,6 +311,7 @@
|
|
|
299
311
|
"isVirtual": true,
|
|
300
312
|
"isOverride": false,
|
|
301
313
|
"isSealed": false,
|
|
314
|
+
"visibility": "Public",
|
|
302
315
|
"declaringClrType": "System.Collections.Specialized.IOrderedDictionary",
|
|
303
316
|
"declaringAssemblyName": "System.Collections.Specialized",
|
|
304
317
|
"isExtensionMethod": false
|
|
@@ -318,6 +331,7 @@
|
|
|
318
331
|
"isVirtual": true,
|
|
319
332
|
"isOverride": false,
|
|
320
333
|
"isSealed": false,
|
|
334
|
+
"visibility": "Public",
|
|
321
335
|
"declaringClrType": "System.Collections.Specialized.IOrderedDictionary",
|
|
322
336
|
"declaringAssemblyName": "System.Collections.Specialized",
|
|
323
337
|
"isExtensionMethod": false
|
|
@@ -337,6 +351,7 @@
|
|
|
337
351
|
"isVirtual": true,
|
|
338
352
|
"isOverride": false,
|
|
339
353
|
"isSealed": false,
|
|
354
|
+
"visibility": "Public",
|
|
340
355
|
"declaringClrType": "System.Collections.IDictionary",
|
|
341
356
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
342
357
|
"isExtensionMethod": false
|
|
@@ -356,6 +371,7 @@
|
|
|
356
371
|
"isVirtual": true,
|
|
357
372
|
"isOverride": false,
|
|
358
373
|
"isSealed": false,
|
|
374
|
+
"visibility": "Public",
|
|
359
375
|
"declaringClrType": "System.Collections.IDictionary",
|
|
360
376
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
361
377
|
"isExtensionMethod": false
|
|
@@ -375,6 +391,7 @@
|
|
|
375
391
|
"isVirtual": true,
|
|
376
392
|
"isOverride": false,
|
|
377
393
|
"isSealed": false,
|
|
394
|
+
"visibility": "Public",
|
|
378
395
|
"declaringClrType": "System.Collections.IDictionary",
|
|
379
396
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
380
397
|
"isExtensionMethod": false
|
|
@@ -394,6 +411,7 @@
|
|
|
394
411
|
"isVirtual": true,
|
|
395
412
|
"isOverride": false,
|
|
396
413
|
"isSealed": false,
|
|
414
|
+
"visibility": "Public",
|
|
397
415
|
"declaringClrType": "System.Collections.IDictionary",
|
|
398
416
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
399
417
|
"isExtensionMethod": false
|
|
@@ -413,6 +431,7 @@
|
|
|
413
431
|
"isVirtual": true,
|
|
414
432
|
"isOverride": false,
|
|
415
433
|
"isSealed": false,
|
|
434
|
+
"visibility": "Public",
|
|
416
435
|
"declaringClrType": "System.Collections.ICollection",
|
|
417
436
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
418
437
|
"isExtensionMethod": false
|
|
@@ -432,6 +451,7 @@
|
|
|
432
451
|
"isVirtual": true,
|
|
433
452
|
"isOverride": false,
|
|
434
453
|
"isSealed": false,
|
|
454
|
+
"visibility": "Public",
|
|
435
455
|
"declaringClrType": "System.Collections.IEnumerable",
|
|
436
456
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
437
457
|
"isExtensionMethod": false
|
|
@@ -451,6 +471,7 @@
|
|
|
451
471
|
"isVirtual": true,
|
|
452
472
|
"isOverride": false,
|
|
453
473
|
"isSealed": false,
|
|
474
|
+
"visibility": "Public",
|
|
454
475
|
"declaringClrType": "System.Collections.Specialized.IOrderedDictionary",
|
|
455
476
|
"declaringAssemblyName": "System.Collections.Specialized",
|
|
456
477
|
"isExtensionMethod": false
|
|
@@ -470,6 +491,7 @@
|
|
|
470
491
|
"isVirtual": true,
|
|
471
492
|
"isOverride": false,
|
|
472
493
|
"isSealed": false,
|
|
494
|
+
"visibility": "Public",
|
|
473
495
|
"declaringClrType": "System.Collections.Specialized.IOrderedDictionary",
|
|
474
496
|
"declaringAssemblyName": "System.Collections.Specialized",
|
|
475
497
|
"isExtensionMethod": false
|
|
@@ -489,6 +511,7 @@
|
|
|
489
511
|
"isVirtual": true,
|
|
490
512
|
"isOverride": false,
|
|
491
513
|
"isSealed": false,
|
|
514
|
+
"visibility": "Public",
|
|
492
515
|
"declaringClrType": "System.Collections.Specialized.IOrderedDictionary",
|
|
493
516
|
"declaringAssemblyName": "System.Collections.Specialized",
|
|
494
517
|
"isExtensionMethod": false
|
|
@@ -508,6 +531,7 @@
|
|
|
508
531
|
"isVirtual": true,
|
|
509
532
|
"isOverride": false,
|
|
510
533
|
"isSealed": false,
|
|
534
|
+
"visibility": "Public",
|
|
511
535
|
"declaringClrType": "System.Collections.Specialized.IOrderedDictionary",
|
|
512
536
|
"declaringAssemblyName": "System.Collections.Specialized",
|
|
513
537
|
"isExtensionMethod": false
|
|
@@ -529,6 +553,7 @@
|
|
|
529
553
|
"isAbstract": true,
|
|
530
554
|
"isVirtual": true,
|
|
531
555
|
"isOverride": false,
|
|
556
|
+
"visibility": "Public",
|
|
532
557
|
"declaringClrType": "System.Collections.IDictionary",
|
|
533
558
|
"declaringAssemblyName": "System.Private.CoreLib"
|
|
534
559
|
},
|
|
@@ -547,6 +572,7 @@
|
|
|
547
572
|
"isAbstract": true,
|
|
548
573
|
"isVirtual": true,
|
|
549
574
|
"isOverride": false,
|
|
575
|
+
"visibility": "Public",
|
|
550
576
|
"declaringClrType": "System.Collections.IDictionary",
|
|
551
577
|
"declaringAssemblyName": "System.Private.CoreLib"
|
|
552
578
|
},
|
|
@@ -565,6 +591,7 @@
|
|
|
565
591
|
"isAbstract": true,
|
|
566
592
|
"isVirtual": true,
|
|
567
593
|
"isOverride": false,
|
|
594
|
+
"visibility": "Public",
|
|
568
595
|
"declaringClrType": "System.Collections.IDictionary",
|
|
569
596
|
"declaringAssemblyName": "System.Private.CoreLib"
|
|
570
597
|
},
|
|
@@ -583,6 +610,7 @@
|
|
|
583
610
|
"isAbstract": true,
|
|
584
611
|
"isVirtual": true,
|
|
585
612
|
"isOverride": false,
|
|
613
|
+
"visibility": "Public",
|
|
586
614
|
"declaringClrType": "System.Collections.IDictionary",
|
|
587
615
|
"declaringAssemblyName": "System.Private.CoreLib"
|
|
588
616
|
},
|
|
@@ -601,6 +629,7 @@
|
|
|
601
629
|
"isAbstract": true,
|
|
602
630
|
"isVirtual": true,
|
|
603
631
|
"isOverride": false,
|
|
632
|
+
"visibility": "Public",
|
|
604
633
|
"declaringClrType": "System.Collections.ICollection",
|
|
605
634
|
"declaringAssemblyName": "System.Private.CoreLib"
|
|
606
635
|
},
|
|
@@ -619,6 +648,7 @@
|
|
|
619
648
|
"isAbstract": true,
|
|
620
649
|
"isVirtual": true,
|
|
621
650
|
"isOverride": false,
|
|
651
|
+
"visibility": "Public",
|
|
622
652
|
"declaringClrType": "System.Collections.ICollection",
|
|
623
653
|
"declaringAssemblyName": "System.Private.CoreLib"
|
|
624
654
|
},
|
|
@@ -637,6 +667,7 @@
|
|
|
637
667
|
"isAbstract": true,
|
|
638
668
|
"isVirtual": true,
|
|
639
669
|
"isOverride": false,
|
|
670
|
+
"visibility": "Public",
|
|
640
671
|
"declaringClrType": "System.Collections.ICollection",
|
|
641
672
|
"declaringAssemblyName": "System.Private.CoreLib"
|
|
642
673
|
}
|
|
@@ -685,6 +716,7 @@
|
|
|
685
716
|
"isVirtual": false,
|
|
686
717
|
"isOverride": false,
|
|
687
718
|
"isSealed": false,
|
|
719
|
+
"visibility": "Public",
|
|
688
720
|
"declaringClrType": "System.Collections.Specialized.BitVector32",
|
|
689
721
|
"declaringAssemblyName": "System.Collections.Specialized",
|
|
690
722
|
"isExtensionMethod": false
|
|
@@ -704,6 +736,7 @@
|
|
|
704
736
|
"isVirtual": false,
|
|
705
737
|
"isOverride": false,
|
|
706
738
|
"isSealed": false,
|
|
739
|
+
"visibility": "Public",
|
|
707
740
|
"declaringClrType": "System.Collections.Specialized.BitVector32",
|
|
708
741
|
"declaringAssemblyName": "System.Collections.Specialized",
|
|
709
742
|
"isExtensionMethod": false
|
|
@@ -723,6 +756,7 @@
|
|
|
723
756
|
"isVirtual": false,
|
|
724
757
|
"isOverride": false,
|
|
725
758
|
"isSealed": false,
|
|
759
|
+
"visibility": "Public",
|
|
726
760
|
"declaringClrType": "System.Collections.Specialized.BitVector32",
|
|
727
761
|
"declaringAssemblyName": "System.Collections.Specialized",
|
|
728
762
|
"isExtensionMethod": false
|
|
@@ -742,6 +776,7 @@
|
|
|
742
776
|
"isVirtual": false,
|
|
743
777
|
"isOverride": false,
|
|
744
778
|
"isSealed": false,
|
|
779
|
+
"visibility": "Public",
|
|
745
780
|
"declaringClrType": "System.Collections.Specialized.BitVector32",
|
|
746
781
|
"declaringAssemblyName": "System.Collections.Specialized",
|
|
747
782
|
"isExtensionMethod": false
|
|
@@ -761,6 +796,7 @@
|
|
|
761
796
|
"isVirtual": true,
|
|
762
797
|
"isOverride": true,
|
|
763
798
|
"isSealed": false,
|
|
799
|
+
"visibility": "Public",
|
|
764
800
|
"declaringClrType": "System.Collections.Specialized.BitVector32",
|
|
765
801
|
"declaringAssemblyName": "System.Collections.Specialized",
|
|
766
802
|
"isExtensionMethod": false
|
|
@@ -780,6 +816,7 @@
|
|
|
780
816
|
"isVirtual": true,
|
|
781
817
|
"isOverride": false,
|
|
782
818
|
"isSealed": true,
|
|
819
|
+
"visibility": "Public",
|
|
783
820
|
"declaringClrType": "System.Collections.Specialized.BitVector32",
|
|
784
821
|
"declaringAssemblyName": "System.Collections.Specialized",
|
|
785
822
|
"isExtensionMethod": false
|
|
@@ -799,6 +836,7 @@
|
|
|
799
836
|
"isVirtual": true,
|
|
800
837
|
"isOverride": true,
|
|
801
838
|
"isSealed": false,
|
|
839
|
+
"visibility": "Public",
|
|
802
840
|
"declaringClrType": "System.Collections.Specialized.BitVector32",
|
|
803
841
|
"declaringAssemblyName": "System.Collections.Specialized",
|
|
804
842
|
"isExtensionMethod": false
|
|
@@ -818,6 +856,7 @@
|
|
|
818
856
|
"isVirtual": false,
|
|
819
857
|
"isOverride": false,
|
|
820
858
|
"isSealed": false,
|
|
859
|
+
"visibility": "Public",
|
|
821
860
|
"declaringClrType": "System.Collections.Specialized.BitVector32",
|
|
822
861
|
"declaringAssemblyName": "System.Collections.Specialized",
|
|
823
862
|
"isExtensionMethod": false
|
|
@@ -837,6 +876,7 @@
|
|
|
837
876
|
"isVirtual": true,
|
|
838
877
|
"isOverride": true,
|
|
839
878
|
"isSealed": false,
|
|
879
|
+
"visibility": "Public",
|
|
840
880
|
"declaringClrType": "System.Collections.Specialized.BitVector32",
|
|
841
881
|
"declaringAssemblyName": "System.Collections.Specialized",
|
|
842
882
|
"isExtensionMethod": false
|
|
@@ -856,6 +896,7 @@
|
|
|
856
896
|
"isVirtual": true,
|
|
857
897
|
"isOverride": false,
|
|
858
898
|
"isSealed": false,
|
|
899
|
+
"visibility": "Public",
|
|
859
900
|
"declaringClrType": "System.IEquatable\u00601",
|
|
860
901
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
861
902
|
"isExtensionMethod": false,
|
|
@@ -876,6 +917,7 @@
|
|
|
876
917
|
"isVirtual": false,
|
|
877
918
|
"isOverride": false,
|
|
878
919
|
"isSealed": false,
|
|
920
|
+
"visibility": "Public",
|
|
879
921
|
"declaringClrType": "System.Collections.Specialized.BitVector32",
|
|
880
922
|
"declaringAssemblyName": "System.Collections.Specialized",
|
|
881
923
|
"isExtensionMethod": false
|
|
@@ -895,6 +937,7 @@
|
|
|
895
937
|
"isVirtual": false,
|
|
896
938
|
"isOverride": false,
|
|
897
939
|
"isSealed": false,
|
|
940
|
+
"visibility": "Public",
|
|
898
941
|
"declaringClrType": "System.Collections.Specialized.BitVector32",
|
|
899
942
|
"declaringAssemblyName": "System.Collections.Specialized",
|
|
900
943
|
"isExtensionMethod": false
|
|
@@ -914,6 +957,7 @@
|
|
|
914
957
|
"isVirtual": false,
|
|
915
958
|
"isOverride": false,
|
|
916
959
|
"isSealed": false,
|
|
960
|
+
"visibility": "Public",
|
|
917
961
|
"declaringClrType": "System.Collections.Specialized.BitVector32",
|
|
918
962
|
"declaringAssemblyName": "System.Collections.Specialized",
|
|
919
963
|
"isExtensionMethod": false
|
|
@@ -933,6 +977,7 @@
|
|
|
933
977
|
"isVirtual": false,
|
|
934
978
|
"isOverride": false,
|
|
935
979
|
"isSealed": false,
|
|
980
|
+
"visibility": "Public",
|
|
936
981
|
"declaringClrType": "System.Collections.Specialized.BitVector32",
|
|
937
982
|
"declaringAssemblyName": "System.Collections.Specialized",
|
|
938
983
|
"isExtensionMethod": false
|
|
@@ -954,6 +999,7 @@
|
|
|
954
999
|
"isAbstract": false,
|
|
955
1000
|
"isVirtual": false,
|
|
956
1001
|
"isOverride": false,
|
|
1002
|
+
"visibility": "Public",
|
|
957
1003
|
"declaringClrType": "System.Collections.Specialized.BitVector32",
|
|
958
1004
|
"declaringAssemblyName": "System.Collections.Specialized"
|
|
959
1005
|
}
|
|
@@ -968,6 +1014,7 @@
|
|
|
968
1014
|
"normalizedSignature": "constructor|(System.Int32):void|static=false",
|
|
969
1015
|
"isStatic": false,
|
|
970
1016
|
"parameterCount": 1,
|
|
1017
|
+
"visibility": "Public",
|
|
971
1018
|
"declaringClrType": "System.Collections.Specialized.BitVector32",
|
|
972
1019
|
"declaringAssemblyName": "System.Collections.Specialized"
|
|
973
1020
|
},
|
|
@@ -978,6 +1025,7 @@
|
|
|
978
1025
|
"normalizedSignature": "constructor|(System.Collections.Specialized.BitVector32):void|static=false",
|
|
979
1026
|
"isStatic": false,
|
|
980
1027
|
"parameterCount": 1,
|
|
1028
|
+
"visibility": "Public",
|
|
981
1029
|
"declaringClrType": "System.Collections.Specialized.BitVector32",
|
|
982
1030
|
"declaringAssemblyName": "System.Collections.Specialized"
|
|
983
1031
|
}
|
|
@@ -1003,7 +1051,7 @@
|
|
|
1003
1051
|
"stableId": "System.Private.CoreLib:System.IEquatable\u00601",
|
|
1004
1052
|
"clrName": "System.IEquatable\u00601",
|
|
1005
1053
|
"typeArguments": [
|
|
1006
|
-
"
|
|
1054
|
+
"Section"
|
|
1007
1055
|
]
|
|
1008
1056
|
}
|
|
1009
1057
|
],
|
|
@@ -1023,6 +1071,7 @@
|
|
|
1023
1071
|
"isVirtual": true,
|
|
1024
1072
|
"isOverride": true,
|
|
1025
1073
|
"isSealed": false,
|
|
1074
|
+
"visibility": "Public",
|
|
1026
1075
|
"declaringClrType": "System.Collections.Specialized.BitVector32\u002BSection",
|
|
1027
1076
|
"declaringAssemblyName": "System.Collections.Specialized",
|
|
1028
1077
|
"isExtensionMethod": false
|
|
@@ -1042,6 +1091,7 @@
|
|
|
1042
1091
|
"isVirtual": true,
|
|
1043
1092
|
"isOverride": false,
|
|
1044
1093
|
"isSealed": true,
|
|
1094
|
+
"visibility": "Public",
|
|
1045
1095
|
"declaringClrType": "System.Collections.Specialized.BitVector32\u002BSection",
|
|
1046
1096
|
"declaringAssemblyName": "System.Collections.Specialized",
|
|
1047
1097
|
"isExtensionMethod": false
|
|
@@ -1061,6 +1111,7 @@
|
|
|
1061
1111
|
"isVirtual": true,
|
|
1062
1112
|
"isOverride": true,
|
|
1063
1113
|
"isSealed": false,
|
|
1114
|
+
"visibility": "Public",
|
|
1064
1115
|
"declaringClrType": "System.Collections.Specialized.BitVector32\u002BSection",
|
|
1065
1116
|
"declaringAssemblyName": "System.Collections.Specialized",
|
|
1066
1117
|
"isExtensionMethod": false
|
|
@@ -1080,6 +1131,7 @@
|
|
|
1080
1131
|
"isVirtual": false,
|
|
1081
1132
|
"isOverride": false,
|
|
1082
1133
|
"isSealed": false,
|
|
1134
|
+
"visibility": "Public",
|
|
1083
1135
|
"declaringClrType": "System.Collections.Specialized.BitVector32\u002BSection",
|
|
1084
1136
|
"declaringAssemblyName": "System.Collections.Specialized",
|
|
1085
1137
|
"isExtensionMethod": false
|
|
@@ -1099,6 +1151,7 @@
|
|
|
1099
1151
|
"isVirtual": true,
|
|
1100
1152
|
"isOverride": true,
|
|
1101
1153
|
"isSealed": false,
|
|
1154
|
+
"visibility": "Public",
|
|
1102
1155
|
"declaringClrType": "System.Collections.Specialized.BitVector32\u002BSection",
|
|
1103
1156
|
"declaringAssemblyName": "System.Collections.Specialized",
|
|
1104
1157
|
"isExtensionMethod": false
|
|
@@ -1118,6 +1171,7 @@
|
|
|
1118
1171
|
"isVirtual": true,
|
|
1119
1172
|
"isOverride": false,
|
|
1120
1173
|
"isSealed": false,
|
|
1174
|
+
"visibility": "Public",
|
|
1121
1175
|
"declaringClrType": "System.IEquatable\u00601",
|
|
1122
1176
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
1123
1177
|
"isExtensionMethod": false,
|
|
@@ -1140,6 +1194,7 @@
|
|
|
1140
1194
|
"isAbstract": false,
|
|
1141
1195
|
"isVirtual": false,
|
|
1142
1196
|
"isOverride": false,
|
|
1197
|
+
"visibility": "Public",
|
|
1143
1198
|
"declaringClrType": "System.Collections.Specialized.BitVector32\u002BSection",
|
|
1144
1199
|
"declaringAssemblyName": "System.Collections.Specialized"
|
|
1145
1200
|
},
|
|
@@ -1158,6 +1213,7 @@
|
|
|
1158
1213
|
"isAbstract": false,
|
|
1159
1214
|
"isVirtual": false,
|
|
1160
1215
|
"isOverride": false,
|
|
1216
|
+
"visibility": "Public",
|
|
1161
1217
|
"declaringClrType": "System.Collections.Specialized.BitVector32\u002BSection",
|
|
1162
1218
|
"declaringAssemblyName": "System.Collections.Specialized"
|
|
1163
1219
|
}
|
|
@@ -1197,6 +1253,7 @@
|
|
|
1197
1253
|
"isVirtual": false,
|
|
1198
1254
|
"isOverride": false,
|
|
1199
1255
|
"isSealed": false,
|
|
1256
|
+
"visibility": "Public",
|
|
1200
1257
|
"declaringClrType": "System.Collections.Specialized.CollectionsUtil",
|
|
1201
1258
|
"declaringAssemblyName": "System.Collections.NonGeneric",
|
|
1202
1259
|
"isExtensionMethod": false
|
|
@@ -1216,6 +1273,7 @@
|
|
|
1216
1273
|
"isVirtual": false,
|
|
1217
1274
|
"isOverride": false,
|
|
1218
1275
|
"isSealed": false,
|
|
1276
|
+
"visibility": "Public",
|
|
1219
1277
|
"declaringClrType": "System.Collections.Specialized.CollectionsUtil",
|
|
1220
1278
|
"declaringAssemblyName": "System.Collections.NonGeneric",
|
|
1221
1279
|
"isExtensionMethod": false
|
|
@@ -1235,6 +1293,7 @@
|
|
|
1235
1293
|
"isVirtual": false,
|
|
1236
1294
|
"isOverride": false,
|
|
1237
1295
|
"isSealed": false,
|
|
1296
|
+
"visibility": "Public",
|
|
1238
1297
|
"declaringClrType": "System.Collections.Specialized.CollectionsUtil",
|
|
1239
1298
|
"declaringAssemblyName": "System.Collections.NonGeneric",
|
|
1240
1299
|
"isExtensionMethod": false
|
|
@@ -1254,6 +1313,7 @@
|
|
|
1254
1313
|
"isVirtual": false,
|
|
1255
1314
|
"isOverride": false,
|
|
1256
1315
|
"isSealed": false,
|
|
1316
|
+
"visibility": "Public",
|
|
1257
1317
|
"declaringClrType": "System.Collections.Specialized.CollectionsUtil",
|
|
1258
1318
|
"declaringAssemblyName": "System.Collections.NonGeneric",
|
|
1259
1319
|
"isExtensionMethod": false
|
|
@@ -1270,6 +1330,7 @@
|
|
|
1270
1330
|
"normalizedSignature": "constructor|():void|static=false",
|
|
1271
1331
|
"isStatic": false,
|
|
1272
1332
|
"parameterCount": 0,
|
|
1333
|
+
"visibility": "Public",
|
|
1273
1334
|
"declaringClrType": "System.Collections.Specialized.CollectionsUtil",
|
|
1274
1335
|
"declaringAssemblyName": "System.Collections.NonGeneric"
|
|
1275
1336
|
}
|
|
@@ -1291,14 +1352,14 @@
|
|
|
1291
1352
|
"clrName": "System.Object"
|
|
1292
1353
|
},
|
|
1293
1354
|
"interfaces": [
|
|
1294
|
-
{
|
|
1295
|
-
"stableId": "System.Private.CoreLib:System.Collections.ICollection",
|
|
1296
|
-
"clrName": "System.Collections.ICollection"
|
|
1297
|
-
},
|
|
1298
1355
|
{
|
|
1299
1356
|
"stableId": "System.Private.CoreLib:System.Collections.IDictionary",
|
|
1300
1357
|
"clrName": "System.Collections.IDictionary"
|
|
1301
1358
|
},
|
|
1359
|
+
{
|
|
1360
|
+
"stableId": "System.Private.CoreLib:System.Collections.ICollection",
|
|
1361
|
+
"clrName": "System.Collections.ICollection"
|
|
1362
|
+
},
|
|
1302
1363
|
{
|
|
1303
1364
|
"stableId": "System.Private.CoreLib:System.Collections.IEnumerable",
|
|
1304
1365
|
"clrName": "System.Collections.IEnumerable"
|
|
@@ -1320,6 +1381,7 @@
|
|
|
1320
1381
|
"isVirtual": true,
|
|
1321
1382
|
"isOverride": false,
|
|
1322
1383
|
"isSealed": true,
|
|
1384
|
+
"visibility": "Public",
|
|
1323
1385
|
"declaringClrType": "System.Collections.Specialized.HybridDictionary",
|
|
1324
1386
|
"declaringAssemblyName": "System.Collections.Specialized",
|
|
1325
1387
|
"isExtensionMethod": false
|
|
@@ -1339,6 +1401,7 @@
|
|
|
1339
1401
|
"isVirtual": true,
|
|
1340
1402
|
"isOverride": false,
|
|
1341
1403
|
"isSealed": true,
|
|
1404
|
+
"visibility": "Public",
|
|
1342
1405
|
"declaringClrType": "System.Collections.Specialized.HybridDictionary",
|
|
1343
1406
|
"declaringAssemblyName": "System.Collections.Specialized",
|
|
1344
1407
|
"isExtensionMethod": false
|
|
@@ -1358,6 +1421,7 @@
|
|
|
1358
1421
|
"isVirtual": true,
|
|
1359
1422
|
"isOverride": false,
|
|
1360
1423
|
"isSealed": true,
|
|
1424
|
+
"visibility": "Public",
|
|
1361
1425
|
"declaringClrType": "System.Collections.Specialized.HybridDictionary",
|
|
1362
1426
|
"declaringAssemblyName": "System.Collections.Specialized",
|
|
1363
1427
|
"isExtensionMethod": false
|
|
@@ -1377,6 +1441,7 @@
|
|
|
1377
1441
|
"isVirtual": true,
|
|
1378
1442
|
"isOverride": false,
|
|
1379
1443
|
"isSealed": true,
|
|
1444
|
+
"visibility": "Public",
|
|
1380
1445
|
"declaringClrType": "System.Collections.Specialized.HybridDictionary",
|
|
1381
1446
|
"declaringAssemblyName": "System.Collections.Specialized",
|
|
1382
1447
|
"isExtensionMethod": false
|
|
@@ -1396,6 +1461,7 @@
|
|
|
1396
1461
|
"isVirtual": true,
|
|
1397
1462
|
"isOverride": false,
|
|
1398
1463
|
"isSealed": true,
|
|
1464
|
+
"visibility": "Public",
|
|
1399
1465
|
"declaringClrType": "System.Collections.Specialized.HybridDictionary",
|
|
1400
1466
|
"declaringAssemblyName": "System.Collections.Specialized",
|
|
1401
1467
|
"isExtensionMethod": false
|
|
@@ -1415,6 +1481,7 @@
|
|
|
1415
1481
|
"isVirtual": true,
|
|
1416
1482
|
"isOverride": false,
|
|
1417
1483
|
"isSealed": true,
|
|
1484
|
+
"visibility": "Public",
|
|
1418
1485
|
"declaringClrType": "System.Collections.Specialized.HybridDictionary",
|
|
1419
1486
|
"declaringAssemblyName": "System.Collections.Specialized",
|
|
1420
1487
|
"isExtensionMethod": false
|
|
@@ -1434,6 +1501,7 @@
|
|
|
1434
1501
|
"isVirtual": true,
|
|
1435
1502
|
"isOverride": false,
|
|
1436
1503
|
"isSealed": false,
|
|
1504
|
+
"visibility": "Public",
|
|
1437
1505
|
"declaringClrType": "System.Collections.IEnumerable",
|
|
1438
1506
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
1439
1507
|
"isExtensionMethod": false,
|
|
@@ -1454,6 +1522,7 @@
|
|
|
1454
1522
|
"isVirtual": true,
|
|
1455
1523
|
"isOverride": false,
|
|
1456
1524
|
"isSealed": false,
|
|
1525
|
+
"visibility": "Public",
|
|
1457
1526
|
"declaringClrType": "System.Collections.IDictionary",
|
|
1458
1527
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
1459
1528
|
"isExtensionMethod": false,
|
|
@@ -1474,6 +1543,7 @@
|
|
|
1474
1543
|
"isVirtual": true,
|
|
1475
1544
|
"isOverride": false,
|
|
1476
1545
|
"isSealed": false,
|
|
1546
|
+
"visibility": "Public",
|
|
1477
1547
|
"declaringClrType": "System.Collections.IDictionary",
|
|
1478
1548
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
1479
1549
|
"isExtensionMethod": false,
|
|
@@ -1494,6 +1564,7 @@
|
|
|
1494
1564
|
"isVirtual": true,
|
|
1495
1565
|
"isOverride": false,
|
|
1496
1566
|
"isSealed": false,
|
|
1567
|
+
"visibility": "Public",
|
|
1497
1568
|
"declaringClrType": "System.Collections.IDictionary",
|
|
1498
1569
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
1499
1570
|
"isExtensionMethod": false,
|
|
@@ -1514,6 +1585,7 @@
|
|
|
1514
1585
|
"isVirtual": true,
|
|
1515
1586
|
"isOverride": false,
|
|
1516
1587
|
"isSealed": false,
|
|
1588
|
+
"visibility": "Public",
|
|
1517
1589
|
"declaringClrType": "System.Collections.IDictionary",
|
|
1518
1590
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
1519
1591
|
"isExtensionMethod": false,
|
|
@@ -1534,6 +1606,7 @@
|
|
|
1534
1606
|
"isVirtual": true,
|
|
1535
1607
|
"isOverride": false,
|
|
1536
1608
|
"isSealed": false,
|
|
1609
|
+
"visibility": "Public",
|
|
1537
1610
|
"declaringClrType": "System.Collections.IDictionary",
|
|
1538
1611
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
1539
1612
|
"isExtensionMethod": false,
|
|
@@ -1554,6 +1627,7 @@
|
|
|
1554
1627
|
"isVirtual": true,
|
|
1555
1628
|
"isOverride": false,
|
|
1556
1629
|
"isSealed": false,
|
|
1630
|
+
"visibility": "Public",
|
|
1557
1631
|
"declaringClrType": "System.Collections.ICollection",
|
|
1558
1632
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
1559
1633
|
"isExtensionMethod": false,
|
|
@@ -1576,6 +1650,7 @@
|
|
|
1576
1650
|
"isAbstract": false,
|
|
1577
1651
|
"isVirtual": true,
|
|
1578
1652
|
"isOverride": false,
|
|
1653
|
+
"visibility": "Public",
|
|
1579
1654
|
"declaringClrType": "System.Collections.Specialized.HybridDictionary",
|
|
1580
1655
|
"declaringAssemblyName": "System.Collections.Specialized"
|
|
1581
1656
|
},
|
|
@@ -1594,6 +1669,7 @@
|
|
|
1594
1669
|
"isAbstract": false,
|
|
1595
1670
|
"isVirtual": true,
|
|
1596
1671
|
"isOverride": false,
|
|
1672
|
+
"visibility": "Public",
|
|
1597
1673
|
"declaringClrType": "System.Collections.Specialized.HybridDictionary",
|
|
1598
1674
|
"declaringAssemblyName": "System.Collections.Specialized"
|
|
1599
1675
|
},
|
|
@@ -1612,6 +1688,7 @@
|
|
|
1612
1688
|
"isAbstract": false,
|
|
1613
1689
|
"isVirtual": true,
|
|
1614
1690
|
"isOverride": false,
|
|
1691
|
+
"visibility": "Public",
|
|
1615
1692
|
"declaringClrType": "System.Collections.Specialized.HybridDictionary",
|
|
1616
1693
|
"declaringAssemblyName": "System.Collections.Specialized"
|
|
1617
1694
|
},
|
|
@@ -1630,6 +1707,7 @@
|
|
|
1630
1707
|
"isAbstract": false,
|
|
1631
1708
|
"isVirtual": true,
|
|
1632
1709
|
"isOverride": false,
|
|
1710
|
+
"visibility": "Public",
|
|
1633
1711
|
"declaringClrType": "System.Collections.Specialized.HybridDictionary",
|
|
1634
1712
|
"declaringAssemblyName": "System.Collections.Specialized"
|
|
1635
1713
|
},
|
|
@@ -1648,6 +1726,7 @@
|
|
|
1648
1726
|
"isAbstract": false,
|
|
1649
1727
|
"isVirtual": true,
|
|
1650
1728
|
"isOverride": false,
|
|
1729
|
+
"visibility": "Public",
|
|
1651
1730
|
"declaringClrType": "System.Collections.Specialized.HybridDictionary",
|
|
1652
1731
|
"declaringAssemblyName": "System.Collections.Specialized"
|
|
1653
1732
|
},
|
|
@@ -1666,6 +1745,7 @@
|
|
|
1666
1745
|
"isAbstract": false,
|
|
1667
1746
|
"isVirtual": true,
|
|
1668
1747
|
"isOverride": false,
|
|
1748
|
+
"visibility": "Public",
|
|
1669
1749
|
"declaringClrType": "System.Collections.Specialized.HybridDictionary",
|
|
1670
1750
|
"declaringAssemblyName": "System.Collections.Specialized"
|
|
1671
1751
|
},
|
|
@@ -1684,6 +1764,7 @@
|
|
|
1684
1764
|
"isAbstract": false,
|
|
1685
1765
|
"isVirtual": true,
|
|
1686
1766
|
"isOverride": false,
|
|
1767
|
+
"visibility": "Public",
|
|
1687
1768
|
"declaringClrType": "System.Collections.Specialized.HybridDictionary",
|
|
1688
1769
|
"declaringAssemblyName": "System.Collections.Specialized"
|
|
1689
1770
|
},
|
|
@@ -1702,6 +1783,7 @@
|
|
|
1702
1783
|
"isAbstract": false,
|
|
1703
1784
|
"isVirtual": true,
|
|
1704
1785
|
"isOverride": false,
|
|
1786
|
+
"visibility": "Public",
|
|
1705
1787
|
"declaringClrType": "System.Collections.Specialized.HybridDictionary",
|
|
1706
1788
|
"declaringAssemblyName": "System.Collections.Specialized"
|
|
1707
1789
|
},
|
|
@@ -1720,6 +1802,7 @@
|
|
|
1720
1802
|
"isAbstract": false,
|
|
1721
1803
|
"isVirtual": true,
|
|
1722
1804
|
"isOverride": false,
|
|
1805
|
+
"visibility": "Public",
|
|
1723
1806
|
"sourceInterface": "System.Collections.IDictionary",
|
|
1724
1807
|
"declaringClrType": "System.Collections.IDictionary",
|
|
1725
1808
|
"declaringAssemblyName": "System.Private.CoreLib"
|
|
@@ -1739,6 +1822,7 @@
|
|
|
1739
1822
|
"isAbstract": false,
|
|
1740
1823
|
"isVirtual": true,
|
|
1741
1824
|
"isOverride": false,
|
|
1825
|
+
"visibility": "Public",
|
|
1742
1826
|
"sourceInterface": "System.Collections.IDictionary",
|
|
1743
1827
|
"declaringClrType": "System.Collections.IDictionary",
|
|
1744
1828
|
"declaringAssemblyName": "System.Private.CoreLib"
|
|
@@ -1758,6 +1842,7 @@
|
|
|
1758
1842
|
"isAbstract": false,
|
|
1759
1843
|
"isVirtual": true,
|
|
1760
1844
|
"isOverride": false,
|
|
1845
|
+
"visibility": "Public",
|
|
1761
1846
|
"sourceInterface": "System.Collections.ICollection",
|
|
1762
1847
|
"declaringClrType": "System.Collections.IDictionary",
|
|
1763
1848
|
"declaringAssemblyName": "System.Private.CoreLib"
|
|
@@ -1777,6 +1862,7 @@
|
|
|
1777
1862
|
"isAbstract": false,
|
|
1778
1863
|
"isVirtual": true,
|
|
1779
1864
|
"isOverride": false,
|
|
1865
|
+
"visibility": "Public",
|
|
1780
1866
|
"sourceInterface": "System.Collections.ICollection",
|
|
1781
1867
|
"declaringClrType": "System.Collections.IDictionary",
|
|
1782
1868
|
"declaringAssemblyName": "System.Private.CoreLib"
|
|
@@ -1796,6 +1882,7 @@
|
|
|
1796
1882
|
"isAbstract": false,
|
|
1797
1883
|
"isVirtual": true,
|
|
1798
1884
|
"isOverride": false,
|
|
1885
|
+
"visibility": "Public",
|
|
1799
1886
|
"sourceInterface": "System.Collections.ICollection",
|
|
1800
1887
|
"declaringClrType": "System.Collections.ICollection",
|
|
1801
1888
|
"declaringAssemblyName": "System.Private.CoreLib"
|
|
@@ -1815,6 +1902,7 @@
|
|
|
1815
1902
|
"isAbstract": false,
|
|
1816
1903
|
"isVirtual": true,
|
|
1817
1904
|
"isOverride": false,
|
|
1905
|
+
"visibility": "Public",
|
|
1818
1906
|
"sourceInterface": "System.Collections.ICollection",
|
|
1819
1907
|
"declaringClrType": "System.Collections.ICollection",
|
|
1820
1908
|
"declaringAssemblyName": "System.Private.CoreLib"
|
|
@@ -1834,6 +1922,7 @@
|
|
|
1834
1922
|
"isAbstract": false,
|
|
1835
1923
|
"isVirtual": true,
|
|
1836
1924
|
"isOverride": false,
|
|
1925
|
+
"visibility": "Public",
|
|
1837
1926
|
"sourceInterface": "System.Collections.ICollection",
|
|
1838
1927
|
"declaringClrType": "System.Collections.ICollection",
|
|
1839
1928
|
"declaringAssemblyName": "System.Private.CoreLib"
|
|
@@ -1849,6 +1938,7 @@
|
|
|
1849
1938
|
"normalizedSignature": "constructor|():void|static=false",
|
|
1850
1939
|
"isStatic": false,
|
|
1851
1940
|
"parameterCount": 0,
|
|
1941
|
+
"visibility": "Public",
|
|
1852
1942
|
"declaringClrType": "System.Collections.Specialized.HybridDictionary",
|
|
1853
1943
|
"declaringAssemblyName": "System.Collections.Specialized"
|
|
1854
1944
|
},
|
|
@@ -1859,6 +1949,7 @@
|
|
|
1859
1949
|
"normalizedSignature": "constructor|(System.Int32):void|static=false",
|
|
1860
1950
|
"isStatic": false,
|
|
1861
1951
|
"parameterCount": 1,
|
|
1952
|
+
"visibility": "Public",
|
|
1862
1953
|
"declaringClrType": "System.Collections.Specialized.HybridDictionary",
|
|
1863
1954
|
"declaringAssemblyName": "System.Collections.Specialized"
|
|
1864
1955
|
},
|
|
@@ -1869,6 +1960,7 @@
|
|
|
1869
1960
|
"normalizedSignature": "constructor|(System.Boolean):void|static=false",
|
|
1870
1961
|
"isStatic": false,
|
|
1871
1962
|
"parameterCount": 1,
|
|
1963
|
+
"visibility": "Public",
|
|
1872
1964
|
"declaringClrType": "System.Collections.Specialized.HybridDictionary",
|
|
1873
1965
|
"declaringAssemblyName": "System.Collections.Specialized"
|
|
1874
1966
|
},
|
|
@@ -1879,6 +1971,7 @@
|
|
|
1879
1971
|
"normalizedSignature": "constructor|(System.Int32,System.Boolean):void|static=false",
|
|
1880
1972
|
"isStatic": false,
|
|
1881
1973
|
"parameterCount": 2,
|
|
1974
|
+
"visibility": "Public",
|
|
1882
1975
|
"declaringClrType": "System.Collections.Specialized.HybridDictionary",
|
|
1883
1976
|
"declaringAssemblyName": "System.Collections.Specialized"
|
|
1884
1977
|
}
|
|
@@ -1900,14 +1993,14 @@
|
|
|
1900
1993
|
"clrName": "System.Object"
|
|
1901
1994
|
},
|
|
1902
1995
|
"interfaces": [
|
|
1903
|
-
{
|
|
1904
|
-
"stableId": "System.Private.CoreLib:System.Collections.ICollection",
|
|
1905
|
-
"clrName": "System.Collections.ICollection"
|
|
1906
|
-
},
|
|
1907
1996
|
{
|
|
1908
1997
|
"stableId": "System.Private.CoreLib:System.Collections.IDictionary",
|
|
1909
1998
|
"clrName": "System.Collections.IDictionary"
|
|
1910
1999
|
},
|
|
2000
|
+
{
|
|
2001
|
+
"stableId": "System.Private.CoreLib:System.Collections.ICollection",
|
|
2002
|
+
"clrName": "System.Collections.ICollection"
|
|
2003
|
+
},
|
|
1911
2004
|
{
|
|
1912
2005
|
"stableId": "System.Private.CoreLib:System.Collections.IEnumerable",
|
|
1913
2006
|
"clrName": "System.Collections.IEnumerable"
|
|
@@ -1929,6 +2022,7 @@
|
|
|
1929
2022
|
"isVirtual": true,
|
|
1930
2023
|
"isOverride": false,
|
|
1931
2024
|
"isSealed": true,
|
|
2025
|
+
"visibility": "Public",
|
|
1932
2026
|
"declaringClrType": "System.Collections.Specialized.ListDictionary",
|
|
1933
2027
|
"declaringAssemblyName": "System.Collections.Specialized",
|
|
1934
2028
|
"isExtensionMethod": false
|
|
@@ -1948,6 +2042,7 @@
|
|
|
1948
2042
|
"isVirtual": true,
|
|
1949
2043
|
"isOverride": false,
|
|
1950
2044
|
"isSealed": true,
|
|
2045
|
+
"visibility": "Public",
|
|
1951
2046
|
"declaringClrType": "System.Collections.Specialized.ListDictionary",
|
|
1952
2047
|
"declaringAssemblyName": "System.Collections.Specialized",
|
|
1953
2048
|
"isExtensionMethod": false
|
|
@@ -1967,6 +2062,7 @@
|
|
|
1967
2062
|
"isVirtual": true,
|
|
1968
2063
|
"isOverride": false,
|
|
1969
2064
|
"isSealed": true,
|
|
2065
|
+
"visibility": "Public",
|
|
1970
2066
|
"declaringClrType": "System.Collections.Specialized.ListDictionary",
|
|
1971
2067
|
"declaringAssemblyName": "System.Collections.Specialized",
|
|
1972
2068
|
"isExtensionMethod": false
|
|
@@ -1986,6 +2082,7 @@
|
|
|
1986
2082
|
"isVirtual": true,
|
|
1987
2083
|
"isOverride": false,
|
|
1988
2084
|
"isSealed": true,
|
|
2085
|
+
"visibility": "Public",
|
|
1989
2086
|
"declaringClrType": "System.Collections.Specialized.ListDictionary",
|
|
1990
2087
|
"declaringAssemblyName": "System.Collections.Specialized",
|
|
1991
2088
|
"isExtensionMethod": false
|
|
@@ -2005,6 +2102,7 @@
|
|
|
2005
2102
|
"isVirtual": true,
|
|
2006
2103
|
"isOverride": false,
|
|
2007
2104
|
"isSealed": true,
|
|
2105
|
+
"visibility": "Public",
|
|
2008
2106
|
"declaringClrType": "System.Collections.Specialized.ListDictionary",
|
|
2009
2107
|
"declaringAssemblyName": "System.Collections.Specialized",
|
|
2010
2108
|
"isExtensionMethod": false
|
|
@@ -2024,6 +2122,7 @@
|
|
|
2024
2122
|
"isVirtual": true,
|
|
2025
2123
|
"isOverride": false,
|
|
2026
2124
|
"isSealed": true,
|
|
2125
|
+
"visibility": "Public",
|
|
2027
2126
|
"declaringClrType": "System.Collections.Specialized.ListDictionary",
|
|
2028
2127
|
"declaringAssemblyName": "System.Collections.Specialized",
|
|
2029
2128
|
"isExtensionMethod": false
|
|
@@ -2043,6 +2142,7 @@
|
|
|
2043
2142
|
"isVirtual": true,
|
|
2044
2143
|
"isOverride": false,
|
|
2045
2144
|
"isSealed": false,
|
|
2145
|
+
"visibility": "Public",
|
|
2046
2146
|
"declaringClrType": "System.Collections.IEnumerable",
|
|
2047
2147
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
2048
2148
|
"isExtensionMethod": false,
|
|
@@ -2063,6 +2163,7 @@
|
|
|
2063
2163
|
"isVirtual": true,
|
|
2064
2164
|
"isOverride": false,
|
|
2065
2165
|
"isSealed": false,
|
|
2166
|
+
"visibility": "Public",
|
|
2066
2167
|
"declaringClrType": "System.Collections.IDictionary",
|
|
2067
2168
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
2068
2169
|
"isExtensionMethod": false,
|
|
@@ -2083,6 +2184,7 @@
|
|
|
2083
2184
|
"isVirtual": true,
|
|
2084
2185
|
"isOverride": false,
|
|
2085
2186
|
"isSealed": false,
|
|
2187
|
+
"visibility": "Public",
|
|
2086
2188
|
"declaringClrType": "System.Collections.IDictionary",
|
|
2087
2189
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
2088
2190
|
"isExtensionMethod": false,
|
|
@@ -2103,6 +2205,7 @@
|
|
|
2103
2205
|
"isVirtual": true,
|
|
2104
2206
|
"isOverride": false,
|
|
2105
2207
|
"isSealed": false,
|
|
2208
|
+
"visibility": "Public",
|
|
2106
2209
|
"declaringClrType": "System.Collections.IDictionary",
|
|
2107
2210
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
2108
2211
|
"isExtensionMethod": false,
|
|
@@ -2123,6 +2226,7 @@
|
|
|
2123
2226
|
"isVirtual": true,
|
|
2124
2227
|
"isOverride": false,
|
|
2125
2228
|
"isSealed": false,
|
|
2229
|
+
"visibility": "Public",
|
|
2126
2230
|
"declaringClrType": "System.Collections.IDictionary",
|
|
2127
2231
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
2128
2232
|
"isExtensionMethod": false,
|
|
@@ -2143,6 +2247,7 @@
|
|
|
2143
2247
|
"isVirtual": true,
|
|
2144
2248
|
"isOverride": false,
|
|
2145
2249
|
"isSealed": false,
|
|
2250
|
+
"visibility": "Public",
|
|
2146
2251
|
"declaringClrType": "System.Collections.IDictionary",
|
|
2147
2252
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
2148
2253
|
"isExtensionMethod": false,
|
|
@@ -2163,6 +2268,7 @@
|
|
|
2163
2268
|
"isVirtual": true,
|
|
2164
2269
|
"isOverride": false,
|
|
2165
2270
|
"isSealed": false,
|
|
2271
|
+
"visibility": "Public",
|
|
2166
2272
|
"declaringClrType": "System.Collections.ICollection",
|
|
2167
2273
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
2168
2274
|
"isExtensionMethod": false,
|
|
@@ -2185,6 +2291,7 @@
|
|
|
2185
2291
|
"isAbstract": false,
|
|
2186
2292
|
"isVirtual": true,
|
|
2187
2293
|
"isOverride": false,
|
|
2294
|
+
"visibility": "Public",
|
|
2188
2295
|
"declaringClrType": "System.Collections.Specialized.ListDictionary",
|
|
2189
2296
|
"declaringAssemblyName": "System.Collections.Specialized"
|
|
2190
2297
|
},
|
|
@@ -2203,6 +2310,7 @@
|
|
|
2203
2310
|
"isAbstract": false,
|
|
2204
2311
|
"isVirtual": true,
|
|
2205
2312
|
"isOverride": false,
|
|
2313
|
+
"visibility": "Public",
|
|
2206
2314
|
"declaringClrType": "System.Collections.Specialized.ListDictionary",
|
|
2207
2315
|
"declaringAssemblyName": "System.Collections.Specialized"
|
|
2208
2316
|
},
|
|
@@ -2221,6 +2329,7 @@
|
|
|
2221
2329
|
"isAbstract": false,
|
|
2222
2330
|
"isVirtual": true,
|
|
2223
2331
|
"isOverride": false,
|
|
2332
|
+
"visibility": "Public",
|
|
2224
2333
|
"declaringClrType": "System.Collections.Specialized.ListDictionary",
|
|
2225
2334
|
"declaringAssemblyName": "System.Collections.Specialized"
|
|
2226
2335
|
},
|
|
@@ -2239,6 +2348,7 @@
|
|
|
2239
2348
|
"isAbstract": false,
|
|
2240
2349
|
"isVirtual": true,
|
|
2241
2350
|
"isOverride": false,
|
|
2351
|
+
"visibility": "Public",
|
|
2242
2352
|
"declaringClrType": "System.Collections.Specialized.ListDictionary",
|
|
2243
2353
|
"declaringAssemblyName": "System.Collections.Specialized"
|
|
2244
2354
|
},
|
|
@@ -2257,6 +2367,7 @@
|
|
|
2257
2367
|
"isAbstract": false,
|
|
2258
2368
|
"isVirtual": true,
|
|
2259
2369
|
"isOverride": false,
|
|
2370
|
+
"visibility": "Public",
|
|
2260
2371
|
"declaringClrType": "System.Collections.Specialized.ListDictionary",
|
|
2261
2372
|
"declaringAssemblyName": "System.Collections.Specialized"
|
|
2262
2373
|
},
|
|
@@ -2275,6 +2386,7 @@
|
|
|
2275
2386
|
"isAbstract": false,
|
|
2276
2387
|
"isVirtual": true,
|
|
2277
2388
|
"isOverride": false,
|
|
2389
|
+
"visibility": "Public",
|
|
2278
2390
|
"declaringClrType": "System.Collections.Specialized.ListDictionary",
|
|
2279
2391
|
"declaringAssemblyName": "System.Collections.Specialized"
|
|
2280
2392
|
},
|
|
@@ -2293,6 +2405,7 @@
|
|
|
2293
2405
|
"isAbstract": false,
|
|
2294
2406
|
"isVirtual": true,
|
|
2295
2407
|
"isOverride": false,
|
|
2408
|
+
"visibility": "Public",
|
|
2296
2409
|
"declaringClrType": "System.Collections.Specialized.ListDictionary",
|
|
2297
2410
|
"declaringAssemblyName": "System.Collections.Specialized"
|
|
2298
2411
|
},
|
|
@@ -2311,6 +2424,7 @@
|
|
|
2311
2424
|
"isAbstract": false,
|
|
2312
2425
|
"isVirtual": true,
|
|
2313
2426
|
"isOverride": false,
|
|
2427
|
+
"visibility": "Public",
|
|
2314
2428
|
"declaringClrType": "System.Collections.Specialized.ListDictionary",
|
|
2315
2429
|
"declaringAssemblyName": "System.Collections.Specialized"
|
|
2316
2430
|
},
|
|
@@ -2329,6 +2443,7 @@
|
|
|
2329
2443
|
"isAbstract": false,
|
|
2330
2444
|
"isVirtual": true,
|
|
2331
2445
|
"isOverride": false,
|
|
2446
|
+
"visibility": "Public",
|
|
2332
2447
|
"sourceInterface": "System.Collections.IDictionary",
|
|
2333
2448
|
"declaringClrType": "System.Collections.IDictionary",
|
|
2334
2449
|
"declaringAssemblyName": "System.Private.CoreLib"
|
|
@@ -2348,6 +2463,7 @@
|
|
|
2348
2463
|
"isAbstract": false,
|
|
2349
2464
|
"isVirtual": true,
|
|
2350
2465
|
"isOverride": false,
|
|
2466
|
+
"visibility": "Public",
|
|
2351
2467
|
"sourceInterface": "System.Collections.IDictionary",
|
|
2352
2468
|
"declaringClrType": "System.Collections.IDictionary",
|
|
2353
2469
|
"declaringAssemblyName": "System.Private.CoreLib"
|
|
@@ -2367,6 +2483,7 @@
|
|
|
2367
2483
|
"isAbstract": false,
|
|
2368
2484
|
"isVirtual": true,
|
|
2369
2485
|
"isOverride": false,
|
|
2486
|
+
"visibility": "Public",
|
|
2370
2487
|
"sourceInterface": "System.Collections.ICollection",
|
|
2371
2488
|
"declaringClrType": "System.Collections.IDictionary",
|
|
2372
2489
|
"declaringAssemblyName": "System.Private.CoreLib"
|
|
@@ -2386,6 +2503,7 @@
|
|
|
2386
2503
|
"isAbstract": false,
|
|
2387
2504
|
"isVirtual": true,
|
|
2388
2505
|
"isOverride": false,
|
|
2506
|
+
"visibility": "Public",
|
|
2389
2507
|
"sourceInterface": "System.Collections.ICollection",
|
|
2390
2508
|
"declaringClrType": "System.Collections.IDictionary",
|
|
2391
2509
|
"declaringAssemblyName": "System.Private.CoreLib"
|
|
@@ -2405,6 +2523,7 @@
|
|
|
2405
2523
|
"isAbstract": false,
|
|
2406
2524
|
"isVirtual": true,
|
|
2407
2525
|
"isOverride": false,
|
|
2526
|
+
"visibility": "Public",
|
|
2408
2527
|
"sourceInterface": "System.Collections.ICollection",
|
|
2409
2528
|
"declaringClrType": "System.Collections.ICollection",
|
|
2410
2529
|
"declaringAssemblyName": "System.Private.CoreLib"
|
|
@@ -2424,6 +2543,7 @@
|
|
|
2424
2543
|
"isAbstract": false,
|
|
2425
2544
|
"isVirtual": true,
|
|
2426
2545
|
"isOverride": false,
|
|
2546
|
+
"visibility": "Public",
|
|
2427
2547
|
"sourceInterface": "System.Collections.ICollection",
|
|
2428
2548
|
"declaringClrType": "System.Collections.ICollection",
|
|
2429
2549
|
"declaringAssemblyName": "System.Private.CoreLib"
|
|
@@ -2443,6 +2563,7 @@
|
|
|
2443
2563
|
"isAbstract": false,
|
|
2444
2564
|
"isVirtual": true,
|
|
2445
2565
|
"isOverride": false,
|
|
2566
|
+
"visibility": "Public",
|
|
2446
2567
|
"sourceInterface": "System.Collections.ICollection",
|
|
2447
2568
|
"declaringClrType": "System.Collections.ICollection",
|
|
2448
2569
|
"declaringAssemblyName": "System.Private.CoreLib"
|
|
@@ -2458,6 +2579,7 @@
|
|
|
2458
2579
|
"normalizedSignature": "constructor|():void|static=false",
|
|
2459
2580
|
"isStatic": false,
|
|
2460
2581
|
"parameterCount": 0,
|
|
2582
|
+
"visibility": "Public",
|
|
2461
2583
|
"declaringClrType": "System.Collections.Specialized.ListDictionary",
|
|
2462
2584
|
"declaringAssemblyName": "System.Collections.Specialized"
|
|
2463
2585
|
},
|
|
@@ -2468,6 +2590,7 @@
|
|
|
2468
2590
|
"normalizedSignature": "constructor|(System.Collections.IComparer):void|static=false",
|
|
2469
2591
|
"isStatic": false,
|
|
2470
2592
|
"parameterCount": 1,
|
|
2593
|
+
"visibility": "Public",
|
|
2471
2594
|
"declaringClrType": "System.Collections.Specialized.ListDictionary",
|
|
2472
2595
|
"declaringAssemblyName": "System.Collections.Specialized"
|
|
2473
2596
|
}
|
|
@@ -2499,6 +2622,7 @@
|
|
|
2499
2622
|
"isStatic": false,
|
|
2500
2623
|
"isReadOnly": false,
|
|
2501
2624
|
"isLiteral": false,
|
|
2625
|
+
"visibility": "Public",
|
|
2502
2626
|
"declaringClrType": "System.Collections.Specialized.ListDictionary\u002BDictionaryNode",
|
|
2503
2627
|
"declaringAssemblyName": "System.Collections.Specialized"
|
|
2504
2628
|
},
|
|
@@ -2510,6 +2634,7 @@
|
|
|
2510
2634
|
"isStatic": false,
|
|
2511
2635
|
"isReadOnly": false,
|
|
2512
2636
|
"isLiteral": false,
|
|
2637
|
+
"visibility": "Public",
|
|
2513
2638
|
"declaringClrType": "System.Collections.Specialized.ListDictionary\u002BDictionaryNode",
|
|
2514
2639
|
"declaringAssemblyName": "System.Collections.Specialized"
|
|
2515
2640
|
},
|
|
@@ -2521,6 +2646,7 @@
|
|
|
2521
2646
|
"isStatic": false,
|
|
2522
2647
|
"isReadOnly": false,
|
|
2523
2648
|
"isLiteral": false,
|
|
2649
|
+
"visibility": "Public",
|
|
2524
2650
|
"declaringClrType": "System.Collections.Specialized.ListDictionary\u002BDictionaryNode",
|
|
2525
2651
|
"declaringAssemblyName": "System.Collections.Specialized"
|
|
2526
2652
|
}
|
|
@@ -2534,6 +2660,7 @@
|
|
|
2534
2660
|
"normalizedSignature": "constructor|():void|static=false",
|
|
2535
2661
|
"isStatic": false,
|
|
2536
2662
|
"parameterCount": 0,
|
|
2663
|
+
"visibility": "Public",
|
|
2537
2664
|
"declaringClrType": "System.Collections.Specialized.ListDictionary\u002BDictionaryNode",
|
|
2538
2665
|
"declaringAssemblyName": "System.Collections.Specialized"
|
|
2539
2666
|
}
|
|
@@ -2563,13 +2690,13 @@
|
|
|
2563
2690
|
"stableId": "System.Private.CoreLib:System.Collections.IEnumerable",
|
|
2564
2691
|
"clrName": "System.Collections.IEnumerable"
|
|
2565
2692
|
},
|
|
2566
|
-
{
|
|
2567
|
-
"stableId": "System.Private.CoreLib:System.Runtime.Serialization.IDeserializationCallback",
|
|
2568
|
-
"clrName": "System.Runtime.Serialization.IDeserializationCallback"
|
|
2569
|
-
},
|
|
2570
2693
|
{
|
|
2571
2694
|
"stableId": "System.Private.CoreLib:System.Runtime.Serialization.ISerializable",
|
|
2572
2695
|
"clrName": "System.Runtime.Serialization.ISerializable"
|
|
2696
|
+
},
|
|
2697
|
+
{
|
|
2698
|
+
"stableId": "System.Private.CoreLib:System.Runtime.Serialization.IDeserializationCallback",
|
|
2699
|
+
"clrName": "System.Runtime.Serialization.IDeserializationCallback"
|
|
2573
2700
|
}
|
|
2574
2701
|
],
|
|
2575
2702
|
"methods": [
|
|
@@ -2588,6 +2715,7 @@
|
|
|
2588
2715
|
"isVirtual": true,
|
|
2589
2716
|
"isOverride": false,
|
|
2590
2717
|
"isSealed": false,
|
|
2718
|
+
"visibility": "Public",
|
|
2591
2719
|
"declaringClrType": "System.Collections.Specialized.NameObjectCollectionBase",
|
|
2592
2720
|
"declaringAssemblyName": "System.Collections.Specialized",
|
|
2593
2721
|
"isExtensionMethod": false
|
|
@@ -2607,6 +2735,207 @@
|
|
|
2607
2735
|
"isVirtual": true,
|
|
2608
2736
|
"isOverride": false,
|
|
2609
2737
|
"isSealed": false,
|
|
2738
|
+
"visibility": "Public",
|
|
2739
|
+
"declaringClrType": "System.Collections.Specialized.NameObjectCollectionBase",
|
|
2740
|
+
"declaringAssemblyName": "System.Collections.Specialized",
|
|
2741
|
+
"isExtensionMethod": false
|
|
2742
|
+
},
|
|
2743
|
+
{
|
|
2744
|
+
"stableId": "System.Collections.Specialized:System.Collections.Specialized.NameObjectCollectionBase::BaseHasKeys():System.Boolean",
|
|
2745
|
+
"clrName": "BaseHasKeys",
|
|
2746
|
+
"metadataToken": 100663429,
|
|
2747
|
+
"canonicalSignature": "():System.Boolean",
|
|
2748
|
+
"normalizedSignature": "BaseHasKeys|():System.Boolean|static=false",
|
|
2749
|
+
"emitScope": "ClassSurface",
|
|
2750
|
+
"provenance": "Original",
|
|
2751
|
+
"arity": 0,
|
|
2752
|
+
"parameterCount": 0,
|
|
2753
|
+
"isStatic": false,
|
|
2754
|
+
"isAbstract": false,
|
|
2755
|
+
"isVirtual": false,
|
|
2756
|
+
"isOverride": false,
|
|
2757
|
+
"isSealed": false,
|
|
2758
|
+
"visibility": "Protected",
|
|
2759
|
+
"declaringClrType": "System.Collections.Specialized.NameObjectCollectionBase",
|
|
2760
|
+
"declaringAssemblyName": "System.Collections.Specialized",
|
|
2761
|
+
"isExtensionMethod": false
|
|
2762
|
+
},
|
|
2763
|
+
{
|
|
2764
|
+
"stableId": "System.Collections.Specialized:System.Collections.Specialized.NameObjectCollectionBase::BaseAdd(System.String,System.Object):System.Void",
|
|
2765
|
+
"clrName": "BaseAdd",
|
|
2766
|
+
"metadataToken": 100663430,
|
|
2767
|
+
"canonicalSignature": "(System.String,System.Object):System.Void",
|
|
2768
|
+
"normalizedSignature": "BaseAdd|(System.String,System.Object):System.Void|static=false",
|
|
2769
|
+
"emitScope": "ClassSurface",
|
|
2770
|
+
"provenance": "Original",
|
|
2771
|
+
"arity": 0,
|
|
2772
|
+
"parameterCount": 2,
|
|
2773
|
+
"isStatic": false,
|
|
2774
|
+
"isAbstract": false,
|
|
2775
|
+
"isVirtual": false,
|
|
2776
|
+
"isOverride": false,
|
|
2777
|
+
"isSealed": false,
|
|
2778
|
+
"visibility": "Protected",
|
|
2779
|
+
"declaringClrType": "System.Collections.Specialized.NameObjectCollectionBase",
|
|
2780
|
+
"declaringAssemblyName": "System.Collections.Specialized",
|
|
2781
|
+
"isExtensionMethod": false
|
|
2782
|
+
},
|
|
2783
|
+
{
|
|
2784
|
+
"stableId": "System.Collections.Specialized:System.Collections.Specialized.NameObjectCollectionBase::BaseRemove(System.String):System.Void",
|
|
2785
|
+
"clrName": "BaseRemove",
|
|
2786
|
+
"metadataToken": 100663431,
|
|
2787
|
+
"canonicalSignature": "(System.String):System.Void",
|
|
2788
|
+
"normalizedSignature": "BaseRemove|(System.String):System.Void|static=false",
|
|
2789
|
+
"emitScope": "ClassSurface",
|
|
2790
|
+
"provenance": "Original",
|
|
2791
|
+
"arity": 0,
|
|
2792
|
+
"parameterCount": 1,
|
|
2793
|
+
"isStatic": false,
|
|
2794
|
+
"isAbstract": false,
|
|
2795
|
+
"isVirtual": false,
|
|
2796
|
+
"isOverride": false,
|
|
2797
|
+
"isSealed": false,
|
|
2798
|
+
"visibility": "Protected",
|
|
2799
|
+
"declaringClrType": "System.Collections.Specialized.NameObjectCollectionBase",
|
|
2800
|
+
"declaringAssemblyName": "System.Collections.Specialized",
|
|
2801
|
+
"isExtensionMethod": false
|
|
2802
|
+
},
|
|
2803
|
+
{
|
|
2804
|
+
"stableId": "System.Collections.Specialized:System.Collections.Specialized.NameObjectCollectionBase::BaseRemoveAt(System.Int32):System.Void",
|
|
2805
|
+
"clrName": "BaseRemoveAt",
|
|
2806
|
+
"metadataToken": 100663432,
|
|
2807
|
+
"canonicalSignature": "(System.Int32):System.Void",
|
|
2808
|
+
"normalizedSignature": "BaseRemoveAt|(System.Int32):System.Void|static=false",
|
|
2809
|
+
"emitScope": "ClassSurface",
|
|
2810
|
+
"provenance": "Original",
|
|
2811
|
+
"arity": 0,
|
|
2812
|
+
"parameterCount": 1,
|
|
2813
|
+
"isStatic": false,
|
|
2814
|
+
"isAbstract": false,
|
|
2815
|
+
"isVirtual": false,
|
|
2816
|
+
"isOverride": false,
|
|
2817
|
+
"isSealed": false,
|
|
2818
|
+
"visibility": "Protected",
|
|
2819
|
+
"declaringClrType": "System.Collections.Specialized.NameObjectCollectionBase",
|
|
2820
|
+
"declaringAssemblyName": "System.Collections.Specialized",
|
|
2821
|
+
"isExtensionMethod": false
|
|
2822
|
+
},
|
|
2823
|
+
{
|
|
2824
|
+
"stableId": "System.Collections.Specialized:System.Collections.Specialized.NameObjectCollectionBase::BaseClear():System.Void",
|
|
2825
|
+
"clrName": "BaseClear",
|
|
2826
|
+
"metadataToken": 100663433,
|
|
2827
|
+
"canonicalSignature": "():System.Void",
|
|
2828
|
+
"normalizedSignature": "BaseClear|():System.Void|static=false",
|
|
2829
|
+
"emitScope": "ClassSurface",
|
|
2830
|
+
"provenance": "Original",
|
|
2831
|
+
"arity": 0,
|
|
2832
|
+
"parameterCount": 0,
|
|
2833
|
+
"isStatic": false,
|
|
2834
|
+
"isAbstract": false,
|
|
2835
|
+
"isVirtual": false,
|
|
2836
|
+
"isOverride": false,
|
|
2837
|
+
"isSealed": false,
|
|
2838
|
+
"visibility": "Protected",
|
|
2839
|
+
"declaringClrType": "System.Collections.Specialized.NameObjectCollectionBase",
|
|
2840
|
+
"declaringAssemblyName": "System.Collections.Specialized",
|
|
2841
|
+
"isExtensionMethod": false
|
|
2842
|
+
},
|
|
2843
|
+
{
|
|
2844
|
+
"stableId": "System.Collections.Specialized:System.Collections.Specialized.NameObjectCollectionBase::BaseGet(System.String):System.Object",
|
|
2845
|
+
"clrName": "BaseGet",
|
|
2846
|
+
"metadataToken": 100663434,
|
|
2847
|
+
"canonicalSignature": "(System.String):System.Object",
|
|
2848
|
+
"normalizedSignature": "BaseGet|(System.String):System.Object|static=false",
|
|
2849
|
+
"emitScope": "ClassSurface",
|
|
2850
|
+
"provenance": "Original",
|
|
2851
|
+
"arity": 0,
|
|
2852
|
+
"parameterCount": 1,
|
|
2853
|
+
"isStatic": false,
|
|
2854
|
+
"isAbstract": false,
|
|
2855
|
+
"isVirtual": false,
|
|
2856
|
+
"isOverride": false,
|
|
2857
|
+
"isSealed": false,
|
|
2858
|
+
"visibility": "Protected",
|
|
2859
|
+
"declaringClrType": "System.Collections.Specialized.NameObjectCollectionBase",
|
|
2860
|
+
"declaringAssemblyName": "System.Collections.Specialized",
|
|
2861
|
+
"isExtensionMethod": false
|
|
2862
|
+
},
|
|
2863
|
+
{
|
|
2864
|
+
"stableId": "System.Collections.Specialized:System.Collections.Specialized.NameObjectCollectionBase::BaseSet(System.String,System.Object):System.Void",
|
|
2865
|
+
"clrName": "BaseSet",
|
|
2866
|
+
"metadataToken": 100663435,
|
|
2867
|
+
"canonicalSignature": "(System.String,System.Object):System.Void",
|
|
2868
|
+
"normalizedSignature": "BaseSet|(System.String,System.Object):System.Void|static=false",
|
|
2869
|
+
"emitScope": "ClassSurface",
|
|
2870
|
+
"provenance": "Original",
|
|
2871
|
+
"arity": 0,
|
|
2872
|
+
"parameterCount": 2,
|
|
2873
|
+
"isStatic": false,
|
|
2874
|
+
"isAbstract": false,
|
|
2875
|
+
"isVirtual": false,
|
|
2876
|
+
"isOverride": false,
|
|
2877
|
+
"isSealed": false,
|
|
2878
|
+
"visibility": "Protected",
|
|
2879
|
+
"declaringClrType": "System.Collections.Specialized.NameObjectCollectionBase",
|
|
2880
|
+
"declaringAssemblyName": "System.Collections.Specialized",
|
|
2881
|
+
"isExtensionMethod": false
|
|
2882
|
+
},
|
|
2883
|
+
{
|
|
2884
|
+
"stableId": "System.Collections.Specialized:System.Collections.Specialized.NameObjectCollectionBase::BaseGet(System.Int32):System.Object",
|
|
2885
|
+
"clrName": "BaseGet",
|
|
2886
|
+
"metadataToken": 100663436,
|
|
2887
|
+
"canonicalSignature": "(System.Int32):System.Object",
|
|
2888
|
+
"normalizedSignature": "BaseGet|(System.Int32):System.Object|static=false",
|
|
2889
|
+
"emitScope": "ClassSurface",
|
|
2890
|
+
"provenance": "Original",
|
|
2891
|
+
"arity": 0,
|
|
2892
|
+
"parameterCount": 1,
|
|
2893
|
+
"isStatic": false,
|
|
2894
|
+
"isAbstract": false,
|
|
2895
|
+
"isVirtual": false,
|
|
2896
|
+
"isOverride": false,
|
|
2897
|
+
"isSealed": false,
|
|
2898
|
+
"visibility": "Protected",
|
|
2899
|
+
"declaringClrType": "System.Collections.Specialized.NameObjectCollectionBase",
|
|
2900
|
+
"declaringAssemblyName": "System.Collections.Specialized",
|
|
2901
|
+
"isExtensionMethod": false
|
|
2902
|
+
},
|
|
2903
|
+
{
|
|
2904
|
+
"stableId": "System.Collections.Specialized:System.Collections.Specialized.NameObjectCollectionBase::BaseGetKey(System.Int32):System.String",
|
|
2905
|
+
"clrName": "BaseGetKey",
|
|
2906
|
+
"metadataToken": 100663437,
|
|
2907
|
+
"canonicalSignature": "(System.Int32):System.String",
|
|
2908
|
+
"normalizedSignature": "BaseGetKey|(System.Int32):System.String|static=false",
|
|
2909
|
+
"emitScope": "ClassSurface",
|
|
2910
|
+
"provenance": "Original",
|
|
2911
|
+
"arity": 0,
|
|
2912
|
+
"parameterCount": 1,
|
|
2913
|
+
"isStatic": false,
|
|
2914
|
+
"isAbstract": false,
|
|
2915
|
+
"isVirtual": false,
|
|
2916
|
+
"isOverride": false,
|
|
2917
|
+
"isSealed": false,
|
|
2918
|
+
"visibility": "Protected",
|
|
2919
|
+
"declaringClrType": "System.Collections.Specialized.NameObjectCollectionBase",
|
|
2920
|
+
"declaringAssemblyName": "System.Collections.Specialized",
|
|
2921
|
+
"isExtensionMethod": false
|
|
2922
|
+
},
|
|
2923
|
+
{
|
|
2924
|
+
"stableId": "System.Collections.Specialized:System.Collections.Specialized.NameObjectCollectionBase::BaseSet(System.Int32,System.Object):System.Void",
|
|
2925
|
+
"clrName": "BaseSet",
|
|
2926
|
+
"metadataToken": 100663438,
|
|
2927
|
+
"canonicalSignature": "(System.Int32,System.Object):System.Void",
|
|
2928
|
+
"normalizedSignature": "BaseSet|(System.Int32,System.Object):System.Void|static=false",
|
|
2929
|
+
"emitScope": "ClassSurface",
|
|
2930
|
+
"provenance": "Original",
|
|
2931
|
+
"arity": 0,
|
|
2932
|
+
"parameterCount": 2,
|
|
2933
|
+
"isStatic": false,
|
|
2934
|
+
"isAbstract": false,
|
|
2935
|
+
"isVirtual": false,
|
|
2936
|
+
"isOverride": false,
|
|
2937
|
+
"isSealed": false,
|
|
2938
|
+
"visibility": "Protected",
|
|
2610
2939
|
"declaringClrType": "System.Collections.Specialized.NameObjectCollectionBase",
|
|
2611
2940
|
"declaringAssemblyName": "System.Collections.Specialized",
|
|
2612
2941
|
"isExtensionMethod": false
|
|
@@ -2626,6 +2955,67 @@
|
|
|
2626
2955
|
"isVirtual": true,
|
|
2627
2956
|
"isOverride": false,
|
|
2628
2957
|
"isSealed": false,
|
|
2958
|
+
"visibility": "Public",
|
|
2959
|
+
"declaringClrType": "System.Collections.Specialized.NameObjectCollectionBase",
|
|
2960
|
+
"declaringAssemblyName": "System.Collections.Specialized",
|
|
2961
|
+
"isExtensionMethod": false
|
|
2962
|
+
},
|
|
2963
|
+
{
|
|
2964
|
+
"stableId": "System.Collections.Specialized:System.Collections.Specialized.NameObjectCollectionBase::BaseGetAllKeys():System.String[]",
|
|
2965
|
+
"clrName": "BaseGetAllKeys",
|
|
2966
|
+
"metadataToken": 100663444,
|
|
2967
|
+
"canonicalSignature": "():System.String[]",
|
|
2968
|
+
"normalizedSignature": "BaseGetAllKeys|():System.String[]|static=false",
|
|
2969
|
+
"emitScope": "ClassSurface",
|
|
2970
|
+
"provenance": "Original",
|
|
2971
|
+
"arity": 0,
|
|
2972
|
+
"parameterCount": 0,
|
|
2973
|
+
"isStatic": false,
|
|
2974
|
+
"isAbstract": false,
|
|
2975
|
+
"isVirtual": false,
|
|
2976
|
+
"isOverride": false,
|
|
2977
|
+
"isSealed": false,
|
|
2978
|
+
"visibility": "Protected",
|
|
2979
|
+
"declaringClrType": "System.Collections.Specialized.NameObjectCollectionBase",
|
|
2980
|
+
"declaringAssemblyName": "System.Collections.Specialized",
|
|
2981
|
+
"isExtensionMethod": false
|
|
2982
|
+
},
|
|
2983
|
+
{
|
|
2984
|
+
"stableId": "System.Collections.Specialized:System.Collections.Specialized.NameObjectCollectionBase::BaseGetAllValues():System.Object[]",
|
|
2985
|
+
"clrName": "BaseGetAllValues",
|
|
2986
|
+
"metadataToken": 100663445,
|
|
2987
|
+
"canonicalSignature": "():System.Object[]",
|
|
2988
|
+
"normalizedSignature": "BaseGetAllValues|():System.Object[]|static=false",
|
|
2989
|
+
"emitScope": "ClassSurface",
|
|
2990
|
+
"provenance": "Original",
|
|
2991
|
+
"arity": 0,
|
|
2992
|
+
"parameterCount": 0,
|
|
2993
|
+
"isStatic": false,
|
|
2994
|
+
"isAbstract": false,
|
|
2995
|
+
"isVirtual": false,
|
|
2996
|
+
"isOverride": false,
|
|
2997
|
+
"isSealed": false,
|
|
2998
|
+
"visibility": "Protected",
|
|
2999
|
+
"declaringClrType": "System.Collections.Specialized.NameObjectCollectionBase",
|
|
3000
|
+
"declaringAssemblyName": "System.Collections.Specialized",
|
|
3001
|
+
"isExtensionMethod": false
|
|
3002
|
+
},
|
|
3003
|
+
{
|
|
3004
|
+
"stableId": "System.Collections.Specialized:System.Collections.Specialized.NameObjectCollectionBase::BaseGetAllValues(System.Type):System.Object[]",
|
|
3005
|
+
"clrName": "BaseGetAllValues",
|
|
3006
|
+
"metadataToken": 100663446,
|
|
3007
|
+
"canonicalSignature": "(System.Type):System.Object[]",
|
|
3008
|
+
"normalizedSignature": "BaseGetAllValues|(System.Type):System.Object[]|static=false",
|
|
3009
|
+
"emitScope": "ClassSurface",
|
|
3010
|
+
"provenance": "Original",
|
|
3011
|
+
"arity": 0,
|
|
3012
|
+
"parameterCount": 1,
|
|
3013
|
+
"isStatic": false,
|
|
3014
|
+
"isAbstract": false,
|
|
3015
|
+
"isVirtual": false,
|
|
3016
|
+
"isOverride": false,
|
|
3017
|
+
"isSealed": false,
|
|
3018
|
+
"visibility": "Protected",
|
|
2629
3019
|
"declaringClrType": "System.Collections.Specialized.NameObjectCollectionBase",
|
|
2630
3020
|
"declaringAssemblyName": "System.Collections.Specialized",
|
|
2631
3021
|
"isExtensionMethod": false
|
|
@@ -2645,6 +3035,7 @@
|
|
|
2645
3035
|
"isVirtual": true,
|
|
2646
3036
|
"isOverride": false,
|
|
2647
3037
|
"isSealed": false,
|
|
3038
|
+
"visibility": "Public",
|
|
2648
3039
|
"declaringClrType": "System.Collections.ICollection",
|
|
2649
3040
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
2650
3041
|
"isExtensionMethod": false,
|
|
@@ -2665,6 +3056,7 @@
|
|
|
2665
3056
|
"isVirtual": true,
|
|
2666
3057
|
"isOverride": false,
|
|
2667
3058
|
"isSealed": false,
|
|
3059
|
+
"visibility": "Public",
|
|
2668
3060
|
"declaringClrType": "System.Collections.IEnumerable",
|
|
2669
3061
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
2670
3062
|
"isExtensionMethod": false,
|
|
@@ -2685,6 +3077,7 @@
|
|
|
2685
3077
|
"isVirtual": true,
|
|
2686
3078
|
"isOverride": false,
|
|
2687
3079
|
"isSealed": false,
|
|
3080
|
+
"visibility": "Public",
|
|
2688
3081
|
"declaringClrType": "System.Runtime.Serialization.ISerializable",
|
|
2689
3082
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
2690
3083
|
"isExtensionMethod": false,
|
|
@@ -2705,6 +3098,7 @@
|
|
|
2705
3098
|
"isVirtual": true,
|
|
2706
3099
|
"isOverride": false,
|
|
2707
3100
|
"isSealed": false,
|
|
3101
|
+
"visibility": "Public",
|
|
2708
3102
|
"declaringClrType": "System.Runtime.Serialization.IDeserializationCallback",
|
|
2709
3103
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
2710
3104
|
"isExtensionMethod": false,
|
|
@@ -2712,6 +3106,25 @@
|
|
|
2712
3106
|
}
|
|
2713
3107
|
],
|
|
2714
3108
|
"properties": [
|
|
3109
|
+
{
|
|
3110
|
+
"stableId": "System.Collections.Specialized:System.Collections.Specialized.NameObjectCollectionBase::IsReadOnly:System.Boolean",
|
|
3111
|
+
"clrName": "IsReadOnly",
|
|
3112
|
+
"metadataToken": 385876015,
|
|
3113
|
+
"canonicalSignature": ":System.Boolean",
|
|
3114
|
+
"normalizedSignature": "IsReadOnly|:System.Boolean|static=false|accessor=getset",
|
|
3115
|
+
"emitScope": "ClassSurface",
|
|
3116
|
+
"provenance": "Original",
|
|
3117
|
+
"isIndexer": false,
|
|
3118
|
+
"hasGetter": true,
|
|
3119
|
+
"hasSetter": true,
|
|
3120
|
+
"isStatic": false,
|
|
3121
|
+
"isAbstract": false,
|
|
3122
|
+
"isVirtual": false,
|
|
3123
|
+
"isOverride": false,
|
|
3124
|
+
"visibility": "Protected",
|
|
3125
|
+
"declaringClrType": "System.Collections.Specialized.NameObjectCollectionBase",
|
|
3126
|
+
"declaringAssemblyName": "System.Collections.Specialized"
|
|
3127
|
+
},
|
|
2715
3128
|
{
|
|
2716
3129
|
"stableId": "System.Collections.Specialized:System.Collections.Specialized.NameObjectCollectionBase::Count:System.Int32",
|
|
2717
3130
|
"clrName": "Count",
|
|
@@ -2727,6 +3140,7 @@
|
|
|
2727
3140
|
"isAbstract": false,
|
|
2728
3141
|
"isVirtual": true,
|
|
2729
3142
|
"isOverride": false,
|
|
3143
|
+
"visibility": "Public",
|
|
2730
3144
|
"declaringClrType": "System.Collections.Specialized.NameObjectCollectionBase",
|
|
2731
3145
|
"declaringAssemblyName": "System.Collections.Specialized"
|
|
2732
3146
|
},
|
|
@@ -2745,6 +3159,7 @@
|
|
|
2745
3159
|
"isAbstract": false,
|
|
2746
3160
|
"isVirtual": true,
|
|
2747
3161
|
"isOverride": false,
|
|
3162
|
+
"visibility": "Public",
|
|
2748
3163
|
"declaringClrType": "System.Collections.Specialized.NameObjectCollectionBase",
|
|
2749
3164
|
"declaringAssemblyName": "System.Collections.Specialized"
|
|
2750
3165
|
},
|
|
@@ -2763,6 +3178,7 @@
|
|
|
2763
3178
|
"isAbstract": false,
|
|
2764
3179
|
"isVirtual": true,
|
|
2765
3180
|
"isOverride": false,
|
|
3181
|
+
"visibility": "Public",
|
|
2766
3182
|
"sourceInterface": "System.Collections.ICollection",
|
|
2767
3183
|
"declaringClrType": "System.Collections.ICollection",
|
|
2768
3184
|
"declaringAssemblyName": "System.Private.CoreLib"
|
|
@@ -2782,6 +3198,7 @@
|
|
|
2782
3198
|
"isAbstract": false,
|
|
2783
3199
|
"isVirtual": true,
|
|
2784
3200
|
"isOverride": false,
|
|
3201
|
+
"visibility": "Public",
|
|
2785
3202
|
"sourceInterface": "System.Collections.ICollection",
|
|
2786
3203
|
"declaringClrType": "System.Collections.ICollection",
|
|
2787
3204
|
"declaringAssemblyName": "System.Private.CoreLib"
|
|
@@ -2801,6 +3218,7 @@
|
|
|
2801
3218
|
"isAbstract": false,
|
|
2802
3219
|
"isVirtual": true,
|
|
2803
3220
|
"isOverride": false,
|
|
3221
|
+
"visibility": "Public",
|
|
2804
3222
|
"sourceInterface": "System.Collections.ICollection",
|
|
2805
3223
|
"declaringClrType": "System.Collections.ICollection",
|
|
2806
3224
|
"declaringAssemblyName": "System.Private.CoreLib"
|
|
@@ -2808,7 +3226,85 @@
|
|
|
2808
3226
|
],
|
|
2809
3227
|
"fields": [],
|
|
2810
3228
|
"events": [],
|
|
2811
|
-
"constructors": [
|
|
3229
|
+
"constructors": [
|
|
3230
|
+
{
|
|
3231
|
+
"stableId": "System.Collections.Specialized:System.Collections.Specialized.NameObjectCollectionBase::.ctor():void",
|
|
3232
|
+
"metadataToken": 100663413,
|
|
3233
|
+
"canonicalSignature": "():void",
|
|
3234
|
+
"normalizedSignature": "constructor|():void|static=false",
|
|
3235
|
+
"isStatic": false,
|
|
3236
|
+
"parameterCount": 0,
|
|
3237
|
+
"visibility": "Protected",
|
|
3238
|
+
"declaringClrType": "System.Collections.Specialized.NameObjectCollectionBase",
|
|
3239
|
+
"declaringAssemblyName": "System.Collections.Specialized"
|
|
3240
|
+
},
|
|
3241
|
+
{
|
|
3242
|
+
"stableId": "System.Collections.Specialized:System.Collections.Specialized.NameObjectCollectionBase::.ctor(System.Collections.IEqualityComparer):void",
|
|
3243
|
+
"metadataToken": 100663414,
|
|
3244
|
+
"canonicalSignature": "(System.Collections.IEqualityComparer):void",
|
|
3245
|
+
"normalizedSignature": "constructor|(System.Collections.IEqualityComparer):void|static=false",
|
|
3246
|
+
"isStatic": false,
|
|
3247
|
+
"parameterCount": 1,
|
|
3248
|
+
"visibility": "Protected",
|
|
3249
|
+
"declaringClrType": "System.Collections.Specialized.NameObjectCollectionBase",
|
|
3250
|
+
"declaringAssemblyName": "System.Collections.Specialized"
|
|
3251
|
+
},
|
|
3252
|
+
{
|
|
3253
|
+
"stableId": "System.Collections.Specialized:System.Collections.Specialized.NameObjectCollectionBase::.ctor(System.Int32,System.Collections.IEqualityComparer):void",
|
|
3254
|
+
"metadataToken": 100663415,
|
|
3255
|
+
"canonicalSignature": "(System.Int32,System.Collections.IEqualityComparer):void",
|
|
3256
|
+
"normalizedSignature": "constructor|(System.Int32,System.Collections.IEqualityComparer):void|static=false",
|
|
3257
|
+
"isStatic": false,
|
|
3258
|
+
"parameterCount": 2,
|
|
3259
|
+
"visibility": "Protected",
|
|
3260
|
+
"declaringClrType": "System.Collections.Specialized.NameObjectCollectionBase",
|
|
3261
|
+
"declaringAssemblyName": "System.Collections.Specialized"
|
|
3262
|
+
},
|
|
3263
|
+
{
|
|
3264
|
+
"stableId": "System.Collections.Specialized:System.Collections.Specialized.NameObjectCollectionBase::.ctor(System.Collections.IHashCodeProvider,System.Collections.IComparer):void",
|
|
3265
|
+
"metadataToken": 100663416,
|
|
3266
|
+
"canonicalSignature": "(System.Collections.IHashCodeProvider,System.Collections.IComparer):void",
|
|
3267
|
+
"normalizedSignature": "constructor|(System.Collections.IHashCodeProvider,System.Collections.IComparer):void|static=false",
|
|
3268
|
+
"isStatic": false,
|
|
3269
|
+
"parameterCount": 2,
|
|
3270
|
+
"visibility": "Protected",
|
|
3271
|
+
"declaringClrType": "System.Collections.Specialized.NameObjectCollectionBase",
|
|
3272
|
+
"declaringAssemblyName": "System.Collections.Specialized"
|
|
3273
|
+
},
|
|
3274
|
+
{
|
|
3275
|
+
"stableId": "System.Collections.Specialized:System.Collections.Specialized.NameObjectCollectionBase::.ctor(System.Int32,System.Collections.IHashCodeProvider,System.Collections.IComparer):void",
|
|
3276
|
+
"metadataToken": 100663417,
|
|
3277
|
+
"canonicalSignature": "(System.Int32,System.Collections.IHashCodeProvider,System.Collections.IComparer):void",
|
|
3278
|
+
"normalizedSignature": "constructor|(System.Int32,System.Collections.IHashCodeProvider,System.Collections.IComparer):void|static=false",
|
|
3279
|
+
"isStatic": false,
|
|
3280
|
+
"parameterCount": 3,
|
|
3281
|
+
"visibility": "Protected",
|
|
3282
|
+
"declaringClrType": "System.Collections.Specialized.NameObjectCollectionBase",
|
|
3283
|
+
"declaringAssemblyName": "System.Collections.Specialized"
|
|
3284
|
+
},
|
|
3285
|
+
{
|
|
3286
|
+
"stableId": "System.Collections.Specialized:System.Collections.Specialized.NameObjectCollectionBase::.ctor(System.Int32):void",
|
|
3287
|
+
"metadataToken": 100663418,
|
|
3288
|
+
"canonicalSignature": "(System.Int32):void",
|
|
3289
|
+
"normalizedSignature": "constructor|(System.Int32):void|static=false",
|
|
3290
|
+
"isStatic": false,
|
|
3291
|
+
"parameterCount": 1,
|
|
3292
|
+
"visibility": "Protected",
|
|
3293
|
+
"declaringClrType": "System.Collections.Specialized.NameObjectCollectionBase",
|
|
3294
|
+
"declaringAssemblyName": "System.Collections.Specialized"
|
|
3295
|
+
},
|
|
3296
|
+
{
|
|
3297
|
+
"stableId": "System.Collections.Specialized:System.Collections.Specialized.NameObjectCollectionBase::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):void",
|
|
3298
|
+
"metadataToken": 100663419,
|
|
3299
|
+
"canonicalSignature": "(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):void",
|
|
3300
|
+
"normalizedSignature": "constructor|(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):void|static=false",
|
|
3301
|
+
"isStatic": false,
|
|
3302
|
+
"parameterCount": 2,
|
|
3303
|
+
"visibility": "Protected",
|
|
3304
|
+
"declaringClrType": "System.Collections.Specialized.NameObjectCollectionBase",
|
|
3305
|
+
"declaringAssemblyName": "System.Collections.Specialized"
|
|
3306
|
+
}
|
|
3307
|
+
]
|
|
2812
3308
|
},
|
|
2813
3309
|
{
|
|
2814
3310
|
"stableId": "System.Collections.Specialized:System.Collections.Specialized.NameObjectCollectionBase\u002BKeysCollection",
|
|
@@ -2851,6 +3347,7 @@
|
|
|
2851
3347
|
"isVirtual": true,
|
|
2852
3348
|
"isOverride": false,
|
|
2853
3349
|
"isSealed": false,
|
|
3350
|
+
"visibility": "Public",
|
|
2854
3351
|
"declaringClrType": "System.Collections.Specialized.NameObjectCollectionBase\u002BKeysCollection",
|
|
2855
3352
|
"declaringAssemblyName": "System.Collections.Specialized",
|
|
2856
3353
|
"isExtensionMethod": false
|
|
@@ -2870,6 +3367,7 @@
|
|
|
2870
3367
|
"isVirtual": true,
|
|
2871
3368
|
"isOverride": false,
|
|
2872
3369
|
"isSealed": true,
|
|
3370
|
+
"visibility": "Public",
|
|
2873
3371
|
"declaringClrType": "System.Collections.Specialized.NameObjectCollectionBase\u002BKeysCollection",
|
|
2874
3372
|
"declaringAssemblyName": "System.Collections.Specialized",
|
|
2875
3373
|
"isExtensionMethod": false
|
|
@@ -2889,6 +3387,7 @@
|
|
|
2889
3387
|
"isVirtual": true,
|
|
2890
3388
|
"isOverride": false,
|
|
2891
3389
|
"isSealed": false,
|
|
3390
|
+
"visibility": "Public",
|
|
2892
3391
|
"declaringClrType": "System.Collections.ICollection",
|
|
2893
3392
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
2894
3393
|
"isExtensionMethod": false,
|
|
@@ -2909,6 +3408,7 @@
|
|
|
2909
3408
|
"isVirtual": true,
|
|
2910
3409
|
"isOverride": false,
|
|
2911
3410
|
"isSealed": false,
|
|
3411
|
+
"visibility": "Public",
|
|
2912
3412
|
"declaringClrType": "System.Collections.IEnumerable",
|
|
2913
3413
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
2914
3414
|
"isExtensionMethod": false,
|
|
@@ -2931,6 +3431,7 @@
|
|
|
2931
3431
|
"isAbstract": false,
|
|
2932
3432
|
"isVirtual": false,
|
|
2933
3433
|
"isOverride": false,
|
|
3434
|
+
"visibility": "Public",
|
|
2934
3435
|
"declaringClrType": "System.Collections.Specialized.NameObjectCollectionBase\u002BKeysCollection",
|
|
2935
3436
|
"declaringAssemblyName": "System.Collections.Specialized"
|
|
2936
3437
|
},
|
|
@@ -2949,6 +3450,7 @@
|
|
|
2949
3450
|
"isAbstract": false,
|
|
2950
3451
|
"isVirtual": true,
|
|
2951
3452
|
"isOverride": false,
|
|
3453
|
+
"visibility": "Public",
|
|
2952
3454
|
"declaringClrType": "System.Collections.Specialized.NameObjectCollectionBase\u002BKeysCollection",
|
|
2953
3455
|
"declaringAssemblyName": "System.Collections.Specialized"
|
|
2954
3456
|
},
|
|
@@ -2967,6 +3469,7 @@
|
|
|
2967
3469
|
"isAbstract": false,
|
|
2968
3470
|
"isVirtual": true,
|
|
2969
3471
|
"isOverride": false,
|
|
3472
|
+
"visibility": "Public",
|
|
2970
3473
|
"sourceInterface": "System.Collections.ICollection",
|
|
2971
3474
|
"declaringClrType": "System.Collections.ICollection",
|
|
2972
3475
|
"declaringAssemblyName": "System.Private.CoreLib"
|
|
@@ -2986,6 +3489,7 @@
|
|
|
2986
3489
|
"isAbstract": false,
|
|
2987
3490
|
"isVirtual": true,
|
|
2988
3491
|
"isOverride": false,
|
|
3492
|
+
"visibility": "Public",
|
|
2989
3493
|
"sourceInterface": "System.Collections.ICollection",
|
|
2990
3494
|
"declaringClrType": "System.Collections.ICollection",
|
|
2991
3495
|
"declaringAssemblyName": "System.Private.CoreLib"
|
|
@@ -3005,6 +3509,7 @@
|
|
|
3005
3509
|
"isAbstract": false,
|
|
3006
3510
|
"isVirtual": true,
|
|
3007
3511
|
"isOverride": false,
|
|
3512
|
+
"visibility": "Public",
|
|
3008
3513
|
"sourceInterface": "System.Collections.ICollection",
|
|
3009
3514
|
"declaringClrType": "System.Collections.ICollection",
|
|
3010
3515
|
"declaringAssemblyName": "System.Private.CoreLib"
|
|
@@ -3038,16 +3543,36 @@
|
|
|
3038
3543
|
"stableId": "System.Private.CoreLib:System.Collections.IEnumerable",
|
|
3039
3544
|
"clrName": "System.Collections.IEnumerable"
|
|
3040
3545
|
},
|
|
3041
|
-
{
|
|
3042
|
-
"stableId": "System.Private.CoreLib:System.Runtime.Serialization.IDeserializationCallback",
|
|
3043
|
-
"clrName": "System.Runtime.Serialization.IDeserializationCallback"
|
|
3044
|
-
},
|
|
3045
3546
|
{
|
|
3046
3547
|
"stableId": "System.Private.CoreLib:System.Runtime.Serialization.ISerializable",
|
|
3047
3548
|
"clrName": "System.Runtime.Serialization.ISerializable"
|
|
3549
|
+
},
|
|
3550
|
+
{
|
|
3551
|
+
"stableId": "System.Private.CoreLib:System.Runtime.Serialization.IDeserializationCallback",
|
|
3552
|
+
"clrName": "System.Runtime.Serialization.IDeserializationCallback"
|
|
3048
3553
|
}
|
|
3049
3554
|
],
|
|
3050
3555
|
"methods": [
|
|
3556
|
+
{
|
|
3557
|
+
"stableId": "System.Collections.Specialized:System.Collections.Specialized.NameValueCollection::InvalidateCachedArrays():System.Void",
|
|
3558
|
+
"clrName": "InvalidateCachedArrays",
|
|
3559
|
+
"metadataToken": 100663471,
|
|
3560
|
+
"canonicalSignature": "():System.Void",
|
|
3561
|
+
"normalizedSignature": "InvalidateCachedArrays|():System.Void|static=false",
|
|
3562
|
+
"emitScope": "ClassSurface",
|
|
3563
|
+
"provenance": "Original",
|
|
3564
|
+
"arity": 0,
|
|
3565
|
+
"parameterCount": 0,
|
|
3566
|
+
"isStatic": false,
|
|
3567
|
+
"isAbstract": false,
|
|
3568
|
+
"isVirtual": false,
|
|
3569
|
+
"isOverride": false,
|
|
3570
|
+
"isSealed": false,
|
|
3571
|
+
"visibility": "Protected",
|
|
3572
|
+
"declaringClrType": "System.Collections.Specialized.NameValueCollection",
|
|
3573
|
+
"declaringAssemblyName": "System.Collections.Specialized",
|
|
3574
|
+
"isExtensionMethod": false
|
|
3575
|
+
},
|
|
3051
3576
|
{
|
|
3052
3577
|
"stableId": "System.Collections.Specialized:System.Collections.Specialized.NameValueCollection::Add(System.Collections.Specialized.NameValueCollection):System.Void",
|
|
3053
3578
|
"clrName": "Add",
|
|
@@ -3063,6 +3588,7 @@
|
|
|
3063
3588
|
"isVirtual": false,
|
|
3064
3589
|
"isOverride": false,
|
|
3065
3590
|
"isSealed": false,
|
|
3591
|
+
"visibility": "Public",
|
|
3066
3592
|
"declaringClrType": "System.Collections.Specialized.NameValueCollection",
|
|
3067
3593
|
"declaringAssemblyName": "System.Collections.Specialized",
|
|
3068
3594
|
"isExtensionMethod": false
|
|
@@ -3082,6 +3608,7 @@
|
|
|
3082
3608
|
"isVirtual": true,
|
|
3083
3609
|
"isOverride": false,
|
|
3084
3610
|
"isSealed": false,
|
|
3611
|
+
"visibility": "Public",
|
|
3085
3612
|
"declaringClrType": "System.Collections.Specialized.NameValueCollection",
|
|
3086
3613
|
"declaringAssemblyName": "System.Collections.Specialized",
|
|
3087
3614
|
"isExtensionMethod": false
|
|
@@ -3101,6 +3628,7 @@
|
|
|
3101
3628
|
"isVirtual": false,
|
|
3102
3629
|
"isOverride": false,
|
|
3103
3630
|
"isSealed": false,
|
|
3631
|
+
"visibility": "Public",
|
|
3104
3632
|
"declaringClrType": "System.Collections.Specialized.NameValueCollection",
|
|
3105
3633
|
"declaringAssemblyName": "System.Collections.Specialized",
|
|
3106
3634
|
"isExtensionMethod": false
|
|
@@ -3120,6 +3648,7 @@
|
|
|
3120
3648
|
"isVirtual": false,
|
|
3121
3649
|
"isOverride": false,
|
|
3122
3650
|
"isSealed": false,
|
|
3651
|
+
"visibility": "Public",
|
|
3123
3652
|
"declaringClrType": "System.Collections.Specialized.NameValueCollection",
|
|
3124
3653
|
"declaringAssemblyName": "System.Collections.Specialized",
|
|
3125
3654
|
"isExtensionMethod": false
|
|
@@ -3139,6 +3668,7 @@
|
|
|
3139
3668
|
"isVirtual": true,
|
|
3140
3669
|
"isOverride": false,
|
|
3141
3670
|
"isSealed": false,
|
|
3671
|
+
"visibility": "Public",
|
|
3142
3672
|
"declaringClrType": "System.Collections.Specialized.NameValueCollection",
|
|
3143
3673
|
"declaringAssemblyName": "System.Collections.Specialized",
|
|
3144
3674
|
"isExtensionMethod": false
|
|
@@ -3158,6 +3688,7 @@
|
|
|
3158
3688
|
"isVirtual": true,
|
|
3159
3689
|
"isOverride": false,
|
|
3160
3690
|
"isSealed": false,
|
|
3691
|
+
"visibility": "Public",
|
|
3161
3692
|
"declaringClrType": "System.Collections.Specialized.NameValueCollection",
|
|
3162
3693
|
"declaringAssemblyName": "System.Collections.Specialized",
|
|
3163
3694
|
"isExtensionMethod": false
|
|
@@ -3177,6 +3708,7 @@
|
|
|
3177
3708
|
"isVirtual": true,
|
|
3178
3709
|
"isOverride": false,
|
|
3179
3710
|
"isSealed": false,
|
|
3711
|
+
"visibility": "Public",
|
|
3180
3712
|
"declaringClrType": "System.Collections.Specialized.NameValueCollection",
|
|
3181
3713
|
"declaringAssemblyName": "System.Collections.Specialized",
|
|
3182
3714
|
"isExtensionMethod": false
|
|
@@ -3196,6 +3728,7 @@
|
|
|
3196
3728
|
"isVirtual": true,
|
|
3197
3729
|
"isOverride": false,
|
|
3198
3730
|
"isSealed": false,
|
|
3731
|
+
"visibility": "Public",
|
|
3199
3732
|
"declaringClrType": "System.Collections.Specialized.NameValueCollection",
|
|
3200
3733
|
"declaringAssemblyName": "System.Collections.Specialized",
|
|
3201
3734
|
"isExtensionMethod": false
|
|
@@ -3215,6 +3748,7 @@
|
|
|
3215
3748
|
"isVirtual": true,
|
|
3216
3749
|
"isOverride": false,
|
|
3217
3750
|
"isSealed": false,
|
|
3751
|
+
"visibility": "Public",
|
|
3218
3752
|
"declaringClrType": "System.Collections.Specialized.NameValueCollection",
|
|
3219
3753
|
"declaringAssemblyName": "System.Collections.Specialized",
|
|
3220
3754
|
"isExtensionMethod": false
|
|
@@ -3234,6 +3768,7 @@
|
|
|
3234
3768
|
"isVirtual": true,
|
|
3235
3769
|
"isOverride": false,
|
|
3236
3770
|
"isSealed": false,
|
|
3771
|
+
"visibility": "Public",
|
|
3237
3772
|
"declaringClrType": "System.Collections.Specialized.NameValueCollection",
|
|
3238
3773
|
"declaringAssemblyName": "System.Collections.Specialized",
|
|
3239
3774
|
"isExtensionMethod": false
|
|
@@ -3253,6 +3788,7 @@
|
|
|
3253
3788
|
"isVirtual": true,
|
|
3254
3789
|
"isOverride": false,
|
|
3255
3790
|
"isSealed": false,
|
|
3791
|
+
"visibility": "Public",
|
|
3256
3792
|
"declaringClrType": "System.Collections.Specialized.NameValueCollection",
|
|
3257
3793
|
"declaringAssemblyName": "System.Collections.Specialized",
|
|
3258
3794
|
"isExtensionMethod": false
|
|
@@ -3272,6 +3808,7 @@
|
|
|
3272
3808
|
"isVirtual": true,
|
|
3273
3809
|
"isOverride": false,
|
|
3274
3810
|
"isSealed": false,
|
|
3811
|
+
"visibility": "Public",
|
|
3275
3812
|
"declaringClrType": "System.Collections.Specialized.NameValueCollection",
|
|
3276
3813
|
"declaringAssemblyName": "System.Collections.Specialized",
|
|
3277
3814
|
"isExtensionMethod": false
|
|
@@ -3291,6 +3828,7 @@
|
|
|
3291
3828
|
"isVirtual": true,
|
|
3292
3829
|
"isOverride": false,
|
|
3293
3830
|
"isSealed": false,
|
|
3831
|
+
"visibility": "Public",
|
|
3294
3832
|
"declaringClrType": "System.Collections.IEnumerable",
|
|
3295
3833
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
3296
3834
|
"isExtensionMethod": false,
|
|
@@ -3311,6 +3849,7 @@
|
|
|
3311
3849
|
"isVirtual": true,
|
|
3312
3850
|
"isOverride": false,
|
|
3313
3851
|
"isSealed": false,
|
|
3852
|
+
"visibility": "Public",
|
|
3314
3853
|
"declaringClrType": "System.Runtime.Serialization.ISerializable",
|
|
3315
3854
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
3316
3855
|
"isExtensionMethod": false,
|
|
@@ -3331,6 +3870,7 @@
|
|
|
3331
3870
|
"isVirtual": true,
|
|
3332
3871
|
"isOverride": false,
|
|
3333
3872
|
"isSealed": false,
|
|
3873
|
+
"visibility": "Public",
|
|
3334
3874
|
"declaringClrType": "System.Runtime.Serialization.IDeserializationCallback",
|
|
3335
3875
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
3336
3876
|
"isExtensionMethod": false,
|
|
@@ -3351,6 +3891,7 @@
|
|
|
3351
3891
|
"isVirtual": true,
|
|
3352
3892
|
"isOverride": false,
|
|
3353
3893
|
"isSealed": false,
|
|
3894
|
+
"visibility": "Public",
|
|
3354
3895
|
"declaringClrType": "System.Collections.ICollection",
|
|
3355
3896
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
3356
3897
|
"isExtensionMethod": false,
|
|
@@ -3371,6 +3912,7 @@
|
|
|
3371
3912
|
"isVirtual": true,
|
|
3372
3913
|
"isOverride": false,
|
|
3373
3914
|
"isSealed": false,
|
|
3915
|
+
"visibility": "Public",
|
|
3374
3916
|
"declaringClrType": "System.Collections.Specialized.NameValueCollection",
|
|
3375
3917
|
"declaringAssemblyName": "System.Collections.Specialized",
|
|
3376
3918
|
"isExtensionMethod": false
|
|
@@ -3390,6 +3932,7 @@
|
|
|
3390
3932
|
"isVirtual": true,
|
|
3391
3933
|
"isOverride": false,
|
|
3392
3934
|
"isSealed": false,
|
|
3935
|
+
"visibility": "Public",
|
|
3393
3936
|
"declaringClrType": "System.Collections.Specialized.NameValueCollection",
|
|
3394
3937
|
"declaringAssemblyName": "System.Collections.Specialized",
|
|
3395
3938
|
"isExtensionMethod": false
|
|
@@ -3409,6 +3952,7 @@
|
|
|
3409
3952
|
"isVirtual": true,
|
|
3410
3953
|
"isOverride": false,
|
|
3411
3954
|
"isSealed": false,
|
|
3955
|
+
"visibility": "Public",
|
|
3412
3956
|
"declaringClrType": "System.Collections.Specialized.NameValueCollection",
|
|
3413
3957
|
"declaringAssemblyName": "System.Collections.Specialized",
|
|
3414
3958
|
"isExtensionMethod": false
|
|
@@ -3428,6 +3972,7 @@
|
|
|
3428
3972
|
"isVirtual": false,
|
|
3429
3973
|
"isOverride": false,
|
|
3430
3974
|
"isSealed": false,
|
|
3975
|
+
"visibility": "Public",
|
|
3431
3976
|
"declaringClrType": "System.Collections.Specialized.NameValueCollection",
|
|
3432
3977
|
"declaringAssemblyName": "System.Collections.Specialized",
|
|
3433
3978
|
"isExtensionMethod": false
|
|
@@ -3447,6 +3992,7 @@
|
|
|
3447
3992
|
"isVirtual": false,
|
|
3448
3993
|
"isOverride": false,
|
|
3449
3994
|
"isSealed": false,
|
|
3995
|
+
"visibility": "Public",
|
|
3450
3996
|
"declaringClrType": "System.Collections.Specialized.NameValueCollection",
|
|
3451
3997
|
"declaringAssemblyName": "System.Collections.Specialized",
|
|
3452
3998
|
"isExtensionMethod": false
|
|
@@ -3466,6 +4012,7 @@
|
|
|
3466
4012
|
"isVirtual": false,
|
|
3467
4013
|
"isOverride": false,
|
|
3468
4014
|
"isSealed": false,
|
|
4015
|
+
"visibility": "Public",
|
|
3469
4016
|
"declaringClrType": "System.Collections.Specialized.NameValueCollection",
|
|
3470
4017
|
"declaringAssemblyName": "System.Collections.Specialized",
|
|
3471
4018
|
"isExtensionMethod": false
|
|
@@ -3487,6 +4034,7 @@
|
|
|
3487
4034
|
"isAbstract": false,
|
|
3488
4035
|
"isVirtual": true,
|
|
3489
4036
|
"isOverride": false,
|
|
4037
|
+
"visibility": "Public",
|
|
3490
4038
|
"declaringClrType": "System.Collections.Specialized.NameValueCollection",
|
|
3491
4039
|
"declaringAssemblyName": "System.Collections.Specialized"
|
|
3492
4040
|
},
|
|
@@ -3505,6 +4053,7 @@
|
|
|
3505
4053
|
"isAbstract": false,
|
|
3506
4054
|
"isVirtual": true,
|
|
3507
4055
|
"isOverride": false,
|
|
4056
|
+
"visibility": "Public",
|
|
3508
4057
|
"sourceInterface": "System.Collections.ICollection",
|
|
3509
4058
|
"declaringClrType": "System.Collections.ICollection",
|
|
3510
4059
|
"declaringAssemblyName": "System.Private.CoreLib"
|
|
@@ -3524,6 +4073,7 @@
|
|
|
3524
4073
|
"isAbstract": false,
|
|
3525
4074
|
"isVirtual": true,
|
|
3526
4075
|
"isOverride": false,
|
|
4076
|
+
"visibility": "Public",
|
|
3527
4077
|
"sourceInterface": "System.Collections.ICollection",
|
|
3528
4078
|
"declaringClrType": "System.Collections.ICollection",
|
|
3529
4079
|
"declaringAssemblyName": "System.Private.CoreLib"
|
|
@@ -3543,6 +4093,7 @@
|
|
|
3543
4093
|
"isAbstract": false,
|
|
3544
4094
|
"isVirtual": true,
|
|
3545
4095
|
"isOverride": false,
|
|
4096
|
+
"visibility": "Public",
|
|
3546
4097
|
"sourceInterface": "System.Collections.ICollection",
|
|
3547
4098
|
"declaringClrType": "System.Collections.ICollection",
|
|
3548
4099
|
"declaringAssemblyName": "System.Private.CoreLib"
|
|
@@ -3558,6 +4109,7 @@
|
|
|
3558
4109
|
"normalizedSignature": "constructor|():void|static=false",
|
|
3559
4110
|
"isStatic": false,
|
|
3560
4111
|
"parameterCount": 0,
|
|
4112
|
+
"visibility": "Public",
|
|
3561
4113
|
"declaringClrType": "System.Collections.Specialized.NameValueCollection",
|
|
3562
4114
|
"declaringAssemblyName": "System.Collections.Specialized"
|
|
3563
4115
|
},
|
|
@@ -3568,6 +4120,7 @@
|
|
|
3568
4120
|
"normalizedSignature": "constructor|(System.Collections.Specialized.NameValueCollection):void|static=false",
|
|
3569
4121
|
"isStatic": false,
|
|
3570
4122
|
"parameterCount": 1,
|
|
4123
|
+
"visibility": "Public",
|
|
3571
4124
|
"declaringClrType": "System.Collections.Specialized.NameValueCollection",
|
|
3572
4125
|
"declaringAssemblyName": "System.Collections.Specialized"
|
|
3573
4126
|
},
|
|
@@ -3578,6 +4131,7 @@
|
|
|
3578
4131
|
"normalizedSignature": "constructor|(System.Collections.IHashCodeProvider,System.Collections.IComparer):void|static=false",
|
|
3579
4132
|
"isStatic": false,
|
|
3580
4133
|
"parameterCount": 2,
|
|
4134
|
+
"visibility": "Public",
|
|
3581
4135
|
"declaringClrType": "System.Collections.Specialized.NameValueCollection",
|
|
3582
4136
|
"declaringAssemblyName": "System.Collections.Specialized"
|
|
3583
4137
|
},
|
|
@@ -3588,6 +4142,7 @@
|
|
|
3588
4142
|
"normalizedSignature": "constructor|(System.Int32):void|static=false",
|
|
3589
4143
|
"isStatic": false,
|
|
3590
4144
|
"parameterCount": 1,
|
|
4145
|
+
"visibility": "Public",
|
|
3591
4146
|
"declaringClrType": "System.Collections.Specialized.NameValueCollection",
|
|
3592
4147
|
"declaringAssemblyName": "System.Collections.Specialized"
|
|
3593
4148
|
},
|
|
@@ -3598,6 +4153,7 @@
|
|
|
3598
4153
|
"normalizedSignature": "constructor|(System.Collections.IEqualityComparer):void|static=false",
|
|
3599
4154
|
"isStatic": false,
|
|
3600
4155
|
"parameterCount": 1,
|
|
4156
|
+
"visibility": "Public",
|
|
3601
4157
|
"declaringClrType": "System.Collections.Specialized.NameValueCollection",
|
|
3602
4158
|
"declaringAssemblyName": "System.Collections.Specialized"
|
|
3603
4159
|
},
|
|
@@ -3608,6 +4164,7 @@
|
|
|
3608
4164
|
"normalizedSignature": "constructor|(System.Int32,System.Collections.IEqualityComparer):void|static=false",
|
|
3609
4165
|
"isStatic": false,
|
|
3610
4166
|
"parameterCount": 2,
|
|
4167
|
+
"visibility": "Public",
|
|
3611
4168
|
"declaringClrType": "System.Collections.Specialized.NameValueCollection",
|
|
3612
4169
|
"declaringAssemblyName": "System.Collections.Specialized"
|
|
3613
4170
|
},
|
|
@@ -3618,6 +4175,7 @@
|
|
|
3618
4175
|
"normalizedSignature": "constructor|(System.Int32,System.Collections.Specialized.NameValueCollection):void|static=false",
|
|
3619
4176
|
"isStatic": false,
|
|
3620
4177
|
"parameterCount": 2,
|
|
4178
|
+
"visibility": "Public",
|
|
3621
4179
|
"declaringClrType": "System.Collections.Specialized.NameValueCollection",
|
|
3622
4180
|
"declaringAssemblyName": "System.Collections.Specialized"
|
|
3623
4181
|
},
|
|
@@ -3628,6 +4186,18 @@
|
|
|
3628
4186
|
"normalizedSignature": "constructor|(System.Int32,System.Collections.IHashCodeProvider,System.Collections.IComparer):void|static=false",
|
|
3629
4187
|
"isStatic": false,
|
|
3630
4188
|
"parameterCount": 3,
|
|
4189
|
+
"visibility": "Public",
|
|
4190
|
+
"declaringClrType": "System.Collections.Specialized.NameValueCollection",
|
|
4191
|
+
"declaringAssemblyName": "System.Collections.Specialized"
|
|
4192
|
+
},
|
|
4193
|
+
{
|
|
4194
|
+
"stableId": "System.Collections.Specialized:System.Collections.Specialized.NameValueCollection::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):void",
|
|
4195
|
+
"metadataToken": 100663470,
|
|
4196
|
+
"canonicalSignature": "(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):void",
|
|
4197
|
+
"normalizedSignature": "constructor|(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):void|static=false",
|
|
4198
|
+
"isStatic": false,
|
|
4199
|
+
"parameterCount": 2,
|
|
4200
|
+
"visibility": "Protected",
|
|
3631
4201
|
"declaringClrType": "System.Collections.Specialized.NameValueCollection",
|
|
3632
4202
|
"declaringAssemblyName": "System.Collections.Specialized"
|
|
3633
4203
|
}
|
|
@@ -3665,6 +4235,7 @@
|
|
|
3665
4235
|
"isAbstract": false,
|
|
3666
4236
|
"isVirtual": false,
|
|
3667
4237
|
"isOverride": false,
|
|
4238
|
+
"visibility": "Public",
|
|
3668
4239
|
"declaringClrType": "System.Collections.Specialized.NotifyCollectionChangedEventArgs",
|
|
3669
4240
|
"declaringAssemblyName": "System.ObjectModel"
|
|
3670
4241
|
},
|
|
@@ -3683,6 +4254,7 @@
|
|
|
3683
4254
|
"isAbstract": false,
|
|
3684
4255
|
"isVirtual": false,
|
|
3685
4256
|
"isOverride": false,
|
|
4257
|
+
"visibility": "Public",
|
|
3686
4258
|
"declaringClrType": "System.Collections.Specialized.NotifyCollectionChangedEventArgs",
|
|
3687
4259
|
"declaringAssemblyName": "System.ObjectModel"
|
|
3688
4260
|
},
|
|
@@ -3701,6 +4273,7 @@
|
|
|
3701
4273
|
"isAbstract": false,
|
|
3702
4274
|
"isVirtual": false,
|
|
3703
4275
|
"isOverride": false,
|
|
4276
|
+
"visibility": "Public",
|
|
3704
4277
|
"declaringClrType": "System.Collections.Specialized.NotifyCollectionChangedEventArgs",
|
|
3705
4278
|
"declaringAssemblyName": "System.ObjectModel"
|
|
3706
4279
|
},
|
|
@@ -3719,6 +4292,7 @@
|
|
|
3719
4292
|
"isAbstract": false,
|
|
3720
4293
|
"isVirtual": false,
|
|
3721
4294
|
"isOverride": false,
|
|
4295
|
+
"visibility": "Public",
|
|
3722
4296
|
"declaringClrType": "System.Collections.Specialized.NotifyCollectionChangedEventArgs",
|
|
3723
4297
|
"declaringAssemblyName": "System.ObjectModel"
|
|
3724
4298
|
},
|
|
@@ -3737,6 +4311,7 @@
|
|
|
3737
4311
|
"isAbstract": false,
|
|
3738
4312
|
"isVirtual": false,
|
|
3739
4313
|
"isOverride": false,
|
|
4314
|
+
"visibility": "Public",
|
|
3740
4315
|
"declaringClrType": "System.Collections.Specialized.NotifyCollectionChangedEventArgs",
|
|
3741
4316
|
"declaringAssemblyName": "System.ObjectModel"
|
|
3742
4317
|
}
|
|
@@ -3751,6 +4326,7 @@
|
|
|
3751
4326
|
"normalizedSignature": "constructor|(System.Collections.Specialized.NotifyCollectionChangedAction):void|static=false",
|
|
3752
4327
|
"isStatic": false,
|
|
3753
4328
|
"parameterCount": 1,
|
|
4329
|
+
"visibility": "Public",
|
|
3754
4330
|
"declaringClrType": "System.Collections.Specialized.NotifyCollectionChangedEventArgs",
|
|
3755
4331
|
"declaringAssemblyName": "System.ObjectModel"
|
|
3756
4332
|
},
|
|
@@ -3761,6 +4337,7 @@
|
|
|
3761
4337
|
"normalizedSignature": "constructor|(System.Collections.Specialized.NotifyCollectionChangedAction,System.Object):void|static=false",
|
|
3762
4338
|
"isStatic": false,
|
|
3763
4339
|
"parameterCount": 2,
|
|
4340
|
+
"visibility": "Public",
|
|
3764
4341
|
"declaringClrType": "System.Collections.Specialized.NotifyCollectionChangedEventArgs",
|
|
3765
4342
|
"declaringAssemblyName": "System.ObjectModel"
|
|
3766
4343
|
},
|
|
@@ -3771,6 +4348,7 @@
|
|
|
3771
4348
|
"normalizedSignature": "constructor|(System.Collections.Specialized.NotifyCollectionChangedAction,System.Object,System.Int32):void|static=false",
|
|
3772
4349
|
"isStatic": false,
|
|
3773
4350
|
"parameterCount": 3,
|
|
4351
|
+
"visibility": "Public",
|
|
3774
4352
|
"declaringClrType": "System.Collections.Specialized.NotifyCollectionChangedEventArgs",
|
|
3775
4353
|
"declaringAssemblyName": "System.ObjectModel"
|
|
3776
4354
|
},
|
|
@@ -3781,6 +4359,7 @@
|
|
|
3781
4359
|
"normalizedSignature": "constructor|(System.Collections.Specialized.NotifyCollectionChangedAction,System.Collections.IList):void|static=false",
|
|
3782
4360
|
"isStatic": false,
|
|
3783
4361
|
"parameterCount": 2,
|
|
4362
|
+
"visibility": "Public",
|
|
3784
4363
|
"declaringClrType": "System.Collections.Specialized.NotifyCollectionChangedEventArgs",
|
|
3785
4364
|
"declaringAssemblyName": "System.ObjectModel"
|
|
3786
4365
|
},
|
|
@@ -3791,6 +4370,7 @@
|
|
|
3791
4370
|
"normalizedSignature": "constructor|(System.Collections.Specialized.NotifyCollectionChangedAction,System.Collections.IList,System.Int32):void|static=false",
|
|
3792
4371
|
"isStatic": false,
|
|
3793
4372
|
"parameterCount": 3,
|
|
4373
|
+
"visibility": "Public",
|
|
3794
4374
|
"declaringClrType": "System.Collections.Specialized.NotifyCollectionChangedEventArgs",
|
|
3795
4375
|
"declaringAssemblyName": "System.ObjectModel"
|
|
3796
4376
|
},
|
|
@@ -3801,6 +4381,7 @@
|
|
|
3801
4381
|
"normalizedSignature": "constructor|(System.Collections.Specialized.NotifyCollectionChangedAction,System.Object,System.Object):void|static=false",
|
|
3802
4382
|
"isStatic": false,
|
|
3803
4383
|
"parameterCount": 3,
|
|
4384
|
+
"visibility": "Public",
|
|
3804
4385
|
"declaringClrType": "System.Collections.Specialized.NotifyCollectionChangedEventArgs",
|
|
3805
4386
|
"declaringAssemblyName": "System.ObjectModel"
|
|
3806
4387
|
},
|
|
@@ -3811,6 +4392,7 @@
|
|
|
3811
4392
|
"normalizedSignature": "constructor|(System.Collections.Specialized.NotifyCollectionChangedAction,System.Object,System.Object,System.Int32):void|static=false",
|
|
3812
4393
|
"isStatic": false,
|
|
3813
4394
|
"parameterCount": 4,
|
|
4395
|
+
"visibility": "Public",
|
|
3814
4396
|
"declaringClrType": "System.Collections.Specialized.NotifyCollectionChangedEventArgs",
|
|
3815
4397
|
"declaringAssemblyName": "System.ObjectModel"
|
|
3816
4398
|
},
|
|
@@ -3821,6 +4403,7 @@
|
|
|
3821
4403
|
"normalizedSignature": "constructor|(System.Collections.Specialized.NotifyCollectionChangedAction,System.Collections.IList,System.Collections.IList):void|static=false",
|
|
3822
4404
|
"isStatic": false,
|
|
3823
4405
|
"parameterCount": 3,
|
|
4406
|
+
"visibility": "Public",
|
|
3824
4407
|
"declaringClrType": "System.Collections.Specialized.NotifyCollectionChangedEventArgs",
|
|
3825
4408
|
"declaringAssemblyName": "System.ObjectModel"
|
|
3826
4409
|
},
|
|
@@ -3831,6 +4414,7 @@
|
|
|
3831
4414
|
"normalizedSignature": "constructor|(System.Collections.Specialized.NotifyCollectionChangedAction,System.Collections.IList,System.Collections.IList,System.Int32):void|static=false",
|
|
3832
4415
|
"isStatic": false,
|
|
3833
4416
|
"parameterCount": 4,
|
|
4417
|
+
"visibility": "Public",
|
|
3834
4418
|
"declaringClrType": "System.Collections.Specialized.NotifyCollectionChangedEventArgs",
|
|
3835
4419
|
"declaringAssemblyName": "System.ObjectModel"
|
|
3836
4420
|
},
|
|
@@ -3841,6 +4425,7 @@
|
|
|
3841
4425
|
"normalizedSignature": "constructor|(System.Collections.Specialized.NotifyCollectionChangedAction,System.Object,System.Int32,System.Int32):void|static=false",
|
|
3842
4426
|
"isStatic": false,
|
|
3843
4427
|
"parameterCount": 4,
|
|
4428
|
+
"visibility": "Public",
|
|
3844
4429
|
"declaringClrType": "System.Collections.Specialized.NotifyCollectionChangedEventArgs",
|
|
3845
4430
|
"declaringAssemblyName": "System.ObjectModel"
|
|
3846
4431
|
},
|
|
@@ -3851,6 +4436,7 @@
|
|
|
3851
4436
|
"normalizedSignature": "constructor|(System.Collections.Specialized.NotifyCollectionChangedAction,System.Collections.IList,System.Int32,System.Int32):void|static=false",
|
|
3852
4437
|
"isStatic": false,
|
|
3853
4438
|
"parameterCount": 4,
|
|
4439
|
+
"visibility": "Public",
|
|
3854
4440
|
"declaringClrType": "System.Collections.Specialized.NotifyCollectionChangedEventArgs",
|
|
3855
4441
|
"declaringAssemblyName": "System.ObjectModel"
|
|
3856
4442
|
}
|
|
@@ -3876,25 +4462,25 @@
|
|
|
3876
4462
|
"stableId": "System.Collections.Specialized:System.Collections.Specialized.IOrderedDictionary",
|
|
3877
4463
|
"clrName": "System.Collections.Specialized.IOrderedDictionary"
|
|
3878
4464
|
},
|
|
3879
|
-
{
|
|
3880
|
-
"stableId": "System.Private.CoreLib:System.Collections.ICollection",
|
|
3881
|
-
"clrName": "System.Collections.ICollection"
|
|
3882
|
-
},
|
|
3883
4465
|
{
|
|
3884
4466
|
"stableId": "System.Private.CoreLib:System.Collections.IDictionary",
|
|
3885
4467
|
"clrName": "System.Collections.IDictionary"
|
|
3886
4468
|
},
|
|
3887
4469
|
{
|
|
3888
|
-
"stableId": "System.Private.CoreLib:System.Collections.
|
|
3889
|
-
"clrName": "System.Collections.
|
|
4470
|
+
"stableId": "System.Private.CoreLib:System.Collections.ICollection",
|
|
4471
|
+
"clrName": "System.Collections.ICollection"
|
|
3890
4472
|
},
|
|
3891
4473
|
{
|
|
3892
|
-
"stableId": "System.Private.CoreLib:System.
|
|
3893
|
-
"clrName": "System.
|
|
4474
|
+
"stableId": "System.Private.CoreLib:System.Collections.IEnumerable",
|
|
4475
|
+
"clrName": "System.Collections.IEnumerable"
|
|
3894
4476
|
},
|
|
3895
4477
|
{
|
|
3896
4478
|
"stableId": "System.Private.CoreLib:System.Runtime.Serialization.ISerializable",
|
|
3897
4479
|
"clrName": "System.Runtime.Serialization.ISerializable"
|
|
4480
|
+
},
|
|
4481
|
+
{
|
|
4482
|
+
"stableId": "System.Private.CoreLib:System.Runtime.Serialization.IDeserializationCallback",
|
|
4483
|
+
"clrName": "System.Runtime.Serialization.IDeserializationCallback"
|
|
3898
4484
|
}
|
|
3899
4485
|
],
|
|
3900
4486
|
"methods": [
|
|
@@ -3913,6 +4499,7 @@
|
|
|
3913
4499
|
"isVirtual": true,
|
|
3914
4500
|
"isOverride": false,
|
|
3915
4501
|
"isSealed": true,
|
|
4502
|
+
"visibility": "Public",
|
|
3916
4503
|
"declaringClrType": "System.Collections.Specialized.OrderedDictionary",
|
|
3917
4504
|
"declaringAssemblyName": "System.Collections.Specialized",
|
|
3918
4505
|
"isExtensionMethod": false
|
|
@@ -3932,6 +4519,7 @@
|
|
|
3932
4519
|
"isVirtual": true,
|
|
3933
4520
|
"isOverride": false,
|
|
3934
4521
|
"isSealed": true,
|
|
4522
|
+
"visibility": "Public",
|
|
3935
4523
|
"declaringClrType": "System.Collections.Specialized.OrderedDictionary",
|
|
3936
4524
|
"declaringAssemblyName": "System.Collections.Specialized",
|
|
3937
4525
|
"isExtensionMethod": false
|
|
@@ -3951,6 +4539,7 @@
|
|
|
3951
4539
|
"isVirtual": false,
|
|
3952
4540
|
"isOverride": false,
|
|
3953
4541
|
"isSealed": false,
|
|
4542
|
+
"visibility": "Public",
|
|
3954
4543
|
"declaringClrType": "System.Collections.Specialized.OrderedDictionary",
|
|
3955
4544
|
"declaringAssemblyName": "System.Collections.Specialized",
|
|
3956
4545
|
"isExtensionMethod": false
|
|
@@ -3970,6 +4559,7 @@
|
|
|
3970
4559
|
"isVirtual": true,
|
|
3971
4560
|
"isOverride": false,
|
|
3972
4561
|
"isSealed": true,
|
|
4562
|
+
"visibility": "Public",
|
|
3973
4563
|
"declaringClrType": "System.Collections.Specialized.OrderedDictionary",
|
|
3974
4564
|
"declaringAssemblyName": "System.Collections.Specialized",
|
|
3975
4565
|
"isExtensionMethod": false
|
|
@@ -3989,6 +4579,7 @@
|
|
|
3989
4579
|
"isVirtual": true,
|
|
3990
4580
|
"isOverride": false,
|
|
3991
4581
|
"isSealed": true,
|
|
4582
|
+
"visibility": "Public",
|
|
3992
4583
|
"declaringClrType": "System.Collections.Specialized.OrderedDictionary",
|
|
3993
4584
|
"declaringAssemblyName": "System.Collections.Specialized",
|
|
3994
4585
|
"isExtensionMethod": false
|
|
@@ -4008,6 +4599,7 @@
|
|
|
4008
4599
|
"isVirtual": true,
|
|
4009
4600
|
"isOverride": false,
|
|
4010
4601
|
"isSealed": true,
|
|
4602
|
+
"visibility": "Public",
|
|
4011
4603
|
"declaringClrType": "System.Collections.Specialized.OrderedDictionary",
|
|
4012
4604
|
"declaringAssemblyName": "System.Collections.Specialized",
|
|
4013
4605
|
"isExtensionMethod": false
|
|
@@ -4027,6 +4619,7 @@
|
|
|
4027
4619
|
"isVirtual": true,
|
|
4028
4620
|
"isOverride": false,
|
|
4029
4621
|
"isSealed": true,
|
|
4622
|
+
"visibility": "Public",
|
|
4030
4623
|
"declaringClrType": "System.Collections.Specialized.OrderedDictionary",
|
|
4031
4624
|
"declaringAssemblyName": "System.Collections.Specialized",
|
|
4032
4625
|
"isExtensionMethod": false
|
|
@@ -4046,6 +4639,7 @@
|
|
|
4046
4639
|
"isVirtual": true,
|
|
4047
4640
|
"isOverride": false,
|
|
4048
4641
|
"isSealed": true,
|
|
4642
|
+
"visibility": "Public",
|
|
4049
4643
|
"declaringClrType": "System.Collections.Specialized.OrderedDictionary",
|
|
4050
4644
|
"declaringAssemblyName": "System.Collections.Specialized",
|
|
4051
4645
|
"isExtensionMethod": false
|
|
@@ -4065,6 +4659,7 @@
|
|
|
4065
4659
|
"isVirtual": true,
|
|
4066
4660
|
"isOverride": false,
|
|
4067
4661
|
"isSealed": false,
|
|
4662
|
+
"visibility": "Public",
|
|
4068
4663
|
"declaringClrType": "System.Collections.Specialized.OrderedDictionary",
|
|
4069
4664
|
"declaringAssemblyName": "System.Collections.Specialized",
|
|
4070
4665
|
"isExtensionMethod": false
|
|
@@ -4084,49 +4679,51 @@
|
|
|
4084
4679
|
"isVirtual": true,
|
|
4085
4680
|
"isOverride": false,
|
|
4086
4681
|
"isSealed": false,
|
|
4682
|
+
"visibility": "Public",
|
|
4087
4683
|
"declaringClrType": "System.Collections.Specialized.OrderedDictionary",
|
|
4088
4684
|
"declaringAssemblyName": "System.Collections.Specialized",
|
|
4089
4685
|
"isExtensionMethod": false
|
|
4090
4686
|
},
|
|
4091
4687
|
{
|
|
4092
|
-
"stableId": "System.
|
|
4093
|
-
"clrName": "
|
|
4094
|
-
"metadataToken":
|
|
4095
|
-
"canonicalSignature": "():System.
|
|
4096
|
-
"normalizedSignature": "
|
|
4097
|
-
"emitScope": "
|
|
4098
|
-
"provenance": "
|
|
4688
|
+
"stableId": "System.Collections.Specialized:System.Collections.Specialized.OrderedDictionary::OnDeserialization(System.Object):System.Void",
|
|
4689
|
+
"clrName": "OnDeserialization",
|
|
4690
|
+
"metadataToken": 100663523,
|
|
4691
|
+
"canonicalSignature": "(System.Object):System.Void",
|
|
4692
|
+
"normalizedSignature": "OnDeserialization|(System.Object):System.Void|static=false",
|
|
4693
|
+
"emitScope": "ClassSurface",
|
|
4694
|
+
"provenance": "Original",
|
|
4099
4695
|
"arity": 0,
|
|
4100
|
-
"parameterCount":
|
|
4696
|
+
"parameterCount": 1,
|
|
4101
4697
|
"isStatic": false,
|
|
4102
4698
|
"isAbstract": false,
|
|
4103
4699
|
"isVirtual": true,
|
|
4104
4700
|
"isOverride": false,
|
|
4105
4701
|
"isSealed": false,
|
|
4106
|
-
"
|
|
4107
|
-
"
|
|
4108
|
-
"
|
|
4109
|
-
"
|
|
4702
|
+
"visibility": "Protected",
|
|
4703
|
+
"declaringClrType": "System.Collections.Specialized.OrderedDictionary",
|
|
4704
|
+
"declaringAssemblyName": "System.Collections.Specialized",
|
|
4705
|
+
"isExtensionMethod": false
|
|
4110
4706
|
},
|
|
4111
4707
|
{
|
|
4112
|
-
"stableId": "System.Private.CoreLib:System.
|
|
4113
|
-
"clrName": "
|
|
4114
|
-
"metadataToken":
|
|
4115
|
-
"canonicalSignature": "(
|
|
4116
|
-
"normalizedSignature": "
|
|
4708
|
+
"stableId": "System.Private.CoreLib:System.Collections.IEnumerable::GetEnumerator():System.Collections.IEnumerator",
|
|
4709
|
+
"clrName": "GetEnumerator",
|
|
4710
|
+
"metadataToken": 100703845,
|
|
4711
|
+
"canonicalSignature": "():System.Collections.IEnumerator",
|
|
4712
|
+
"normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
|
|
4117
4713
|
"emitScope": "ViewOnly",
|
|
4118
4714
|
"provenance": "ExplicitView",
|
|
4119
4715
|
"arity": 0,
|
|
4120
|
-
"parameterCount":
|
|
4716
|
+
"parameterCount": 0,
|
|
4121
4717
|
"isStatic": false,
|
|
4122
4718
|
"isAbstract": false,
|
|
4123
4719
|
"isVirtual": true,
|
|
4124
4720
|
"isOverride": false,
|
|
4125
4721
|
"isSealed": false,
|
|
4126
|
-
"
|
|
4722
|
+
"visibility": "Public",
|
|
4723
|
+
"declaringClrType": "System.Collections.IEnumerable",
|
|
4127
4724
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
4128
4725
|
"isExtensionMethod": false,
|
|
4129
|
-
"sourceInterface": "System.
|
|
4726
|
+
"sourceInterface": "System.Collections.IEnumerable"
|
|
4130
4727
|
},
|
|
4131
4728
|
{
|
|
4132
4729
|
"stableId": "System.Collections.Specialized:System.Collections.Specialized.IOrderedDictionary::GetEnumerator():System.Collections.IDictionaryEnumerator",
|
|
@@ -4143,6 +4740,7 @@
|
|
|
4143
4740
|
"isVirtual": true,
|
|
4144
4741
|
"isOverride": false,
|
|
4145
4742
|
"isSealed": false,
|
|
4743
|
+
"visibility": "Public",
|
|
4146
4744
|
"declaringClrType": "System.Collections.Specialized.IOrderedDictionary",
|
|
4147
4745
|
"declaringAssemblyName": "System.Collections.Specialized",
|
|
4148
4746
|
"isExtensionMethod": false,
|
|
@@ -4163,6 +4761,7 @@
|
|
|
4163
4761
|
"isVirtual": true,
|
|
4164
4762
|
"isOverride": false,
|
|
4165
4763
|
"isSealed": false,
|
|
4764
|
+
"visibility": "Public",
|
|
4166
4765
|
"declaringClrType": "System.Collections.Specialized.IOrderedDictionary",
|
|
4167
4766
|
"declaringAssemblyName": "System.Collections.Specialized",
|
|
4168
4767
|
"isExtensionMethod": false,
|
|
@@ -4183,6 +4782,7 @@
|
|
|
4183
4782
|
"isVirtual": true,
|
|
4184
4783
|
"isOverride": false,
|
|
4185
4784
|
"isSealed": false,
|
|
4785
|
+
"visibility": "Public",
|
|
4186
4786
|
"declaringClrType": "System.Collections.Specialized.IOrderedDictionary",
|
|
4187
4787
|
"declaringAssemblyName": "System.Collections.Specialized",
|
|
4188
4788
|
"isExtensionMethod": false,
|
|
@@ -4203,6 +4803,7 @@
|
|
|
4203
4803
|
"isVirtual": true,
|
|
4204
4804
|
"isOverride": false,
|
|
4205
4805
|
"isSealed": false,
|
|
4806
|
+
"visibility": "Public",
|
|
4206
4807
|
"declaringClrType": "System.Collections.IDictionary",
|
|
4207
4808
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
4208
4809
|
"isExtensionMethod": false,
|
|
@@ -4223,6 +4824,7 @@
|
|
|
4223
4824
|
"isVirtual": true,
|
|
4224
4825
|
"isOverride": false,
|
|
4225
4826
|
"isSealed": false,
|
|
4827
|
+
"visibility": "Public",
|
|
4226
4828
|
"declaringClrType": "System.Collections.IDictionary",
|
|
4227
4829
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
4228
4830
|
"isExtensionMethod": false,
|
|
@@ -4243,6 +4845,7 @@
|
|
|
4243
4845
|
"isVirtual": true,
|
|
4244
4846
|
"isOverride": false,
|
|
4245
4847
|
"isSealed": false,
|
|
4848
|
+
"visibility": "Public",
|
|
4246
4849
|
"declaringClrType": "System.Collections.IDictionary",
|
|
4247
4850
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
4248
4851
|
"isExtensionMethod": false,
|
|
@@ -4263,6 +4866,7 @@
|
|
|
4263
4866
|
"isVirtual": true,
|
|
4264
4867
|
"isOverride": false,
|
|
4265
4868
|
"isSealed": false,
|
|
4869
|
+
"visibility": "Public",
|
|
4266
4870
|
"declaringClrType": "System.Collections.IDictionary",
|
|
4267
4871
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
4268
4872
|
"isExtensionMethod": false,
|
|
@@ -4283,6 +4887,7 @@
|
|
|
4283
4887
|
"isVirtual": true,
|
|
4284
4888
|
"isOverride": false,
|
|
4285
4889
|
"isSealed": false,
|
|
4890
|
+
"visibility": "Public",
|
|
4286
4891
|
"declaringClrType": "System.Collections.ICollection",
|
|
4287
4892
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
4288
4893
|
"isExtensionMethod": false,
|
|
@@ -4303,6 +4908,7 @@
|
|
|
4303
4908
|
"isVirtual": true,
|
|
4304
4909
|
"isOverride": false,
|
|
4305
4910
|
"isSealed": false,
|
|
4911
|
+
"visibility": "Public",
|
|
4306
4912
|
"declaringClrType": "System.Collections.IDictionary",
|
|
4307
4913
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
4308
4914
|
"isExtensionMethod": false,
|
|
@@ -4323,11 +4929,33 @@
|
|
|
4323
4929
|
"isVirtual": true,
|
|
4324
4930
|
"isOverride": false,
|
|
4325
4931
|
"isSealed": false,
|
|
4932
|
+
"visibility": "Public",
|
|
4326
4933
|
"declaringClrType": "System.Runtime.Serialization.ISerializable",
|
|
4327
4934
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
4328
4935
|
"isExtensionMethod": false,
|
|
4329
4936
|
"sourceInterface": "System.Runtime.Serialization.ISerializable"
|
|
4330
4937
|
},
|
|
4938
|
+
{
|
|
4939
|
+
"stableId": "System.Private.CoreLib:System.Runtime.Serialization.IDeserializationCallback::OnDeserialization(System.Object):System.Void",
|
|
4940
|
+
"clrName": "OnDeserialization",
|
|
4941
|
+
"metadataToken": 100682629,
|
|
4942
|
+
"canonicalSignature": "(System.Object):System.Void",
|
|
4943
|
+
"normalizedSignature": "OnDeserialization|(System.Object):System.Void|static=false",
|
|
4944
|
+
"emitScope": "ViewOnly",
|
|
4945
|
+
"provenance": "ExplicitView",
|
|
4946
|
+
"arity": 0,
|
|
4947
|
+
"parameterCount": 1,
|
|
4948
|
+
"isStatic": false,
|
|
4949
|
+
"isAbstract": false,
|
|
4950
|
+
"isVirtual": true,
|
|
4951
|
+
"isOverride": false,
|
|
4952
|
+
"isSealed": false,
|
|
4953
|
+
"visibility": "Public",
|
|
4954
|
+
"declaringClrType": "System.Runtime.Serialization.IDeserializationCallback",
|
|
4955
|
+
"declaringAssemblyName": "System.Private.CoreLib",
|
|
4956
|
+
"isExtensionMethod": false,
|
|
4957
|
+
"sourceInterface": "System.Runtime.Serialization.IDeserializationCallback"
|
|
4958
|
+
},
|
|
4331
4959
|
{
|
|
4332
4960
|
"stableId": "System.Collections.Specialized:System.Collections.Specialized.OrderedDictionary::get_Item(System.Int32):System.Object",
|
|
4333
4961
|
"clrName": "get_Item",
|
|
@@ -4343,6 +4971,7 @@
|
|
|
4343
4971
|
"isVirtual": true,
|
|
4344
4972
|
"isOverride": false,
|
|
4345
4973
|
"isSealed": false,
|
|
4974
|
+
"visibility": "Public",
|
|
4346
4975
|
"declaringClrType": "System.Collections.Specialized.OrderedDictionary",
|
|
4347
4976
|
"declaringAssemblyName": "System.Collections.Specialized",
|
|
4348
4977
|
"isExtensionMethod": false
|
|
@@ -4362,6 +4991,7 @@
|
|
|
4362
4991
|
"isVirtual": true,
|
|
4363
4992
|
"isOverride": false,
|
|
4364
4993
|
"isSealed": false,
|
|
4994
|
+
"visibility": "Public",
|
|
4365
4995
|
"declaringClrType": "System.Collections.Specialized.OrderedDictionary",
|
|
4366
4996
|
"declaringAssemblyName": "System.Collections.Specialized",
|
|
4367
4997
|
"isExtensionMethod": false
|
|
@@ -4381,6 +5011,7 @@
|
|
|
4381
5011
|
"isVirtual": true,
|
|
4382
5012
|
"isOverride": false,
|
|
4383
5013
|
"isSealed": false,
|
|
5014
|
+
"visibility": "Public",
|
|
4384
5015
|
"declaringClrType": "System.Collections.Specialized.OrderedDictionary",
|
|
4385
5016
|
"declaringAssemblyName": "System.Collections.Specialized",
|
|
4386
5017
|
"isExtensionMethod": false
|
|
@@ -4400,6 +5031,7 @@
|
|
|
4400
5031
|
"isVirtual": true,
|
|
4401
5032
|
"isOverride": false,
|
|
4402
5033
|
"isSealed": false,
|
|
5034
|
+
"visibility": "Public",
|
|
4403
5035
|
"declaringClrType": "System.Collections.Specialized.OrderedDictionary",
|
|
4404
5036
|
"declaringAssemblyName": "System.Collections.Specialized",
|
|
4405
5037
|
"isExtensionMethod": false
|
|
@@ -4421,6 +5053,7 @@
|
|
|
4421
5053
|
"isAbstract": false,
|
|
4422
5054
|
"isVirtual": true,
|
|
4423
5055
|
"isOverride": false,
|
|
5056
|
+
"visibility": "Public",
|
|
4424
5057
|
"declaringClrType": "System.Collections.Specialized.OrderedDictionary",
|
|
4425
5058
|
"declaringAssemblyName": "System.Collections.Specialized"
|
|
4426
5059
|
},
|
|
@@ -4439,6 +5072,7 @@
|
|
|
4439
5072
|
"isAbstract": false,
|
|
4440
5073
|
"isVirtual": true,
|
|
4441
5074
|
"isOverride": false,
|
|
5075
|
+
"visibility": "Public",
|
|
4442
5076
|
"declaringClrType": "System.Collections.Specialized.OrderedDictionary",
|
|
4443
5077
|
"declaringAssemblyName": "System.Collections.Specialized"
|
|
4444
5078
|
},
|
|
@@ -4457,6 +5091,7 @@
|
|
|
4457
5091
|
"isAbstract": false,
|
|
4458
5092
|
"isVirtual": true,
|
|
4459
5093
|
"isOverride": false,
|
|
5094
|
+
"visibility": "Public",
|
|
4460
5095
|
"declaringClrType": "System.Collections.Specialized.OrderedDictionary",
|
|
4461
5096
|
"declaringAssemblyName": "System.Collections.Specialized"
|
|
4462
5097
|
},
|
|
@@ -4475,6 +5110,7 @@
|
|
|
4475
5110
|
"isAbstract": false,
|
|
4476
5111
|
"isVirtual": true,
|
|
4477
5112
|
"isOverride": false,
|
|
5113
|
+
"visibility": "Public",
|
|
4478
5114
|
"declaringClrType": "System.Collections.Specialized.OrderedDictionary",
|
|
4479
5115
|
"declaringAssemblyName": "System.Collections.Specialized"
|
|
4480
5116
|
},
|
|
@@ -4493,6 +5129,7 @@
|
|
|
4493
5129
|
"isAbstract": false,
|
|
4494
5130
|
"isVirtual": true,
|
|
4495
5131
|
"isOverride": false,
|
|
5132
|
+
"visibility": "Public",
|
|
4496
5133
|
"sourceInterface": "System.Collections.ICollection",
|
|
4497
5134
|
"declaringClrType": "System.Collections.IDictionary",
|
|
4498
5135
|
"declaringAssemblyName": "System.Private.CoreLib"
|
|
@@ -4512,6 +5149,7 @@
|
|
|
4512
5149
|
"isAbstract": false,
|
|
4513
5150
|
"isVirtual": true,
|
|
4514
5151
|
"isOverride": false,
|
|
5152
|
+
"visibility": "Public",
|
|
4515
5153
|
"sourceInterface": "System.Collections.ICollection",
|
|
4516
5154
|
"declaringClrType": "System.Collections.ICollection",
|
|
4517
5155
|
"declaringAssemblyName": "System.Private.CoreLib"
|
|
@@ -4531,6 +5169,7 @@
|
|
|
4531
5169
|
"isAbstract": false,
|
|
4532
5170
|
"isVirtual": true,
|
|
4533
5171
|
"isOverride": false,
|
|
5172
|
+
"visibility": "Public",
|
|
4534
5173
|
"sourceInterface": "System.Collections.IDictionary",
|
|
4535
5174
|
"declaringClrType": "System.Collections.IDictionary",
|
|
4536
5175
|
"declaringAssemblyName": "System.Private.CoreLib"
|
|
@@ -4550,6 +5189,7 @@
|
|
|
4550
5189
|
"isAbstract": false,
|
|
4551
5190
|
"isVirtual": true,
|
|
4552
5191
|
"isOverride": false,
|
|
5192
|
+
"visibility": "Public",
|
|
4553
5193
|
"sourceInterface": "System.Collections.IDictionary",
|
|
4554
5194
|
"declaringClrType": "System.Collections.IDictionary",
|
|
4555
5195
|
"declaringAssemblyName": "System.Private.CoreLib"
|
|
@@ -4569,6 +5209,7 @@
|
|
|
4569
5209
|
"isAbstract": false,
|
|
4570
5210
|
"isVirtual": true,
|
|
4571
5211
|
"isOverride": false,
|
|
5212
|
+
"visibility": "Public",
|
|
4572
5213
|
"sourceInterface": "System.Collections.ICollection",
|
|
4573
5214
|
"declaringClrType": "System.Collections.IDictionary",
|
|
4574
5215
|
"declaringAssemblyName": "System.Private.CoreLib"
|
|
@@ -4588,6 +5229,7 @@
|
|
|
4588
5229
|
"isAbstract": false,
|
|
4589
5230
|
"isVirtual": true,
|
|
4590
5231
|
"isOverride": false,
|
|
5232
|
+
"visibility": "Public",
|
|
4591
5233
|
"sourceInterface": "System.Collections.ICollection",
|
|
4592
5234
|
"declaringClrType": "System.Collections.ICollection",
|
|
4593
5235
|
"declaringAssemblyName": "System.Private.CoreLib"
|
|
@@ -4607,6 +5249,7 @@
|
|
|
4607
5249
|
"isAbstract": false,
|
|
4608
5250
|
"isVirtual": true,
|
|
4609
5251
|
"isOverride": false,
|
|
5252
|
+
"visibility": "Public",
|
|
4610
5253
|
"sourceInterface": "System.Collections.ICollection",
|
|
4611
5254
|
"declaringClrType": "System.Collections.ICollection",
|
|
4612
5255
|
"declaringAssemblyName": "System.Private.CoreLib"
|
|
@@ -4622,6 +5265,7 @@
|
|
|
4622
5265
|
"normalizedSignature": "constructor|():void|static=false",
|
|
4623
5266
|
"isStatic": false,
|
|
4624
5267
|
"parameterCount": 0,
|
|
5268
|
+
"visibility": "Public",
|
|
4625
5269
|
"declaringClrType": "System.Collections.Specialized.OrderedDictionary",
|
|
4626
5270
|
"declaringAssemblyName": "System.Collections.Specialized"
|
|
4627
5271
|
},
|
|
@@ -4632,6 +5276,7 @@
|
|
|
4632
5276
|
"normalizedSignature": "constructor|(System.Int32):void|static=false",
|
|
4633
5277
|
"isStatic": false,
|
|
4634
5278
|
"parameterCount": 1,
|
|
5279
|
+
"visibility": "Public",
|
|
4635
5280
|
"declaringClrType": "System.Collections.Specialized.OrderedDictionary",
|
|
4636
5281
|
"declaringAssemblyName": "System.Collections.Specialized"
|
|
4637
5282
|
},
|
|
@@ -4642,6 +5287,7 @@
|
|
|
4642
5287
|
"normalizedSignature": "constructor|(System.Collections.IEqualityComparer):void|static=false",
|
|
4643
5288
|
"isStatic": false,
|
|
4644
5289
|
"parameterCount": 1,
|
|
5290
|
+
"visibility": "Public",
|
|
4645
5291
|
"declaringClrType": "System.Collections.Specialized.OrderedDictionary",
|
|
4646
5292
|
"declaringAssemblyName": "System.Collections.Specialized"
|
|
4647
5293
|
},
|
|
@@ -4652,6 +5298,18 @@
|
|
|
4652
5298
|
"normalizedSignature": "constructor|(System.Int32,System.Collections.IEqualityComparer):void|static=false",
|
|
4653
5299
|
"isStatic": false,
|
|
4654
5300
|
"parameterCount": 2,
|
|
5301
|
+
"visibility": "Public",
|
|
5302
|
+
"declaringClrType": "System.Collections.Specialized.OrderedDictionary",
|
|
5303
|
+
"declaringAssemblyName": "System.Collections.Specialized"
|
|
5304
|
+
},
|
|
5305
|
+
{
|
|
5306
|
+
"stableId": "System.Collections.Specialized:System.Collections.Specialized.OrderedDictionary::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):void",
|
|
5307
|
+
"metadataToken": 100663496,
|
|
5308
|
+
"canonicalSignature": "(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):void",
|
|
5309
|
+
"normalizedSignature": "constructor|(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):void|static=false",
|
|
5310
|
+
"isStatic": false,
|
|
5311
|
+
"parameterCount": 2,
|
|
5312
|
+
"visibility": "Protected",
|
|
4655
5313
|
"declaringClrType": "System.Collections.Specialized.OrderedDictionary",
|
|
4656
5314
|
"declaringAssemblyName": "System.Collections.Specialized"
|
|
4657
5315
|
}
|
|
@@ -4673,6 +5331,10 @@
|
|
|
4673
5331
|
"clrName": "System.Object"
|
|
4674
5332
|
},
|
|
4675
5333
|
"interfaces": [
|
|
5334
|
+
{
|
|
5335
|
+
"stableId": "System.Private.CoreLib:System.Collections.IList",
|
|
5336
|
+
"clrName": "System.Collections.IList"
|
|
5337
|
+
},
|
|
4676
5338
|
{
|
|
4677
5339
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection",
|
|
4678
5340
|
"clrName": "System.Collections.ICollection"
|
|
@@ -4680,10 +5342,6 @@
|
|
|
4680
5342
|
{
|
|
4681
5343
|
"stableId": "System.Private.CoreLib:System.Collections.IEnumerable",
|
|
4682
5344
|
"clrName": "System.Collections.IEnumerable"
|
|
4683
|
-
},
|
|
4684
|
-
{
|
|
4685
|
-
"stableId": "System.Private.CoreLib:System.Collections.IList",
|
|
4686
|
-
"clrName": "System.Collections.IList"
|
|
4687
5345
|
}
|
|
4688
5346
|
],
|
|
4689
5347
|
"methods": [
|
|
@@ -4702,6 +5360,7 @@
|
|
|
4702
5360
|
"isVirtual": false,
|
|
4703
5361
|
"isOverride": false,
|
|
4704
5362
|
"isSealed": false,
|
|
5363
|
+
"visibility": "Public",
|
|
4705
5364
|
"declaringClrType": "System.Collections.Specialized.StringCollection",
|
|
4706
5365
|
"declaringAssemblyName": "System.Collections.Specialized",
|
|
4707
5366
|
"isExtensionMethod": false
|
|
@@ -4721,6 +5380,7 @@
|
|
|
4721
5380
|
"isVirtual": false,
|
|
4722
5381
|
"isOverride": false,
|
|
4723
5382
|
"isSealed": false,
|
|
5383
|
+
"visibility": "Public",
|
|
4724
5384
|
"declaringClrType": "System.Collections.Specialized.StringCollection",
|
|
4725
5385
|
"declaringAssemblyName": "System.Collections.Specialized",
|
|
4726
5386
|
"isExtensionMethod": false
|
|
@@ -4740,6 +5400,7 @@
|
|
|
4740
5400
|
"isVirtual": true,
|
|
4741
5401
|
"isOverride": false,
|
|
4742
5402
|
"isSealed": true,
|
|
5403
|
+
"visibility": "Public",
|
|
4743
5404
|
"declaringClrType": "System.Collections.Specialized.StringCollection",
|
|
4744
5405
|
"declaringAssemblyName": "System.Collections.Specialized",
|
|
4745
5406
|
"isExtensionMethod": false
|
|
@@ -4759,6 +5420,7 @@
|
|
|
4759
5420
|
"isVirtual": false,
|
|
4760
5421
|
"isOverride": false,
|
|
4761
5422
|
"isSealed": false,
|
|
5423
|
+
"visibility": "Public",
|
|
4762
5424
|
"declaringClrType": "System.Collections.Specialized.StringCollection",
|
|
4763
5425
|
"declaringAssemblyName": "System.Collections.Specialized",
|
|
4764
5426
|
"isExtensionMethod": false
|
|
@@ -4778,6 +5440,7 @@
|
|
|
4778
5440
|
"isVirtual": false,
|
|
4779
5441
|
"isOverride": false,
|
|
4780
5442
|
"isSealed": false,
|
|
5443
|
+
"visibility": "Public",
|
|
4781
5444
|
"declaringClrType": "System.Collections.Specialized.StringCollection",
|
|
4782
5445
|
"declaringAssemblyName": "System.Collections.Specialized",
|
|
4783
5446
|
"isExtensionMethod": false
|
|
@@ -4797,6 +5460,7 @@
|
|
|
4797
5460
|
"isVirtual": false,
|
|
4798
5461
|
"isOverride": false,
|
|
4799
5462
|
"isSealed": false,
|
|
5463
|
+
"visibility": "Public",
|
|
4800
5464
|
"declaringClrType": "System.Collections.Specialized.StringCollection",
|
|
4801
5465
|
"declaringAssemblyName": "System.Collections.Specialized",
|
|
4802
5466
|
"isExtensionMethod": false
|
|
@@ -4816,6 +5480,7 @@
|
|
|
4816
5480
|
"isVirtual": false,
|
|
4817
5481
|
"isOverride": false,
|
|
4818
5482
|
"isSealed": false,
|
|
5483
|
+
"visibility": "Public",
|
|
4819
5484
|
"declaringClrType": "System.Collections.Specialized.StringCollection",
|
|
4820
5485
|
"declaringAssemblyName": "System.Collections.Specialized",
|
|
4821
5486
|
"isExtensionMethod": false
|
|
@@ -4835,6 +5500,7 @@
|
|
|
4835
5500
|
"isVirtual": false,
|
|
4836
5501
|
"isOverride": false,
|
|
4837
5502
|
"isSealed": false,
|
|
5503
|
+
"visibility": "Public",
|
|
4838
5504
|
"declaringClrType": "System.Collections.Specialized.StringCollection",
|
|
4839
5505
|
"declaringAssemblyName": "System.Collections.Specialized",
|
|
4840
5506
|
"isExtensionMethod": false
|
|
@@ -4854,6 +5520,7 @@
|
|
|
4854
5520
|
"isVirtual": false,
|
|
4855
5521
|
"isOverride": false,
|
|
4856
5522
|
"isSealed": false,
|
|
5523
|
+
"visibility": "Public",
|
|
4857
5524
|
"declaringClrType": "System.Collections.Specialized.StringCollection",
|
|
4858
5525
|
"declaringAssemblyName": "System.Collections.Specialized",
|
|
4859
5526
|
"isExtensionMethod": false
|
|
@@ -4873,6 +5540,7 @@
|
|
|
4873
5540
|
"isVirtual": true,
|
|
4874
5541
|
"isOverride": false,
|
|
4875
5542
|
"isSealed": true,
|
|
5543
|
+
"visibility": "Public",
|
|
4876
5544
|
"declaringClrType": "System.Collections.Specialized.StringCollection",
|
|
4877
5545
|
"declaringAssemblyName": "System.Collections.Specialized",
|
|
4878
5546
|
"isExtensionMethod": false
|
|
@@ -4892,6 +5560,7 @@
|
|
|
4892
5560
|
"isVirtual": true,
|
|
4893
5561
|
"isOverride": false,
|
|
4894
5562
|
"isSealed": false,
|
|
5563
|
+
"visibility": "Public",
|
|
4895
5564
|
"declaringClrType": "System.Collections.ICollection",
|
|
4896
5565
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
4897
5566
|
"isExtensionMethod": false,
|
|
@@ -4912,6 +5581,7 @@
|
|
|
4912
5581
|
"isVirtual": true,
|
|
4913
5582
|
"isOverride": false,
|
|
4914
5583
|
"isSealed": false,
|
|
5584
|
+
"visibility": "Public",
|
|
4915
5585
|
"declaringClrType": "System.Collections.IEnumerable",
|
|
4916
5586
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
4917
5587
|
"isExtensionMethod": false,
|
|
@@ -4932,6 +5602,7 @@
|
|
|
4932
5602
|
"isVirtual": true,
|
|
4933
5603
|
"isOverride": false,
|
|
4934
5604
|
"isSealed": false,
|
|
5605
|
+
"visibility": "Public",
|
|
4935
5606
|
"declaringClrType": "System.Collections.IList",
|
|
4936
5607
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
4937
5608
|
"isExtensionMethod": false,
|
|
@@ -4952,6 +5623,7 @@
|
|
|
4952
5623
|
"isVirtual": true,
|
|
4953
5624
|
"isOverride": false,
|
|
4954
5625
|
"isSealed": false,
|
|
5626
|
+
"visibility": "Public",
|
|
4955
5627
|
"declaringClrType": "System.Collections.IList",
|
|
4956
5628
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
4957
5629
|
"isExtensionMethod": false,
|
|
@@ -4972,6 +5644,7 @@
|
|
|
4972
5644
|
"isVirtual": true,
|
|
4973
5645
|
"isOverride": false,
|
|
4974
5646
|
"isSealed": false,
|
|
5647
|
+
"visibility": "Public",
|
|
4975
5648
|
"declaringClrType": "System.Collections.IList",
|
|
4976
5649
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
4977
5650
|
"isExtensionMethod": false,
|
|
@@ -4992,6 +5665,7 @@
|
|
|
4992
5665
|
"isVirtual": true,
|
|
4993
5666
|
"isOverride": false,
|
|
4994
5667
|
"isSealed": false,
|
|
5668
|
+
"visibility": "Public",
|
|
4995
5669
|
"declaringClrType": "System.Collections.IList",
|
|
4996
5670
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
4997
5671
|
"isExtensionMethod": false,
|
|
@@ -5012,6 +5686,7 @@
|
|
|
5012
5686
|
"isVirtual": true,
|
|
5013
5687
|
"isOverride": false,
|
|
5014
5688
|
"isSealed": false,
|
|
5689
|
+
"visibility": "Public",
|
|
5015
5690
|
"declaringClrType": "System.Collections.IList",
|
|
5016
5691
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
5017
5692
|
"isExtensionMethod": false,
|
|
@@ -5032,6 +5707,7 @@
|
|
|
5032
5707
|
"isVirtual": true,
|
|
5033
5708
|
"isOverride": false,
|
|
5034
5709
|
"isSealed": false,
|
|
5710
|
+
"visibility": "Public",
|
|
5035
5711
|
"declaringClrType": "System.Collections.IList",
|
|
5036
5712
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
5037
5713
|
"isExtensionMethod": false,
|
|
@@ -5054,6 +5730,7 @@
|
|
|
5054
5730
|
"isAbstract": false,
|
|
5055
5731
|
"isVirtual": false,
|
|
5056
5732
|
"isOverride": false,
|
|
5733
|
+
"visibility": "Public",
|
|
5057
5734
|
"declaringClrType": "System.Collections.Specialized.StringCollection",
|
|
5058
5735
|
"declaringAssemblyName": "System.Collections.Specialized"
|
|
5059
5736
|
},
|
|
@@ -5072,6 +5749,7 @@
|
|
|
5072
5749
|
"isAbstract": false,
|
|
5073
5750
|
"isVirtual": true,
|
|
5074
5751
|
"isOverride": false,
|
|
5752
|
+
"visibility": "Public",
|
|
5075
5753
|
"declaringClrType": "System.Collections.Specialized.StringCollection",
|
|
5076
5754
|
"declaringAssemblyName": "System.Collections.Specialized"
|
|
5077
5755
|
},
|
|
@@ -5090,6 +5768,7 @@
|
|
|
5090
5768
|
"isAbstract": false,
|
|
5091
5769
|
"isVirtual": false,
|
|
5092
5770
|
"isOverride": false,
|
|
5771
|
+
"visibility": "Public",
|
|
5093
5772
|
"declaringClrType": "System.Collections.Specialized.StringCollection",
|
|
5094
5773
|
"declaringAssemblyName": "System.Collections.Specialized"
|
|
5095
5774
|
},
|
|
@@ -5108,6 +5787,7 @@
|
|
|
5108
5787
|
"isAbstract": false,
|
|
5109
5788
|
"isVirtual": true,
|
|
5110
5789
|
"isOverride": false,
|
|
5790
|
+
"visibility": "Public",
|
|
5111
5791
|
"declaringClrType": "System.Collections.Specialized.StringCollection",
|
|
5112
5792
|
"declaringAssemblyName": "System.Collections.Specialized"
|
|
5113
5793
|
},
|
|
@@ -5126,6 +5806,7 @@
|
|
|
5126
5806
|
"isAbstract": false,
|
|
5127
5807
|
"isVirtual": true,
|
|
5128
5808
|
"isOverride": false,
|
|
5809
|
+
"visibility": "Public",
|
|
5129
5810
|
"declaringClrType": "System.Collections.Specialized.StringCollection",
|
|
5130
5811
|
"declaringAssemblyName": "System.Collections.Specialized"
|
|
5131
5812
|
},
|
|
@@ -5144,6 +5825,7 @@
|
|
|
5144
5825
|
"isAbstract": false,
|
|
5145
5826
|
"isVirtual": true,
|
|
5146
5827
|
"isOverride": false,
|
|
5828
|
+
"visibility": "Public",
|
|
5147
5829
|
"sourceInterface": "System.Collections.ICollection",
|
|
5148
5830
|
"declaringClrType": "System.Collections.IList",
|
|
5149
5831
|
"declaringAssemblyName": "System.Private.CoreLib"
|
|
@@ -5163,6 +5845,7 @@
|
|
|
5163
5845
|
"isAbstract": false,
|
|
5164
5846
|
"isVirtual": true,
|
|
5165
5847
|
"isOverride": false,
|
|
5848
|
+
"visibility": "Public",
|
|
5166
5849
|
"sourceInterface": "System.Collections.ICollection",
|
|
5167
5850
|
"declaringClrType": "System.Collections.IList",
|
|
5168
5851
|
"declaringAssemblyName": "System.Private.CoreLib"
|
|
@@ -5182,6 +5865,7 @@
|
|
|
5182
5865
|
"isAbstract": false,
|
|
5183
5866
|
"isVirtual": true,
|
|
5184
5867
|
"isOverride": false,
|
|
5868
|
+
"visibility": "Public",
|
|
5185
5869
|
"sourceInterface": "System.Collections.ICollection",
|
|
5186
5870
|
"declaringClrType": "System.Collections.ICollection",
|
|
5187
5871
|
"declaringAssemblyName": "System.Private.CoreLib"
|
|
@@ -5201,6 +5885,7 @@
|
|
|
5201
5885
|
"isAbstract": false,
|
|
5202
5886
|
"isVirtual": true,
|
|
5203
5887
|
"isOverride": false,
|
|
5888
|
+
"visibility": "Public",
|
|
5204
5889
|
"sourceInterface": "System.Collections.ICollection",
|
|
5205
5890
|
"declaringClrType": "System.Collections.ICollection",
|
|
5206
5891
|
"declaringAssemblyName": "System.Private.CoreLib"
|
|
@@ -5220,6 +5905,7 @@
|
|
|
5220
5905
|
"isAbstract": false,
|
|
5221
5906
|
"isVirtual": true,
|
|
5222
5907
|
"isOverride": false,
|
|
5908
|
+
"visibility": "Public",
|
|
5223
5909
|
"sourceInterface": "System.Collections.ICollection",
|
|
5224
5910
|
"declaringClrType": "System.Collections.ICollection",
|
|
5225
5911
|
"declaringAssemblyName": "System.Private.CoreLib"
|
|
@@ -5235,6 +5921,7 @@
|
|
|
5235
5921
|
"normalizedSignature": "constructor|():void|static=false",
|
|
5236
5922
|
"isStatic": false,
|
|
5237
5923
|
"parameterCount": 0,
|
|
5924
|
+
"visibility": "Public",
|
|
5238
5925
|
"declaringClrType": "System.Collections.Specialized.StringCollection",
|
|
5239
5926
|
"declaringAssemblyName": "System.Collections.Specialized"
|
|
5240
5927
|
}
|
|
@@ -5277,6 +5964,7 @@
|
|
|
5277
5964
|
"isVirtual": true,
|
|
5278
5965
|
"isOverride": false,
|
|
5279
5966
|
"isSealed": false,
|
|
5967
|
+
"visibility": "Public",
|
|
5280
5968
|
"declaringClrType": "System.Collections.Specialized.StringDictionary",
|
|
5281
5969
|
"declaringAssemblyName": "System.Collections.Specialized",
|
|
5282
5970
|
"isExtensionMethod": false
|
|
@@ -5296,6 +5984,7 @@
|
|
|
5296
5984
|
"isVirtual": true,
|
|
5297
5985
|
"isOverride": false,
|
|
5298
5986
|
"isSealed": false,
|
|
5987
|
+
"visibility": "Public",
|
|
5299
5988
|
"declaringClrType": "System.Collections.Specialized.StringDictionary",
|
|
5300
5989
|
"declaringAssemblyName": "System.Collections.Specialized",
|
|
5301
5990
|
"isExtensionMethod": false
|
|
@@ -5315,6 +6004,7 @@
|
|
|
5315
6004
|
"isVirtual": true,
|
|
5316
6005
|
"isOverride": false,
|
|
5317
6006
|
"isSealed": false,
|
|
6007
|
+
"visibility": "Public",
|
|
5318
6008
|
"declaringClrType": "System.Collections.Specialized.StringDictionary",
|
|
5319
6009
|
"declaringAssemblyName": "System.Collections.Specialized",
|
|
5320
6010
|
"isExtensionMethod": false
|
|
@@ -5334,6 +6024,7 @@
|
|
|
5334
6024
|
"isVirtual": true,
|
|
5335
6025
|
"isOverride": false,
|
|
5336
6026
|
"isSealed": false,
|
|
6027
|
+
"visibility": "Public",
|
|
5337
6028
|
"declaringClrType": "System.Collections.Specialized.StringDictionary",
|
|
5338
6029
|
"declaringAssemblyName": "System.Collections.Specialized",
|
|
5339
6030
|
"isExtensionMethod": false
|
|
@@ -5353,6 +6044,7 @@
|
|
|
5353
6044
|
"isVirtual": true,
|
|
5354
6045
|
"isOverride": false,
|
|
5355
6046
|
"isSealed": false,
|
|
6047
|
+
"visibility": "Public",
|
|
5356
6048
|
"declaringClrType": "System.Collections.Specialized.StringDictionary",
|
|
5357
6049
|
"declaringAssemblyName": "System.Collections.Specialized",
|
|
5358
6050
|
"isExtensionMethod": false
|
|
@@ -5372,6 +6064,7 @@
|
|
|
5372
6064
|
"isVirtual": true,
|
|
5373
6065
|
"isOverride": false,
|
|
5374
6066
|
"isSealed": false,
|
|
6067
|
+
"visibility": "Public",
|
|
5375
6068
|
"declaringClrType": "System.Collections.Specialized.StringDictionary",
|
|
5376
6069
|
"declaringAssemblyName": "System.Collections.Specialized",
|
|
5377
6070
|
"isExtensionMethod": false
|
|
@@ -5391,6 +6084,7 @@
|
|
|
5391
6084
|
"isVirtual": true,
|
|
5392
6085
|
"isOverride": false,
|
|
5393
6086
|
"isSealed": false,
|
|
6087
|
+
"visibility": "Public",
|
|
5394
6088
|
"declaringClrType": "System.Collections.Specialized.StringDictionary",
|
|
5395
6089
|
"declaringAssemblyName": "System.Collections.Specialized",
|
|
5396
6090
|
"isExtensionMethod": false
|
|
@@ -5410,6 +6104,7 @@
|
|
|
5410
6104
|
"isVirtual": true,
|
|
5411
6105
|
"isOverride": false,
|
|
5412
6106
|
"isSealed": false,
|
|
6107
|
+
"visibility": "Public",
|
|
5413
6108
|
"declaringClrType": "System.Collections.IEnumerable",
|
|
5414
6109
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
5415
6110
|
"isExtensionMethod": false,
|
|
@@ -5432,6 +6127,7 @@
|
|
|
5432
6127
|
"isAbstract": false,
|
|
5433
6128
|
"isVirtual": true,
|
|
5434
6129
|
"isOverride": false,
|
|
6130
|
+
"visibility": "Public",
|
|
5435
6131
|
"declaringClrType": "System.Collections.Specialized.StringDictionary",
|
|
5436
6132
|
"declaringAssemblyName": "System.Collections.Specialized"
|
|
5437
6133
|
},
|
|
@@ -5450,6 +6146,7 @@
|
|
|
5450
6146
|
"isAbstract": false,
|
|
5451
6147
|
"isVirtual": true,
|
|
5452
6148
|
"isOverride": false,
|
|
6149
|
+
"visibility": "Public",
|
|
5453
6150
|
"declaringClrType": "System.Collections.Specialized.StringDictionary",
|
|
5454
6151
|
"declaringAssemblyName": "System.Collections.Specialized"
|
|
5455
6152
|
},
|
|
@@ -5468,6 +6165,7 @@
|
|
|
5468
6165
|
"isAbstract": false,
|
|
5469
6166
|
"isVirtual": true,
|
|
5470
6167
|
"isOverride": false,
|
|
6168
|
+
"visibility": "Public",
|
|
5471
6169
|
"declaringClrType": "System.Collections.Specialized.StringDictionary",
|
|
5472
6170
|
"declaringAssemblyName": "System.Collections.Specialized"
|
|
5473
6171
|
},
|
|
@@ -5486,6 +6184,7 @@
|
|
|
5486
6184
|
"isAbstract": false,
|
|
5487
6185
|
"isVirtual": true,
|
|
5488
6186
|
"isOverride": false,
|
|
6187
|
+
"visibility": "Public",
|
|
5489
6188
|
"declaringClrType": "System.Collections.Specialized.StringDictionary",
|
|
5490
6189
|
"declaringAssemblyName": "System.Collections.Specialized"
|
|
5491
6190
|
},
|
|
@@ -5504,6 +6203,7 @@
|
|
|
5504
6203
|
"isAbstract": false,
|
|
5505
6204
|
"isVirtual": true,
|
|
5506
6205
|
"isOverride": false,
|
|
6206
|
+
"visibility": "Public",
|
|
5507
6207
|
"declaringClrType": "System.Collections.Specialized.StringDictionary",
|
|
5508
6208
|
"declaringAssemblyName": "System.Collections.Specialized"
|
|
5509
6209
|
},
|
|
@@ -5522,6 +6222,7 @@
|
|
|
5522
6222
|
"isAbstract": false,
|
|
5523
6223
|
"isVirtual": true,
|
|
5524
6224
|
"isOverride": false,
|
|
6225
|
+
"visibility": "Public",
|
|
5525
6226
|
"declaringClrType": "System.Collections.Specialized.StringDictionary",
|
|
5526
6227
|
"declaringAssemblyName": "System.Collections.Specialized"
|
|
5527
6228
|
}
|
|
@@ -5536,6 +6237,7 @@
|
|
|
5536
6237
|
"normalizedSignature": "constructor|():void|static=false",
|
|
5537
6238
|
"isStatic": false,
|
|
5538
6239
|
"parameterCount": 0,
|
|
6240
|
+
"visibility": "Public",
|
|
5539
6241
|
"declaringClrType": "System.Collections.Specialized.StringDictionary",
|
|
5540
6242
|
"declaringAssemblyName": "System.Collections.Specialized"
|
|
5541
6243
|
}
|
|
@@ -5572,6 +6274,7 @@
|
|
|
5572
6274
|
"isVirtual": false,
|
|
5573
6275
|
"isOverride": false,
|
|
5574
6276
|
"isSealed": false,
|
|
6277
|
+
"visibility": "Public",
|
|
5575
6278
|
"declaringClrType": "System.Collections.Specialized.StringEnumerator",
|
|
5576
6279
|
"declaringAssemblyName": "System.Collections.Specialized",
|
|
5577
6280
|
"isExtensionMethod": false
|
|
@@ -5591,6 +6294,7 @@
|
|
|
5591
6294
|
"isVirtual": false,
|
|
5592
6295
|
"isOverride": false,
|
|
5593
6296
|
"isSealed": false,
|
|
6297
|
+
"visibility": "Public",
|
|
5594
6298
|
"declaringClrType": "System.Collections.Specialized.StringEnumerator",
|
|
5595
6299
|
"declaringAssemblyName": "System.Collections.Specialized",
|
|
5596
6300
|
"isExtensionMethod": false
|
|
@@ -5612,6 +6316,7 @@
|
|
|
5612
6316
|
"isAbstract": false,
|
|
5613
6317
|
"isVirtual": false,
|
|
5614
6318
|
"isOverride": false,
|
|
6319
|
+
"visibility": "Public",
|
|
5615
6320
|
"declaringClrType": "System.Collections.Specialized.StringEnumerator",
|
|
5616
6321
|
"declaringAssemblyName": "System.Collections.Specialized"
|
|
5617
6322
|
}
|