Table of Contents

ReflectionDataSet.IncludedAssemblies Property

Definition

Namespace
Sandcastle.Core.Reflection
Assembly
Sandcastle.Core.dll

This read-only property returns an enumerable list of all included assemblies in the reflection data set.

public IEnumerable<AssemblyDetails> IncludedAssemblies { get; }

Property Value

IEnumerable<AssemblyDetails>