Click or drag to resize
DigitalRuneMaterialIDictionaryString, EffectBindingValues Property

Namespace: DigitalRune.Graphics
Assembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax
ICollection<EffectBinding> IDictionary<string, EffectBinding>.Values { get; }

Return Value

Type: ICollectionEffectBinding
An ICollectionT containing the values in the object that implements IDictionaryTKey, TValue.

Implements

IDictionaryTKey, TValueValues
See Also