Click or drag to resize
DigitalRuneWeakCollectionTICollectionTIsReadOnly Property
Gets a value indicating whether the collection is read only. Always returns .

Namespace: DigitalRune.Collections
Assembly: DigitalRune (in DigitalRune.dll) Version: 1.20.0.0 (1.20.1.14552)
Syntax
bool ICollection<T>.IsReadOnly { get; }

Property Value

Type: Boolean

Implements

ICollectionTIsReadOnly
See Also