C# Class Wire.ByteArrayKey

Afficher le fichier Open project: akkadotnet/Wire

Méthodes publiques

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

Méthodes publiques

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

Private Methods

Méthode Description
GetHashCode ( [ bytes ) : int

Method Details

ByteArrayKey() public méthode

public ByteArrayKey ( byte bytes ) : Wire.Internal
bytes byte
Résultat Wire.Internal

Compare() public static méthode

public static Compare ( byte a1, byte a2 ) : bool
a1 byte
a2 byte
Résultat bool

Create() public static méthode

public static Create ( byte bytes ) : ByteArrayKey
bytes byte
Résultat ByteArrayKey

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

Property Details

Bytes public_oe property

public byte[] Bytes
Résultat byte[]