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

AccidentalHelper() public méthode

public AccidentalHelper ( ) : AlphaTab.Collections
Résultat AlphaTab.Collections
        public AccidentalHelper()
        {
            _registeredAccidentals = new FastDictionary<int, bool>();
            _appliedScoreLines = new FastDictionary<string, int>();
        }