Click or drag to resize
DigitalRuneMaterialICollectionKeyValuePairString, EffectBindingIsReadOnly Property

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

Return Value

Type: Boolean
true if the ICollectionT is read-only; otherwise, false.

Implements

ICollectionTIsReadOnly
See Also