Partager via


Extensions.Pop<T>(List<T>) Méthode

Définition

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

Paramètres de type

T

Paramètres

stack
List<T>

Retours

T

S’applique à