Set DocumentationIs Read Only Property
Gets a value indicating whether the ICollectionT is read-only.
Definition
Namespace: XMLCommentsExamples.DocumentationInheritance
Assembly: XMLCommentsExamples (in XMLCommentsExamples.dll) Version: 2025.4.26.0
if the ICollectionT is read-only; otherwise, .
Assembly: XMLCommentsExamples (in XMLCommentsExamples.dll) Version: 2025.4.26.0
C#
public bool IsReadOnly { get; }VB
Public ReadOnly Property IsReadOnly As Boolean
GetC++
public:
virtual property bool IsReadOnly {
bool get () sealed;
}F#
abstract IsReadOnly : bool with get
override IsReadOnly : bool with getReturn Value
Booleanif the ICollectionT is read-only; otherwise, .