C# Класс LibiadaMusic.ScoreModel.Measure

The measure.
Наследование: IBaseObject
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Clone ( ) : IBaseObject

The clone.

Equals ( object obj ) : bool

The equals.

Measure ( List noteList, Attributes attributes ) : System.Collections.Generic

Initializes a new instance of the Measure class.

MergeMeasures ( Measure measure ) : void

The merge measures.

ModifyNoteWithAttributes ( ValueNote note ) : ValueNote

The modify note with attributes.

Описание методов

Clone() публичный Метод

The clone.
public Clone ( ) : IBaseObject
Результат IBaseObject

Equals() публичный Метод

The equals.
public Equals ( object obj ) : bool
obj object /// The object. ///
Результат bool

Measure() публичный Метод

Initializes a new instance of the Measure class.
public Measure ( List noteList, Attributes attributes ) : System.Collections.Generic
noteList List /// The note list. ///
attributes Attributes /// The attributes. ///
Результат System.Collections.Generic

MergeMeasures() публичный Метод

The merge measures.
public MergeMeasures ( Measure measure ) : void
measure Measure /// The measure. ///
Результат void

ModifyNoteWithAttributes() публичный Метод

The modify note with attributes.
public ModifyNoteWithAttributes ( ValueNote note ) : ValueNote
note ValueNote /// The note. ///
Результат ValueNote