Interface IData<T>
An interface that allows simple access to the main value of data.
Inherited Members
Namespace: MackySoft.UniData
Assembly: cs.temp.dll.dll
Syntax
public interface IData<T> : IReadOnlyData<T>, IData, IReadOnlyData, IEntry
Type Parameters
| Name | Description |
|---|---|
| T |
Properties
Value
Main value of data.
Declaration
T Value { get; set; }
Property Value
| Type | Description |
|---|---|
| T |