Finds types by searching for the provided type name.
- Namespace
- Statiq
.Common - Containing Type
- ClassCatalog
Syntax
public IEnumerable<Type> FindTypes(string name)
Parameters
Name | Type | Description |
---|---|---|
name | string | The type name to search for. |
Return Value
Type | Description |
---|---|
IEnumerable |
All matching types. |