1
0
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:
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

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.