ObjectContainerBase.

Query<ElementType>(Type, IComparer<ElementType>) Method

Syntax

public IList<ElementType> Query<ElementType>(Type extent, IComparer<ElementType> comparer)

Type Parameters

Name Description
ElementType

Parameters

Name Type Description
extent Type
comparer IComparer<ElementType>

Return Value

Type Description
IList<ElementType>