| VectorOfSByte Constructor (IEnumerableSByte) | 
        
          
    Namespace: 
   OpenCvSharp
    Assembly:
   OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
 Syntax
Syntaxpublic VectorOfSByte(
	IEnumerable<sbyte> data
)
Public Sub New ( 
	data As IEnumerable(Of SByte)
)
public:
VectorOfSByte(
	IEnumerable<signed char>^ data
)
new : 
        data : IEnumerable<sbyte> -> VectorOfSByteOpenCvSharp.VectorOfSByte = function(data);
Parameters
- data
- Type: System.Collections.GenericIEnumerableSByte
 
 See Also
See Also