Example3_4.DataCollection.RemoveAll C# (CSharp) Méthode

RemoveAll() public méthode

public RemoveAll ( ) : void
Résultat void
        public void RemoveAll()
        {
            dataSeriesList.Clear();
        }