Skip to content
Merged
Show file tree
Hide file tree
Changes from 6 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
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,7 @@
<typeparam name="TValue">The type of the values in the dictionary.</typeparam>
<typeparam name="TAlternateKey">The alternate type of a key for performing lookups.</typeparam>
<summary>
<para>Provides a type that may be used to perform operations on a <see cref="T:System.Collections.Concurrent.ConcurrentDictionary`2" /></para>
<para>using a <typeparamref name="TAlternateKey" /> as a key instead of a <typeparamref name="TKey" />.</para>
<para>Provides a type that may be used to perform operations on a <see cref="T:System.Collections.Concurrent.ConcurrentDictionary`2" /> using a <typeparamref name="TAlternateKey" /> as a key instead of a <typeparamref name="TKey" />.</para>
</summary>
<remarks>To be added.</remarks>
</Docs>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1011,8 +1011,7 @@
<Docs>
<typeparam name="TAlternateKey">The alternate type of a key for performing lookups.</typeparam>
<summary>
<para>Gets an instance of a type that may be used to perform operations on a <see cref="T:System.Collections.Concurrent.ConcurrentDictionary`2" /></para>
<para>using a <typeparamref name="TAlternateKey" /> as a key instead of a <typeparamref name="TKey" />.</para>
<para>Gets an instance of a type that may be used to perform operations on a <see cref="T:System.Collections.Concurrent.ConcurrentDictionary`2" /> using a <typeparamref name="TAlternateKey" /> as a key instead of a <typeparamref name="TKey" />.</para>
</summary>
<returns>The created lookup instance.</returns>
<remarks>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,7 @@
<typeparam name="TValue">The type of the values in the dictionary.</typeparam>
<typeparam name="TAlternateKey">The alternate type of a key for performing lookups.</typeparam>
<summary>
<para>Provides a type that may be used to perform operations on a <see cref="T:System.Collections.Frozen.FrozenDictionary`2" /></para>
<para>using a <typeparamref name="TAlternateKey" /> as a key instead of a <typeparamref name="TKey" />.</para>
<para>Provides a type that may be used to perform operations on a <see cref="T:System.Collections.Frozen.FrozenDictionary`2" /> using a <typeparamref name="TAlternateKey" /> as a key instead of a <typeparamref name="TKey" />.</para>
</summary>
<remarks>To be added.</remarks>
</Docs>
Expand Down
3 changes: 1 addition & 2 deletions xml/System.Collections.Frozen/FrozenDictionary`2.xml
Original file line number Diff line number Diff line change
Expand Up @@ -291,8 +291,7 @@
<Docs>
<typeparam name="TAlternateKey">The alternate type of a key for performing lookups.</typeparam>
<summary>
<para>Gets an instance of a type that may be used to perform operations on a <see cref="T:System.Collections.Frozen.FrozenDictionary`2" /></para>
<para>using a <typeparamref name="TAlternateKey" /> as a key instead of a <typeparamref name="TKey" />.</para>
<para>Gets an instance of a type that may be used to perform operations on a <see cref="T:System.Collections.Frozen.FrozenDictionary`2" /> using a <typeparamref name="TAlternateKey" /> as a key instead of a <typeparamref name="TKey" />.</para>
</summary>
<returns>The created lookup instance.</returns>
<remarks>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,7 @@
<typeparam name="T">The type of the values in this set.</typeparam>
<typeparam name="TAlternate">The alternate type of a key for performing lookups.</typeparam>
<summary>
<para>Provides a type that may be used to perform operations on a <see cref="T:System.Collections.Frozen.FrozenSet`1" /></para>
<para>using a <typeparamref name="TAlternate" /> as a key instead of a <typeparamref name="T" />.</para>
<para>Provides a type that may be used to perform operations on a <see cref="T:System.Collections.Frozen.FrozenSet`1" /> using a <typeparamref name="TAlternate" /> as a key instead of a <typeparamref name="T" />.</para>
</summary>
<remarks>To be added.</remarks>
</Docs>
Expand Down
3 changes: 1 addition & 2 deletions xml/System.Collections.Frozen/FrozenSet`1.xml
Original file line number Diff line number Diff line change
Expand Up @@ -281,8 +281,7 @@
<Docs>
<typeparam name="TAlternate">The alternate type of a item for performing lookups.</typeparam>
<summary>
<para>Gets an instance of a type that may be used to perform operations on a <see cref="T:System.Collections.Frozen.FrozenSet`1" /></para>
<para>using a <typeparamref name="TAlternate" /> instead of a <typeparamref name="T" />.</para>
<para>Gets an instance of a type that may be used to perform operations on a <see cref="T:System.Collections.Frozen.FrozenSet`1" /> using a <typeparamref name="TAlternate" /> instead of a <typeparamref name="T" />.</para>
</summary>
<returns>The created lookup instance.</returns>
<remarks>
Expand Down
36 changes: 12 additions & 24 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 All @@ -99,8 +98,7 @@
<Parameters />
<Docs>
<summary>
<para>Initializes a new instance of the <see cref="T:System.Collections.Generic.OrderedDictionary`2" /> class that is empty,</para>
<para>has the default initial capacity, and uses the default equality comparer for the key type.</para>
<para>Initializes a new instance of the <see cref="T:System.Collections.Generic.OrderedDictionary`2" /> class that is empty, has the default initial capacity, and uses the default equality comparer for the key type.</para>
</summary>
<remarks>To be added.</remarks>
</Docs>
Expand All @@ -127,8 +125,7 @@
<para>The initial order of the elements in the new collection is the order the elements are enumerated from the supplied dictionary.</para>
</param>
<summary>
<para>Initializes a new instance of the <see cref="T:System.Collections.Generic.OrderedDictionary`2" /> class that contains elements copied from</para>
<para>the specified <see cref="T:System.Collections.Generic.IDictionary`2" /> and uses the default equality comparer for the key type.</para>
<para>Initializes a new instance of the <see cref="T:System.Collections.Generic.OrderedDictionary`2" /> class that contains elements copied from the specified <see cref="T:System.Collections.Generic.IDictionary`2" /> and uses the default equality comparer for the key type.</para>
</summary>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentNullException">
Expand Down Expand Up @@ -197,12 +194,10 @@
</Parameters>
<Docs>
<param name="comparer">
<para>The <see cref="T:System.Collections.Generic.IEqualityComparer`1" /> implementation to use when comparing keys,</para>
<para>or <see langword="null" /> to use the default <see cref="T:System.Collections.Generic.EqualityComparer`1" /> for the type of the key.</para>
<para>The <see cref="T:System.Collections.Generic.IEqualityComparer`1" /> implementation to use when comparing keys, or <see langword="null" /> to use the default <see cref="T:System.Collections.Generic.EqualityComparer`1" /> for the type of the key.</para>
</param>
<summary>
<para>Initializes a new instance of the <see cref="T:System.Collections.Generic.OrderedDictionary`2" /> class that is empty,</para>
<para>has the default initial capacity, and uses the specified <see cref="T:System.Collections.Generic.IEqualityComparer`1" />.</para>
<para>Initializes a new instance of the <see cref="T:System.Collections.Generic.OrderedDictionary`2" /> class that is empty, has the default initial capacity, and uses the specified <see cref="T:System.Collections.Generic.IEqualityComparer`1" />.</para>
</summary>
<remarks>To be added.</remarks>
</Docs>
Expand All @@ -226,8 +221,7 @@
<Docs>
<param name="capacity">The initial number of elements that the <see cref="T:System.Collections.Generic.OrderedDictionary`2" /> can contain.</param>
<summary>
<para>Initializes a new instance of the <see cref="T:System.Collections.Generic.OrderedDictionary`2" /> class that is empty,</para>
<para>has the specified initial capacity, and uses the default equality comparer for the key type.</para>
<para>Initializes a new instance of the <see cref="T:System.Collections.Generic.OrderedDictionary`2" /> class that is empty, has the specified initial capacity, and uses the default equality comparer for the key type.</para>
</summary>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentOutOfRangeException">capacity is less than 0.</exception>
Expand Down Expand Up @@ -263,12 +257,10 @@
<para>The initial order of the elements in the new collection is the order the elements are enumerated from the supplied dictionary.</para>
</param>
<param name="comparer">
<para>The <see cref="T:System.Collections.Generic.IEqualityComparer`1" /> implementation to use when comparing keys,</para>
<para>or <see langword="null" /> to use the default <see cref="T:System.Collections.Generic.EqualityComparer`1" /> for the type of the key.</para>
<para>The <see cref="T:System.Collections.Generic.IEqualityComparer`1" /> implementation to use when comparing keys, or <see langword="null" /> to use the default <see cref="T:System.Collections.Generic.EqualityComparer`1" /> for the type of the key.</para>
</param>
<summary>
<para>Initializes a new instance of the <see cref="T:System.Collections.Generic.OrderedDictionary`2" /> class that contains elements copied from</para>
<para>the specified <see cref="T:System.Collections.Generic.IDictionary`2" /> and uses the specified <see cref="T:System.Collections.Generic.IEqualityComparer`1" />.</para>
<para>Initializes a new instance of the <see cref="T:System.Collections.Generic.OrderedDictionary`2" /> class that contains elements copied from the specified <see cref="T:System.Collections.Generic.IDictionary`2" /> and uses the specified <see cref="T:System.Collections.Generic.IEqualityComparer`1" />.</para>
</summary>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentNullException">
Expand Down Expand Up @@ -312,12 +304,10 @@
<para>The initial order of the elements in the new collection is the order the elements are enumerated from the supplied collection.</para>
</param>
<param name="comparer">
<para>The <see cref="T:System.Collections.Generic.IEqualityComparer`1" /> implementation to use when comparing keys,</para>
<para>or <see langword="null" /> to use the default <see cref="T:System.Collections.Generic.EqualityComparer`1" /> for the type of the key.</para>
<para>The <see cref="T:System.Collections.Generic.IEqualityComparer`1" /> implementation to use when comparing keys, or <see langword="null" /> to use the default <see cref="T:System.Collections.Generic.EqualityComparer`1" /> for the type of the key.</para>
</param>
<summary>
<para>Initializes a new instance of the <see cref="T:System.Collections.Generic.OrderedDictionary`2" /> class that contains elements copied</para>
<para>from the specified <see cref="T:System.Collections.Generic.IEnumerable`1" /> and uses the specified <see cref="T:System.Collections.Generic.IEqualityComparer`1" />.</para>
<para>Initializes a new instance of the <see cref="T:System.Collections.Generic.OrderedDictionary`2" /> class that contains elements copied from the specified <see cref="T:System.Collections.Generic.IEnumerable`1" /> and uses the specified <see cref="T:System.Collections.Generic.IEqualityComparer`1" />.</para>
</summary>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentNullException">
Expand Down Expand Up @@ -351,12 +341,10 @@
<Docs>
<param name="capacity">The initial number of elements that the <see cref="T:System.Collections.Generic.OrderedDictionary`2" /> can contain.</param>
<param name="comparer">
<para>The <see cref="T:System.Collections.Generic.IEqualityComparer`1" /> implementation to use when comparing keys,</para>
<para>or <see langword="null" /> to use the default <see cref="T:System.Collections.Generic.EqualityComparer`1" /> for the type of the key.</para>
<para>The <see cref="T:System.Collections.Generic.IEqualityComparer`1" /> implementation to use when comparing keys, or <see langword="null" /> to use the default <see cref="T:System.Collections.Generic.EqualityComparer`1" /> for the type of the key.</para>
</param>
<summary>
<para>Initializes a new instance of the <see cref="T:System.Collections.Generic.OrderedDictionary`2" /> class that is empty,</para>
<para>has the specified initial capacity, and uses the specified <see cref="T:System.Collections.Generic.IEqualityComparer`1" />.</para>
<para>Initializes a new instance of the <see cref="T:System.Collections.Generic.OrderedDictionary`2" /> class that is empty, has the specified initial capacity, and uses the specified <see cref="T:System.Collections.Generic.IEqualityComparer`1" />.</para>
</summary>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentOutOfRangeException">capacity is less than 0.</exception>
Expand Down
Loading