Creates a proxy class of the specified list
Namespace: OpenCvSharp.CPlusPlus
Assembly: OpenCvSharp.CPlusPlus (in OpenCvSharp.CPlusPlus.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static OutputArrayOfStructList<T> Create<T>( List<T> list ) where T : struct, new()
Parameters
- list
- Type: System.Collections.GenericListT
[Missing <param name="list"/> documentation for "M:OpenCvSharp.CPlusPlus.OutputArray.Create``1(System.Collections.Generic.List{``0})"]
Type Parameters
- T
[Missing <typeparam name="T"/> documentation for "M:OpenCvSharp.CPlusPlus.OutputArray.Create``1(System.Collections.Generic.List{``0})"]
Return Value
Type: OutputArrayOfStructListT[Missing <returns> documentation for "M:OpenCvSharp.CPlusPlus.OutputArray.Create``1(System.Collections.Generic.List{``0})"]
See Also