AlphaTab.Rendering.Utils.BoundsLookup.BoundsLookup C# (CSharp) Méthode

BoundsLookup() public méthode

public BoundsLookup ( ) : AlphaTab.Collections
Résultat AlphaTab.Collections
        public BoundsLookup()
        {
            StaveGroups = new FastList<StaveGroupBounds>();
            _beatLookup = new FastDictionary<int, BeatBounds>();
        }