C# Class Tpcc.util.ByteArray

Afficher le fichier Open project: MalcolmCrowe/ShareableDataStructures

Méthodes publiques

Свойство Type Description
bytes byte[]

Méthodes publiques

Méthode Description
ByteArray ( int n ) : System
ByteArray ( string n ) : System

Method Details

ByteArray() public méthode

public ByteArray ( int n ) : System
n int
Résultat System

ByteArray() public méthode

public ByteArray ( string n ) : System
n string
Résultat System

Property Details

bytes public_oe property

public byte[] bytes
Résultat byte[]