C# Class Wire.ByteArrayKey

ファイルを表示 Open project: akkadotnet/Wire

Public Properties

Property Type Description
Bytes byte[]

Public Methods

Method Description
ByteArrayKey ( byte bytes ) : Wire.Internal
Compare ( byte a1, byte a2 ) : bool
Create ( byte bytes ) : ByteArrayKey
Equals ( object obj ) : bool
GetHashCode ( ) : int

Private Methods

Method Description
GetHashCode ( [ bytes ) : int

Method Details

ByteArrayKey() public method

public ByteArrayKey ( byte bytes ) : Wire.Internal
bytes byte
return Wire.Internal

Compare() public static method

public static Compare ( byte a1, byte a2 ) : bool
a1 byte
a2 byte
return bool

Create() public static method

public static Create ( byte bytes ) : ByteArrayKey
bytes byte
return ByteArrayKey

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

Property Details

Bytes public_oe property

public byte[] Bytes
return byte[]