Click or drag to resize
DigitalRuneMaterialIDictionaryString, EffectBindingKeys Property

Namespace: DigitalRune.Graphics
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: ICollectionString
An ICollectionT containing the keys of the object that implements IDictionaryTKey, TValue.

Implements

IDictionaryTKey, TValueKeys
See Also