You are here: Start » AVL.NET » SafeList<T>.Remove Method

SafeList<T>.Remove Method

Removes and disposes the first occurrence of the specific object from the SafeList<T>

Namespace:AvlNet
Assembly:AVL.NET.TS.dll

Syntax

public virtual bool Remove
(
	T item
)

Parameters

Name Type Range Default Description
itemT

See also