|
8 | 8 | <AssemblyInfo>
|
9 | 9 | <AssemblyName>System.Collections</AssemblyName>
|
10 | 10 | <AssemblyVersion>9.0.0.0</AssemblyVersion>
|
| 11 | + <AssemblyVersion>10.0.0.0</AssemblyVersion> |
11 | 12 | </AssemblyInfo>
|
12 | 13 | <TypeForwardingChain>
|
13 |
| - <TypeForwarding From="netstandard" FromVersion="2.1.0.0" To="System.Collections" ToVersion="9.0.0.0" /> |
| 14 | + <TypeForwarding From="netstandard" FromVersion="2.1.0.0" To="System.Collections" ToVersion="10.0.0.0" FrameworkAlternate="net-10.0" /> |
| 15 | + <TypeForwarding From="netstandard" FromVersion="2.1.0.0" To="System.Collections" ToVersion="9.0.0.0" FrameworkAlternate="net-9.0" /> |
14 | 16 | </TypeForwardingChain>
|
15 | 17 | <TypeParameters>
|
16 |
| - <TypeParameter Name="TKey" /> |
17 |
| - <TypeParameter Name="TValue" /> |
18 |
| - <TypeParameter Name="TAlternateKey" /> |
| 18 | + <TypeParameter Name="TKey" Index="0" FrameworkAlternate="net-9.0" /> |
| 19 | + <TypeParameter Name="TValue" Index="1" FrameworkAlternate="net-9.0"> |
| 20 | + <Attributes> |
| 21 | + <Attribute FrameworkAlternate="net-9.0"> |
| 22 | + <AttributeName Language="C#">[System.Runtime.CompilerServices.Nullable(2)]</AttributeName> |
| 23 | + <AttributeName Language="F#">[<System.Runtime.CompilerServices.Nullable(2)>]</AttributeName> |
| 24 | + </Attribute> |
| 25 | + </Attributes> |
| 26 | + </TypeParameter> |
| 27 | + <TypeParameter Name="TAlternateKey" Index="2" FrameworkAlternate="net-9.0" /> |
19 | 28 | </TypeParameters>
|
20 | 29 | <Base>
|
21 | 30 | <BaseTypeName>System.ValueType</BaseTypeName>
|
|
50 | 59 | <AssemblyInfo>
|
51 | 60 | <AssemblyName>System.Collections</AssemblyName>
|
52 | 61 | <AssemblyVersion>9.0.0.0</AssemblyVersion>
|
| 62 | + <AssemblyVersion>10.0.0.0</AssemblyVersion> |
53 | 63 | </AssemblyInfo>
|
54 | 64 | <ReturnValue>
|
55 | 65 | <ReturnType>System.Boolean</ReturnType>
|
56 | 66 | </ReturnValue>
|
57 | 67 | <Parameters>
|
58 |
| - <Parameter Name="key" Type="TAlternateKey" /> |
| 68 | + <Parameter Name="key" Type="TAlternateKey" Index="0" FrameworkAlternate="net-9.0" /> |
59 | 69 | </Parameters>
|
60 | 70 | <Docs>
|
61 | 71 | <param name="key">The alternate key to check.</param>
|
|
78 | 88 | <AssemblyInfo>
|
79 | 89 | <AssemblyName>System.Collections</AssemblyName>
|
80 | 90 | <AssemblyVersion>9.0.0.0</AssemblyVersion>
|
| 91 | + <AssemblyVersion>10.0.0.0</AssemblyVersion> |
81 | 92 | </AssemblyInfo>
|
82 | 93 | <ReturnValue>
|
83 | 94 | <ReturnType>System.Collections.Generic.Dictionary<TKey,TValue></ReturnType>
|
|
99 | 110 | <AssemblyInfo>
|
100 | 111 | <AssemblyName>System.Collections</AssemblyName>
|
101 | 112 | <AssemblyVersion>9.0.0.0</AssemblyVersion>
|
| 113 | + <AssemblyVersion>10.0.0.0</AssemblyVersion> |
102 | 114 | </AssemblyInfo>
|
103 | 115 | <ReturnValue>
|
104 | 116 | <ReturnType>TValue</ReturnType>
|
105 | 117 | </ReturnValue>
|
106 | 118 | <Parameters>
|
107 |
| - <Parameter Name="key" Type="TAlternateKey" /> |
| 119 | + <Parameter Name="key" Type="TAlternateKey" Index="0" FrameworkAlternate="net-9.0" /> |
108 | 120 | </Parameters>
|
109 | 121 | <Docs>
|
110 | 122 | <param name="key">The alternate key of the value to get or set.</param>
|
|
127 | 139 | <AssemblyInfo>
|
128 | 140 | <AssemblyName>System.Collections</AssemblyName>
|
129 | 141 | <AssemblyVersion>9.0.0.0</AssemblyVersion>
|
| 142 | + <AssemblyVersion>10.0.0.0</AssemblyVersion> |
130 | 143 | </AssemblyInfo>
|
131 | 144 | <ReturnValue>
|
132 | 145 | <ReturnType>System.Boolean</ReturnType>
|
133 | 146 | </ReturnValue>
|
134 | 147 | <Parameters>
|
135 |
| - <Parameter Name="key" Type="TAlternateKey" /> |
| 148 | + <Parameter Name="key" Type="TAlternateKey" Index="0" FrameworkAlternate="net-9.0" /> |
136 | 149 | </Parameters>
|
137 | 150 | <Docs>
|
138 | 151 | <param name="key">The alternate key of the element to remove.</param>
|
|
155 | 168 | <AssemblyInfo>
|
156 | 169 | <AssemblyName>System.Collections</AssemblyName>
|
157 | 170 | <AssemblyVersion>9.0.0.0</AssemblyVersion>
|
| 171 | + <AssemblyVersion>10.0.0.0</AssemblyVersion> |
158 | 172 | </AssemblyInfo>
|
159 | 173 | <ReturnValue>
|
160 | 174 | <ReturnType>System.Boolean</ReturnType>
|
161 | 175 | </ReturnValue>
|
162 | 176 | <Parameters>
|
163 |
| - <Parameter Name="key" Type="TAlternateKey" /> |
164 |
| - <Parameter Name="actualKey" Type="TKey" RefType="out" /> |
165 |
| - <Parameter Name="value" Type="TValue" RefType="out" /> |
| 177 | + <Parameter Name="key" Type="TAlternateKey" Index="0" FrameworkAlternate="net-9.0" /> |
| 178 | + <Parameter Name="actualKey" Type="TKey" RefType="out" Index="1" FrameworkAlternate="net-9.0"> |
| 179 | + <Attributes> |
| 180 | + <Attribute FrameworkAlternate="net-9.0"> |
| 181 | + <AttributeName Language="C#">[System.Diagnostics.CodeAnalysis.MaybeNullWhen(false)]</AttributeName> |
| 182 | + <AttributeName Language="F#">[<System.Diagnostics.CodeAnalysis.MaybeNullWhen(false)>]</AttributeName> |
| 183 | + </Attribute> |
| 184 | + </Attributes> |
| 185 | + </Parameter> |
| 186 | + <Parameter Name="value" Type="TValue" RefType="out" Index="2" FrameworkAlternate="net-9.0"> |
| 187 | + <Attributes> |
| 188 | + <Attribute FrameworkAlternate="net-9.0"> |
| 189 | + <AttributeName Language="C#">[System.Diagnostics.CodeAnalysis.MaybeNullWhen(false)]</AttributeName> |
| 190 | + <AttributeName Language="F#">[<System.Diagnostics.CodeAnalysis.MaybeNullWhen(false)>]</AttributeName> |
| 191 | + </Attribute> |
| 192 | + </Attributes> |
| 193 | + </Parameter> |
166 | 194 | </Parameters>
|
167 | 195 | <Docs>
|
168 | 196 | <param name="key">The alternate key of the element to remove.</param>
|
|
187 | 215 | <AssemblyInfo>
|
188 | 216 | <AssemblyName>System.Collections</AssemblyName>
|
189 | 217 | <AssemblyVersion>9.0.0.0</AssemblyVersion>
|
| 218 | + <AssemblyVersion>10.0.0.0</AssemblyVersion> |
190 | 219 | </AssemblyInfo>
|
191 | 220 | <ReturnValue>
|
192 | 221 | <ReturnType>System.Boolean</ReturnType>
|
193 | 222 | </ReturnValue>
|
194 | 223 | <Parameters>
|
195 |
| - <Parameter Name="key" Type="TAlternateKey" /> |
196 |
| - <Parameter Name="value" Type="TValue" /> |
| 224 | + <Parameter Name="key" Type="TAlternateKey" Index="0" FrameworkAlternate="net-9.0" /> |
| 225 | + <Parameter Name="value" Type="TValue" Index="1" FrameworkAlternate="net-9.0" /> |
197 | 226 | </Parameters>
|
198 | 227 | <Docs>
|
199 | 228 | <param name="key">The alternate key of the element to add.</param>
|
|
217 | 246 | <AssemblyInfo>
|
218 | 247 | <AssemblyName>System.Collections</AssemblyName>
|
219 | 248 | <AssemblyVersion>9.0.0.0</AssemblyVersion>
|
| 249 | + <AssemblyVersion>10.0.0.0</AssemblyVersion> |
220 | 250 | </AssemblyInfo>
|
221 | 251 | <ReturnValue>
|
222 | 252 | <ReturnType>System.Boolean</ReturnType>
|
223 | 253 | </ReturnValue>
|
224 | 254 | <Parameters>
|
225 |
| - <Parameter Name="key" Type="TAlternateKey" /> |
226 |
| - <Parameter Name="value" Type="TValue" RefType="out" /> |
| 255 | + <Parameter Name="key" Type="TAlternateKey" Index="0" FrameworkAlternate="net-9.0" /> |
| 256 | + <Parameter Name="value" Type="TValue" RefType="out" Index="1" FrameworkAlternate="net-9.0"> |
| 257 | + <Attributes> |
| 258 | + <Attribute FrameworkAlternate="net-9.0"> |
| 259 | + <AttributeName Language="C#">[System.Diagnostics.CodeAnalysis.MaybeNullWhen(false)]</AttributeName> |
| 260 | + <AttributeName Language="F#">[<System.Diagnostics.CodeAnalysis.MaybeNullWhen(false)>]</AttributeName> |
| 261 | + </Attribute> |
| 262 | + </Attributes> |
| 263 | + </Parameter> |
227 | 264 | </Parameters>
|
228 | 265 | <Docs>
|
229 | 266 | <param name="key">The alternate key of the value to get.</param>
|
|
247 | 284 | <AssemblyInfo>
|
248 | 285 | <AssemblyName>System.Collections</AssemblyName>
|
249 | 286 | <AssemblyVersion>9.0.0.0</AssemblyVersion>
|
| 287 | + <AssemblyVersion>10.0.0.0</AssemblyVersion> |
250 | 288 | </AssemblyInfo>
|
251 | 289 | <ReturnValue>
|
252 | 290 | <ReturnType>System.Boolean</ReturnType>
|
253 | 291 | </ReturnValue>
|
254 | 292 | <Parameters>
|
255 |
| - <Parameter Name="key" Type="TAlternateKey" /> |
256 |
| - <Parameter Name="actualKey" Type="TKey" RefType="out" /> |
257 |
| - <Parameter Name="value" Type="TValue" RefType="out" /> |
| 293 | + <Parameter Name="key" Type="TAlternateKey" Index="0" FrameworkAlternate="net-9.0" /> |
| 294 | + <Parameter Name="actualKey" Type="TKey" RefType="out" Index="1" FrameworkAlternate="net-9.0"> |
| 295 | + <Attributes> |
| 296 | + <Attribute FrameworkAlternate="net-9.0"> |
| 297 | + <AttributeName Language="C#">[System.Diagnostics.CodeAnalysis.MaybeNullWhen(false)]</AttributeName> |
| 298 | + <AttributeName Language="F#">[<System.Diagnostics.CodeAnalysis.MaybeNullWhen(false)>]</AttributeName> |
| 299 | + </Attribute> |
| 300 | + </Attributes> |
| 301 | + </Parameter> |
| 302 | + <Parameter Name="value" Type="TValue" RefType="out" Index="2" FrameworkAlternate="net-9.0"> |
| 303 | + <Attributes> |
| 304 | + <Attribute FrameworkAlternate="net-9.0"> |
| 305 | + <AttributeName Language="C#">[System.Diagnostics.CodeAnalysis.MaybeNullWhen(false)]</AttributeName> |
| 306 | + <AttributeName Language="F#">[<System.Diagnostics.CodeAnalysis.MaybeNullWhen(false)>]</AttributeName> |
| 307 | + </Attribute> |
| 308 | + </Attributes> |
| 309 | + </Parameter> |
258 | 310 | </Parameters>
|
259 | 311 | <Docs>
|
260 | 312 | <param name="key">The alternate key of the value to get.</param>
|
|
0 commit comments