TargetTypeDictionaryIsReadOnly Property
Gets a value indicating whether the
ICollectionT is read-only.
Namespace: Sandcastle.Tools.BuildComponents.TargetsAssembly: Sandcastle.Tools.BuildComponents (in Sandcastle.Tools.BuildComponents.dll) Version: 2024.12.21.0
public 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
BooleanThis always returns false
Boolean if the
ICollectionT is read-only; otherwise,
.
ICollectionTIsReadOnly