Skip to content
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions xml/System.Collections.Generic/OrderedDictionary`2.xml
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,7 @@
<typeparam name="TValue">The type of the values in the dictionary.</typeparam>
<summary>Represents a collection of key/value pairs that are accessible by the key or index.</summary>
<remarks>
<para>Operations on the collection have algorithmic complexities that are similar to that of the <see cref="T:System.Collections.Generic.List`1" /></para>
<para>class, except with lookups by key similar in complexity to that of <see cref="T:System.Collections.Generic.Dictionary`2" />.</para>
<para>Operations on the collection have algorithmic complexities that are similar to that of the <see cref="T:System.Collections.Generic.List`1" /> class, except with lookups by key similar in complexity to that of <see cref="T:System.Collections.Generic.Dictionary`2" />.</para>
</remarks>
</Docs>
<Members>
Expand Down