1
0
mirror of https://github.com/oliverbooth/X10D synced 2024-11-09 23:25:43 +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>
/// Extension methods for <see cref="IComparable{T}" />.
/// </summary>
public static partial class ComparableExtensions
public static class ComparableExtensions
{
/// <summary>
/// Determines if <paramref name="actual" /> is between <paramref name="lower" /> and <paramref name="upper" />.