ResultTcopy_to(T) Method
Copies the entire System.Collections.Generic.List`1 to a compatible one-dimensional
array, starting at the beginning of the target array.
Namespace: OpenVinoSharp.Extensions.resultAssemblies: OpenVINO_CSharp_API_Extensions_OpenCvSharp (in OpenVINO_CSharp_API_Extensions_OpenCvSharp.dll) Version: 1.0.6.1+a13b433d33f957705f82a74ca14fa17017145e92
OpenVINO_CSharp_API_Extensions_EmguCV (in OpenVINO_CSharp_API_Extensions_EmguCV.dll) Version: 1.0.6.1+a13b433d33f957705f82a74ca14fa17017145e92
public void copy_to(
T[] array
)
Parameters
- array T
-
The one-dimensional System.Array that is the destination of the elements copied
from System.Collections.Generic.List`1. The System.Array must have zero-based
indexing.