mirror of
https://github.com/aaru-dps/Aaru.Helpers.git
synced 2025-12-16 19:24:35 +00:00
Annotate or remove unused elements.
This commit is contained in:
@@ -30,11 +30,13 @@
|
||||
// Copyright © 2011-2023 Natalia Portillo
|
||||
// ****************************************************************************/
|
||||
|
||||
using System.Diagnostics.CodeAnalysis;
|
||||
using System.Runtime.CompilerServices;
|
||||
|
||||
namespace Aaru.Helpers;
|
||||
|
||||
/// <summary>Helper operations to work with swapping endians</summary>
|
||||
[SuppressMessage("ReSharper", "UnusedMember.Global")]
|
||||
public static class Swapping
|
||||
{
|
||||
/// <summary>Gets the PDP endian equivalent of the given little endian unsigned integer</summary>
|
||||
|
||||
Reference in New Issue
Block a user