OfType() Method

Definition

Assembly HeadlessTestingFramework.dll

Filter to only controls of the specified type.

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

Type parameters

T
The type to filter by.

Returns