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. |
Selects all declarations of a given type.
IQuery<TOut> OfType<TOut>() where TOut : class, IDeclaration
Type | Description |
---|---|
IQuery<TOut> |
Name | Description |
---|---|
TOut | The type of selected declarations. |