Applies all applicable configurators in the collection to the provided configurable.
- Namespace
- Statiq
.Common - Containing Type
- I
Configurator Collection Extensions
Syntax
public static void Configure<TConfigurable>(this IConfiguratorCollection configuratorCollection, TConfigurable configurable)
where TConfigurable : IConfigurable
Type Parameters
| Name | Description |
|---|---|
| TConfigurable | The type of configurable object. |
Parameters
| Name | Type | Description |
|---|---|---|
| configuratorCollection | I |
The configurator collection. |
| configurable | TConfigurable | The object to configure. |