SymbolCollection.

Contains(Symbol) Method

Summary

Determines whether a NAnt.VisualCpp.Types.Symbol is in the collection.
Assembly
NAnt.VisualCpp.dll
Namespace
NAnt.VisualCpp.Types
Containing Type
SymbolCollection

Syntax

public bool Contains(Symbol item)

Parameters

Name Type Description
item Symbol The NAnt.VisualCpp.Types.Symbol to locate in the collection.

Return Value

Type Description
bool true if item is found in the collection; otherwise, false.