ImmutableArray<T>.RemoveRange Metoda
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Přetížení
RemoveRange(IEnumerable<T>) |
Odebere zadané položky z tohoto pole. |
RemoveRange(ImmutableArray<T>) |
Odebere zadané hodnoty z tohoto seznamu. |
RemoveRange(IEnumerable<T>, IEqualityComparer<T>) |
Odebere zadané položky z tohoto pole. |
RemoveRange(ImmutableArray<T>, IEqualityComparer<T>) |
Odebere zadané položky z tohoto seznamu. |
RemoveRange(Int32, Int32) |
Vrátí pole s odebranými prvky na zadané pozici. |
RemoveRange(ReadOnlySpan<T>, IEqualityComparer<T>) |
Odebere zadané hodnoty z tohoto seznamu. |
RemoveRange(T[], IEqualityComparer<T>) |
Odebere zadané hodnoty z tohoto seznamu. |
RemoveRange(IEnumerable<T>)
- Zdroj:
- ImmutableArray_1.cs
- Zdroj:
- ImmutableArray_1.cs
- Zdroj:
- ImmutableArray_1.cs
Odebere zadané položky z tohoto pole.
public:
System::Collections::Immutable::ImmutableArray<T> RemoveRange(System::Collections::Generic::IEnumerable<T> ^ items);
public System.Collections.Immutable.ImmutableArray<T> RemoveRange (System.Collections.Generic.IEnumerable<T> items);
member this.RemoveRange : seq<'T> -> System.Collections.Immutable.ImmutableArray<'T>
Public Function RemoveRange (items As IEnumerable(Of T)) As ImmutableArray(Of T)
Parametry
- items
- IEnumerable<T>
Položky, které se mají odebrat, pokud jsou v tomto seznamu nalezeny shody.
Návraty
Nové pole s odebranými prvky.
Platí pro
RemoveRange(ImmutableArray<T>)
- Zdroj:
- ImmutableArray_1.cs
- Zdroj:
- ImmutableArray_1.cs
- Zdroj:
- ImmutableArray_1.cs
Odebere zadané hodnoty z tohoto seznamu.
public:
System::Collections::Immutable::ImmutableArray<T> RemoveRange(System::Collections::Immutable::ImmutableArray<T> items);
public System.Collections.Immutable.ImmutableArray<T> RemoveRange (System.Collections.Immutable.ImmutableArray<T> items);
member this.RemoveRange : System.Collections.Immutable.ImmutableArray<'T> -> System.Collections.Immutable.ImmutableArray<'T>
Public Function RemoveRange (items As ImmutableArray(Of T)) As ImmutableArray(Of T)
Parametry
- items
- ImmutableArray<T>
Položky, které se mají odebrat, pokud jsou v tomto seznamu nalezeny shody.
Návraty
Nový seznam s odebranými prvky.
Platí pro
RemoveRange(IEnumerable<T>, IEqualityComparer<T>)
- Zdroj:
- ImmutableArray_1.cs
- Zdroj:
- ImmutableArray_1.cs
- Zdroj:
- ImmutableArray_1.cs
Odebere zadané položky z tohoto pole.
public:
System::Collections::Immutable::ImmutableArray<T> RemoveRange(System::Collections::Generic::IEnumerable<T> ^ items, System::Collections::Generic::IEqualityComparer<T> ^ equalityComparer);
public System.Collections.Immutable.ImmutableArray<T> RemoveRange (System.Collections.Generic.IEnumerable<T> items, System.Collections.Generic.IEqualityComparer<T> equalityComparer);
public System.Collections.Immutable.ImmutableArray<T> RemoveRange (System.Collections.Generic.IEnumerable<T> items, System.Collections.Generic.IEqualityComparer<T>? equalityComparer);
member this.RemoveRange : seq<'T> * System.Collections.Generic.IEqualityComparer<'T> -> System.Collections.Immutable.ImmutableArray<'T>
Public Function RemoveRange (items As IEnumerable(Of T), equalityComparer As IEqualityComparer(Of T)) As ImmutableArray(Of T)
Parametry
- items
- IEnumerable<T>
Položky, které se mají odebrat, pokud jsou v tomto seznamu nalezeny shody.
- equalityComparer
- IEqualityComparer<T>
Porovnávače rovnosti, který se má použít při hledání.
Návraty
Nové pole s odebranými prvky.
Platí pro
RemoveRange(ImmutableArray<T>, IEqualityComparer<T>)
- Zdroj:
- ImmutableArray_1.cs
- Zdroj:
- ImmutableArray_1.cs
- Zdroj:
- ImmutableArray_1.cs
Odebere zadané položky z tohoto seznamu.
public:
System::Collections::Immutable::ImmutableArray<T> RemoveRange(System::Collections::Immutable::ImmutableArray<T> items, System::Collections::Generic::IEqualityComparer<T> ^ equalityComparer);
public System.Collections.Immutable.ImmutableArray<T> RemoveRange (System.Collections.Immutable.ImmutableArray<T> items, System.Collections.Generic.IEqualityComparer<T> equalityComparer);
public System.Collections.Immutable.ImmutableArray<T> RemoveRange (System.Collections.Immutable.ImmutableArray<T> items, System.Collections.Generic.IEqualityComparer<T>? equalityComparer);
member this.RemoveRange : System.Collections.Immutable.ImmutableArray<'T> * System.Collections.Generic.IEqualityComparer<'T> -> System.Collections.Immutable.ImmutableArray<'T>
Public Function RemoveRange (items As ImmutableArray(Of T), equalityComparer As IEqualityComparer(Of T)) As ImmutableArray(Of T)
Parametry
- items
- ImmutableArray<T>
Položky, které se mají odebrat, pokud jsou v tomto seznamu nalezeny shody.
- equalityComparer
- IEqualityComparer<T>
Porovnávače rovnosti, který se má použít při hledání.
Návraty
Nové pole s odebranými prvky.
Platí pro
RemoveRange(Int32, Int32)
- Zdroj:
- ImmutableArray_1.cs
- Zdroj:
- ImmutableArray_1.cs
- Zdroj:
- ImmutableArray_1.cs
Vrátí pole s odebranými prvky na zadané pozici.
public:
System::Collections::Immutable::ImmutableArray<T> RemoveRange(int index, int length);
public System.Collections.Immutable.ImmutableArray<T> RemoveRange (int index, int length);
member this.RemoveRange : int * int -> System.Collections.Immutable.ImmutableArray<'T>
Public Function RemoveRange (index As Integer, length As Integer) As ImmutableArray(Of T)
Parametry
- index
- Int32
Index založený na 0 počátečního prvku, který se má z pole odebrat.
- length
- Int32
Počet prvků, které se mají z pole odebrat.
Návraty
Nové pole s odebranými zadanými prvky.
Platí pro
RemoveRange(ReadOnlySpan<T>, IEqualityComparer<T>)
- Zdroj:
- ImmutableArray_1.cs
- Zdroj:
- ImmutableArray_1.cs
- Zdroj:
- ImmutableArray_1.cs
Odebere zadané hodnoty z tohoto seznamu.
public System.Collections.Immutable.ImmutableArray<T> RemoveRange (ReadOnlySpan<T> items, System.Collections.Generic.IEqualityComparer<T>? equalityComparer = default);
member this.RemoveRange : ReadOnlySpan<'T> * System.Collections.Generic.IEqualityComparer<'T> -> System.Collections.Immutable.ImmutableArray<'T>
Public Function RemoveRange (items As ReadOnlySpan(Of T), Optional equalityComparer As IEqualityComparer(Of T) = Nothing) As ImmutableArray(Of T)
Parametry
- items
- ReadOnlySpan<T>
Položky, které se mají odebrat, pokud jsou v tomto seznamu nalezeny shody.
- equalityComparer
- IEqualityComparer<T>
Porovnávače rovnosti, který se má použít při hledání.
Návraty
Nový seznam s odebranými prvky.
Platí pro
RemoveRange(T[], IEqualityComparer<T>)
- Zdroj:
- ImmutableArray_1.cs
- Zdroj:
- ImmutableArray_1.cs
- Zdroj:
- ImmutableArray_1.cs
Odebere zadané hodnoty z tohoto seznamu.
public System.Collections.Immutable.ImmutableArray<T> RemoveRange (T[] items, System.Collections.Generic.IEqualityComparer<T>? equalityComparer = default);
member this.RemoveRange : 'T[] * System.Collections.Generic.IEqualityComparer<'T> -> System.Collections.Immutable.ImmutableArray<'T>
Public Function RemoveRange (items As T(), Optional equalityComparer As IEqualityComparer(Of T) = Nothing) As ImmutableArray(Of T)
Parametry
- items
- T[]
Položky, které se mají odebrat, pokud jsou v tomto seznamu nalezeny shody.
- equalityComparer
- IEqualityComparer<T>
Porovnávače rovnosti, který se má použít při hledání.
Návraty
Nový seznam s odebranými prvky.