IBuildAssemblerBuildComponents Property

This read-only property returns the current list of build components

Definition

Namespace: Sandcastle.Core.BuildAssembler
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2024.2.18.0
IEnumerable<BuildComponentCore> BuildComponents { get; }

Property Value

IEnumerableBuildComponentCore

See Also