Click or drag to resize

EConcurrentQueueTGetEnumerator Method

Returns an enumerator for a snapshot of the queue. The snapshot is a copy of the current collection; it is safe to enumerate.

Namespace: NeoAxis
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public IEnumerator<T> GetEnumerator()

Return Value

IEnumeratorT

Implements

IEnumerableTGetEnumerator
See Also