ImmutableArray<T>.Builder.Remove Method

Definition

Overloads

Remove(T)

Removes the specified element.

Remove(T, IEqualityComparer<T>)

Removes the first occurrence of the specified element from the builder. If no match is found, the builder remains unchanged.

Remove(T)

Source:
ImmutableArray_1.Builder.cs
Source:
ImmutableArray_1.Builder.cs
Source:
ImmutableArray_1.Builder.cs
Source:
ImmutableArray_1.Builder.cs

Removes the specified element.

C#
public bool Remove(T element);

Parameters

element
T

The item to remove.

Returns

true if element was found and removed; otherwise, false.

Implements

Applies to

.NET 10 и друге верзије
Производ Верзије
.NET Core 1.0, Core 1.1, Core 2.0, Core 2.1, Core 2.2, Core 3.0, Core 3.1, 5, 6, 7, 8 (package-provided), 8, 9 (package-provided), 9, 10 (package-provided), 10
.NET Standard 2.0 (package-provided)
UWP 10.0

Remove(T, IEqualityComparer<T>)

Source:
ImmutableArray_1.Builder.cs
Source:
ImmutableArray_1.Builder.cs
Source:
ImmutableArray_1.Builder.cs
Source:
ImmutableArray_1.Builder.cs

Removes the first occurrence of the specified element from the builder. If no match is found, the builder remains unchanged.

C#
public bool Remove(T element, System.Collections.Generic.IEqualityComparer<T>? equalityComparer);

Parameters

element
T

The element to remove.

equalityComparer
IEqualityComparer<T>

The equality comparer to use in the search. If null, Default is used.

Returns

A value indicating whether the specified element was found and removed from the collection.

Applies to

.NET 10 и друге верзије
Производ Верзије
.NET 7, 8 (package-provided), 8, 9 (package-provided), 9, 10 (package-provided), 10
.NET Standard 2.0 (package-provided)