DelegateConfigurator<TConfigurable> Class
Namespace
Statiq.Common
Interfaces
Base Types
  • object
graph BT Type-->Base0["object"] Type-.->Interface0["IConfigurator<TConfigurable>"] Type["DelegateConfigurator<TConfigurable>"] class Type type-node

Syntax

public class DelegateConfigurator<TConfigurable> : IConfigurator<TConfigurable> 
    where TConfigurable : IConfigurable

Type Parameters

Name Description
TConfigurable

Constructors

Methods

Name Return Value Summary
Configure(TConfigurable) void

Extension Methods