Summary
Removes and returns the last element in a list.
- Assembly
- Weaver
.dll - Namespace
- Weaver
- Containing Type
- WeaverUtilities
Syntax
public static T Pop<T>(this List<T> list)
Type Parameters
Name | Description |
---|---|
T |
Parameters
Name | Type | Description |
---|---|---|
list | List |
Return Value
Type | Description |
---|---|
T |