ByteEditOperation
Namespace: Hex1b.Documents
Assembly: Hex1b.dll
Base type for byte-level document edit operations. These operate directly on the document's byte buffer, bypassing character encoding.
csharp
public abstract record ByteEditOperation : IEquatable<ByteEditOperation>Inheritance
Object → ByteEditOperation