ImmutableArray<T>.Builder.Remove Method
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |
- Source:
- ImmutableArray_1.Builder.cs
- Source:
- ImmutableArray_1.Builder.cs
- Source:
- ImmutableArray_1.Builder.cs
- Source:
- ImmutableArray_1.Builder.cs
Removes the specified element.
public:
virtual bool Remove(T element);
public bool Remove(T element);
abstract member Remove : 'T -> bool
override this.Remove : 'T -> bool
Public Function Remove (element As T) As Boolean
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 |
- 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.
public:
bool Remove(T element, System::Collections::Generic::IEqualityComparer<T> ^ equalityComparer);
public bool Remove(T element, System.Collections.Generic.IEqualityComparer<T>? equalityComparer);
member this.Remove : 'T * System.Collections.Generic.IEqualityComparer<'T> -> bool
Public Function Remove (element As T, equalityComparer As IEqualityComparer(Of T)) As Boolean
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) |
.NET повратне информације
.NET је пројекат отвореног кода. Изаберите везу да бисте обезбедили повратне информације: