Class ModelEffectCollection
Represents a collection of effects associated with a model.
public sealed class ModelEffectCollection : ReadOnlyCollection<Effect>, IList<Effect>, ICollection<Effect>, IReadOnlyList<Effect>, IReadOnlyCollection<Effect>, IEnumerable<Effect>, IList, ICollection, IEnumerable
- Inheritance
-
ModelEffectCollection
- Implements
- Inherited Members
Methods
GetEnumerator()
Returns a ModelEffectCollection.Enumerator that can iterate through a collection.
public ModelEffectCollection.Enumerator GetEnumerator()