|
92 | 92 | <returns> |
93 | 93 | <see langword="true" /> if <paramref name="key" /> is found in the <see cref="T:System.Collections.Generic.ICollection`1" />; otherwise, <see langword="false" />.</returns> |
94 | 94 | <remarks>To be added.</remarks> |
95 | | - <inheritdoc /> |
96 | 95 | </Docs> |
97 | 96 | </Member> |
98 | 97 | <Member MemberName="CopyTo"> |
|
123 | 122 | <param name="arrayIndex">The zero-based index in <paramref name="array" /> at which copying begins.</param> |
124 | 123 | <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> |
125 | 124 | <remarks>To be added.</remarks> |
126 | | - <inheritdoc /> |
127 | 125 | </Docs> |
128 | 126 | </Member> |
129 | 127 | <Member MemberName="Count"> |
|
151 | 149 | <summary>Gets the number of elements contained in the <see cref="T:System.Collections.Generic.ICollection`1" />.</summary> |
152 | 150 | <value>The number of elements contained in the <see cref="T:System.Collections.Generic.ICollection`1" />.</value> |
153 | 151 | <remarks>To be added.</remarks> |
154 | | - <inheritdoc /> |
155 | 152 | </Docs> |
156 | 153 | </Member> |
157 | 154 | <Member MemberName="GetEnumerator"> |
|
503 | 500 | <param name="index">The zero-based index in <paramref name="array" /> at which copying begins.</param> |
504 | 501 | <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> |
505 | 502 | <remarks>To be added.</remarks> |
506 | | - <inheritdoc /> |
507 | 503 | </Docs> |
508 | 504 | </Member> |
509 | 505 | <Member MemberName="System.Collections.ICollection.IsSynchronized"> |
|
530 | 526 | <value> |
531 | 527 | <see langword="true" /> if access to the <see cref="T:System.Collections.ICollection" /> is synchronized (thread safe); otherwise, <see langword="false" />.</value> |
532 | 528 | <remarks>This member is an explicit interface member implementation. It can be used only when the <xref:System.Collections.Generic.OrderedDictionary`2.KeyCollection> instance is cast to an <xref:System.Collections.ICollection> interface.</remarks> |
533 | | - <inheritdoc /> |
534 | 529 | </Docs> |
535 | 530 | </Member> |
536 | 531 | <Member MemberName="System.Collections.ICollection.SyncRoot"> |
|
562 | 557 | <summary>Gets an object that can be used to synchronize access to the <see cref="T:System.Collections.ICollection" />.</summary> |
563 | 558 | <value>An object that can be used to synchronize access to the <see cref="T:System.Collections.ICollection" />.</value> |
564 | 559 | <remarks>This member is an explicit interface member implementation. It can be used only when the <xref:System.Collections.Generic.OrderedDictionary`2.KeyCollection> instance is cast to an <xref:System.Collections.ICollection> interface.</remarks> |
565 | | - <inheritdoc /> |
566 | 560 | </Docs> |
567 | 561 | </Member> |
568 | 562 | <Member MemberName="System.Collections.IEnumerable.GetEnumerator"> |
|
589 | 583 | <summary>Returns an enumerator that iterates through a collection.</summary> |
590 | 584 | <returns>An <see cref="T:System.Collections.IEnumerator" /> object that can be used to iterate through the collection.</returns> |
591 | 585 | <remarks>This member is an explicit interface member implementation. It can be used only when the <xref:System.Collections.Generic.OrderedDictionary`2.KeyCollection> instance is cast to an <xref:System.Collections.IEnumerable> interface.</remarks> |
592 | | - <inheritdoc /> |
593 | 586 | </Docs> |
594 | 587 | </Member> |
595 | 588 | <Member MemberName="System.Collections.IList.Add"> |
|
645 | 638 | <Docs> |
646 | 639 | <summary>Removes all items from the <see cref="T:System.Collections.IList" />.</summary> |
647 | 640 | <remarks>This member is an explicit interface member implementation. It can be used only when the <xref:System.Collections.Generic.OrderedDictionary`2.KeyCollection> instance is cast to an <xref:System.Collections.IList> interface.</remarks> |
648 | | - <inheritdoc /> |
649 | 641 | </Docs> |
650 | 642 | </Member> |
651 | 643 | <Member MemberName="System.Collections.IList.Contains"> |
|
676 | 668 | <returns> |
677 | 669 | <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> |
678 | 670 | <remarks>To be added.</remarks> |
679 | | - <inheritdoc /> |
680 | 671 | </Docs> |
681 | 672 | </Member> |
682 | 673 | <Member MemberName="System.Collections.IList.IndexOf"> |
|
706 | 697 | <summary>Determines the index of a specific item in the <see cref="T:System.Collections.IList" />.</summary> |
707 | 698 | <returns>The index of <paramref name="value" /> if found in the list; otherwise, -1.</returns> |
708 | 699 | <remarks>To be added.</remarks> |
709 | | - <inheritdoc /> |
710 | 700 | </Docs> |
711 | 701 | </Member> |
712 | 702 | <Member MemberName="System.Collections.IList.Insert"> |
|
735 | 725 | <Docs> |
736 | 726 | <param name="index">The zero-based index at which <paramref name="value" /> should be inserted.</param> |
737 | 727 | <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> |
739 | 729 | <remarks>To be added.</remarks> |
740 | | - <inheritdoc /> |
741 | 730 | </Docs> |
742 | 731 | </Member> |
743 | 732 | <Member MemberName="System.Collections.IList.IsFixedSize"> |
|
764 | 753 | <value> |
765 | 754 | <see langword="true" /> if the <see cref="T:System.Collections.IList" /> has a fixed size; otherwise, <see langword="false" />.</value> |
766 | 755 | <remarks>This member is an explicit interface member implementation. It can be used only when the <xref:System.Collections.Generic.OrderedDictionary`2.KeyCollection> instance is cast to an <xref:System.Collections.IList> interface.</remarks> |
767 | | - <inheritdoc /> |
768 | 756 | </Docs> |
769 | 757 | </Member> |
770 | 758 | <Member MemberName="System.Collections.IList.IsReadOnly"> |
|
791 | 779 | <value> |
792 | 780 | <see langword="true" /> if the <see cref="T:System.Collections.IList" /> is read-only; otherwise, <see langword="false" />.</value> |
793 | 781 | <remarks>This member is an explicit interface member implementation. It can be used only when the <xref:System.Collections.Generic.OrderedDictionary`2.KeyCollection> instance is cast to an <xref:System.Collections.IList> interface.</remarks> |
794 | | - <inheritdoc /> |
795 | 782 | </Docs> |
796 | 783 | </Member> |
797 | 784 | <Member MemberName="System.Collections.IList.Item"> |
|
856 | 843 | <param name="value">The object to remove from the <see cref="T:System.Collections.IList" />.</param> |
857 | 844 | <summary>Removes the first occurrence of a specific object from the <see cref="T:System.Collections.IList" />.</summary> |
858 | 845 | <remarks>To be added.</remarks> |
859 | | - <inheritdoc /> |
860 | 846 | </Docs> |
861 | 847 | </Member> |
862 | 848 | <Member MemberName="System.Collections.IList.RemoveAt"> |
|
885 | 871 | <param name="index">The zero-based index of the item to remove.</param> |
886 | 872 | <summary>Removes the <see cref="T:System.Collections.IList" /> item at the specified index.</summary> |
887 | 873 | <remarks>To be added.</remarks> |
888 | | - <inheritdoc /> |
889 | 874 | </Docs> |
890 | 875 | </Member> |
891 | 876 | </Members> |
|
0 commit comments