Target Type DictionaryIs Read Only Property
Gets a value indicating whether the ICollectionT is read-only.
Definition
Namespace: Sandcastle.Tools.BuildComponents.Targets
Assembly: Sandcastle.Tools.BuildComponents (in Sandcastle.Tools.BuildComponents.dll) Version: 2026.1.20.0
This always returns false
if the ICollectionT is read-only; otherwise, .
Assembly: Sandcastle.Tools.BuildComponents (in Sandcastle.Tools.BuildComponents.dll) Version: 2026.1.20.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 getProperty Value
BooleanThis always returns false
Return Value
Booleanif the ICollectionT is read-only; otherwise, .