AlphaTab.Audio.Model.MasterBarTickLookup.MasterBarTickLookup C# (CSharp) Method

MasterBarTickLookup() public method

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