AlphaTab.Audio.Model.MasterBarTickLookup.MasterBarTickLookup C# (CSharp) Метод

MasterBarTickLookup() публичный Метод

public MasterBarTickLookup ( ) : AlphaTab.Collections
Результат AlphaTab.Collections
        public MasterBarTickLookup()
        {
            BeatsPerTrack = new FastDictionary<int, FastList<BeatTickLookup>>();
        }