C# Class LibiadaMusic.ScoreModel.Attributes

Measure attributes. атрибуты такта.
Inheritance: IBaseObject
Mostrar archivo Open project: intervals-mining-lab/libiada-core Class Usage Examples

Public Methods

Method Description
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.

Method Details

Attributes() public method

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

Clone() public method

The clone.
public Clone ( ) : IBaseObject
return IBaseObject

Equals() public method

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