Class EffectParams<T>
Represents an array of Effect parameters.
public sealed class EffectParams<T> : IReadOnlyList<T?>, IReadOnlyCollection<T?>, IEnumerable<T?>, IEnumerable
Type Parameters
TThe parameter type.
- Inheritance
-
EffectParams<T>
- Implements
-
IEnumerable<T>
- Inherited Members
- Extension Methods
Properties
- Count
Gets the number of parameters.
- this[int]
Gets the element at the specified index in the read-only list.
Methods
- GetEnumerator()
Returns an enumerator that iterates through the collection.