|
PhraseNotes Property
|
Series of notes that define the phrase.
Namespace: GSF.Media.MusicAssembly: GSF.Media (in GSF.Media.dll) Version: 2.4.246-beta
Syntaxpublic List<Note[]> Notes { get; }
Public ReadOnly Property Notes As List(Of Note())
Get
public:
property List<array<Note^>^>^ Notes {
List<array<Note^>^>^ get ();
}
member Notes : List<Note[]> with get
View SourceProperty Value
ListNote
See Also