 | CondensedCollectionTIsReadOnly Property |
[This is preliminary documentation and is subject to change.]
Gets a value indicating whether the collection is read-only.
Namespace:
Condensed
Assembly:
Condensed (in Condensed.dll) Version: 0.1.0.0 (0.1.0.0)
Syntaxpublic bool IsReadOnly { get; }Public ReadOnly Property IsReadOnly As Boolean
Get
public:
virtual property bool IsReadOnly {
bool get () sealed;
}abstract IsReadOnly : bool with get
override IsReadOnly : bool with get
Property Value
Type:
BooleanImplements
ICollectionTIsReadOnly
See Also