Adds element to sequence end (cvSeqPush).
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
public virtual T Push<T>(
T element
)
where T : struct, new()
Public Overridable Function Push(Of T As {Structure, New}) (
element As T
) As T
public:
generic<typename T>
where T : value class, gcnew()
virtual T Push(
T element
)
abstract Push :
element : 'T -> 'T when 'T : struct, new()
override Push :
element : 'T -> 'T when 'T : struct, new()
Parameters
- element
- Type: T
Added element.
Type Parameters
- T
- Element type
Return Value
Type:
Tpointer to the allocated element.
Reference