Remove unnecessary partial for BooleanExtensions

This commit is contained in:
Oliver Booth 2022-04-21 12:27:13 +01:00
parent 70b3e9eff3
commit fb50d3832e
No known key found for this signature in database
GPG Key ID: 32A00B35503AF634
1 changed files with 2 additions and 2 deletions

View File

@ -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.