Class ByteData
Inherited Members
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 |