AlphaTab.Rendering.Utils.BarHelpersGroup.BarHelpersGroup C# (CSharp) 메소드

BarHelpersGroup() 공개 메소드

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