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

AccidentalHelper() public method

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