Beispiel #1
0
 public ProjectNode(TaskNode next) : base(new TargetNode(next))
 {
 }
Beispiel #2
0
 public bool Equals([AllowNull] TaskNode other)
 {
     return(base.Equals(other));
 }