Click or drag to resize
ReadOnlyCollectionTIsReadOnly Property

Namespace: Slash.Collections.ObjectModel
Assembly: Slash.Collections (in Slash.Collections.dll) Version: 1.0.6018.40177
Syntax
public bool IsReadOnly { get; }

Return Value

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

Implements

ICollectionTIsReadOnly
See Also