'Declaration Public Overloads Shared Function ReconstructFrom( _
ByVal barcodesШтрих-коды для выполнения реконструкции.As System.Collections.Generic.IEnumerable(Of IBarcodeInfo), _
ByRef unusedBarcodesШтрих-коды, которые не использовались в процессе реконструкции.As System.Collections.Generic.IEnumerable(Of IBarcodeInfo) _
) As StructuredAppendBarcodeInfo[]
public static StructuredAppendBarcodeInfo[] ReconstructFrom(
System.Collections.Generic.IEnumerable<IBarcodeInfo> barcodes,
out System.Collections.Generic.IEnumerable<IBarcodeInfo> unusedBarcodes
)
public: static StructuredAppendBarcodeInfo*[] ReconstructFrom(
System.Collections.Generic.IEnumerable<IBarcodeInfo*>* barcodes,
[PARAMFLAG::Out] System.Collections.Generic.IEnumerable<IBarcodeInfo*>* unusedBarcodes
)
public:
static StructuredAppendBarcodeInfo^[] ReconstructFrom(
System.Collections.Generic.IEnumerable<IBarcodeInfo^>^ barcodes,
[Out] System.Collections.Generic.IEnumerable<IBarcodeInfo^>^ unusedBarcodes
)
Parameters
- barcodes
- Штрих-коды для выполнения реконструкции.
- unusedBarcodes
- Штрих-коды, которые не использовались в процессе реконструкции.
Return Value
Массив StructuredAppendBarcodeInfo, содержащий реконструированные штрих-коды.