Click or drag to resize
SequentialMusicList Constructor (IEnumerableMusicObject)
Creates a new instance of the SequentialMusicList class containg a number of MusicObjects.

Namespace: MidiGremlin
Assembly: MidiGremlin (in MidiGremlin.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public SequentialMusicList(
	IEnumerable<MusicObject> children
)

Parameters

children
Type: System.Collections.GenericIEnumerableMusicObject
A list of MusicObjects.
See Also