Share via


CollectionPage<T>.Remove(T) Method

Definition

Removes an item from the current page.

public bool Remove (T item);
abstract member Remove : 'T -> bool
override this.Remove : 'T -> bool
Public Function Remove (item As T) As Boolean

Parameters

item
T

The item to remove.

Returns

Implements

Applies to