CogReadOnlyCollection T  ToArray Method Cognex VisionPro 9.5
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: 69.0.0.0 (69.0.0.0)
Syntax

public virtual T[] ToArray()

Return Value

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