/// <summary> /// Copy a portion of source text into a target SourceText instance /// </summary> /// <param name="target"></param> /// <param name="from">Start offste of the portion</param> /// <param name="to">End offset of the portion</param> public abstract void Copy(SourceText target, int from, int to);