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

MidiTickLookup() public méthode

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