C# Class Evbpc.Framework.Utilities.Extensions.ByteArrayExtensions

Provides certian extensions for byte-array types.
Afficher le fichier Open project: EBrown8534/Framework

Méthodes publiques

Méthode Description
Append ( this source, byte value ) : byte[]

Appends a byte[] to another byte[].

Method Details

Append() public static méthode

Appends a byte[] to another byte[].
public static Append ( this source, byte value ) : byte[]
source this The byte[] to be appended to.
value byte The byte[] to be appended.
Résultat byte[]