Table of Contents

Method RemoveAllBut

Namespace
Gamelogic.Grids2
Assembly
Gamelogic.Grids2.dll

RemoveAllBut(Predicate<T>)

Removes all the elements in the list that does not satisfy the predicate.

public void RemoveAllBut(Predicate<T> match)

Parameters

match Predicate<T>

The match.