Click or drag to resize

ContainerHelperPeek Method (Object)

Returns the value from the deque begin or array end.

Namespace:  de.unika.ipd.grGen.libGr
Assembly:  libGr (in libGr.dll) Version: GrGen.NET 7.2
Syntax
C#
public static Object Peek(
	Object obj
)

Parameters

obj
Type: SystemObject
A list or a deque.

Return Value

Type: Object
The element at the list end or deque begin.
See Also