Vocaluxe.Lib.Song.CLine.DeleteAllNotes C# (CSharp) Méthode

DeleteAllNotes() public méthode

public DeleteAllNotes ( ) : void
Résultat void
        public void DeleteAllNotes()
        {
            _Notes.Clear();
            _MinBeat = int.MaxValue;
            _MaxBeat = int.MinValue;
        }