AlphaTab.Audio.Model.MasterBarTickLookup.MasterBarTickLookup C# (CSharp) 메소드

MasterBarTickLookup() 공개 메소드

public MasterBarTickLookup ( ) : AlphaTab.Collections
리턴 AlphaTab.Collections
        public MasterBarTickLookup()
        {
            BeatsPerTrack = new FastDictionary<int, FastList<BeatTickLookup>>();
        }