File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
xml/System.Collections.Generic Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -3034,7 +3034,7 @@ dictionary.TrimExcess();
3034
3034
<summary >Sets the capacity of this dictionary to hold up a specified number of entries without any further expansion of its backing storage.</summary >
3035
3035
<remarks >This method can be used to minimize the memory overhead once it is known that no new elements will be added.</remarks >
3036
3036
<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 >
3038
3038
</Docs >
3039
3039
</Member >
3040
3040
<Member MemberName =" TryAdd" >
You can’t perform that action at this time.
0 commit comments