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

ChunkCollection.Contains Method 

Determines whether the ChunkCollection contains a specific value.

public bool Contains(
   Chunk value
);

Parameters

value
The Chunk to locate in the ChunkCollection.

Return Value

true if the Chunk is found in the ChunkCollection; otherwise, false.

See Also

ChunkCollection Class | EF.SimpleMIDI Namespace