Namespace: Spire.Barcode
Assembly: Spire.Barcode (in Spire.Barcode.dll) Version: 5.6.0.0 (5.6.0.9020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public static BitArray PopFront(
	ref BitArray[] bits
)
Public Shared Function PopFront ( 
	ByRef bits As BitArray()
) As BitArray
public:
static BitArray^ PopFront(
	array<BitArray^>^% bits
)
static member PopFront : 
        bits : BitArray[] byref -> BitArray 

Parameters

bits
array<BitArray>[]()[][]%

Return Value

BitArray

See Also