SelectReflectionType(IQuery<ICompilation>, Type)
Selects an INamedType in the current compilation or in a reference assembly given its reflection Type.
Declaration
public static IQuery<INamedType> SelectReflectionType(this IQuery<ICompilation> receiver, Type type)Parameters
| Type | Name | Description |
|---|---|---|
| IQuery<ICompilation> | receiver | |
| Type | type |
Returns
| Type | Description |
|---|---|
| IQuery<INamedType> |