![]() | ParallelMusicCollection Class |
Namespace: MidiGremlin
The ParallelMusicCollection type exposes the following members.
Name | Description | |
---|---|---|
![]() | ParallelMusicCollection(MusicObject) |
Creates a new instance of the ParallelMusicObject class, containing a number of MusicObjects.
Should have at least 1 parameter.
|
![]() | ParallelMusicCollection(IEnumerableMusicObject) |
Creates a new instance of the ParallelMusicObject class, containing a number of MusicObjects.
|
Name | Description | |
---|---|---|
![]() | Count |
Gets the number of elements contained in the ICollectionT.
|
![]() | IsReadOnly |
Indicates that the list is not read-only.
|
![]() | Item |
Gets and sets MusicObject from the indicated index.
|
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).) |