xFunc.Presenters.GraphsPresenter.Remove C# (CSharp) Метод

Remove() публичный Метод

public Remove ( GraphItemViewModel exp ) : void
exp xFunc.ViewModels.GraphItemViewModel
Результат void
        public void Remove(GraphItemViewModel exp)
        {
            listOfGraphs.Remove(exp);

            view.Graphs = listOfGraphs.AsReadOnly();
        }

Same methods

GraphsPresenter::Remove ( int index ) : void