Click or drag to resize

PointListTPointRemoveAllBut Method

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

Namespace:  Gamelogic.Grids
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public void RemoveAllBut(
	Predicate<TPoint> match
)

Parameters

match
Type: SystemPredicateTPoint
See Also