 | ParallelMusicCollectionInsert Method |
Inserts an item to the
IListT at the specified index.
Namespace: MidiGremlinAssembly: MidiGremlin (in MidiGremlin.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic void Insert(
int index,
MusicObject item
)
Public Sub Insert (
index As Integer,
item As MusicObject
)
public:
virtual void Insert(
int index,
MusicObject^ item
) sealed
abstract Insert :
index : int *
item : MusicObject -> unit
override Insert :
index : int *
item : MusicObject -> unit
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