Namespace: XMLCommentsExamples.DocumentationInheritanceAssembly: XMLCommentsExamples (in XMLCommentsExamples.dll) Version: 2014.1.26.0
public bool IsReadOnly { get; }
public bool IsReadOnly { get; }
public:
virtual property bool IsReadOnly {
bool get () sealed;
}
public:
virtual property bool IsReadOnly {
bool get () sealed;
}
abstract IsReadOnly : bool with get
override IsReadOnly : bool with get
abstract IsReadOnly : bool with get
override IsReadOnly : bool with get
Public ReadOnly Property IsReadOnly As Boolean
Get
Public ReadOnly Property IsReadOnly As Boolean
Get
Return Value
Type:
Booleantrue if the
ICollection T is read-only; otherwise, false.
Implements
ICollection T IsReadOnlyReference