Click or drag to resize
DigitalRuneMaterialICollectionKeyValuePairString, EffectBindingContains Method

Namespace: DigitalRune.Graphics
Assembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax
bool ICollection<KeyValuePair<string, EffectBinding>>.Contains(
	KeyValuePair<string, EffectBinding> item
)

Parameters

item
Type: System.Collections.GenericKeyValuePairString, EffectBinding
The object to locate in the ICollectionT.

Return Value

Type: Boolean
true if item is found in the ICollectionT; otherwise, false.

Implements

ICollectionTContains(T)
See Also