Determines whether the collection contains a specified assembly path.
[Visual Basic] Public Function Contains( _ ByVal path As String _ ) As Boolean [C#] public bool Contains( string path ); [C++] public: bool Contains( String* path ); [JScript] public function Contains( String path ): bool;
true if the collection contains the specified path, otherwise false.
Path comparison is case-insensitive.
Exception Type | Condition |
---|---|
ArgumentNullException | path is a a null reference (Nothing in Visual Basic). |
AssemblySlashDocCollection Class | NDoc.Core Namespace | AssemblySlashDocCollection.Contains Overload List