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

Syntax

public bool TryGetValue(string key, out object value)

Parameters

Name Type Description
key string
value object

Return Value

Type Description
bool