Exemple #1
0
 public TableCombineOperation(
     TomlTable target, TomlTable source, CommentsOp commentsOp)
 {
     this.target     = target.CheckNotNull(nameof(target));
     this.source     = source.CheckNotNull(nameof(source));
     this.commentsOp = commentsOp.CheckNotNull(nameof(commentsOp));
 }