Copies all the elements of the collection to the specified one-dimensional array
starting at the specified destination array index. The index is specified as a 32-bit integer.
Namespace: Cognex.VisionAssembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.22.2.0
public override void CopyTo(
Object[] array,
int arrayIndex
)
public override void CopyTo(
Object[] array,
int arrayIndex
)
Public Overrides Sub CopyTo (
array As Object(),
arrayIndex As Integer
)
Public Overrides Sub CopyTo (
array As Object(),
arrayIndex As Integer
)
public:
virtual void CopyTo(
array<Object^>^ array,
int arrayIndex
) override
public:
virtual void CopyTo(
array<Object^>^ array,
int arrayIndex
) override
Implements
ICollection T CopyTo( T , Int32)