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