Ejemplo n.º 1
0
 /// <summary>
 /// Discard the current <see cref="Root"/> build step and initialize a new empty one.
 /// </summary>
 public void Reset()
 {
     Root = new ListBuildStep();
     stepCounter.Clear();
 }