REFACTOR: All refactor in DiscImageChef.Decoders.

This commit is contained in:
2017-12-22 02:04:18 +00:00
parent 7f829422a8
commit 49144eeb01
148 changed files with 2606 additions and 1939 deletions

View File

@@ -30,8 +30,11 @@
// Copyright © 2011-2018 Natalia Portillo
// ****************************************************************************/
using System.Diagnostics.CodeAnalysis;
namespace DiscImageChef.Decoders.SCSI
{
[SuppressMessage("ReSharper", "InconsistentNaming")]
public enum MediumTypes : byte
{
Default = 0x00,
@@ -585,6 +588,7 @@ namespace DiscImageChef.Decoders.SCSI
#endregion Medium Types found in vendor documents
}
[SuppressMessage("ReSharper", "InconsistentNaming")]
public enum DensityType : byte
{
Default = 0x00,