AlphaTab.Model.Bar.Bar C# (CSharp) Méthode

Bar() public méthode

public Bar ( ) : AlphaTab.Collections
Résultat AlphaTab.Collections
        public Bar()
        {
            Voices = new FastList<Voice>();
            Clef = Clef.G2;
        }