System.Collections.Generic.QueueExtensions - bimbam2103/space_engineers GitHub Wiki
← Index ← Namespace Index
public abstract sealed class QueueExtensions
Namespace: System.Collections.Generic
Assembly: VRage.Library.dll
static bool TryDequeue<T>(this Queue<T> queue, out T result)
static bool TryDequeueSync<T>(this Queue<T> queue, out T result)