ReaderConfigCopyTo Method

CVB.Net Documentation
Copy the current dictionary into an array.

Namespace:  Stemmer.Cvb.Barcode
Assembly:  Stemmer.Cvb.Barcode (in Stemmer.Cvb.Barcode.dll) Version: 14.0.0.0
Syntax

public void CopyTo(
	KeyValuePair<Symbology, Base>[] array,
	int arrayIndex
)

Parameters

array
Type: System.Collections.GenericKeyValuePairSymbology, Base
array to copy to
arrayIndex
Type: SystemInt32
start index in the array

Implements

ICollectionTCopyTo(T, Int32)
See Also

Reference