Beispiel #1
0
 public override string ToString()
 {
     return(Dep.ToString());
 }
Beispiel #2
0
 public string ToString(CoreLabel.OutputFormat format)
 {
     return(Reln + "(" + Gov.ToString(format) + ", " + Dep.ToString(format) + ")");
 }