Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

System.Collections.Generic.QueueExtensions

Morten Aune Lyrstad edited this page Apr 16, 2022 · 47 revisions

IndexNamespace Index

QueueExtensions Class

public abstract sealed class QueueExtensions

Namespace: System.Collections.Generic
Assembly: VRage.Library.dll

Methods

static bool TryDequeue<T>(this Queue<T> queue, out T result)

static bool TryDequeueSync<T>(this Queue<T> queue, out T result)

Clone this wiki locally