TargetDictionaryIsReadOnly 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: 2024.12.21.0
public bool IsReadOnly { get; }

Property Value

Boolean
This always returns false

Return Value

Boolean
if the ICollectionT is read-only; otherwise, .

Implements

ICollectionTIsReadOnly

See Also