Determines whether the specified Category is in this list or not.

Namespace:  T4.API
Assembly:  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

Return Value

Remarks

See Also