IList<TValue>.remove(TValue) Método
Definição
Remove um elemento que tem um valor especificado do contêiner.Removes an element that has a specified value from the container.
public:
void remove(TValue _Val);
public void remove (TValue _Val);
abstract member remove : 'Value -> unit
Public Sub remove (_Val As TValue)
Parâmetros
- _Val
- TValue
O valor do elemento a ser removido do contêiner.The value of the element to remove from the container.
Comentários
Para obter mais informações, consulte list:: Remove (STL/CLR).For more information, see list::remove (STL/CLR).