DocumentationSourceAssemblies Property
This read-only property returns an enumerable list of assemblies based on the current settings
Namespace: SandcastleBuilder.UtilsAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2024.9.12.0
public IEnumerable<string> Assemblies { get; }
Public ReadOnly Property Assemblies As IEnumerable(Of String)
Get
public:
property IEnumerable<String^>^ Assemblies {
IEnumerable<String^>^ get ();
}
member Assemblies : IEnumerable<string> with get
Return Value
IEnumerableStringAn enumerable list of assemblies matching the
SourceFile path. Sub-folders
are only included if
IncludeSubFolders is set to true.