Click or drag to resize
SequentialMusicListInsert Method

Namespace: MidiGremlin
Assembly: MidiGremlin (in MidiGremlin.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public void Insert(
	int index,
	MusicObject item
)

Parameters

index
Type: SystemInt32
The zero-based index at which item should be inserted.
item
Type: MidiGremlinMusicObject
The object to insert into the IListT.

Implements

IListTInsert(Int32, T)
Exceptions
See Also