Themed 2026 Presentation Style Preview

AssemblyLocationIncludedAssemblies Property

This read-only property returns an enumerable list of only the included assembly details for this location.

Definition

Namespace: Sandcastle.Core.Reflection
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2025.12.18.0
public IEnumerable<AssemblyDetails> IncludedAssemblies { get; }

Property Value

IEnumerableAssemblyDetails

See Also