Exemple #1
0
 public override string ToString()
 {
     return(String.Format("{0} {1} [{2}]", Type.ToString(), Dir.ToString(), String.Join(", ", args)));
 }
Exemple #2
0
 public static string ToSimpleStr(this Dir8 dir) => dir.ToString().ToLower();