Adds the specified AssemblySlashDoc object to the collection.
[Visual Basic] Public Sub Add( _ ByVal assySlashDoc As AssemblySlashDoc _ ) [C#] public void Add( AssemblySlashDoc assySlashDoc ); [C++] public: void Add( AssemblySlashDoc* assySlashDoc ); [JScript] public function Add( AssemblySlashDoc assySlashDoc );
If the path of the Assembly in assySlashDoc matches one already existing in the collection, the operation is silently ignored.
Exception Type | Condition |
---|---|
ArgumentNullException | assySlashDoc is a a null reference (Nothing in Visual Basic). |
AssemblySlashDocCollection Class | NDoc.Core Namespace