Click or drag to resize

ClassFilterEntry Constructor (String, Boolean)

Initializes a new instance of the ClassFilterEntry class

Namespace:  SmartBear.TestLeft.Options
Assembly:  SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.70.237.11 (14.70.237.11)
Syntax
public ClassFilterEntry(
	string className,
	bool includeDerived
)

Parameters

className
Type: SystemString
includeDerived
Type: SystemBoolean
See Also