Property this
this[int]
Gets or sets the effect parameter value at the specified index.
public T? this[int index] { get; set; }
Parameters
indexintZero-based parameter index.
Property Value
- T
The parameter value at
index.
Exceptions
- IndexOutOfRangeException
Thrown if
indexis out of range [0, Count).