public override IFormat Clone() { PathTableFormat other = new PathTableFormat( Name, Path, Columns.ToArray() ); other.SkipRows = SkipRows.ToArray(); other.SkipColumns = SkipColumns.ToArray(); return other; }
public override IFormat Clone() { PathTableFormat other = new PathTableFormat(Name, Path, Columns.ToArray()); other.SkipRows = SkipRows.ToArray(); other.SkipColumns = SkipColumns.ToArray(); return(other); }