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