mirror of
https://github.com/oliverbooth/X10D
synced 2024-11-09 23:25:43 +00:00
🧹 Un-partialify ComparableExtensions
This commit is contained in:
parent
3c00899d27
commit
b25ca501d9
@ -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" />.
|
||||
|
Loading…
Reference in New Issue
Block a user