Sdílet prostřednictvím


JsonExtensions.Dequeue<T>(List<T>) Metoda

Definice

Odebere první prvek fronty.

public static T Dequeue<T> (this System.Collections.Generic.List<T> queue);
static member Dequeue : System.Collections.Generic.List<'T> -> 'T
<Extension()>
Public Function Dequeue(Of T) (queue As List(Of T)) As T

Parametry typu

T

Typ elementu.

Parametry

queue
List<T>

Seznam, ze kterého se má odebrat první prvek.

Návraty

T

Prvek byl odebrán.

Platí pro