Click or drag to resize

BitArrayHelper PopBack Method

Removes the last BitArray of an array of BitArrays and returns it.

Namespace: Spire.Barcode
Assembly: Spire.Barcode (in Spire.Barcode.dll) Version: 7.3.7.0 (7.3.7.9046)
Syntax
public static BitArray PopBack(
	ref BitArray[] bits
)

Parameters

bits
Type: System.Collections BitArray
Array of bit arrays to work on. On return, will lack the last element.

Return Value

Type: BitArray
The last element of the BitArray array parameter.
See Also