TryGetValue(string, Type) Method
Namespace
Statiq.Common
Containing Type
ClassCatalog
Implements
  • IReadOnlyDictionary<string, Type>.TryGetValue(string, Type)

Syntax

public bool TryGetValue(string key, out Type value)

Parameters

Name Type Description
key string
value Type

Return Value

Type Description
bool