TryGet<TConfigurable>(IList<IConfigurator<TConfigurable>>) Method
Namespace
Statiq.Common
Containing Type
IConfiguratorCollection

Syntax

bool TryGet<TConfigurable>(out IList<IConfigurator<TConfigurable>> configurators) 
    where TConfigurable : IConfigurable

Type Parameters

Name Description
TConfigurable

Parameters

Name Type Description
configurators IList<IConfigurator<TConfigurable>>

Return Value

Type Description
bool