mirror of
https://github.com/oliverbooth/X10D
synced 2024-11-10 05:55:41 +00:00
Remove unnecessary partial for BooleanExtensions
This commit is contained in:
parent
70b3e9eff3
commit
fb50d3832e
@ -1,9 +1,9 @@
|
||||
namespace X10D;
|
||||
namespace X10D;
|
||||
|
||||
/// <summary>
|
||||
/// Extension methods for <see cref="bool" />.
|
||||
/// </summary>
|
||||
public static partial class BooleanExtensions
|
||||
public static class BooleanExtensions
|
||||
{
|
||||
/// <summary>
|
||||
/// Returns the current Boolean value as a byte array.
|
||||
|
Loading…
Reference in New Issue
Block a user