Ejemplo n.º 1
0
 public override bool TryAddFormatAtDestination(IDataModel owner, ModelDelta token, int source, int destination, string name, IReadOnlyList <ArrayRunElementSegment> sourceSegments, int parentIndex)
 {
     IFormattedRun run    = new NoInfoRun(destination, SortedSpan.One(source));
     var           result = TryParseData(owner, default, default, ref run);
Ejemplo n.º 2
0
 public override IFormattedRun WriteNewRun(IDataModel owner, ModelDelta token, int source, int destination, string name, IReadOnlyList <ArrayRunElementSegment> sourceSegments)
 {
     return(new MetatileRun(owner, destination, SortedSpan.One(source)));
 }