Click or drag to resize
DigitalRuneMaterialInstance.IDictionary<String, EffectBinding>.Keys Property

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

Return Value

Type: ICollection<String>
An ICollection< T> containing the keys of the object that implements IDictionary<TKey, TValue>.

Implements

IDictionary<TKey, TValue>.Keys
See Also