🧹 Un-partialify ComparableExtensions

This commit is contained in:
Oliver Booth 2021-01-17 13:31:36 +00:00
parent 3c00899d27
commit b25ca501d9
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ namespace X10D.ComparableExtensions
/// <summary> /// <summary>
/// Extension methods for <see cref="IComparable{T}" />. /// Extension methods for <see cref="IComparable{T}" />.
/// </summary> /// </summary>
public static partial class ComparableExtensions public static class ComparableExtensions
{ {
/// <summary> /// <summary>
/// Determines if <paramref name="actual" /> is between <paramref name="lower" /> and <paramref name="upper" />. /// Determines if <paramref name="actual" /> is between <paramref name="lower" /> and <paramref name="upper" />.