EConcurrentQueueTTryPeek Method |
Attempts to peek the first element without removing it.
Namespace: NeoAxisAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic bool TryPeek(
out T result
)
Parameters
- result T
-
Return Value
Boolean
See Also