Click or drag to resize

ContainerHelperPeek(Object) Method

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.1
Syntax
C#
public static Object Peek(
	Object obj
)

Parameters

obj  Object
A list or a deque.

Return Value

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