Click or drag to resize

SerializableStackTPeek Method

Look at the top item of the stack, but keep it in the stack

Namespace:  DustProductions.Core
Assembly:  DustProductions.Core (in DustProductions.Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public T Peek()

Return Value

Type: T
The current top item of the stack
See Also