Ejemplo n.º 1
0
 public Simbolo(string tipo, string nombre, Resultado valor)
 {
     this.Tipo   = tipo;
     this.Nombre = nombre;
     this.Valor  = valor;
 }