Esempio n. 1
0
 public override string ToString()
 {
     return(String.Format("(name={0}, id={1})", _name.ToString(), _id));
 }