Click or drag to resize
ParallelMusicCollectionGetEnumerator Method
Returns an enumerator that iterates through the collection.

Namespace: MidiGremlin
Assembly: MidiGremlin (in MidiGremlin.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public IEnumerator<MusicObject> GetEnumerator()

Return Value

Type: IEnumeratorMusicObject
A IEnumeratorT that can be used to iterate through the collection.

Implements

IEnumerableTGetEnumerator
See Also