Compartir a través de


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

Definición

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

Parámetros de tipo

T

Parámetros

stack
List<T>

Devoluciones

T

Se aplica a