Search Results for

    Show / Hide Table of Contents

    Interface IData<T>

    An interface that allows simple access to the main value of data.

    Inherited Members
    IEntry.Id
    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
    In This Article
    Back to top UniData - Data Management for Unity