C# Class OpenStory.Common.Arrays

Array helpers!
Exibir arquivo Open project: shoftee/OpenStory

Public Methods

Method Description
FastJoin ( ) : byte[]

Concatenates the provided byte arrays.

FastJoin ( IList arrays ) : byte[]

Concatenates the provided byte arrays.

Private Methods

Method Description
FastJoinList ( IList arrays ) : byte[]

Method Details

FastJoin() public static method

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

FastJoin() public static method

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