Click or drag to resize
DigitalRuneMaterialInstanceIDictionaryString, EffectBindingAdd Method

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

Parameters

key
Type: SystemString
The object to use as the key of the element to add.
value
Type: DigitalRune.Graphics.EffectsEffectBinding
The object to use as the value of the element to add.

Implements

IDictionaryTKey, TValueAdd(TKey, TValue)
Exceptions
See Also