Property Edits
Edits
Gets a SortedDictionary<TKey, TValue> describing the edits done to the HexView. Each Key indicates an offset where an edit was made and the Value is the changed byte.
public IReadOnlyDictionary<long, byte> Edits { get; }
Property Value
- IReadOnlyDictionary<long, byte>
The edits.