IList<TValue>.remove_if(UnaryDelegate<TValue,Boolean>) Methode

Definition

Entfernt Elemente aus dem Container, die einen angegebenen Test bestehen.

public:
 void remove_if(Microsoft::VisualC::StlClr::UnaryDelegate<TValue, bool> ^ _Pred);
public void remove_if (Microsoft.VisualC.StlClr.UnaryDelegate<TValue,bool> _Pred);
abstract member remove_if : Microsoft.VisualC.StlClr.UnaryDelegate<'Value, bool> -> unit
Public Sub remove_if (_Pred As UnaryDelegate(Of TValue, Boolean))

Parameter

_Pred
UnaryDelegate<TValue,Boolean>

Ein boolescher Test, der bestimmt, welche Elemente entfernt werden.

Hinweise

Weitere Informationen finden Sie unter list::remove_if (STL/CLR).

Gilt für: