Class EffectParameterCollection
public class EffectParameterCollection : IEnumerable<EffectParameter>, IEnumerable
- Inheritance
-
EffectParameterCollection
- Implements
- Inherited Members
Properties
Count
public int Count { get; }
Property Value
this[int]
public EffectParameter this[int index] { get; }
Parameters
index
int
Property Value
this[string]
public EffectParameter this[string name] { get; }
Parameters
name
string
Property Value
Methods
GetEnumerator()
Returns an enumerator that iterates through the collection.
public IEnumerator<EffectParameter> GetEnumerator()
Returns
- IEnumerator<EffectParameter>
An enumerator that can be used to iterate through the collection.