C# 클래스 OpenStory.Common.Arrays

Array helpers!
파일 보기 프로젝트 열기: shoftee/OpenStory

공개 메소드들

메소드 설명
FastJoin ( ) : byte[]

Concatenates the provided byte arrays.

FastJoin ( IList arrays ) : byte[]

Concatenates the provided byte arrays.

비공개 메소드들

메소드 설명
FastJoinList ( IList arrays ) : byte[]

메소드 상세

FastJoin() 공개 정적인 메소드

Concatenates the provided byte arrays.
Thrown if is .
public static FastJoin ( ) : byte[]
리턴 byte[]

FastJoin() 공개 정적인 메소드

Concatenates the provided byte arrays.
Thrown if is .
public static FastJoin ( IList arrays ) : byte[]
arrays IList The arrays to concatenate.
리턴 byte[]