GraphTemplateRepository.

GraphTemplateRepository(Assembly, IDictionary<TemplateTypes, string>) Constructor

Summary

GraphTemplateRepository
Namespace
Cake.Graph.Templates
Containing Type
GraphTemplateRepository

Syntax

public GraphTemplateRepository(Assembly assembly, IDictionary<TemplateTypes, string> templateResourcePaths)

Parameters

Name Type Description
assembly Assembly
templateResourcePaths IDictionary<TKey, TValue>

Return Value

Type Description
void