CachedDelegateMetadataValue(Func<IMetadata, object>) Constructor
Initializes a new instance of the CachedDelegateMetadataValue class. The specified delegate should be thread-safe.
Namespace
Statiq.Common
Containing Type
CachedDelegateMetadataValue

Syntax

public CachedDelegateMetadataValue(Func<IMetadata, object> value)

Parameters

Name Type Description
value Func<IMetadata, object> The delegate that returns the metadata value.