IList<TValue>.remove_if(UnaryDelegate<TValue,Boolean>) Méthode

Définition

Supprime les éléments du conteneur qui réussissent un test spécifié.

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))

Paramètres

_Pred
UnaryDelegate<TValue,Boolean>

Test booléen qui détermine quels éléments seront supprimés.

Remarques

Pour plus d’informations, consultez list ::remove_if (STL/CLR).

S’applique à