NAnt SDK Documentation - v0.92 |
|
FormatterCollection.Contains Method
Determines whether a Formatter is in the collection.
[Visual Basic]
Public Function Contains( _
ByVal
item As
Formatter _
) As
Boolean
Parameters
-
item
- The Formatter to locate in the collection.
Return Value
true if item is found in the collection; otherwise, false.
See Also
FormatterCollection Class | NAnt.Core.Types Namespace