Interface defining an effect parameter collection.
| C# |
public interface IEffectParameterCollection : IEnumerable<IEffectParameter>, IEnumerable
| All Members | Methods | Properties | |||
|
|
|
|
|||
| Icon | Member | Description |
|---|---|---|
|
|
Count |
Gets the number of parameters contained in the collection.
|
|
|
GetEnumerator()()()() |
Returns an enumerator that iterates through the collection. (Inherited from IEnumerable<(Of <(<'IEffectParameter>)>)>.) |
|
|
GetEnumerator()()()() |
Returns an enumerator that iterates through a collection. (Inherited from IEnumerable.) |
|
|
GetParameterBySemantic(String) |
Gets the parameter specified by its semantic.
|
|
|
Item[([( Int32])]) |
Gets the parameter specified by its index.
|
|
|
Item[([( String])]) |
Gets the parameter specified by its name.
|
Assembly: Tesla (Module: Tesla) Version: 0.5.0.0 (0.5.0.0)