TargetTypeDictionary.IsReadOnly Property

Gets a value indicating whether the ICollection<T> 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
true if the ICollection<T> is read-only; otherwise, false.

Implements

ICollection<T>.IsReadOnly

See Also