C# 클래스 Gammtek.Conduit.Extensions.Collections.BitArrayExtensions

파일 보기 프로젝트 열기: ME3Explorer/ME3Explorer

공개 메소드들

메소드 설명
ToByteArray ( this bits ) : byte[]
ToByteArray ( this bits, int count ) : byte[]
ToByteArray ( this bitsList, int count ) : byte[]

메소드 상세

ToByteArray() 공개 정적인 메소드

public static ToByteArray ( this bits ) : byte[]
bits this
리턴 byte[]

ToByteArray() 공개 정적인 메소드

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

ToByteArray() 공개 정적인 메소드

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