Summary
Determines whether a
NAnt.Contrib.Types.CodeStatsCount
is in the collection.
- Assembly
- NAnt
.Contrib .dll - Namespace
- NAnt
.Contrib .Types - Containing Type
- Code
Stats Count Collection
Syntax
public bool Contains(CodeStatsCount item)
Parameters
Name | Type | Description |
---|---|---|
item | CodeStatsCount | The NAnt.Contrib.Types.CodeStatsCount to locate in the collection. |
Return Value
Type | Description |
---|---|
bool |
true if item is found in the
collection; otherwise, false .
|