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