Click or drag to resize

EConcurrentQueueTTryPeek Method

Attempts to peek the first element without removing it.

Namespace: NeoAxis
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public bool TryPeek(
	out T result
)

Parameters

result  T
 

Return Value

Boolean
See Also