C# Class LibiadaMusic.ScoreModel.Attributes

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

Méthodes publiques

Méthode 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 méthode

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

Clone() public méthode

The clone.
public Clone ( ) : IBaseObject
Résultat IBaseObject

Equals() public méthode

The equals.
public Equals ( object obj ) : bool
obj object /// The object. ///
Résultat bool