ActiveList<(Of <(<'T>)>)>..::..Remove Method

Namespace:  Squid
Assembly:  Squid.Core (in Squid.Core.dll)

Syntax


public bool Remove(
	T item
)
Public Function Remove ( _
	item As T _
) As Boolean
public:
bool^ Remove(
	T item
)

Parameters

item
Type: T