 | ReadOnlyCollectionTIsReadOnly Property |
Gets a value indicating whether the
ICollectionT is read-only.
Namespace: Slash.Collections.ObjectModelAssembly: Slash.Collections (in Slash.Collections.dll) Version: 1.0.6018.40177
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
Return Value
Type:
Boolean
true if the
ICollectionT is read-only; otherwise, false.
Implements
ICollectionTIsReadOnly
See Also