ImmutableList.RemoveRange<T> Método

Definição

Remove os valores especificados desta lista.

public:
generic <typename T>
[System::Runtime::CompilerServices::Extension]
 static System::Collections::Immutable::IImmutableList<T> ^ RemoveRange(System::Collections::Immutable::IImmutableList<T> ^ list, System::Collections::Generic::IEnumerable<T> ^ items);
public static System.Collections.Immutable.IImmutableList<T> RemoveRange<T>(this System.Collections.Immutable.IImmutableList<T> list, System.Collections.Generic.IEnumerable<T> items);
static member RemoveRange : System.Collections.Immutable.IImmutableList<'T> * seq<'T> -> System.Collections.Immutable.IImmutableList<'T>
<Extension()>
Public Function RemoveRange(Of T) (list As IImmutableList(Of T), items As IEnumerable(Of T)) As IImmutableList(Of T)

Parâmetros de Tipo Genérico

T

O tipo de itens na lista.

Parâmetros

list
IImmutableList<T>

A lista a procurar.

items
IEnumerable<T>

Os itens a remover se corresponder forem encontrados nesta lista.

Devoluções

Uma nova lista imutável com os elementos removidos.

Aplica-se a