TableSectionBase<T>.Remove(T) Method

Definition

Removes a specified item from this TableSectionBase<T> object.

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

Parameters

item
T

The item to remove.

Returns

true, if item was removed from the current collection; false if item was not found in the current collection.

Implements

Applies to