AlphaTab.Rendering.Utils.BarHelpersGroup.BarHelpersGroup C# (CSharp) Method

BarHelpersGroup() public method

public BarHelpersGroup ( ) : AlphaTab.Collections
return AlphaTab.Collections
        public BarHelpersGroup()
        {
            Helpers = new FastDictionary<int, FastList<FastDictionary<int, BarHelpers>>>();
        }