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

Definizione

Rimuove dal contenitore gli elementi che verificano una condizione specificata.

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

Parametri

_Pred
UnaryDelegate<TValue,Boolean>

Un test booleano che determina quali elementi saranno rimossi.

Commenti

Per altre informazioni, vedere list::remove_if (STL/CLR).

Si applica a