mirror of
https://github.com/oliverbooth/X10D
synced 2024-11-10 06:25:42 +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>
|
/// <summary>
|
||||||
/// Extension methods for <see cref="bool" />.
|
/// Extension methods for <see cref="bool" />.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public static partial class BooleanExtensions
|
public static class BooleanExtensions
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Returns the current Boolean value as a byte array.
|
/// Returns the current Boolean value as a byte array.
|
||||||
|
Loading…
Reference in New Issue
Block a user