Interface IMetadataValue<TValue>
Contract for metadata values.
Namespace: Kephas.Composition.Metadata
Assembly: Kephas.Core.dll
Syntax
public interface IMetadataValue<out TValue> : IMetadataValue
Type Parameters
| Name | Description |
|---|---|
| TValue | The type of the value. |
Properties
| Improve this Doc View SourceValue
Gets the metadata value.
Declaration
TValue Value { get; }
Property Value
| Type | Description |
|---|---|
| TValue | The metadata value. |