Click or drag to resize
SequentialMusicList Methods

The SequentialMusicList type exposes the following members.

Methods
  NameDescription
Public methodAdd
Public methodClear
Public methodContains
Public methodCopyTo
Public methodGetEnumerator
Returns an enumerator that iterates through the collection.
Public methodIndexOf
Searches for the specified MusicObject and returns the index of the first occurrence within the list.
Public methodInsert
Public methodRemove
Removes the first occurrence of the object within the list.
Public methodRemoveAt
Removes the element at a specified index.
Public methodSelectT(FuncT, Int32, MusicObject)
Projects all music objects of specified type into a MusicObject of the same structure.
(Inherited from MusicObject.)
Public methodSelectT(FuncT, MusicObject)
Projects all music objects of specified type into a MusicObject of the same structure.
(Inherited from MusicObject.)
Public methodSelectT(FuncT, MusicObject)
Projects all music objects of specified type into a MusicObject of the same structure.
(Overrides MusicObjectSelectT(FuncT, MusicObject).)
Top
See Also