NGQueue T  PeekLastInLine Method ScoreFlash API Documentation V4.6.0
Returns the item that was last put into the queue.

Namespace: NarayanaGames.Common
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax

public T PeekLastInLine()

Return Value

the item that was last put into the queue
See Also