We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0b5b1e commit d6050daCopy full SHA for d6050da
src/libraries/System.Private.CoreLib/src/System/Collections/Generic/CollectionExtensions.cs
@@ -69,7 +69,7 @@ public static ReadOnlyCollection<T> AsReadOnly<T>(this IList<T> list) =>
69
/// Returns a read-only <see cref="ReadOnlySet{T}"/> wrapper
70
/// for the specified set.
71
/// </summary>
72
- /// <typeparam name="T">The type of elements in the collection.</typeparam>
+ /// <typeparam name="T">The type of elements in the set.</typeparam>
73
/// <param name="set">The set to wrap.</param>
74
/// <returns>An object that acts as a read-only wrapper around the current <see cref="ISet{T}"/>.</returns>
75
/// <exception cref="ArgumentNullException"><paramref name="set"/> is null.</exception>
0 commit comments