| DequeTICollectionTIsReadOnly Property |
Gets a value indicating whether the
ICollectionT is read-only.
Namespace: DigitalRune.CollectionsAssembly: DigitalRune (in DigitalRune.dll) Version: 1.20.0.0 (1.20.1.14552)
Syntax bool ICollection<T>.IsReadOnly { get; }
Private ReadOnly Property IsReadOnly As Boolean
Implements ICollection(Of T).IsReadOnly
Get
private:
virtual property bool IsReadOnly {
bool get () sealed = ICollection<T>::IsReadOnly::get;
}
private abstract IsReadOnly : bool with get
private override IsReadOnly : bool with get
Property Value
Type:
Boolean if the
ICollectionT is read-only; otherwise,
.
Implements
ICollectionTIsReadOnlySee Also