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

BarHelpersGroup() public méthode

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