A class library for opening, parsing, and saving MIDI files.

ChunkCollection.IndexOf Method 

Determines the index of a specific Chunk in the ChunkCollection.

public int IndexOf(
   Chunk value
);

Parameters

value
The Chunk to locate in the ChunkCollection.

Return Value

The index of value if found in the collection; otherwise, -1.

See Also

ChunkCollection Class | EF.SimpleMIDI Namespace