Represents a minimal single-range replacement patch.
public readonly struct MinimalTextPatch
kind:method, kind:property, kind:ctor. Press Esc to clear.MinimalTextPatch(Int32, Int32, String)Initializes a new patch.InsertedLengthGets the number of inserted characters.InsertedTextGets the replacement text inserted at Start.IsNoOpGets a value indicating whether the patch is a no-op.RemovedLengthGets the number of removed characters in the original text.StartGets the replacement start offset in the original text.