Exemplo n.º 1
0
 /// <summary>
 /// A string of all the option type names.
 /// </summary>
 public sealed override string ToString()
 {
     return(OptionsCollection.SequenceToString(", ", GetType().Name + " {", "}"));
 }