ImmutableList.Remove<T>(IImmutableList<T>, T) Metodo
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Rimuove da questo elenco il valore specificato.
public:
generic <typename T>
[System::Runtime::CompilerServices::Extension]
static System::Collections::Immutable::IImmutableList<T> ^ Remove(System::Collections::Immutable::IImmutableList<T> ^ list, T value);
public static System.Collections.Immutable.IImmutableList<T> Remove<T> (this System.Collections.Immutable.IImmutableList<T> list, T value);
static member Remove : System.Collections.Immutable.IImmutableList<'T> * 'T -> System.Collections.Immutable.IImmutableList<'T>
<Extension()>
Public Function Remove(Of T) (list As IImmutableList(Of T), value As T) As IImmutableList(Of T)
- T
Tipo di elementi nell'elenco.
- list
- IImmutableList<T>
Elenco in cui eseguire la ricerca.
- value
- T
Valore da rimuovere.
Nuovo elenco non modificabile con l'elemento rimosso o questo elenco se l'elemento non è presente nell'elenco.
Feedback su .NET
.NET è un progetto di open source. Selezionare un collegamento per fornire feedback: