Click or drag to resize
DigitalRunePostProcessorChainICollectionPostProcessorIsReadOnly Property
Gets a value indicating whether this collection is read-only.

Namespace: DigitalRune.Graphics.PostProcessing
Assembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax
bool ICollection<PostProcessor>.IsReadOnly { get; }

Property Value

Type: Boolean
if this collection is read-only; otherwise, .

Implements

ICollectionTIsReadOnly
See Also