Open sandboxFocus

Method OfType

OfType<TOut>()

Selects all declarations of a given type.

Declaration
IQuery<TOut> OfType<TOut>() where TOut : class, IDeclaration
Returns
Type Description
IQuery<TOut>
Type Parameters
Name Description
TOut

The type of selected declarations.