Interface IReadOnlyData<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 IReadOnlyData<out T> : IReadOnlyData, IEntry
Type Parameters
Name | Description |
---|---|
T |
Properties
Value
Main value of data.
Declaration
T Value { get; }
Property Value
Type | Description |
---|---|
T |