Get a copy of the first element in the storage. If the storage is empty, a default value will be returned

Namespace:  Emgu.Util
Assembly:  Emgu.Util (in Emgu.Util.dll) Version: 2.1.0.793 (2.1.0.793)

Syntax

         
 C#  Visual Basic  Visual C++ 
public T Peek()
Public Function Peek As T
public:
T Peek()

Return Value

A copy of the first element in the storage. If the storage is empty, a default value will be returned

See Also