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