Example #1
0
 /// <summary>
 /// Returns a human-readable description of the step group represented by this upgrade node.
 /// </summary>
 /// <returns>A human-readable description of the step group represented by this upgrade node.</returns>
 public override string ToString()
 {
     return(StepGroup.ToString());
 }