Click or drag to resize
DigitalRuneParticleParameterCollectionGetEnumerator 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
public ListTEnumerator GetEnumerator()

Return Value

Type: ListTEnumerator
An ListTEnumerator for ParticleParameterCollection.
See Also