Nebula
Loading...
Searching...
No Matches
ListExt Class Reference

Static Public Member Functions

static void EraseSwap< T > (this List< T > list, int index)
 Erase by swapping with last value and erasing from end.
 
static void EraseSwap< T > (this List< T > list, T item)
 Erase by swapping with last value and erasing from end.
 
static void EraseSwap< T > (this List< T > list, Predicate< T > predicate)
 Erase by swapping with last value and erasing from end.
 

Member Function Documentation

◆ EraseSwap< T >() [1/3]

static void ListExt.EraseSwap< T > ( this List< T > list,
int index )
inlinestatic

Erase by swapping with last value and erasing from end.

◆ EraseSwap< T >() [2/3]

static void ListExt.EraseSwap< T > ( this List< T > list,
Predicate< T > predicate )
inlinestatic

Erase by swapping with last value and erasing from end.

◆ EraseSwap< T >() [3/3]

static void ListExt.EraseSwap< T > ( this List< T > list,
T item )
inlinestatic

Erase by swapping with last value and erasing from end.


The documentation for this class was generated from the following file: