CogReadOnlyCollection T  ToArray Method Cognex VisionPro 9.7
Calls CopyTo() and returns a new array which contains the members of this collection.

Namespace: Cognex.VisionPro.Implementation
Assembly: Cognex.VisionPro (in Cognex.VisionPro.dll) Version: 73.0.0.0 (73.0.0.0)
Syntax

public virtual T[] ToArray()

Return Value

Type:  T 
A new array which contains the members of this collection.
See Also