Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Method: void RemoveCells(Predicate<TCell>)

Declaration

public void RemoveCells(
    Predicate<TCell> predicate
)

Summary

Removes all cells from this structure that match the specified predicate.