Summary
Determines whether a
NAnt.DotNet.Types.Module
is in the collection.
- Assembly
- NAnt
.DotNet .dll - Namespace
- NAnt
.DotNet .Types - Containing Type
- ModuleCollection
Syntax
public bool Contains(Module value)
Parameters
Name | Type | Description |
---|---|---|
value | Module | The NAnt.DotNet.Types.Module to locate in the collection. |
Return Value
Type | Description |
---|---|
bool |
true if value is found in the
collection; otherwise, false .
|