NDoc 1.3.1 SDK

AssemblySlashDocCollection.Contains Method (String)

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;

Parameters

path
The assembly path to locate in the collection.

Return Value

true if the collection contains the specified path, otherwise false.

Remarks

Path comparison is case-insensitive.

Exceptions

Exception TypeCondition
ArgumentNullExceptionpath is a a null reference (Nothing in Visual Basic).

See Also

AssemblySlashDocCollection Class | NDoc.Core Namespace | AssemblySlashDocCollection.Contains Overload List