Click or drag to resize
DigitalRuneMaterialInstanceIDictionaryString, EffectBindingRemove Method

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

Parameters

key
Type: SystemString
The key of the element to remove.

Return Value

Type: Boolean
true if the element is successfully removed; otherwise, false. This method also returns false if key was not found in the original IDictionaryTKey, TValue.

Implements

IDictionaryTKey, TValueRemove(TKey)
Exceptions
See Also