Search Results for

    Show / Hide Table of Contents

    Class ByteData

    Inheritance
    Object
    DataBase<Byte>
    Data<Byte>
    ByteData
    Implements
    IData<Byte>
    IReadOnlyData<Byte>
    IData
    IReadOnlyData
    IEntry
    Inherited Members
    Data<Byte>.Value
    DataBase<Byte>.m_Id
    DataBase<Byte>.Id
    DataBase<Byte>.IData.Value
    DataBase<Byte>.IReadOnlyData.Value
    Namespace: MackySoft.UniData.Data.General
    Assembly: cs.temp.dll.dll
    Syntax
    [AddTypeMenu("General/ByteData", -10)]
    [Serializable]
    public sealed class ByteData : Data<byte>, IData<byte>, IReadOnlyData<byte>, IData, IReadOnlyData, IEntry

    Constructors

    ByteData()

    Declaration
    public ByteData()

    ByteData(String)

    Declaration
    public ByteData(string id)
    Parameters
    Type Name Description
    String id

    ByteData(String, Byte)

    Declaration
    public ByteData(string id, byte initialValue)
    Parameters
    Type Name Description
    String id
    Byte initialValue

    Implements

    IData<T>
    IReadOnlyData<T>
    IData
    IReadOnlyData
    IEntry
    In This Article
    Back to top UniData - Data Management for Unity