C# 클래스 LibiadaMusic.ScoreModel.Attributes

Measure attributes. атрибуты такта.
상속: IBaseObject
파일 보기 프로젝트 열기: intervals-mining-lab/libiada-core 1 사용 예제들

공개 메소드들

메소드 설명
Attributes ( Size size, Key key ) : LibiadaCore.Core

Initializes a new instance of the Attributes class.

Clone ( ) : IBaseObject

The clone.

Equals ( object obj ) : bool

The equals.

메소드 상세

Attributes() 공개 메소드

Initializes a new instance of the Attributes class.
public Attributes ( Size size, Key key ) : LibiadaCore.Core
size Size /// The size. ///
key Key /// The key. ///
리턴 LibiadaCore.Core

Clone() 공개 메소드

The clone.
public Clone ( ) : IBaseObject
리턴 IBaseObject

Equals() 공개 메소드

The equals.
public Equals ( object obj ) : bool
obj object /// The object. ///
리턴 bool