Skip to content

Commit dc70215

Browse files
CI Update
Build.Reason:Manual by Min Huang Build.Url:https://apidrop.visualstudio.com/Content%20CI/_build/results?buildId=451135&view=results source_repo.branch:mh/workaround source_repo.url:https://apidrop.visualstudio.com/_git/binaries
1 parent 5a0476f commit dc70215

File tree

2 files changed

+219
-230
lines changed

2 files changed

+219
-230
lines changed

xml/System.Collections.Generic/CollectionExtensions.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@
277277
<TypeParameter Name="TAlternate" />
278278
</TypeParameters>
279279
<Parameters>
280-
<Parameter Name="set" Type="System.Collections.Generic.HashSet&lt;T&gt;" Index="0" FrameworkAlternate="net-9.0" RefType="this">
280+
<Parameter Name="set" Type="System.Collections.Generic.HashSet&lt;T&gt;" RefType="this" Index="0" FrameworkAlternate="net-9.0">
281281
<Attributes>
282282
<Attribute>
283283
<AttributeName Language="C#">[System.Runtime.CompilerServices.Nullable(1)]</AttributeName>
@@ -332,7 +332,7 @@
332332
<TypeParameter Name="TAlternateKey" />
333333
</TypeParameters>
334334
<Parameters>
335-
<Parameter Name="dictionary" Type="System.Collections.Generic.Dictionary&lt;TKey,TValue&gt;" Index="0" FrameworkAlternate="net-9.0" RefType="this" />
335+
<Parameter Name="dictionary" Type="System.Collections.Generic.Dictionary&lt;TKey,TValue&gt;" RefType="this" Index="0" FrameworkAlternate="net-9.0" />
336336
</Parameters>
337337
<Docs>
338338
<typeparam name="TKey">To be added.</typeparam>
@@ -704,7 +704,7 @@
704704
<TypeParameter Name="TAlternate" />
705705
</TypeParameters>
706706
<Parameters>
707-
<Parameter Name="set" Type="System.Collections.Generic.HashSet&lt;T&gt;" Index="0" FrameworkAlternate="net-9.0" RefType="this">
707+
<Parameter Name="set" Type="System.Collections.Generic.HashSet&lt;T&gt;" RefType="this" Index="0" FrameworkAlternate="net-9.0">
708708
<Attributes>
709709
<Attribute>
710710
<AttributeName Language="C#">[System.Runtime.CompilerServices.Nullable(1)]</AttributeName>
@@ -762,7 +762,7 @@
762762
<TypeParameter Name="TAlternateKey" />
763763
</TypeParameters>
764764
<Parameters>
765-
<Parameter Name="dictionary" Type="System.Collections.Generic.Dictionary&lt;TKey,TValue&gt;" Index="0" FrameworkAlternate="net-9.0" RefType="this" />
765+
<Parameter Name="dictionary" Type="System.Collections.Generic.Dictionary&lt;TKey,TValue&gt;" RefType="this" Index="0" FrameworkAlternate="net-9.0" />
766766
<Parameter Name="lookup" Type="System.Collections.Generic.Dictionary&lt;TKey,TValue&gt;+AlternateLookup&lt;TAlternateKey&gt;" RefType="out" Index="1" FrameworkAlternate="net-9.0">
767767
<Attributes>
768768
<Attribute>

0 commit comments

Comments
 (0)