Click or drag to resize
ParallelMusicCollectionRemove Method
Removes the first occurrence of the object within the list.

Namespace: MidiGremlin
Assembly: MidiGremlin (in MidiGremlin.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public bool Remove(
	MusicObject item
)

Parameters

item
Type: MidiGremlinMusicObject
Specified object which should be removed.

Return Value

Type: Boolean
Returns a list without the spicified object.

Implements

ICollectionTRemove(T)
See Also