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.2.1.1150 (2.2.1.1150)

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