BorrowedList<TElement>.Remove(TElement) 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 first occurrence of a specific object from the ICollection<T>.
public bool Remove (TElement item);
abstract member Remove : 'Element -> bool
override this.Remove : 'Element -> bool
Public Function Remove (item As TElement) As Boolean
Parameters
- item
- TElement