Determines whether the specified Category is in this list or not.
Namespace:
T4.APIAssembly: T4API.20 (in T4API.20.dll)
Syntax
| C# |
|---|
public bool Contains( string category ) |
| Visual Basic (Declaration) |
|---|
Public Function Contains ( _ category As String _ ) As Boolean |
| Visual C++ |
|---|
public: bool Contains( String^ category ) |
Parameters
- category
- Type: System..::.String