mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
REFACTOR: Final cleanup of DiscImageChef.Helpers.
This commit is contained in:
@@ -37,7 +37,7 @@ namespace DiscImageChef
|
||||
public static partial class ArrayHelpers
|
||||
{
|
||||
/// <summary>
|
||||
/// Checks if an array is null, filled with the NULL byte (0x00) or ASCII whitespace (0x20)
|
||||
/// Checks if an array is null, filled with the NULL byte (0x00) or ASCII whitespace (0x20)
|
||||
/// </summary>
|
||||
/// <param name="array">Array</param>
|
||||
/// <returns>True if null or whitespace</returns>
|
||||
@@ -47,7 +47,7 @@ namespace DiscImageChef
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Checks if an array is null or filled with the NULL byte (0x00)
|
||||
/// Checks if an array is null or filled with the NULL byte (0x00)
|
||||
/// </summary>
|
||||
/// <param name="array">Array</param>
|
||||
/// <returns>True if null</returns>
|
||||
|
||||
Reference in New Issue
Block a user