Click or drag to resize
DigitalRuneMaterialIDictionaryString, EffectBindingContainsKey Method

Namespace: DigitalRune.Graphics
Assembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax
bool IDictionary<string, EffectBinding>.ContainsKey(
	string key
)

Parameters

key
Type: SystemString
The key to locate in the IDictionaryTKey, TValue.

Return Value

Type: Boolean
true if the IDictionaryTKey, TValue contains an element with the key; otherwise, false.

Implements

IDictionaryTKey, TValueContainsKey(TKey)
Exceptions
ExceptionCondition
ArgumentNullExceptionkey is null.
See Also