Click or drag to resize
ParallelMusicCollectionItem Property
Gets and sets MusicObject from the indicated index.

Namespace: MidiGremlin
Assembly: MidiGremlin (in MidiGremlin.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public MusicObject this[
	int index
] { get; set; }

Parameters

index
Type: SystemInt32
Index where it gets and sets MusicObject.

Return Value

Type: MusicObject

Implements

IListTItemInt32
See Also