Ejemplo n.º 1
0
 /// <summary>
 /// Gets the string representation of the instance.
 /// </summary>
 /// <returns>String with the sequence and type.</returns>
 public override string ToString()
 {
     return(sequence == SequenceList.NoShutdown ? sequence.ToString() : type + " " + sequence);
 }