Click or drag to resize
DigitalRuneParticleParameterCollectionIEnumerableGetEnumerator Method
Returns an enumerator that iterates through the ParticleParameterCollection.

Namespace: DigitalRune.Particles
Assembly: DigitalRune.Particles (in DigitalRune.Particles.dll) Version: 1.4.0.0 (1.4.1.14427)
Syntax
IEnumerator IEnumerable.GetEnumerator()

Return Value

Type: IEnumerator
An ListTEnumerator for ParticleParameterCollection.

Implements

IEnumerableGetEnumerator
See Also