You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: xml/System.Collections.Generic/Dictionary`2.xml
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1303,9 +1303,9 @@
1303
1303
<Parameters />
1304
1304
<Docs>
1305
1305
<typeparamname="TAlternateKey">The alternate type of a key for performing lookups.</typeparam>
1306
-
<summary>Gets an instance of a type that may be used to perform operations on the current <seecref="T:System.Collections.Generic.Dictionary`2"/> using a <typeparamrefname="TAlternateKey"/> as a key instead of a <typeparamrefname="TKey"/>.</summary>
1306
+
<summary>Gets an instance of a type that can be used to perform operations on the current <seecref="T:System.Collections.Generic.Dictionary`2"/> using a <typeparamrefname="TAlternateKey"/> as a key instead of a <typeparamrefname="TKey"/>.</summary>
1307
1307
<returns>The created lookup instance.</returns>
1308
-
<remarks>The dictionary must be using a comparer that implements <seecref="T:System.Collections.Generic.IAlternateEqualityComparer`2"/> with <typeparamrefname="TAlternateKey"/> and <typeparamrefname="TKey"/>. If it doesn't, an exception will be thrown.</remarks>
1308
+
<remarks>The dictionary must use a comparer that implements <seecref="T:System.Collections.Generic.IAlternateEqualityComparer`2"/> with <typeparamrefname="TAlternateKey"/> and <typeparamrefname="TKey"/>. If it doesn't, an exception is thrown.</remarks>
1309
1309
<exceptioncref="T:System.InvalidOperationException">The dictionary's comparer is not compatible with <typeparamrefname="TAlternateKey"/>.</exception>
1310
1310
</Docs>
1311
1311
</Member>
@@ -3413,9 +3413,9 @@ Unlike the <xref:System.Collections.Generic.Dictionary%602.Add%2A> method, this
3413
3413
<Docs>
3414
3414
<typeparamname="TAlternateKey">The alternate type of a key for performing lookups.</typeparam>
3415
3415
<paramname="lookup">The created lookup instance when the method returns true, or a default instance that should not be used if the method returns false.</param>
3416
-
<summary>Gets an instance of a type that may be used to perform operations on the current <seecref="T:System.Collections.Generic.Dictionary`2"/> using a <typeparamrefname="TAlternateKey"/> as a key instead of a <typeparamrefname="TKey"/>.</summary>
3416
+
<summary>Gets an instance of a type that can be used to perform operations on the current <seecref="T:System.Collections.Generic.Dictionary`2"/> using a <typeparamrefname="TAlternateKey"/> as a key instead of a <typeparamrefname="TKey"/>.</summary>
3417
3417
<returns><seelangword="true" /> if a lookup could be created; otherwise, <seelangword="false" />.</returns>
3418
-
<remarks>The dictionary must be using a comparer that implements <seecref="T:System.Collections.Generic.IAlternateEqualityComparer`2"/> with <typeparamrefname="TAlternateKey"/> and <typeparamrefname="TKey"/>. If it doesn't, the method will return false.</remarks>
3418
+
<remarks>The dictionary must use a comparer that implements <seecref="T:System.Collections.Generic.IAlternateEqualityComparer`2"/> with <typeparamrefname="TAlternateKey"/> and <typeparamrefname="TKey"/>. If it doesn't, the method returns <seelangword="false" />.</remarks>
Copy file name to clipboardExpand all lines: xml/System.Collections.Generic/HashSet`1.xml
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1310,9 +1310,9 @@ The following example demonstrates how to merge two disparate sets. This example
1310
1310
<Parameters />
1311
1311
<Docs>
1312
1312
<typeparamname="TAlternate">The alternate type of instance for performing lookups.</typeparam>
1313
-
<summary>Gets an instance of a type that may be used to perform operations on the current <seecref="T:System.Collections.Generic.HashSet`1"/> using a <typeparamrefname="TAlternate"/> instead of a <typeparamrefname="T"/>.</summary>
1313
+
<summary>Gets an instance of a type that can be used to perform operations on the current <seecref="T:System.Collections.Generic.HashSet`1"/> using a <typeparamrefname="TAlternate"/> instead of a <typeparamrefname="T"/>.</summary>
1314
1314
<returns>The created lookup instance.</returns>
1315
-
<remarks>The set must be using a comparer that implements <seecref="T:System.Collections.Generic.IAlternateEqualityComparer`2"/> with <typeparamrefname="TAlternate"/> and <typeparamrefname="T"/>. If it doesn't, an exception will be thrown.</remarks>
1315
+
<remarks>The set must use a comparer that implements <seecref="T:System.Collections.Generic.IAlternateEqualityComparer`2"/> with <typeparamrefname="TAlternate"/> and <typeparamrefname="T"/>. If it doesn't, an exception is thrown.</remarks>
1316
1316
</Docs>
1317
1317
</Member>
1318
1318
<MemberMemberName="GetEnumerator">
@@ -2625,9 +2625,9 @@ The following example demonstrates how to merge two disparate sets. This example
2625
2625
<Docs>
2626
2626
<typeparamname="TAlternate">The alternate type of instance for performing lookups.</typeparam>
2627
2627
<paramname="lookup">The created lookup instance when the method returns true, or a default instance that should not be used if the method returns false.</param>
2628
-
<summary>Gets an instance of a type that may be used to perform operations on the current <seecref="T:System.Collections.Generic.HashSet`1"/> using a <typeparamrefname="TAlternate"/> instead of a <typeparamrefname="T"/>.</summary>
2628
+
<summary>Gets an instance of a type that can be used to perform operations on the current <seecref="T:System.Collections.Generic.HashSet`1"/> using a <typeparamrefname="TAlternate"/> instead of a <typeparamrefname="T"/>.</summary>
2629
2629
<returns><seelangword="true" /> if a lookup could be created; otherwise, <seelangword="false" />.</returns>
2630
-
<remarks>The set must be using a comparer that implements <seecref="T:System.Collections.Generic.IAlternateEqualityComparer`2"/> with <typeparamrefname="TAlternate"/> and <typeparamrefname="T"/>. If it doesn't, the method returns false.</remarks>
2630
+
<remarks>The set must use a comparer that implements <seecref="T:System.Collections.Generic.IAlternateEqualityComparer`2"/> with <typeparamrefname="TAlternate"/> and <typeparamrefname="T"/>. If it doesn't, the method returns <seelangword="false" />.</remarks>
0 commit comments