Exemple #1
0
 /// <summary>
 /// Using the static method <see cref="ValueList{T}.QuickWrite"/> falls back
 /// to the default properties for colors, bullet, spaces, etc.
 /// </summary>
 private static void DisplayColorsQuick(IEnumerable <string> colors)
 {
     ValueList <string> .QuickWrite("Colors:", colors);
 }