|  | InputArrayCreateT Method (T) | 
 
            Creates a proxy class of the specified list
            
 
    Namespace: 
   OpenCvSharp
    Assembly:
   OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
 Syntax
Syntaxpublic static InputArray Create<T>(
	T[] array
)
where T : struct, new()
Public Shared Function Create(Of T As {Structure, New}) ( 
	array As T()
) As InputArraypublic:
generic<typename T>
where T : value class, gcnew()
static InputArray^ Create(
	array<T>^ array
)
static member Create : 
        array : 'T[] -> InputArray  when 'T : struct, new()
Parameters
- array
- Type: T
 Array object
Type Parameters
- T
- [Missing <typeparam name="T"/> documentation for "M:OpenCvSharp.InputArray.Create``1(``0[])"] 
Return Value
Type: 
InputArray[Missing <returns> documentation for "M:OpenCvSharp.InputArray.Create``1(``0[])"]
 See Also
See Also