public ExemploCollection Novo(double[] entradas, bool saída) { Exemplos.Add(new Exemplo { Entradas = entradas, Saída = saída }); return(this); }