Exemplo n.º 1
0
 /// <summary>
 /// Display the state of this object, with a per-line prefix.
 /// </summary>
 /// <param name="prefix">The pre-line prefix.</param>
 public void Display(string prefix)
 {
     if (settings != null)
     {
         settings.Display(prefix + "    ");
     }
 }