Interface IValue<T>
Typed value interface.
Namespace: Cortex.Net
Assembly: Cortex.Net.dll
Syntax
public interface IValue<T> : IValue
Type Parameters
Name | Description |
---|---|
T | The type of the value. |
Properties
| Improve this Doc View SourceValue
Gets or sets the underlying value.
Declaration
T Value { get; set; }
Property Value
Type | Description |
---|---|
T |