|
807 | 807 | <Parameter Name="value" Type="TValue" />
|
808 | 808 | </Parameters>
|
809 | 809 | <Docs>
|
810 |
| - <param name="key">To be added.</param> |
811 |
| - <param name="value">To be added.</param> |
812 |
| - <summary>To be added.</summary> |
| 810 | + <param name="key">The object to use as the key of the element to add.</param> |
| 811 | + <param name="value">The object to use as the value of the element to add.</param> |
| 812 | + <summary>Adds an element with the provided key and value to the generic dictionary.</summary> |
813 | 813 | <remarks>To be added.</remarks>
|
814 | 814 | </Docs>
|
815 | 815 | </Member>
|
|
842 | 842 | </Parameters>
|
843 | 843 | <Docs>
|
844 | 844 | <param name="key">To be added.</param>
|
845 |
| - <summary>To be added.</summary> |
846 |
| - <value>To be added.</value> |
| 845 | + <summary>Gets or sets the <typeparamref name="TValue" /> with the specified key.</summary> |
| 846 | + <value>An object of type <typeparamref name="TValue" /> associated with the <paramref name="key" />.</value> |
847 | 847 | <remarks>To be added.</remarks>
|
848 | 848 | </Docs>
|
849 | 849 | </Member>
|
|
872 | 872 | <ReturnType>System.Collections.Generic.ICollection<TKey></ReturnType>
|
873 | 873 | </ReturnValue>
|
874 | 874 | <Docs>
|
875 |
| - <summary>To be added.</summary> |
876 |
| - <value>To be added.</value> |
| 875 | + <summary>Gets the keys.</summary> |
| 876 | + <value>A collection containing the keys.</value> |
877 | 877 | <remarks>To be added.</remarks>
|
878 | 878 | </Docs>
|
879 | 879 | </Member>
|
|
905 | 905 | <Parameter Name="key" Type="TKey" />
|
906 | 906 | </Parameters>
|
907 | 907 | <Docs>
|
908 |
| - <param name="key">To be added.</param> |
909 |
| - <summary>To be added.</summary> |
910 |
| - <returns>To be added.</returns> |
| 908 | + <param name="key">The key of the element to remove.</param> |
| 909 | + <summary>Removes the element with the specified key from the generic dictionary.</summary> |
| 910 | + <returns> |
| 911 | + <see langword="true" /> if the element is successfully removed; otherwise, <see langword="false" />. This method also returns <see langword="false" /> if <paramref name="key" /> was not found in the original generic dictionary.</returns> |
911 | 912 | <remarks>To be added.</remarks>
|
912 | 913 | </Docs>
|
913 | 914 | </Member>
|
|
936 | 937 | <ReturnType>System.Collections.Generic.ICollection<TValue></ReturnType>
|
937 | 938 | </ReturnValue>
|
938 | 939 | <Docs>
|
939 |
| - <summary>To be added.</summary> |
940 |
| - <value>To be added.</value> |
| 940 | + <summary>Gets the values.</summary> |
| 941 | + <value>A collection containing the values.</value> |
941 | 942 | <remarks>To be added.</remarks>
|
942 | 943 | </Docs>
|
943 | 944 | </Member>
|
|
967 | 968 | </ReturnValue>
|
968 | 969 | <Parameters />
|
969 | 970 | <Docs>
|
970 |
| - <summary>To be added.</summary> |
971 |
| - <returns>To be added.</returns> |
| 971 | + <summary>Returns an enumerator that iterates through the collection.</summary> |
| 972 | + <returns>An enumerator that can be used to iterate through the collection.</returns> |
972 | 973 | <remarks>To be added.</remarks>
|
973 | 974 | </Docs>
|
974 | 975 | </Member>
|
|
1511 | 1512 | <param name="key">To be added.</param>
|
1512 | 1513 | <param name="value">To be added.</param>
|
1513 | 1514 | <summary>To be added.</summary>
|
1514 |
| - <returns>To be added.</returns> |
| 1515 | + <returns>The <see cref="T:System.Collections.Immutable.IImmutableDictionary`2" /> instance.</returns> |
1515 | 1516 | <remarks>To be added.</remarks>
|
1516 | 1517 | </Docs>
|
1517 | 1518 | </Member>
|
|
1545 | 1546 | <Docs>
|
1546 | 1547 | <param name="pairs">To be added.</param>
|
1547 | 1548 | <summary>To be added.</summary>
|
1548 |
| - <returns>To be added.</returns> |
| 1549 | + <returns>The <see cref="T:System.Collections.Immutable.IImmutableDictionary`2" /> instance.</returns> |
1549 | 1550 | <remarks>To be added.</remarks>
|
1550 | 1551 | </Docs>
|
1551 | 1552 | </Member>
|
|
1576 | 1577 | <Parameters />
|
1577 | 1578 | <Docs>
|
1578 | 1579 | <summary>To be added.</summary>
|
1579 |
| - <returns>To be added.</returns> |
| 1580 | + <returns>The <see cref="T:System.Collections.Immutable.IImmutableDictionary`2" /> instance.</returns> |
1580 | 1581 | <remarks>To be added.</remarks>
|
1581 | 1582 | </Docs>
|
1582 | 1583 | </Member>
|
|
1610 | 1611 | <Docs>
|
1611 | 1612 | <param name="key">To be added.</param>
|
1612 | 1613 | <summary>To be added.</summary>
|
1613 |
| - <returns>To be added.</returns> |
| 1614 | + <returns>The <see cref="T:System.Collections.Immutable.IImmutableDictionary`2" /> instance.</returns> |
1614 | 1615 | <remarks>To be added.</remarks>
|
1615 | 1616 | </Docs>
|
1616 | 1617 | </Member>
|
|
1644 | 1645 | <Docs>
|
1645 | 1646 | <param name="keys">To be added.</param>
|
1646 | 1647 | <summary>To be added.</summary>
|
1647 |
| - <returns>To be added.</returns> |
| 1648 | + <returns>The <see cref="T:System.Collections.Immutable.IImmutableDictionary`2" /> instance.</returns> |
1648 | 1649 | <remarks>To be added.</remarks>
|
1649 | 1650 | </Docs>
|
1650 | 1651 | </Member>
|
|
1680 | 1681 | <param name="key">To be added.</param>
|
1681 | 1682 | <param name="value">To be added.</param>
|
1682 | 1683 | <summary>To be added.</summary>
|
1683 |
| - <returns>To be added.</returns> |
| 1684 | + <returns>The <see cref="T:System.Collections.Immutable.IImmutableDictionary`2" /> instance.</returns> |
1684 | 1685 | <remarks>To be added.</remarks>
|
1685 | 1686 | </Docs>
|
1686 | 1687 | </Member>
|
|
1712 | 1713 | <Parameter Name="items" Type="System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<TKey,TValue>>" />
|
1713 | 1714 | </Parameters>
|
1714 | 1715 | <Docs>
|
1715 |
| - <param name="items">To be added.</param> |
1716 |
| - <summary>To be added.</summary> |
1717 |
| - <returns>To be added.</returns> |
| 1716 | + <param name="items">A set of key-value pairs to set on the map.</param> |
| 1717 | + <summary>Applies a given set of key-value pairs to an immutable dictionary, replacing any conflicting keys in the resulting dictionary.</summary> |
| 1718 | + <returns>The <see cref="T:System.Collections.Immutable.IImmutableDictionary`2" /> instance.</returns> |
1718 | 1719 | <remarks>To be added.</remarks>
|
1719 | 1720 | </Docs>
|
1720 | 1721 | </Member>
|
|
0 commit comments