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

Namespace: DigitalRune.Animation
Assembly: DigitalRune.Animation (in DigitalRune.Animation.dll) Version: 1.4.0.0 (1.4.1.14427)
Syntax
bool ICollection<ITimeline>.IsReadOnly { get; }

Property Value

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

Implements

ICollectionTIsReadOnly
See Also