Skip to main content
A newer version of this page is available. .

ISolutionTypesProvider.FindTypes(Predicate<IDXTypeInfo>) Method

Obtains a collection of types that satisfy the specified predicate.

Namespace: DevExpress.Entity.ProjectModel

Assembly: DevExpress.Data.v18.2.dll

Declaration

IEnumerable<IDXTypeInfo> FindTypes(
    Predicate<IDXTypeInfo> predicate
)

Parameters

Name Type Description
predicate Predicate<IDXTypeInfo>

A System.Predicate delegate.

Returns

Type Description
IEnumerable<IDXTypeInfo>

A collection of IDXTypeInfo objects.

See Also