Skip to content

Commit 1a82c7f

Browse files
authored
Update Dictionary`2.xml
1 parent 860a67f commit 1a82c7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xml/System.Collections.Generic/Dictionary`2.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3034,7 +3034,7 @@ dictionary.TrimExcess();
30343034
<summary>Sets the capacity of this dictionary to hold up a specified number of entries without any further expansion of its backing storage.</summary>
30353035
<remarks>This method can be used to minimize the memory overhead once it is known that no new elements will be added.</remarks>
30363036
<exception cref="T:System.ArgumentOutOfRangeException">
3037-
<paramref name="capacity" /> is less than <see cref="T:System.Collections.Generic.Dictionary.Count`2"/>.</exception>
3037+
<paramref name="capacity" /> is less than <see cref="P:System.Collections.Generic.Dictionary`2.Count"/>.</exception>
30383038
</Docs>
30393039
</Member>
30403040
<Member MemberName="TryAdd">

0 commit comments

Comments
 (0)