Gets the index of the first module of the specified type.
- Namespace
- Statiq.Common
- Containing Type
- ModuleList
Syntax
public int IndexOfFirst<TModule>(Predicate<TModule> filter) where TModule : class, IModule
Type Parameters
| Name |
Description |
| TModule |
The type of the module to find. |
Parameters
| Name |
Type |
Description |
| filter |
Predicate<TModule> |
A predicate determining which module to find. |
Return Value
| Type |
Description |
| int |
The index of the first module of the specified type or -1 if a module of the specified type could not be found. |