Skip to content

Commit 2c3a3cc

Browse files
committed
remove inheritdocs that cause bad IntelliSense files
1 parent e51a23e commit 2c3a3cc

32 files changed

+450
-597
lines changed

xml/System.Collections.Frozen/FrozenDictionary`2.xml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -848,7 +848,6 @@
848848
<param name="index">The zero-based index in <paramref name="array" /> at which copying begins.</param>
849849
<summary>Copies the elements of the <see cref="T:System.Collections.ICollection" /> to an <see cref="T:System.Array" />, starting at a particular <see cref="T:System.Array" /> index.</summary>
850850
<remarks>To be added.</remarks>
851-
<inheritdoc />
852851
</Docs>
853852
</Member>
854853
<Member MemberName="System.Collections.ICollection.IsSynchronized">
@@ -876,7 +875,6 @@
876875
<value>
877876
<see langword="true" /> if access to the <see cref="T:System.Collections.ICollection" /> is synchronized (thread safe); otherwise, <see langword="false" />.</value>
878877
<remarks>To be added.</remarks>
879-
<inheritdoc />
880878
</Docs>
881879
</Member>
882880
<Member MemberName="System.Collections.ICollection.SyncRoot">
@@ -903,7 +901,6 @@
903901
<summary>Gets an object that can be used to synchronize access to the <see cref="T:System.Collections.ICollection" />.</summary>
904902
<value>An object that can be used to synchronize access to the <see cref="T:System.Collections.ICollection" />.</value>
905903
<remarks>To be added.</remarks>
906-
<inheritdoc />
907904
</Docs>
908905
</Member>
909906
<Member MemberName="System.Collections.IDictionary.Add">
@@ -935,7 +932,6 @@
935932
<param name="value">The <see cref="T:System.Object" /> to use as the value of the element to add.</param>
936933
<summary>Adds an element with the provided key and value to the <see cref="T:System.Collections.IDictionary" /> object.</summary>
937934
<remarks>To be added.</remarks>
938-
<inheritdoc />
939935
</Docs>
940936
</Member>
941937
<Member MemberName="System.Collections.IDictionary.Clear">
@@ -962,7 +958,6 @@
962958
<Docs>
963959
<summary>Removes all elements from the <see cref="T:System.Collections.IDictionary" /> object.</summary>
964960
<remarks>To be added.</remarks>
965-
<inheritdoc />
966961
</Docs>
967962
</Member>
968963
<Member MemberName="System.Collections.IDictionary.Contains">
@@ -994,7 +989,6 @@
994989
<returns>
995990
<see langword="true" /> if the <see cref="T:System.Collections.IDictionary" /> contains an element with the key; otherwise, <see langword="false" />.</returns>
996991
<remarks>To be added.</remarks>
997-
<inheritdoc />
998992
</Docs>
999993
</Member>
1000994
<Member MemberName="System.Collections.IDictionary.GetEnumerator">
@@ -1022,7 +1016,6 @@
10221016
<summary>Returns an <see cref="T:System.Collections.IDictionaryEnumerator" /> object for the <see cref="T:System.Collections.IDictionary" /> object.</summary>
10231017
<returns>An <see cref="T:System.Collections.IDictionaryEnumerator" /> object for the <see cref="T:System.Collections.IDictionary" /> object.</returns>
10241018
<remarks>To be added.</remarks>
1025-
<inheritdoc />
10261019
</Docs>
10271020
</Member>
10281021
<Member MemberName="System.Collections.IDictionary.IsFixedSize">
@@ -1050,7 +1043,6 @@
10501043
<value>
10511044
<see langword="true" /> if the <see cref="T:System.Collections.IDictionary" /> object has a fixed size; otherwise, <see langword="false" />.</value>
10521045
<remarks>To be added.</remarks>
1053-
<inheritdoc />
10541046
</Docs>
10551047
</Member>
10561048
<Member MemberName="System.Collections.IDictionary.IsReadOnly">
@@ -1078,7 +1070,6 @@
10781070
<value>
10791071
<see langword="true" /> if the <see cref="T:System.Collections.IDictionary" /> object is read-only; otherwise, <see langword="false" />.</value>
10801072
<remarks>To be added.</remarks>
1081-
<inheritdoc />
10821073
</Docs>
10831074
</Member>
10841075
<Member MemberName="System.Collections.IDictionary.Item">
@@ -1142,7 +1133,6 @@
11421133
<summary>Gets an <see cref="T:System.Collections.ICollection" /> object containing the keys of the <see cref="T:System.Collections.IDictionary" /> object.</summary>
11431134
<value>An <see cref="T:System.Collections.ICollection" /> object containing the keys of the <see cref="T:System.Collections.IDictionary" /> object.</value>
11441135
<remarks>To be added.</remarks>
1145-
<inheritdoc />
11461136
</Docs>
11471137
</Member>
11481138
<Member MemberName="System.Collections.IDictionary.Remove">
@@ -1172,7 +1162,6 @@
11721162
<param name="key">The key of the element to remove.</param>
11731163
<summary>Removes the element with the specified key from the <see cref="T:System.Collections.IDictionary" /> object.</summary>
11741164
<remarks>To be added.</remarks>
1175-
<inheritdoc />
11761165
</Docs>
11771166
</Member>
11781167
<Member MemberName="System.Collections.IDictionary.Values">
@@ -1199,7 +1188,6 @@
11991188
<summary>Gets an <see cref="T:System.Collections.ICollection" /> object containing the values in the <see cref="T:System.Collections.IDictionary" /> object.</summary>
12001189
<value>An <see cref="T:System.Collections.ICollection" /> object containing the values in the <see cref="T:System.Collections.IDictionary" /> object.</value>
12011190
<remarks>To be added.</remarks>
1202-
<inheritdoc />
12031191
</Docs>
12041192
</Member>
12051193
<Member MemberName="System.Collections.IEnumerable.GetEnumerator">
@@ -1227,7 +1215,6 @@
12271215
<summary>Returns an enumerator that iterates through a collection.</summary>
12281216
<returns>An <see cref="T:System.Collections.IEnumerator" /> object that can be used to iterate through the collection.</returns>
12291217
<remarks>To be added.</remarks>
1230-
<inheritdoc />
12311218
</Docs>
12321219
</Member>
12331220
<Member MemberName="TryGetAlternateLookup&lt;TAlternateKey&gt;">

xml/System.Collections.Frozen/FrozenSet`1.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -862,7 +862,6 @@
862862
<param name="index">The zero-based index in <paramref name="array" /> at which copying begins.</param>
863863
<summary>Copies the elements of the <see cref="T:System.Collections.ICollection" /> to an <see cref="T:System.Array" />, starting at a particular <see cref="T:System.Array" /> index.</summary>
864864
<remarks>To be added.</remarks>
865-
<inheritdoc />
866865
</Docs>
867866
</Member>
868867
<Member MemberName="System.Collections.ICollection.IsSynchronized">
@@ -890,7 +889,6 @@
890889
<value>
891890
<see langword="true" /> if access to the <see cref="T:System.Collections.ICollection" /> is synchronized (thread safe); otherwise, <see langword="false" />.</value>
892891
<remarks>To be added.</remarks>
893-
<inheritdoc />
894892
</Docs>
895893
</Member>
896894
<Member MemberName="System.Collections.ICollection.SyncRoot">
@@ -917,7 +915,6 @@
917915
<summary>Gets an object that can be used to synchronize access to the <see cref="T:System.Collections.ICollection" />.</summary>
918916
<value>An object that can be used to synchronize access to the <see cref="T:System.Collections.ICollection" />.</value>
919917
<remarks>To be added.</remarks>
920-
<inheritdoc />
921918
</Docs>
922919
</Member>
923920
<Member MemberName="System.Collections.IEnumerable.GetEnumerator">
@@ -945,7 +942,6 @@
945942
<summary>Returns an enumerator that iterates through a collection.</summary>
946943
<returns>An <see cref="T:System.Collections.IEnumerator" /> object that can be used to iterate through the collection.</returns>
947944
<remarks>To be added.</remarks>
948-
<inheritdoc />
949945
</Docs>
950946
</Member>
951947
<Member MemberName="TryGetAlternateLookup&lt;TAlternate&gt;">

xml/System.Collections.Generic/OrderedDictionary`2+Enumerator.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,6 @@
130130
<summary>Gets both the key and the value of the current dictionary entry.</summary>
131131
<value>A <see cref="T:System.Collections.DictionaryEntry" /> containing both the key and the value of the current dictionary entry.</value>
132132
<remarks>This member is an explicit interface member implementation. It can be used only when the &lt;xref:System.Collections.Generic.OrderedDictionary`2.Enumerator&gt; instance is cast to an &lt;xref:System.Collections.IDictionaryEnumerator&gt; interface.</remarks>
133-
<inheritdoc />
134133
</Docs>
135134
</Member>
136135
<Member MemberName="System.Collections.IDictionaryEnumerator.Key">

xml/System.Collections.Generic/OrderedDictionary`2+KeyCollection.xml

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@
9292
<returns>
9393
<see langword="true" /> if <paramref name="key" /> is found in the <see cref="T:System.Collections.Generic.ICollection`1" />; otherwise, <see langword="false" />.</returns>
9494
<remarks>To be added.</remarks>
95-
<inheritdoc />
9695
</Docs>
9796
</Member>
9897
<Member MemberName="CopyTo">
@@ -123,7 +122,6 @@
123122
<param name="arrayIndex">The zero-based index in <paramref name="array" /> at which copying begins.</param>
124123
<summary>Copies the elements of the <see cref="T:System.Collections.Generic.ICollection`1" /> to an <see cref="T:System.Array" />, starting at a particular <see cref="T:System.Array" /> index.</summary>
125124
<remarks>To be added.</remarks>
126-
<inheritdoc />
127125
</Docs>
128126
</Member>
129127
<Member MemberName="Count">
@@ -151,7 +149,6 @@
151149
<summary>Gets the number of elements contained in the <see cref="T:System.Collections.Generic.ICollection`1" />.</summary>
152150
<value>The number of elements contained in the <see cref="T:System.Collections.Generic.ICollection`1" />.</value>
153151
<remarks>To be added.</remarks>
154-
<inheritdoc />
155152
</Docs>
156153
</Member>
157154
<Member MemberName="GetEnumerator">
@@ -503,7 +500,6 @@
503500
<param name="index">The zero-based index in <paramref name="array" /> at which copying begins.</param>
504501
<summary>Copies the elements of the <see cref="T:System.Collections.ICollection" /> to an <see cref="T:System.Array" />, starting at a particular <see cref="T:System.Array" /> index.</summary>
505502
<remarks>To be added.</remarks>
506-
<inheritdoc />
507503
</Docs>
508504
</Member>
509505
<Member MemberName="System.Collections.ICollection.IsSynchronized">
@@ -530,7 +526,6 @@
530526
<value>
531527
<see langword="true" /> if access to the <see cref="T:System.Collections.ICollection" /> is synchronized (thread safe); otherwise, <see langword="false" />.</value>
532528
<remarks>This member is an explicit interface member implementation. It can be used only when the &lt;xref:System.Collections.Generic.OrderedDictionary`2.KeyCollection&gt; instance is cast to an &lt;xref:System.Collections.ICollection&gt; interface.</remarks>
533-
<inheritdoc />
534529
</Docs>
535530
</Member>
536531
<Member MemberName="System.Collections.ICollection.SyncRoot">
@@ -562,7 +557,6 @@
562557
<summary>Gets an object that can be used to synchronize access to the <see cref="T:System.Collections.ICollection" />.</summary>
563558
<value>An object that can be used to synchronize access to the <see cref="T:System.Collections.ICollection" />.</value>
564559
<remarks>This member is an explicit interface member implementation. It can be used only when the &lt;xref:System.Collections.Generic.OrderedDictionary`2.KeyCollection&gt; instance is cast to an &lt;xref:System.Collections.ICollection&gt; interface.</remarks>
565-
<inheritdoc />
566560
</Docs>
567561
</Member>
568562
<Member MemberName="System.Collections.IEnumerable.GetEnumerator">
@@ -589,7 +583,6 @@
589583
<summary>Returns an enumerator that iterates through a collection.</summary>
590584
<returns>An <see cref="T:System.Collections.IEnumerator" /> object that can be used to iterate through the collection.</returns>
591585
<remarks>This member is an explicit interface member implementation. It can be used only when the &lt;xref:System.Collections.Generic.OrderedDictionary`2.KeyCollection&gt; instance is cast to an &lt;xref:System.Collections.IEnumerable&gt; interface.</remarks>
592-
<inheritdoc />
593586
</Docs>
594587
</Member>
595588
<Member MemberName="System.Collections.IList.Add">
@@ -645,7 +638,6 @@
645638
<Docs>
646639
<summary>Removes all items from the <see cref="T:System.Collections.IList" />.</summary>
647640
<remarks>This member is an explicit interface member implementation. It can be used only when the &lt;xref:System.Collections.Generic.OrderedDictionary`2.KeyCollection&gt; instance is cast to an &lt;xref:System.Collections.IList&gt; interface.</remarks>
648-
<inheritdoc />
649641
</Docs>
650642
</Member>
651643
<Member MemberName="System.Collections.IList.Contains">
@@ -676,7 +668,6 @@
676668
<returns>
677669
<see langword="true" /> if the <see cref="T:System.Object" /> is found in the <see cref="T:System.Collections.IList" />; otherwise, <see langword="false" />.</returns>
678670
<remarks>To be added.</remarks>
679-
<inheritdoc />
680671
</Docs>
681672
</Member>
682673
<Member MemberName="System.Collections.IList.IndexOf">
@@ -706,7 +697,6 @@
706697
<summary>Determines the index of a specific item in the <see cref="T:System.Collections.IList" />.</summary>
707698
<returns>The index of <paramref name="value" /> if found in the list; otherwise, -1.</returns>
708699
<remarks>To be added.</remarks>
709-
<inheritdoc />
710700
</Docs>
711701
</Member>
712702
<Member MemberName="System.Collections.IList.Insert">
@@ -735,9 +725,8 @@
735725
<Docs>
736726
<param name="index">The zero-based index at which <paramref name="value" /> should be inserted.</param>
737727
<param name="value">The object to insert into the <see cref="T:System.Collections.IList" />.</param>
738-
<summary>Inserts an item to the <see cref="T:System.Collections.IList" /> at the specified index.</summary>
728+
<summary>Inserts an item into the <see cref="T:System.Collections.IList" /> at the specified index.</summary>
739729
<remarks>To be added.</remarks>
740-
<inheritdoc />
741730
</Docs>
742731
</Member>
743732
<Member MemberName="System.Collections.IList.IsFixedSize">
@@ -764,7 +753,6 @@
764753
<value>
765754
<see langword="true" /> if the <see cref="T:System.Collections.IList" /> has a fixed size; otherwise, <see langword="false" />.</value>
766755
<remarks>This member is an explicit interface member implementation. It can be used only when the &lt;xref:System.Collections.Generic.OrderedDictionary`2.KeyCollection&gt; instance is cast to an &lt;xref:System.Collections.IList&gt; interface.</remarks>
767-
<inheritdoc />
768756
</Docs>
769757
</Member>
770758
<Member MemberName="System.Collections.IList.IsReadOnly">
@@ -791,7 +779,6 @@
791779
<value>
792780
<see langword="true" /> if the <see cref="T:System.Collections.IList" /> is read-only; otherwise, <see langword="false" />.</value>
793781
<remarks>This member is an explicit interface member implementation. It can be used only when the &lt;xref:System.Collections.Generic.OrderedDictionary`2.KeyCollection&gt; instance is cast to an &lt;xref:System.Collections.IList&gt; interface.</remarks>
794-
<inheritdoc />
795782
</Docs>
796783
</Member>
797784
<Member MemberName="System.Collections.IList.Item">
@@ -856,7 +843,6 @@
856843
<param name="value">The object to remove from the <see cref="T:System.Collections.IList" />.</param>
857844
<summary>Removes the first occurrence of a specific object from the <see cref="T:System.Collections.IList" />.</summary>
858845
<remarks>To be added.</remarks>
859-
<inheritdoc />
860846
</Docs>
861847
</Member>
862848
<Member MemberName="System.Collections.IList.RemoveAt">
@@ -885,7 +871,6 @@
885871
<param name="index">The zero-based index of the item to remove.</param>
886872
<summary>Removes the <see cref="T:System.Collections.IList" /> item at the specified index.</summary>
887873
<remarks>To be added.</remarks>
888-
<inheritdoc />
889874
</Docs>
890875
</Member>
891876
</Members>

0 commit comments

Comments
 (0)