 | ParallelMusicCollectionItem Property |
Gets and sets MusicObject from the indicated index.
Namespace: MidiGremlinAssembly: MidiGremlin (in MidiGremlin.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic MusicObject this[
int index
] { get; set; }
Public Default Property Item (
index As Integer
) As MusicObject
Get
Set
public:
virtual property MusicObject^ default[int index] {
MusicObject^ get (int index) sealed;
void set (int index, MusicObject^ value) sealed;
}
abstract Item : MusicObject with get, set
override Item : MusicObject with get, set
Parameters
- index
- Type: SystemInt32
Index where it gets and sets MusicObject.
Return Value
Type:
MusicObjectImplements
IListTItemInt32
See Also