AlphaTab.Model.Bar.Bar C# (CSharp) Method

Bar() public method

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