Click or drag to resize
DigitalRuneEffectParameterBindingCollectionIndexOf Method
Searches for the specified EffectParameterBinding and returns the zero-based index.
Overload List
  NameDescription
Public methodIndexOf(EffectParameter)
Searches for the EffectParameterBinding with the specified effect parameter and returns the zero-based index.
Public methodIndexOf(String)
Searches for the EffectParameterBinding for the effect parameter with the specified name and returns the zero-based index.
Public methodIndexOf(T) (Inherited from CollectionEffectParameterBinding.)
Top
See Also