public Simbolo(string tipo, string nombre, Resultado valor) { this.Tipo = tipo; this.Nombre = nombre; this.Valor = valor; }