0
mirror of https://github.com/sampletext32/ParkanPlayground.git synced 2025-06-20 16:18:37 +03:00
This commit is contained in:
bird_egop
2025-04-12 23:40:48 +03:00
parent 3cc6d27e33
commit f658f4384c
9 changed files with 16 additions and 158 deletions

View File

@ -23,7 +23,7 @@ public class Instruction
/// <summary>
/// Gets or sets the raw bytes of the instruction
/// </summary>
public byte[] RawBytes { get; set; } = Array.Empty<byte>();
public byte[] RawBytes { get; set; } = [];
/// <summary>
/// Returns a string representation of the instruction