AlphaTab.Audio.Model.MasterBarTickLookup.MasterBarTickLookup C# (CSharp) Méthode

MasterBarTickLookup() public méthode

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