Skip to content

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

ObjectByteEditOperation

Implements

Released under the MIT License.