 | SequentialMusicListIndexOf Method |
Searches for the specified MusicObject and returns the index of the first occurrence within the list.
Namespace: MidiGremlinAssembly: MidiGremlin (in MidiGremlin.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic int IndexOf(
MusicObject item
)
Public Function IndexOf (
item As MusicObject
) As Integer
public:
virtual int IndexOf(
MusicObject^ item
) sealed
abstract IndexOf :
item : MusicObject -> int
override IndexOf :
item : MusicObject -> int
Parameters
- item
- Type: MidiGremlinMusicObject
The MusicObject which the list is seaching for
Return Value
Type:
Int32The index of the object searched for
Implements
IListTIndexOf(T)
See Also