![]() | SequentialMusicList Class |
Namespace: MidiGremlin
The SequentialMusicList type exposes the following members.
Name | Description | |
---|---|---|
![]() | SequentialMusicList(MusicObject) |
Creates a new instance of the SequentialMusicList class containg a number of MusicObjects.
Give it at least 1 parameter
|
![]() | SequentialMusicList(IEnumerableMusicObject) |
Creates a new instance of the SequentialMusicList class containg 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).) |