Click or drag to resize
SequentialMusicListIndexOf Method
Searches for the specified MusicObject and returns the index of the first occurrence within the list.

Namespace: MidiGremlin
Assembly: MidiGremlin (in MidiGremlin.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public int IndexOf(
	MusicObject item
)

Parameters

item
Type: MidiGremlinMusicObject
The MusicObject which the list is seaching for

Return Value

Type: Int32
The index of the object searched for

Implements

IListTIndexOf(T)
See Also