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
- Delegate
Metadata Value
Syntax
public DelegateMetadataValue(Func<IMetadata, Object> value)
Parameters
Name | Type | Description |
---|---|---|
value | Func |
The delegate that returns the metadata value. |
Return Value
Type | Description |
---|---|
void |