C# Класс LibiadaMusic.MusicXml.MusicXmlReader

The music xml reader.
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
LoadMusicXmlDocument ( string path ) : void

The load music xml document.

MusicXmlReader ( ) : System

Initializes a new instance of the MusicXmlReader class.

MusicXmlReader ( string xpath ) : System

Initializes a new instance of the MusicXmlReader class.

Приватные методы

Метод Описание
LoadNotes ( string path ) : void

The load notes.

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

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

The load music xml document.
public LoadMusicXmlDocument ( string path ) : void
path string /// The path. ///
Результат void

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

Initializes a new instance of the MusicXmlReader class.
public MusicXmlReader ( ) : System
Результат System

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

Initializes a new instance of the MusicXmlReader class.
public MusicXmlReader ( string xpath ) : System
xpath string /// The xpath. ///
Результат System