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

AccidentalHelper() 공개 메소드

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