1
0
mirror of https://github.com/oliverbooth/X10D synced 2024-11-10 02:45:41 +00:00

🧹 Un-partialify ComparableExtensions

This commit is contained in:
Oliver Booth 2021-01-17 13:31:36 +00:00
parent 3c00899d27
commit b25ca501d9

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" />.