ObjectContainerBase.

Query<Extent>(Predicate<Extent>, IComparer<Extent>) Method

Syntax

public IList<Extent> Query<Extent>(Predicate<Extent> match, IComparer<Extent> comparer)

Type Parameters

Name Description
Extent

Parameters

Name Type Description
match Predicate<Extent>
comparer IComparer<Extent>

Return Value

Type Description
IList<Extent>