AlphaTab.Model.Bar.Bar C# (CSharp) 메소드

Bar() 공개 메소드

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