ImmutableArray<T>.Builder.Remove(T) Method

Definition

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