 | SequentialMusicListRemove Method |
Removes the first occurrence of the object within the list.
Namespace: MidiGremlinAssembly: MidiGremlin (in MidiGremlin.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic bool Remove(
MusicObject item
)
Public Function Remove (
item As MusicObject
) As Boolean
public:
virtual bool Remove(
MusicObject^ item
) sealed
abstract Remove :
item : MusicObject -> bool
override Remove :
item : MusicObject -> bool
Parameters
- item
- Type: MidiGremlinMusicObject
Specified object which should be removed.
Return Value
Type:
BooleanA list without the specified object.
Implements
ICollectionTRemove(T)
See Also