Method GetNote
GetNote(int)
Returns the note for the requested index.
Declaration
INote GetNote(int index)
Parameters
Type | Name | Description |
---|---|---|
int | index | The note index. |
Returns
Type | Description |
---|---|
INote | The requested note or null if one does not exist. |