Click or drag to resize

OutputArrayCreateT Method (ListT)

Creates a proxy class of the specified list

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
public static OutputArrayOfStructList<T> Create<T>(
	List<T> list
)
where T : struct, new()

Parameters

list
Type: System.Collections.GenericListT

Type Parameters

T

Return Value

Type: OutputArrayOfStructListT
See Also