mirror of
https://github.com/MoleskiCoder/EightBitNet.git
synced 2026-04-20 21:16:29 +00:00
Work my way through a bunch of the analysis suggestions.
Signed-off-by: Adrian Conlon <adrian.conlon@gmail.com>
This commit is contained in:
+1
-1
@@ -11,7 +11,7 @@ namespace Fuse
|
||||
{
|
||||
private readonly List<byte> bytes = new List<byte>();
|
||||
|
||||
public ushort Address { get; private set; } = (ushort)EightBit.Mask.Mask16;
|
||||
public ushort Address { get; private set; } = (ushort)EightBit.Mask.Sixteen;
|
||||
|
||||
public ReadOnlyCollection<byte> Bytes => this.bytes.AsReadOnly();
|
||||
|
||||
|
||||
+2
-2
@@ -27,9 +27,9 @@ namespace Fuse
|
||||
|
||||
public string Specifier { get; private set; }
|
||||
|
||||
public ushort Address { get; private set; } = (ushort)EightBit.Mask.Mask16;
|
||||
public ushort Address { get; private set; } = (ushort)EightBit.Mask.Sixteen;
|
||||
|
||||
public byte Value { get; private set; } = (byte)EightBit.Mask.Mask8;
|
||||
public byte Value { get; private set; } = (byte)EightBit.Mask.Eight;
|
||||
|
||||
public bool TryParse(Lines lines)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user