C# Class Tpcc.util.ByteArray

ファイルを表示 Open project: MalcolmCrowe/ShareableDataStructures

Public Properties

Property Type Description
bytes byte[]

Public Methods

Method Description
ByteArray ( int n ) : System
ByteArray ( string n ) : System

Method Details

ByteArray() public method

public ByteArray ( int n ) : System
n int
return System

ByteArray() public method

public ByteArray ( string n ) : System
n string
return System

Property Details

bytes public_oe property

public byte[] bytes
return byte[]