Removes the first occurence of a specific AssemblySlashDoc from the collection.
[Visual Basic] Public Sub Remove( _ ByVal assySlashDoc As AssemblySlashDoc _ ) [C#] public void Remove( AssemblySlashDoc assySlashDoc ); [C++] public: void Remove( AssemblySlashDoc* assySlashDoc ); [JScript] public function Remove( AssemblySlashDoc assySlashDoc );
Elements that follow the removed element move up to occupy the vacated spot and the indexes of the elements that are moved are also updated.
Exception Type | Condition |
---|---|
ArgumentNullException | assySlashDoc is a a null reference (Nothing in Visual Basic). |
AssemblySlashDocCollection Class | NDoc.Core Namespace