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

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

Parameters

parameter
Type: EffectParameter
The EffectParameter of the EffectParameterBinding.

Return Value

Type: Boolean
if the collection contains a binding for the specified effect parameter; otherwise, .
Exceptions
ExceptionCondition
ArgumentNullExceptionparameter is .
See Also