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: 2024.12.21.0
public IEnumerable<AssemblyDetails> IncludedAssemblies { get; }

Property Value

IEnumerableAssemblyDetails

See Also