![]() | ParallelMusicCollection Methods |
The ParallelMusicCollection type exposes the following members.
Name | Description | |
---|---|---|
![]() | Add |
Adds an item to the ICollectionT.
|
![]() | Clear |
Removes all items from the ICollectionT.
|
![]() | Contains |
Determines whether the ICollectionT contains a specific value.
|
![]() | CopyTo | |
![]() | GetEnumerator |
Returns an enumerator that iterates through the collection.
|
![]() | IndexOf |
Searches for the specified MusicObject and returns the index of the first occurrence within the list.
|
![]() | Insert |
Inserts an item to the IListT at the specified index.
|
![]() | Remove |
Removes the first occurrence of the object within the list.
|
![]() | RemoveAt |
Removes the element at a specified index.
|
![]() | SelectT(FuncT, Int32, MusicObject) |
Projects all music objects of specified type into a MusicObject of the same structure.
(Inherited from MusicObject.) |
![]() | SelectT(FuncT, MusicObject) |
Projects all music objects of specified type into a MusicObject of the same structure.
(Inherited from MusicObject.) |
![]() | SelectT(FuncT, MusicObject) |
Projects all music objects of specified type into a MusicObject of the same structure.
(Overrides MusicObjectSelectT(FuncT, MusicObject).) |