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

Syntax

public DelegateMetadataValue(Func<string, IMetadata, object> value)

Parameters

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