ExactType() Method

Definition

Assembly HeadlessTestingFramework.dll

Filter to controls that are exactly the specified type (not derived).

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

Type parameters

T
The exact type to filter by.

Returns