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

Datei anzeigen Open project: ME3Explorer/ME3Explorer

Public Methods

Method Description
ToByteArray ( this bits ) : byte[]
ToByteArray ( this bits, int count ) : byte[]
ToByteArray ( this bitsList, int count ) : byte[]

Method Details

ToByteArray() public static method

public static ToByteArray ( this bits ) : byte[]
bits this
return byte[]

ToByteArray() public static method

public static ToByteArray ( this bits, int count ) : byte[]
bits this
count int
return byte[]

ToByteArray() public static method

public static ToByteArray ( this bitsList, int count ) : byte[]
bitsList this
count int
return byte[]