Gets the collection of assemblies and documentation comment XML files in the project.
[Visual Basic] Public Property ReadOnly AssemblySlashDocs As AssemblySlashDocCollection [C#] public AssemblySlashDocCollection AssemblySlashDocs { get; } [C++] public: __property AssemblySlashDocCollection* get_AssemblySlashDocs(); [JScript] public function get AssemblySlashDocs() : AssemblySlashDocCollection
An AssemblySlashDocCollection.
Project Class | NDoc.Core Namespace