C# Класс LibiadaMusic.Analysis.FmotivArray

The fmotiv array.
Показать файл Открыть проект

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

Метод Описание
FmotivArray ( ) : System.Collections.Generic

Initializes a new instance of the FmotivArray class.

NewRecord ( string name ) : void

The new record.

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

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

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

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

The new record.
public NewRecord ( string name ) : void
name string /// The name. ///
Результат void