NDoc 1.3.1 SDK

Project.AssemblySlashDocs Property

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

Property Value

An AssemblySlashDocCollection.

See Also

Project Class | NDoc.Core Namespace