C# Class Gammtek.Conduit.Extensions.Collections.BitArrayExtensions

Afficher le fichier Open project: ME3Explorer/ME3Explorer

Méthodes publiques

Méthode Description
ToByteArray ( this bits ) : byte[]
ToByteArray ( this bits, int count ) : byte[]
ToByteArray ( this bitsList, int count ) : byte[]

Method Details

ToByteArray() public static méthode

public static ToByteArray ( this bits ) : byte[]
bits this
Résultat byte[]

ToByteArray() public static méthode

public static ToByteArray ( this bits, int count ) : byte[]
bits this
count int
Résultat byte[]

ToByteArray() public static méthode

public static ToByteArray ( this bitsList, int count ) : byte[]
bitsList this
count int
Résultat byte[]