TryGetValue(string, Template) Method
Namespace
Statiq.Web
Containing Type
Templates
Implements
  • IReadOnlyDictionary<string, Template>.TryGetValue(string, Template)

Syntax

public bool TryGetValue(string key, out Template value)

Parameters

Name Type Description
key string
value Template

Return Value

Type Description
bool