DelegateMetadataValue.

DelegateMetadataValue(Func<IMetadata, Object>) Constructor

Summary

Initializes a new instance of the Wyam.Common.Meta.DelegateMetadataValue class. The specified delegate should be thread-safe.
Assembly
Wyam.Common.dll
Namespace
Wyam.Common.Meta
Containing Type
DelegateMetadataValue

Syntax

public DelegateMetadataValue(Func<IMetadata, Object> value)

Parameters

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

Return Value

Type Description
void
GitHub