Summary
Initializes a new instance of the
Wyam.Common.Meta.CachedDelegateMetadataValue class.
The specified delegate should be thread-safe.
- Assembly
- Wyam
.Common .dll - Namespace
- Wyam
.Common .Meta - Containing Type
- Cached
Delegate Metadata Value
Syntax
public CachedDelegateMetadataValue(Func<IMetadata, Object> value)
Parameters
| Name | Type | Description |
|---|---|---|
| value | Func |
The delegate that returns the metadata value. |
Return Value
| Type | Description |
|---|---|
| void |
