Skip to content

Commit

Permalink
Document type parameter of IExtremaEnumerable<> [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
atifaziz committed Jun 29, 2018
1 parent b4b803b commit 7255d78
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions MoreLinq/MaxBy.cs
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ namespace MoreLinq
/// Exposes the enumerator, which supports iteration over a sequence of
/// some extremum property (maximum or minimum) of a specified type.
/// </summary>
/// <typeparam name="T">The type of objects to enumerate.</typeparam>

public interface IExtremaEnumerable<out T> : IEnumerable<T>
{
Expand Down

0 comments on commit 7255d78

Please sign in to comment.