Search Results for

    Show / Hide Table of Contents

    Interface IReadOnlyData<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 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
    In This Article
    Back to top UniData - Data Management for Unity