Click or drag to resize
DigitalRuneEffectParameterBindingCollectionContains Method (String)
Determines whether the EffectParameterBindingCollection contains an EffectParameterBinding for the effect parameter with the specified name.

Namespace: DigitalRune.Graphics.Effects
Assembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax
public bool Contains(
	string name
)

Parameters

name
Type: SystemString
The name of the EffectParameter in the EffectParameterBinding.

Return Value

Type: Boolean
if the collection contains a binding for the effect parameter with the given name; otherwise, .
Exceptions
ExceptionCondition
ArgumentNullExceptionname is .
ArgumentExceptionname is empty.
See Also