Class ByteList
Syntax
[Serializable]
public class ByteList
Constructors
ByteList()
Declaration
ByteList(byte[])
Declaration
public ByteList(byte[] tab)
Parameters
Type |
Name |
Description |
byte[] |
tab |
|
ByteList(int)
Declaration
public ByteList(int size)
Parameters
Type |
Name |
Description |
int |
size |
|
Fields
list
Declaration
Field Value
Properties
this[int]
Declaration
public byte this[int index] { get; set; }
Parameters
Type |
Name |
Description |
int |
index |
|
Property Value
length
Declaration
public int length { get; }
Property Value
Operators
implicit operator byte[](ByteList)
Declaration
public static implicit operator byte[](ByteList o)
Parameters
Returns