AlphaTab.Rendering.Utils.AccidentalHelper.GetNoteId C# (CSharp) 메소드

GetNoteId() 개인적인 메소드

private GetNoteId ( Note n ) : string
n AlphaTab.Model.Note
리턴 string
        private string GetNoteId(Note n)
        {
            return n.Beat.Index + "-" + n.Beat.Voice.Index + "-" + n.Index;
        }