ImmutableArray<T>.Builder.Remove(T) Method
Definition
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.
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.