Except() Method

Definition

Assembly HeadlessTestingFramework.dll

Exclude controls of a specific type.

public ControlFinder Except<T>()
    where T : class

Type parameters

T
The type to exclude.

Returns