AlphaTab.Rendering.Utils.BoundsLookup.BoundsLookup C# (CSharp) Метод

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

public BoundsLookup ( ) : AlphaTab.Collections
Результат AlphaTab.Collections
        public BoundsLookup()
        {
            StaveGroups = new FastList<StaveGroupBounds>();
            _beatLookup = new FastDictionary<int, BeatBounds>();
        }