AssemblyLocationAllAssemblies Property
This read-only property returns a bindable list of all assembly details for this location
Namespace: Sandcastle.Core.ReflectionAssembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2024.9.12.0
public IList<AssemblyDetails> AllAssemblies { get; }
Public ReadOnly Property AllAssemblies As IList(Of AssemblyDetails)
Get
public:
property IList<AssemblyDetails^>^ AllAssemblies {
IList<AssemblyDetails^>^ get ();
}
member AllAssemblies : IList<AssemblyDetails> with get
Property Value
IListAssemblyDetails